@font-face {
  font-family: 'Questrial';
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/Questrial-regular.eot"), url("../fonts/Questrial-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Questrial-regular.woff2") format("woff2"), url("../fonts/Questrial-regular.woff") format("woff"), url("../fonts/Questrial-regular.ttf") format("truetype"), url("../fonts/Questrial-regular.svg#Questrial") format("svg"); }
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  font-family: 'Questrial', sans-serif;
  font-size: 16px; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*:focus {
  outline: none; }

*, *:before, *:after {
  box-sizing: inherit; }

.svg {
  width: 40px;
  height: 40px;
  padding: 10px;
  display: block; }

#media {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0px;
  right: 0;
  background-color: white;
  overflow: hidden;
  -webkit-overflow-scrolling: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #media iframe {
    border: 0;
    width: 100%;
    height: 100%; }
  #media.open {
    left: 200px; }
  #media.maximal-display {
    top: 0; }
  #media.ios {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch !important;
    height: 100%; }
  #media.ios iframe {
    height: 100%;
    min-width: 100%;
    width: 100px;
    *width: 100%; }

.ps-scrollbar-y-rail {
  z-index: 9999; }

.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: background-color .2s linear;
  -moz-transition: background-color .2s linear;
  -o-transition: background-color .2s linear;
  transition: background-color .2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

.ps-container .ps-scrollbar-y-rail {
  left: 2px;
  right: auto;
  /* If using `left`, there shouldn't be a `right`. */
  width: 5px; }

.ps-container:hover > .ps-scrollbar-y-rail:hover, .ps-container:hover.ps-in-scrolling > .ps-scrollbar-y-rail:hover {
  background-color: transparent; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  width: 5px;
  background-color: darkgray; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent; }

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out; }
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: transform, opacity;
    transform: scale(0);
    pointer-events: none; }
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45); }
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7); }
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7); }
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7); }
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7); }
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7); }
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7); }
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none; }
  .waves-effect img {
    position: relative;
    z-index: -1; }

.waves-notransition {
  transition: none !important; }

.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%); }

.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom; }
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1; }

.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none; }

.waves-block {
  display: block; }

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1; }

#sidebar-left {
  position: absolute;
  top: 40px;
  left: -200px;
  bottom: 0;
  width: 200px;
  background-color: white;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #sidebar-left.noheader-display {
    top: 0; }
  #sidebar-left.open {
    left: 0;
    -webkit-box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.175);
    box-shadow: 12px 0 12px -12px rgba(0, 0, 0, 0.175); }

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0; }
  #menu #btn-home {
    display: block;
    width: 90%;
    margin: 0 auto; }
    #menu #btn-home.inverted {
      width: 100%;
      height: 201px; }
    #menu #btn-home #img-home {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 20px;
      height: 20px; }
    #menu #btn-home img {
      width: 100%; }
  #menu .supLogo {
    width: 100%;
    margin-bottom: -2px; }
  #menu, #menu ul, #menu li {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both; }
  #menu a.download-from-menu {
    height: 20px;
    width: 20px;
    line-height: 20px; }
  #menu a:not(#btn-home):not(.download-from-menu) {
    display: block;
    width: 200px;
    height: 40px;
    text-decoration: none; }
    #menu a:not(#btn-home):not(.download-from-menu) .menu-label {
      line-height: 40px;
      color: inherit; }
    #menu a:not(#btn-home):not(.download-from-menu).active.level-0 .active-dot {
      display: none; }
    #menu a:not(#btn-home):not(.download-from-menu).active.level-1 {
      background-color: white; }
    #menu a:not(#btn-home):not(.download-from-menu).active .active-dot {
      float: left;
      line-height: 38px;
      font-size: 26px;
      margin-right: 5px;
      color: black;
      margin-left: -22px; }
    #menu a:not(#btn-home):not(.download-from-menu):not(.active) .active-dot {
      display: none; }
    #menu a:not(#btn-home):not(.download-from-menu).level-0 {
      border-bottom: 1px solid white; }
      #menu a:not(#btn-home):not(.download-from-menu).level-0 .menu-label {
        text-transform: uppercase; }
    #menu a:not(#btn-home):not(.download-from-menu).level-1 {
      border-bottom: 1px solid darkgrey; }
      #menu a:not(#btn-home):not(.download-from-menu).level-1 .menu-label {
        color: black; }
    #menu a:not(#btn-home):not(.download-from-menu).level-2 .menu-label {
      color: black; }
    #menu a:not(#btn-home):not(.download-from-menu) .svg-chevron {
      width: 10px;
      height: 10px;
      float: right;
      margin: 14px 8px; }
  #menu a.collapsed {
    position: relative; }
    #menu a.collapsed.level-0 {
      z-index: 5; }
    #menu a.collapsed.level-1 {
      z-index: 4; }
    #menu a.collapsed.level-2 {
      z-index: 3; }
    #menu a.collapsed .svg-chevron {
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-animation: spin 0.3s linear;
      -moz-animation: spin 0.3s linear;
      animation: spin 0.3s linear; }
  #menu a:not(.collapsed) .svg-chevron {
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: spinReturn 0.3s linear;
    -moz-animation: spinReturn 0.3s linear;
    animation: spinReturn 0.3s linear; }
  #menu a.active {
    font-weight: bold; }
  #menu .svg {
    float: left; }
  #menu a[data-toggle="collapse"] + ul {
    display: none; }

