/********** filter-bar (start) **********/
.navbar-fixed-top {
  height: 64px;
  margin: 0;
}
.navbar-container,
.navbar-left,
.navbar-right {
  background-color: #FEFEFE !important;
}
.navbar-container {
  padding: 0 10px;
}
.navbar-header .navbar-toggle {
  margin: 0;
  padding: 0;
  height: 64px;
}
.navbar .navbar-nav > li > a {
  padding-right: 12px;
  padding-left: 12px;
}
.navbar-collapse {
  padding: 0;
}
.navbar .navbar-collapse {
  box-shadow: 0px 6px 4px -4px #CCC;
}
.navbar .dropdown-toggle {
  margin: 0;
  padding: 0 !important;
  height: 34px;
  line-height: 34px;
}
.navbar .dropdown-toggle > div {
  float: left;
  padding: 0 10px;
}
.navbar .dropdown-toggle .left > img {
  border-radius: 2px;
}
.navbar .dropdown-toggle .name {
  text-transform: none;
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #979797;
}
.navbar .dropdown-toggle .left {
  position: relative;
}
.navbar .dropdown-toggle .circle-notification {
  visibility: hidden;
  position: absolute;
  top: 3px;
  right: 6px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fc5a93;
}
.navbar .dropdown-toggle.notification .circle-notification {
  visibility: visible;
}
.navbar .dropdown-menu {
  margin: -10px 0 0 0 !important;
  padding: 0;
  width: 260px;
  border-radius: 3px;
  border: solid 1px #e1e1e3;
}
.navbar .dropdown-menu li:first-child::before,
.navbar .dropdown-menu li:first-child::after {
  display: none;
  content: "";
  position: absolute;
  right: 8px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}
.navbar .dropdown-menu li:first-child::before {
  top: -8px;
  border-bottom: 8px solid #E1E1E3;
  z-index: 1;
}
.navbar .dropdown-menu li:first-child::after {
  top: -6px;
  border-bottom: 8px solid white;
  z-index: 2;
}
.navbar .dropdown-menu li:first-child:hover::after {
  border-bottom-color: #F0F0F0;
}
.navbar .dropdown-menu li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  border-width: 1px 0 0;
  border-style: solid;
  border-color: #e1e1e3;
}
.navbar .dropdown-menu a {
  margin: 0;
  padding: 0;
  height: 30px;
  font-family: SFUIText;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-align: center;
  color: #979797 !important;
  transition: none !important;
}
.navbar .dropdown-menu a:hover {
  background: #F0F0F0 !important;
  box-shadow: none;
}
.navbar .has-account div {
  float: left;
  padding-right: 5px;
  height: 64px;
  line-height: 64px;
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: #979797;
}
.navbar .has-account a {
  font-weight: 600;
  color: #3ca8f5;
}
.navbar-header .logo-container {
  margin: 0 10px;
  height: 64px;
  line-height: 64px;
}
.navbar-left .nav-item {
  font-family: SFUIDisplay;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-transform: none;
}
.navbar-left .title {
  height: 34px;
  line-height: 34px;
  color: #979797;
}
.navbar-left li:hover .nav-item .title {
  color: #48b8f7;
}
.navbar-left .nav-item.active .title {
  color: #48b8f7;
}
.navbar-left .circle-notification {
  visibility: hidden;
  position: absolute;
  top: 14px;
  right: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #fc5a93;
}
.navbar-left .nav-item.notification .circle-notification {
  visibility: visible;
}
@media (max-width: 767px) {
  .navbar .navbar-nav {
    margin: 0;
    padding-right: 0;
  }
  .navbar .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
  }
} 
@media (min-width: 768px) {
  .navbar-container {
    padding: 0 20px;
  }
  .navbar .navbar-collapse {
    box-shadow: none;
  }
  .navbar-left .circle-notification {
    top: 20px;
  }
  .navbar .dropdown-toggle {
    height: 64px;
    line-height: 64px;
  }
  .navbar .dropdown-toggle .circle-notification {
    top: 17px;
  }
  .navbar .dropdown-menu li:first-child::before,
  .navbar .dropdown-menu li:first-child::after {
    display: block;
  }
  .navbar .dropdown-menu a {
    height: 50px;
    line-height: 50px;
  }
}
/********** filter-bar (end) **********/
