aside.sidebar {
  float: left;
  position: fixed;
  top: 0;
  width: 5rem;
  height: 100%;
  background-color: #5d0f0f;
  z-index: 99;
  border-right: 1px solid #ddd;
  text-align: center;
  white-space: normal;
  left: 0;
  overflow-y: auto; }

body.wide aside.sidebar {
  width: 20rem; }

.sidebar .item-l1 .fa:before {
  width: 2rem;
  display: block;
  text-align: center; }

.sidebar .item-l1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center; }

.sidebar .item-a1 {
  color: #eb8080;
  width: 5rem;
  display: inline-block; }

.sidebar .item-l1 .submenu {
  position: fixed;
  left: -999px;
  width: 20rem;
  text-align: left;
  background: #fff;
  padding: 1rem;
  top: 0;
  bottom: 0;
  overflow-y: auto;
  display: block;
  font-size: 0.8rem;
  border-right: 1rem #5d0f0f solid; }

.sidebar .item-l1.open .submenu {
  left: 5rem; }

.sidebar .item-l1:hover {
  color: #5d0f0f;
  background-color: #eb8080;
  transition: .1s; }

.sidebar .item-l1:hover .item-a1 {
  color: #5d0f0f; }

.sidebar .item-l1.open {
  color: #9F1919;
  background-color: #fff;
  transition: .1s; }

.sidebar .item-l1 .submenu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.sidebar .item-l1 .submenu li {
  margin: 0;
  padding: 0.5rem; }

.sidebar .item-a1 .text {
  font-size: 0.8rem;
  font-family: "Open Sans Condensed", sans-serif;
  white-space: normal; }

body.wide .item-a1 .text {
  display: inline-block;
  font-size: 1rem; }

body.wide .item-l1 {
  text-align: left;
  padding-left: 1rem;
  padding-right: 1rem; }

body.wide .item-a1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  display: block; }

body.wide .item-a1 i {
  width: 3rem;
  padding-right: 1rem; }

body.wide .item-l1:hover .submenu {
  left: -999px; }

body.wide .item-l1.open .submenu {
  width: 20rem;
  background: #fff;
  padding: 1rem;
  margin-top: 1rem;
  color: #000000;
  position: fixed;
  overflow-y: auto;
  display: block;
  left: 0; }

body.wide .lpg {
  padding-left: 5rem; }

body.wide #main {
  margin-left: 20rem; }

body.wide .sidebar .item-a2 {
  color: #000; }

#toc ul {
  margin: 1rem 0;
  padding: 0; }

#toc li {
  font-size: 0.8rem;
  margin-left: 1rem; }

#toc li .toggler {
  margin-left: -1rem;
  display: inline-block;
  width: 1rem; }

@media (max-width: 1024px) {
  .lpg {
    padding-left: 6rem;
    padding-right: 1rem; } }
@media (max-width: 768px) {
  .lpg {
    padding-left: 0rem;
    padding-right: 0rem; }

  .sidebar .item-l1 .submenu {
    position: fixed;
    left: -999px;
    width: 15rem;
    text-align: left;
    background: #fff;
    padding: 1rem;
    top: 0;
    bottom: 5rem;
    overflow-y: auto;
    display: block;
    font-size: 100%; }

  .sidebar .item-a1 {
    width: 5rem; }

  .sidebar .item-l1.open .submenu {
    left: 0rem;
    width: 100%;
    position: fixed;
    top: 50%;
    border-top: 1rem #5d0f0f solid;
    border-right: none;
    z-index: 99;
    bottom: 5rem;
    white-space: normal; }

  aside.sidebar {
    white-space: normal !important;
    height: 5rem;
    width: 100%;
    bottom: 0;
    top: inherit;
    overflow-y: hidden; }

  .xsnw {
    white-space: nowrap; } }
.item-l1 .submenu .current {
  background: #dedede; }

/*# sourceMappingURL=sidebar2.css.map */