#auth-container {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 999; }
  #auth-container .auth-form {
    width: 400px;
    margin: auto;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px; }
    #auth-container .auth-form .msg-form {
      text-align: center;
      font-size: 32px;
      margin-top: 0; }
    #auth-container .auth-form input {
      width: 100%;
      padding: 6px;
      font-size: 24px;
      border: 1px solid darkgrey;
      border-radius: 3px;
      margin-bottom: 8px; }
    #auth-container .auth-form .submit-form {
      text-align: center;
      font-size: 24px;
      padding: 6px;
      width: 100%;
      color: white;
      border-radius: 3px;
      cursor: pointer; }

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(90deg); } }
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(90deg); } }
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(90deg); } }
@-moz-keyframes spinReturn {
  from {
    -moz-transform: rotate(90deg); }
  to {
    -moz-transform: rotate(0deg); } }
@-webkit-keyframes spinReturn {
  from {
    -webkit-transform: rotate(90deg); }
  to {
    -webkit-transform: rotate(0deg); } }
@keyframes spinReturn {
  from {
    transform: rotate(90deg); }
  to {
    transform: rotate(0deg); } }
#header {
  position: absolute;
  display: flex;
  height: 40px;
  left: 0;
  right: 0; }
  #header .left-buttons {
    float: left; }
  #header .ariane {
    float: left; }
    #header .ariane a, #header .ariane span {
      text-decoration: none;
      color: white; }
    #header .ariane .title, #header .ariane .separator {
      line-height: 40px;
      cursor: default; }
    #header .ariane .separator {
      height: 12px;
      margin: 0 8px; }
  #header .right-buttons {
    float: right;
    margin-left: auto;
    order: 2; }
    #header .right-buttons a {
      float: right; }
      #header .right-buttons a span img {
        height: 40px; }
  #header.minimal-display {
    z-index: 1; }
    #header.minimal-display .header-btn {
      background-color: darkgrey;
      opacity: 0.5;
      border-radius: 50%;
      margin: 5px;
      z-index: 2; }

@media (max-width: 768px) {
  .ariane a:not(:nth-last-child(-n+4)), .ariane span:not(:nth-last-child(-n+4)) {
    display: none; } }
@media (max-width: 300px) {
  .ariane a:not(:nth-last-child(-n+2)), .ariane span:not(:nth-last-child(-n+2)) {
    display: none; } }

/*# sourceMappingURL=styles.css.map */
