/* line 1, app/assets/stylesheets/nav.css.scss */
body {
  overflow-x: hidden;
}

/* Toggle Styles */
/* line 7, app/assets/stylesheets/nav.css.scss */
#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;
}

/* line 15, app/assets/stylesheets/nav.css.scss */
#wrapper.toggled {
  padding-left: 250px;
}

/* line 19, app/assets/stylesheets/nav.css.scss */
#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #2f4050;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* line 34, app/assets/stylesheets/nav.css.scss */
#wrapper.toggled #sidebar-wrapper {
  width: 230px;
}

/* line 38, app/assets/stylesheets/nav.css.scss */
#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

/* line 44, app/assets/stylesheets/nav.css.scss */
#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

/* Sidebar Styles */
/* line 51, app/assets/stylesheets/nav.css.scss */
.sidebar-nav {
  position: absolute;
  top: 0;
  width: 230px;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 60, app/assets/stylesheets/nav.css.scss */
.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
}

/* line 65, app/assets/stylesheets/nav.css.scss */
.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #999999;
}

/* line 71, app/assets/stylesheets/nav.css.scss */
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

/* line 77, app/assets/stylesheets/nav.css.scss */
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none;
}

/* line 82, app/assets/stylesheets/nav.css.scss */
.sidebar-nav > .sidebar-brand {
  height: 65px;
  font-size: 18px;
  line-height: 60px;
}

/* line 88, app/assets/stylesheets/nav.css.scss */
.sidebar-nav > .sidebar-brand a {
  color: #999999;
}

/* line 92, app/assets/stylesheets/nav.css.scss */
.sidebar-nav > .sidebar-brand a:hover {
  color: #fff;
  background: none;
}

@media (min-width: 768px) {
  /* line 98, app/assets/stylesheets/nav.css.scss */
  #wrapper {
    padding-left: 250px;
  }
  /* line 102, app/assets/stylesheets/nav.css.scss */
  #wrapper.toggled {
    padding-left: 0;
  }
  /* line 106, app/assets/stylesheets/nav.css.scss */
  #sidebar-wrapper {
    width: 230px;
  }
  /* line 110, app/assets/stylesheets/nav.css.scss */
  #wrapper.toggled #sidebar-wrapper {
    width: 0;
  }
  /* line 114, app/assets/stylesheets/nav.css.scss */
  #page-content-wrapper {
    padding: 20px;
    position: relative;
  }
  /* line 119, app/assets/stylesheets/nav.css.scss */
  #wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0;
  }
}
