body {
  padding-top: 50px;
}
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.navbar-fixed-top {
  border: 0;
}
.sidebar {
  position: fixed;
  top: 60px;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 20px;
  overflow-x: hidden;
  overflow-y: auto;
  width: 260px;
  background-color: #f5f5f5;
  border-right: 1px solid #eee;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar.toggled{
  left: -260px;
}
.sidebar.afterscroll{
  top: 0px;
}
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}
h1.dashboard-value {
    font-size: 60px;
    font-weight: bold;
    margin: 2px;
}
.nav.sub-menu{
  margin-left:20px;
  color: red !important;
}
.nav.sub-menu li a{
  color: navy !important;
}
.panel_toolbox {
    min-width: 70px;
}
.panel-heading.toolbar {
  padding: 3px 15px !important;
}
.navbar.navbar-inverse.afterscroll {
   top:-60px;
}
/*scroll effect*/
.navbar-inverse {
  transition: top 0.5s ease;
}
.navbar-content {
  padding: 2px 10px;
}
.centered{
  margin: auto;
}
.navbar-profile .media-heading {
  margin-top: 10px !important;
}
.main {
    padding-left: 300px;
    overflow-x: hidden;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main.toggled {
    padding-left: 40px;
}
@media (min-width: 767px) {
  .overlay {
    display: none !important;  
  }
}
.overlay {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}
.hamburger{
  cursor:pointer;
  font-size: 20px;
  position: fixed;
  left:270px;
  top: 80px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.hamburger.toggled {
  left: 10px;
}
.hamburger.afterscroll {
  top: 10px;
}