
body {
  overflow: scroll;
  background-color: #F2F2F2;
  -webkit-text-size-adjust: 100%!important; 
}

header {
  background: #CDCDCD;
  height: 60px;
  z-index: 99;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  margin-left: 0px;
  text-align: center;
}


#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #818181;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 0px;
  line-height: 60px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;

}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: #85c9ef;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  background: #85c9ef;
}

.sidebar-nav>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

.sidebar-nav>.sidebar-brand a {
  color: #999999;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media(min-width:768px) {
  #wrapper {
    padding-left: 0;
  }
  #wrapper.toggled {
    padding-left: 250px;
  }
  #sidebar-wrapper {
    width: 0;
  }
  #wrapper.toggled #sidebar-wrapper {
    width: 250px;
  }
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}


.sidebar-nav li a{
  height: 60px;
padding-left: 40px;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
}

.sidebar_title{
  background-color: #2F2F2F ;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  padding-top: 15px;
}

.sidebar_title > a{
  letter-spacing: 1px;
  font-size: 20px!important;
  text-decoration: none;
  color: #fff; 
}

a {
  color: #000;
  text-decoration: none;
}

.container-fluid {
  padding-top: 70px;
}

.sidebar-nav-active >  .active {
    text-decoration: none;
    background: #85c9ef;
    color: #FFF!important;
  
}

.navbar {
  height: 60px;
  background-color: #CDCDCD;
  z-index: 10;
}