/*!
 * Start Bootstrap - Simple Sidebar (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */
body {
  overflow-x: hidden; }

/* Toggle Styles */
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.wrapper {
  padding-right: 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-right: 25%; }
    .wrapper.toggled header {
      width: 75%;
      -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;
  right: 25%;
  width: 0;
  height: 100%;
  margin-right: -25%;
  overflow-y: auto;
  background: #edf3f3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: inset 1px 0px 5px 0px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 1px 0px 5px 0px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px 0px 5px 0px rgba(0, 0, 0, 0.04); }

.wrapper.toggled #sidebar-wrapper {
  width: 25%; }

#page-content-wrapper {
  width: 100%;
  min-height: 100vh; }

.wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -25%; }

/* Sidebar Styles */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 100%;
  min-width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; }
  .sidebar-nav li {
    text-indent: 20px;
    line-height: 40px; }
    .sidebar-nav li a {
      display: block;
      text-decoration: none;
      color: black;
      border-bottom: 2px solid #d5dde5; }
      .sidebar-nav li a:hover {
        text-decoration: none;
        background: #e5edee; }
      .sidebar-nav li a:active, .sidebar-nav li a:focus {
        text-decoration: none; }
  .sidebar-nav .site-menu-item-active > a, .sidebar-nav .site-menu-item-parent > a {
    font-weight: bold; }

@media (min-width: 768px) {
  .wrapper {
    padding-right: 0; }
    .wrapper.toggled {
      padding-right: 25%; }

  #sidebar-wrapper {
    width: 0; }

  .wrapper.toggled #sidebar-wrapper {
    width: 25%; }

  #page-content-wrapper {
    position: relative; }

  .wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0; } }
@media (min-width: 768px) {
  header .navbar-extra {
    position: static !important;
    margin-top: 25px; } }
