@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);
#wrapper {
  transition: all 0.4s ease 0s;
}

/*#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 238px;
z-index: 9;
  position: absolute;
  height: 100%;
  transition: all 0.4s ease 0s;
}
*/
#sidebar-wrapper .alert-success{height:100%;border-radius: 0px;}




#page-content-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom:15px;
}

.sidebar-nav {

  width: 222px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-nav li {
  line-height: 40px;
  text-indent: 20px;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  font-size:18px;
  font-family: 'Droid Sans', sans-serif;

}

.sidebar-nav li a:hover {
 
 
  text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}



.sidebar-nav > .sidebar-brand a:hover {
 
  background: none;
}

.content-header {
  height: 10px;
  line-height: 65px;
}

.content-header h1 {
  margin: 0;
  margin-left: 20px;
  line-height: 65px;
  display: inline-block;
}

#menu-toggle {
  display: none;
}

.inset {
  padding: 0px;
}

@media (max-width:767px) {

body{padding-left:0px!important;}

#wrapper {
  padding-left: 0;
}

#sidebar-wrapper {
  left: 0;
}


.content-header {
  height: 65px;
  line-height: 65px;
}

#wrapper.active {
  position: relative;
  left: 250px;
}

#wrapper.active #sidebar-wrapper {
 
  width: 222px;
  transition: all 0.4s ease 0s;
}

#menu-toggle {
  display: inline-block;
}

.inset {
  padding: 15px;
}

}
