#sidebar-wrapper {
  background: #000;
  height: 100%;
  overflow-y: auto;
  z-index: 2;
  transition: all 0.4s ease 0s;
}

.sidebar-nav {
  top: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.sidebar-nav li a {
  color: #999999;
  display: block;
  text-decoration: none;
}

.sidebar-nav li a:hover {
  color: #fff;
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

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

.sidebar-nav-second {
  list-style: none;
  padding: 0;
}

.sidebar-nav-second li {
  text-indent: 40px;
}

.sidebar-nav-second-items.ng-hide-add, .sidebar-nav-second-items.ng-hide-remove {
  -webkit-transition:all linear 0.5s;
  -moz-transition:all linear 0.5s;
  -o-transition:all linear 0.5s;
  transition:all linear 0.5s;
}

.sidebar-nav-second-items.ng-hide-add.ng-hide-add-active,
.sidebar-nav-second-items.ng-hide-remove {
  opacity:0;
  line-height: 0px;
}

.sidebar-nav-second-items.ng-hide-add,
.sidebar-nav-second-items.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
  line-height: 40px;
}

.inset {
  padding: 20px;
}

@media (min-width: 840px) {
  #sidebar-wrapper {
    position: fixed;
    margin-left: -250px;
    left: 250px;
    width: 250px;
  }

  .sidebar-nav {
    position: absolute;
    width: 250px;
  }
}
