#sidebar {
    width: 210px;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 50px;
    z-index: 99;
    /*Fixed sidebar*/
    /*Hided Sidebar*/
    /* ------------------ Sidebar navigation --------------------*/
    /* ------------------ Server stats in sidebar --------------------*/
  }
  #sidebar:hover .resizableBtn {
    display: block;
  }
  #sidebar.sidebar-fixed {
    position: fixed;
  }
  #sidebar.hide-sidebar {
    margin-left: -210px;
  }
  #sidebar.hide-sidebar:after {
    left: -210px;
  }
  #sidebar:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 210px;
    background: #f3f5f6;
    border-right: 1px solid #e7e7e2;
    z-index: -1;
  }
  #sidebar .sidebar-inner {
    position: relative;
    width: auto;
    height: 100%;
    overflow-y: auto;
    background: #0000008c;
  }
  #sidebar #sideNav .top-search {
    position: relative;
    background: #fff;
  }
  #sidebar #sideNav .top-search input {
    border: none;
    border-bottom: 1px solid transparent;
    background: none;
    height: 50px;
    padding-left: 20px;
    width: 100%;
  }
  #sidebar #sideNav .top-search input:focus,
  #sidebar #sideNav .top-search input:hover {
    background: #e4e9eb;
  }
  #sidebar #sideNav .top-search input:focus {
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav .top-search button {
    position: absolute;
    left: 8px;
    top: 13px;
    border: none;
    background: none;
  }
  #sidebar #sideNav .top-search button i {
    color: #acb1b8;
  }
  #sidebar #sideNav li {
    float: left;
    width: 100%;
    margin-top: 0;
    border-right: 1px solid #e7e7e2;
  }
  #sidebar #sideNav li a {
    padding: 15px;
    position: relative;
    color: #768399;
    height: 50px;
    color: #fff;
    border-radius: 0;
    /* background: #f3f5f6; */
    -webkit-transition: background;
    transition: background;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  #sidebar #sideNav li a i {
    font-size: 20px;
    margin-right: 15px;
    float: left;
    color: #acb1b8;
    -webkit-transition: all;
    transition: all;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    width: auto;
    margin-bottom: 0;
    text-shadow: 1px 1px 1px #ffffff;
  }
  #sidebar #sideNav li a i.sideNav-arrow {
    float: right;
    margin-right: 0;
    margin-left: 5px;
  }
  #sidebar #sideNav li a i.s16 {
    right: 17px;
  }
  #sidebar #sideNav li a .notification {
    position: relative;
    display: inline-block;
    top: auto;
    right: auto;
    float: right;
    margin-left: 10px;
  }
  #sidebar #sideNav li a .indicator {
    position: absolute;
    top: -1px;
    left: 0;
    height: 51px;
    width: 4px;
    background: #059772;
    opacity: 0;
  }
  #sidebar #sideNav li a:hover {
    background: #95c7ba;
  }
  #sidebar #sideNav li a:hover .notification.onhover {
    opacity: 1;
  }
  #sidebar #sideNav li a.active {
    background: #ffffff;
    font-weight: bold;
    border-right: 1px solid transparent;
    margin-right: -1px;
    border-top: 1px solid #e0e0da;
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav li a:hover i,
  #sidebar #sideNav li a.active i {
    color: #059772;
    text-shadow: none;
  }
  #sidebar #sideNav li a.expand {
    background: #eaeeef;
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav li a.expand .notification.onhover {
    opacity: 1;
  }
  #sidebar #sideNav li a.expand i {
    color: #059772;
  }
  /* #sidebar #sideNav li .nav{
    display: none;
    margin-right: -1px;
  } */
  #sidebar #sideNav li .nav a {
    background: #989898;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  #sidebar #sideNav li .nav a.active {
    background: #ffffff;
    font-weight: bold;
    border-right: 1px solid transparent;
    margin-right: -1px;
    border-top: 1px solid #e0e0da;
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav li .nav a:hover {
    background: #95c7ba;
  }
  #sidebar #sideNav li .nav li:first-child a.active,
  #sidebar #sideNav li .nav li:first-child a.active:hover,
  #sidebar #sideNav li .nav li:first-child a:hover {
    border-top: 1px solid transparent;
  }
  #sidebar #sideNav li .in li:last-child > a {
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav li .nav li.hasSub > a {
    border-top: 1px solid #e0e0da;
    border-bottom: 1px solid #e0e0da;
  }
  #sidebar #sideNav li .nav li.hasSub > a.expand {
    background: #eaeeef;
  }
  #sidebar #sideNav.hasSub a.expand {
    border-top-color: transparent;
  }
  #sidebar .server-stats {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    position: relative;
  }
  #sidebar .server-stats span.txt,
  #sidebar .server-stats span.percent,
  #sidebar .server-stats .sparkline {
    width: 100%;
    display: inline-block;
  }
  #sidebar .server-stats span.txt {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  #sidebar .server-stats span.percent {
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #sidebar .server-stats span.percent:after {
    content: "%";
  }
  #sidebar .server-stats .sparkline {
    margin-bottom: 10px;
  }
  #sidebar .server-stats .pie-chart {
    position: absolute;
    right: 10px;
    top: 30px;
  }
  .collapse.in{
    margin-left: 0 !important;
    /* border-top: 0 !important; */
  }
  .navbar-fixed-top, .navbar-static-top{
    background-color:#059772
  }
  #page-wrapper{
    margin: 0 0 0 210px;
  }
  .logo-img{
    width: 38px;
    float: left;
    margin-top: -7px;
    margin-right: 10px;
  }
  .navbar .navbar-brand .text-slogan {
    font-weight: bold;
    font-family: 'Droid Sans';
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
  }
  .navbar-top-links li a{
    padding: 15px 10px;
  }
  .page-tabs a.active {
    background: #059772b8;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}
.navbar-header{
    width: 210px;
}
.navbar-static-top .nav>li>a:focus,.navbar-static-top .nav>li>a:hover{
    background-color: #22b590;
    
}
#sideNav .nav  li{
  /* display: none; */
}
#sideNav .nav.show li{
    display: block;
}
.navbar-static-top .nav > li.active{
    background-color: #22b590;

}
#top-nav > li.active >a{
    color: #fff !important;

}
#sideNav .active > ul{
    display: block !important;
}

#sideNav > ul{
    display: none;
}
#sideNav .show,#sideNav .showin{
    display: block;
  }
body.full-height-layout #page-wrapper{
  height: calc(100% - 50px);
}
.webimbtn{
  position: fixed;
  right: 1px;
  bottom: 1px;
  border: 1px solid #BEBEBE;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  z-index: 99999999;
  border-top: 1px solid #D0DCF3;
  background-color: #F2F4F8;
  width: 50px;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #D0DCF3;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
}
.nav>li>a:focus, .nav>li>a:hover,.nav > li.active{
  background: #95c7ba;
}
