/*
 * Sidebar
 */
.theme--dark .sidebar a {
  color: #a97c5a;
}
.theme--light .sidebar a {
  color: #337ab7;
}
.theme--dark .sidebar {
  background: #17212b;
  border-right: #101921;
}
.theme--light .sidebar {
  background: #eeeeee;
  border-right: #e5e5e5;
}
.theme--dark .sidebar .nav.nav-sidebar .admin-nav {
  background: #101921;
}
.theme--light .sidebar .nav.nav-sidebar .admin-nav {
  background: #e5e5e5;
}
.theme--dark .sidebar .nav.nav-sidebar li.active {
  color: #a97c5a;
}
.theme--light .sidebar .nav.nav-sidebar li.active {
  color: #ffffff;
}
.theme--dark .sidebar .nav.nav-sidebar li > a:hover {
  background: #202b36;
  color: #a97c5a;
}
.theme--light .sidebar .nav.nav-sidebar li > a:hover {
  background: #428bca;
  color: #337ab7;
}
.theme--dark .sidebar .nav.nav-sidebar li > a:hover {
  color: #a97c5a;
}
.theme--light .sidebar .nav.nav-sidebar li > a:hover {
  color: #ffffff;
}
.theme--dark .sidebar .nav.nav-sidebar li.admin-nav > a:hover {
  color: #a97c5a;
}
.theme--light .sidebar .nav.nav-sidebar li.admin-nav > a:hover {
  color: #ffffff;
}
.sidebar .subnav {
  margin-bottom: 0 !important;
}
.theme--dark .sidebar .subnav .active {
  color: #a97c5a;
}
.theme--light .sidebar .subnav .active {
  color: #ffffff;
}

/* Hide for mobile, show later */
.sidebar {
  display: none;
}

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
  .theme--dark .sidebar {
    background-color: #17212b;
    border-right: 1px solid #101921;
  }
  .theme--light .sidebar {
    background-color: #eeeeee;
    border-right: 1px solid #e5e5e5;
  }
}
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}

.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}

.theme--dark .nav-sidebar > .active > a,
.theme--dark .nav-sidebar > .active > a:hover,
.theme--dark .nav-sidebar > .active > a:focus {
  background: #202b36;
  color: #a97c5a;
}
.theme--light .nav-sidebar > .active > a,
.theme--light .nav-sidebar > .active > a:hover,
.theme--light .nav-sidebar > .active > a:focus {
  background: #428bca;
  color: #ffffff;
}

.sidebar-icon-wrapper {
  padding: 5px 5px 5px 8px;
  height: 30px;
  width: 30px;
  background: red;
  float: right;
}

.subnav li a {
  margin-left: 50px;
}

/*# sourceMappingURL=sidebar.css.map */
