@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);@import url(https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css);@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);body {
  background-color: #e9ebee;
}

.brand-color1 {
  background-color: #154994;
}

.custom-navbar {
  background-color: #154994;
  color: white;
  position: fixed;
  padding-top: 8px;
  padding-bottom: 8px;
  z-index: 1000;
  -webkit-box-shadow: 0px -1px 8px #282828;
          box-shadow: 0px -1px 8px #282828;
}

.custom-navbar2 {
  background-color: #154994;
  color: white;
  padding-top: 8px;
  padding-bottom: 8px;
}

.custom-button {
  background-color: #22b0e5;
  color: white;
  border: none;
}

.custom-button:hover {
  background-color: #47bce8;
  color: white;
}

.white-link {
  color: white;
  text-decoration: none;
}

.white-link:hover {
  color: white;
  text-decoration: none;
}

.side-panel {
  background-color: #22b0e5;
  position: fixed;
  left: 0;
  margin-left: 0;
  height: 100%;
}

.side-adds {
  background-color: #22b0e5;
  position: block;
  right: 0;
  margin-left: 0;
  height: 100%;
}

.side-ul {
  line-height: 20px;
  list-style: none;
  padding-left: 0;
}

.side-footer {
  position: absolute;
  bottom: 100px;
  width: 100%;
  margin-left: -15px;
  padding-left: 0;
}

.list-group-item {
  background-color: transparent;
  border: 1px solid #c9c7c7;
  padding-left: 0;
}

.card {
  padding: 25px;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > .disabled > span {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #3097D1;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-right-color: #dddddd;
  border-bottom-color: #dddddd;
  border-left-color: #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > .active > span {
  z-index: 3;
  color: #fff;
  background-color: #3097D1;
  border-color: #3097D1;
  cursor: default;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.6;
  text-decoration: none;
  color: #3097D1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:last-child > a {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.cover-photo {
  position: relative;
  width: 100%;
  height: 140px;
}

.prof-pc {
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.8);
          box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.8);
  height: 140px;
  width: 140px;
  margin-left: -70px;
}

.update-cover {
  position: absolute;
  bottom: 0px;
  left: 220px;
}

.vertical-center {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.noborder {
  border: 0px solid white;
}

.table-contacts input,
.table-contacts {
  font-size: 13px;
  padding: 0px;
}

.welcome-container {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

/* _________________________________________________________________ start of navigation for mobile*/

.top-nav {
  position: fixed;
  z-index: 5 !important;
  padding: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 8px;
  padding-right: 8px;
  background-color: #154994;
  width: 100%;
  -webkit-box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.8);
          box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.8);
}

.mobile-top {
  height: 60px;
}

.site-title {
  margin-left: 100px;
  font-size: 1rem;
}

.nav-toggle {
  color: white;
  cursor: pointer;
}

nav li {
  list-style: none;
}

.main-navigation {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #154994;
  text-align: left;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  padding-top: 20px;
  overflow: scroll;
  z-index: 4 !important;
}

.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 1;
}

.main-navigation ul {
  margin: 0;
  padding: 0;
}

.main-navigation ul a {
  padding: 10px 20px;
  display: block;
  color: white;
}

.main-navigation ul a:hover {
  text-decoration: none;
  color: white;
}

.main-navigation ul a:active {
  text-decoration: none;
  color: white;
}

.dark-link {
  color: black !important;
}

/* _________________________________________________________________ end of navigation*/

.posts {
  padding-left: 0px;
  padding-right: 0px;
}

.cover-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.company {
  font-size: 28px;
}

.title {
  font-size: 20px;
  color: blue;
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 10rem;
  padding: 10px;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  right: 10px;
  width: 300px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
}

.notif {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: block;
  float: left;
  min-width: 10rem;
  padding: 10px;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
  right: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.setting-link {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  padding: 25px;
  text-decoration: none;
  color: black;
  vertical-align: middle;
}

.setting-link:hover {
  text-decoration: none;
}

.followers {
  pointer-events: none;
  margin-left: -8px;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .posts {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cover-photo {
    position: relative;
    width: 100%;
    height: 300px;
  }

  .prof-pc {
    position: absolute;
    bottom: 0px;
    left: 0;
    -webkit-box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.8);
            box-shadow: 0px 0px 10px rgba(32, 32, 32, 0.8);
    width: 200px;
    height: 200px;
    margin-left: 20px;
  }
}

