@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  /* Prevent font scaling in landscape while allowing user zoom */
  font-family: "aaaaaaa", "Lucida Console", Monaco, monospace;
  position: relative;
  min-height: 100%; }

::-webkit-scrollbar {
  width: 9px;
  height: 9px;
  border: none;
  background-color: #666; }

::-webkit-scrollbar-track {
  border-radius: 10px; }

::-webkit-scrollbar-thumb {
  border-radius: 10px; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  cursor: ns-resize;
  background-color: #222;
  border: 2px solid #666; }

::-webkit-scrollbar-corner {
  background-color: black; }

.supermenu-link, .supermenu-close {
  font-size: 20px;
  vertical-align: sub;
  overflow: visible;
  pointer-events: auto; }

.submenu a, nav span {
  display: block;
  padding: 12px;
  cursor: pointer;
  color: #fff; }

.submenu, .menu {
  display: inline-block;
  position: absolute;
  min-width: 150px; }

.menu .active:after {
  content: "";
  position: absolute;
  border-top: 1px solid #888;
  width: 36px;
  right: 0;
  top: 21px; }

.submenu::-webkit-scrollbar {
  width: 8px;
  height: 8px; }

.submenu::-webkit-scrollbar-track {
  background-color: rgba(20, 20, 20, 0.96); }

.submenu::-webkit-scrollbar-thumb {
  background-color: rgba(20, 20, 20, 0.96);
  border: none;
  outline: 1px dotted #888; }

.supermenu-link {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: -1px;
  width: 100%;
  height: 40px;
  z-index: 200;
  cursor: se-resize;
  overflow: hidden; }
  .supermenu-link:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 10px;
    width: 15px;
    height: 15px;
    border-top: 9px double #888;
    border-bottom: 3px solid #888;
    border-radius: 3px; }
  .supermenu-link:hover {
    background-color: rgba(128, 128, 128, 0.25);
    transition: background-color .2s; }

.supermenu-close {
  display: none;
  text-align: right;
  position: absolute;
  z-index: 200;
  height: 210px;
  width: 32px;
  left: -24px;
  padding-top: 50%;
  vertical-align: middle;
  cursor: nw-resize; }
  .supermenu-close:hover {
    background-color: rgba(128, 128, 128, 0.25);
    transition: background-color .2s; }
  .supermenu-close:before {
    content: "";
    position: absolute;
    top: 14px;
    left: 12px;
    width: 13px;
    height: 13px;
    border-bottom: 1px solid #888;
    border-left: 1px solid #888;
    transform: rotate(45deg); }

.menu-closed {
  height: 41px;
  background-color: rgba(20, 20, 25, 0.8);
  top: -1px; }
  .menu-closed span:not(.active) {
    display: none !important; }
  .menu-closed .direct-active span {
    display: block !important; }
  .menu-closed .menu-divider {
    border-top: none; }
  .menu-closed li {
    background-color: transparent !important; }

.submenu-closed {
  overflow: hidden !important;
  text-align: center !important;
  margin-top: 0 !important;
  height: 41px; }
  .submenu-closed a:not(.sub-active) {
    display: none !important; }
  .submenu-closed .legacy {
    display: block !important; }

#super-menu {
  position: fixed;
  max-width: 100%;
  z-index: 100;
  top: -1px;
  left: 24px;
  color: #fff;
  padding: 0;
  overflow: visible;
  font-family: "aaaaaaa", "Lucida Console", Monaco, monospace;
  white-space: nowrap; }
  #super-menu li {
    list-style: none;
    background-color: rgba(20, 20, 20, 0.96);
    pointer-events: auto; }
    #super-menu li:hover {
      list-style: none;
      background-color: rgba(255, 40, 128, 0.75);
      transition: background-color .3s; }
      #super-menu li:hover a {
        color: #fff;
        transition: margin-left .1s; }
    #super-menu li:active {
      background-color: rgba(40, 40, 40, 0.5); }
  #super-menu strong {
    margin: 0;
    padding: 12px;
    border-bottom: 1px dashed #fff;
    display: block;
    background-color: rgba(20, 20, 20, 0.96); }

.submenu {
  left: 149px;
  position: relative;
  display: none;
  border: 1px dotted #888;
  text-align: left;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .submenu:nth-of-type(1) {
    margin-top: -40px; }
  .submenu:nth-of-type(2) {
    margin-top: 1px; }
  .submenu:nth-of-type(3) {
    margin-top: 42px; }
  .submenu:nth-of-type(4) {
    margin-top: 83px; }
  .submenu a:hover:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -14px;
    width: 26px;
    height: 26px;
    border: 1px solid #888;
    border-radius: 50%; }
  .submenu a:active {
    font-weight: bold; }
  .submenu li {
    position: relative; }

nav span:hover {
  text-decoration: none; }
nav a:hover {
  text-decoration: none; }

.menu a {
  color: #fff;
  cursor: pointer; }
.menu .active {
  border-right: 1px solid #888; }
  .menu .active:before {
    width: 12px;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    z-index: 100; }
.menu > li {
  position: relative;
  text-align: right;
  padding-right: 36px; }
.menu > li:hover {
  text-align: right; }

.subdirectorylink {
  cursor: default; }

.menu-container {
  margin-left: 6px; }

.direct-active:after {
  content: "";
  position: absolute;
  top: 16px;
  right: 24px;
  width: 11px;
  height: 11px;
  border: 1px solid #888;
  border-top: none;
  border-right: none;
  transform: rotate(45deg); }

.sub-active {
  font-style: italic;
  font-weight: bold;
  text-align: center; }
  .sub-active:before {
    content: "";
    position: absolute;
    top: 14px;
    left: -7px;
    width: 13px;
    height: 13px;
    border: 1px solid #888;
    transform: rotate(45deg); }

@media screen and (min-height: 0px) {
  .submenu {
    max-height: 290px; }

  .supermenu-close {
    max-height: 290px; } }
@media screen and (min-height: 480px) {
  .submenu {
    max-height: 440px; }

  .supermenu-close {
    max-height: 440px; } }
@media screen and (min-height: 568px) {
  .submenu {
    max-height: 530px; }

  .supermenu-close {
    max-height: 530px; } }
@media screen and (min-height: 600px) {
  .submenu {
    max-height: 548px; }

  .supermenu-close {
    max-height: 548px; } }
@media screen and (min-height: 660px) {
  .submenu {
    max-height: 665px; }

  .supermenu-close {
    max-height: 665px; } }
.current {
  display: inline-block; }

.directlink:hover:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 24px;
  width: 11px;
  height: 11px;
  border: 1px solid #888;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg); }

.outlink:hover:before, .outlink2:hover:before {
  content: "⎘";
  font-size: 1.5em;
  position: absolute;
  top: .5em;
  right: .5em;
  border: none;
  color: #bbb;
  transform: rotate(-45deg);
  pointer-events: none; }

.menu-divider {
  border-top: 1px solid #888; }

.legacy {
  display: none; }
  .legacy a {
    opacity: .5;
    font-style: italic; }

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