:root {
  --sb-background: #fff;
  --sb-border: none;
  --sb-item-color: rgb(193, 193, 193);
  --sb-item-act-color: #333;
  --sb-item-act-bg: #e2e2e2;
}

aside.sidebar {
  float: left;
  position: fixed;
  top: 0;
  width: 5rem;
  height: 100%;
  background-color: var(--sb-background);
  z-index: 99;
  border-right: var(--sb-border);
  text-align: center;
  white-space: normal;
  left: 0;
  overflow-y: auto;
  color: var(--sb-item-color);
}

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-l1.active .item-a1 {
  color: var(--sb-item-act-color);
}

.sidebar .item-a1 {
  color: var(--sb-item-color);
  width: 5rem;
  display: inline-block;
  font-size: 0.7em;
}

.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 #fff solid;
}

.sidebar .item-l1.open .submenu {
  left: 5rem;
}

.sidebar .item-l1:hover {
  color: #333;
  background-color: #e2e2e2;
  transition: 0.1s;
}

.sidebar .item-l1:hover .item-a1 {
  color: #333;
}

.sidebar .item-l1.open {
  color: #333;
  background-color: #e2e2e2;
  transition: 0.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: #e2e2e2;
  padding: 1rem;
  margin-top: 1rem;
  color: rgb(193, 193, 193);
  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: rgb(193, 193, 193);
}

#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: 0.5rem;
    padding-right: 0.5rem;
  }
  .sidebar .item-l1 .submenu {
    position: fixed;
    left: -999px;
    width: 15rem;
    text-align: left;
    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 #fff 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: #e2e2e2;
}

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