@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: transparent; }

*: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; }

.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; }

#sidebar-left {
  position: absolute;
  top: 40px;
  left: -200px;
  bottom: 0;
  width: 200px;
  background-color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #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:not(#btn-home) {
    display: block;
    width: 200px;
    height: 40px;
    text-decoration: none; }
    #menu a:not(#btn-home) .menu-label {
      line-height: 40px;
      color: inherit; }
    #menu a:not(#btn-home).active.level-0 .active-dot {
      display: none; }
    #menu a:not(#btn-home).active.level-1 {
      background-color: white; }
    #menu a:not(#btn-home).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(.active) .active-dot {
      display: none; }
    #menu a:not(#btn-home).level-0 {
      border-bottom: 1px solid white; }
      #menu a:not(#btn-home).level-0 .menu-label {
        text-transform: uppercase; }
    #menu a:not(#btn-home).level-1 {
      border-bottom: 1px solid darkgrey; }
      #menu a:not(#btn-home).level-1 .menu-label {
        color: black; }
    #menu a:not(#btn-home).level-2 .menu-label {
      color: black; }
    #menu a:not(#btn-home) .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; }

@-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;
  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; }
    #header .right-buttons a {
      float: right; }
      #header .right-buttons a span img {
        height: 40px; }

@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 */
