body {
  overflow-x: hidden;
}
#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;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  /* top: 0px; */
  /* left: 250px; */
  /* width: 60px; */
  /* width: 4%; */
  height: 100%;
  /* margin-left: -250px; */
  overflow: hidden;
  background: #34454e;
  -webkit-transition: all 0.125s ease;
  -moz-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

#header-container {
  -webkit-transition: all 0.125s ease;
  -moz-transition: all 0.125s ease;
  -o-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  /* padding: 15px; */
  /* margin-left: 60px; */
  margin-left: 4%;
}
#wrapper.toggled #sidebar-wrapper {
  /* width: 250px; */
  width: 13%;
}

/* Sidebar styling - the entire ul list */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav li {
  text-indent: 20px;
  line-height: 30px;
}
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav li a span{
  margin-right: 25px;
}

.sidebar-border-bottom {
  border-bottom: 2px solid #435965 !important;
}

.sidebar-nav li.sidebar-border-bottom:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.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;
}

.sidebar-nav-bottom {
  position: absolute;
  bottom: 0px;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-nav-bottom li {
  text-indent: 20px;
  line-height: 30px;
  background-color: #2e3e45;
}
.sidebar-nav-bottom li a {
  display: block;
  text-decoration: none;
  color: #999999;
}
.sidebar-nav-bottom li a span{
  margin-right: 25px;
}
.sidebar-nav-bottom li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}
.sidebar-nav-bottom li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}
.sidebar-nav-bottom>.sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}
.sidebar-nav-bottom>.sidebar-brand a {
  color: #999999;
}
.sidebar-nav-bottom>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

#wrapper.toggled #header-container {
  /* left: 250px; */
  left: 13%;
  width: 85%;
}

#user .wrapper {
  /* display: inline-block;
  width: 180px;
  margin: 0 10px 0 0;
  height: 20px; */
  position: relative;
}

#user .parent {
  height: 100%;
  width: 100%;
  display: block;
  cursor: pointer;
  line-height: 30px;
  font-weight: bold;
  z-index: 2;
  position: relative;
  -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
  -webkit-transition-delay: .8s;
}

/* #user .parent:hover,
#user .content:hover ~ .parent {
    background: #fff3;
    -webkit-transition-delay: 0s, 0s, 0s;
} */

#user .content:hover ~ .parent {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  z-index: 0;
}

#user .content {
  position: relative;
  top: 0;
  /* display: none; */
  z-index: 1;
  /* height: 0; */
  width: 100%;
  /* padding-top: 30px; */
  -webkit-transition: height .5s ease;
  -webkit-transition-delay: .4s;
  /* border: 1px solid #777; */
  /* border-radius: 5px; */
  box-shadow: 0 1px 2px rgba(0,0,0,.4);
}

/* #user .wrapper:active .content {
  height: 123px;
  z-index: 3;
  -webkit-transition-delay: 0s;
} */

/* #user .content:hover {
  height: 123px;
  z-index: 3;
  -webkit-transition-delay: 0s;
} */

#user .content ul {
  /* background: #fff; */
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
  /* border-bottom-left-radius: 5px;
  border\-bottom-right-radius: 5px; */
}

#user .content ul a {
  text-decoration: none;
}

/* #user .content li:hover {
  background: #eee;
  color: #333;
}

#user .content li {
  list-style: none;
  text-align: left;
  color: #888;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  border-top: 1px solid #ccc;
}

#user .content li:last-of-type {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
} */