
/* Tolgoi heseg */
.navbar-inverse .navbar-inner {
  background-image: url("/assets/ereport/img/report/header-report.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px !important;
  border-radius: 0px;
}
.navbar-inverse .navbar-inner i {
  color: #c7cfd1;
}
.header .navbar-inner {
  height: 62px;
}
.navbar .nav > li > a {
  color: #fff;
}
.header .nav > li.splitter {
  padding-top: 7px;
  padding-bottom: 10px;
  border-left: 1px #000 solid;
}
.header .nav > li.settings {
  padding-top: 10px;
  border-right: 1px #000 solid;
}
.header .nav > li.settings a {
  padding-left: 10px;
  padding-right: 12px;
}
.header .nav > li.dropdown .dropdown-toggle .badge {
  position: static;
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  background-color: #e93a35;
  padding: 1px 4px 1px 4px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  text-shadow: none !important;
}
.navbar-inverse .nav li.dropdown.open>.dropdown-toggle, .navbar-inverse .nav li.dropdown.active>.dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active>.dropdown-toggle {
  color: #fff;
  background: none;
}
.header .brand {
  margin-top: 11px;
}
.header .nav > li.user {
  /*border-left:1px #51514f solid;*/
}
.header .nav > li.dropdown.user .dropdown-toggle {
  padding-left: 20px;
  padding-top: 7px;
}
.header .nav > li.dropdown.user .dropdown-toggle img {
  max-width: 22px;
  border: 2px #000 solid;
}
.fixed-top .page-container {
  margin-top: 62px;
}

.header .container-fluid {
  padding: 10px 20px !important;
}
/* Tolgoi heseg */

@media (min-width: 979px) {
  .sidebar-nav-fixed {
    position:fixed;
    top:60px;
    width:23.404%;
    float:left;
  }
}