html,
body {
  height: 100%;
  overflow-y: hidden;
}

nav {
  margin-right: auto;
  margin-left: auto;
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
}
nav ul.side-menu {
  top: 0;
  right: 0;
  z-index: 100;
}
nav ul.side-menu > li {
  display: block;
  float: none;
  border-bottom: 1px solid #F0F0F0;
}
nav ul.side-menu#mobile-menu {
  position: fixed;
  height: 100%;
}
nav ul.side-menu#extra-menu {
  position: absolute;
  top: 100px;
}
nav ul#feedback {
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  flex-grow: 1;
  padding: 0;
  font-size: 1.25em;
}
nav ul#feedback.active {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
nav ul#secondary-menu > li a {
  color: #b0b0b0;
}
nav ul#secondary-menu > li a:hover, nav ul#secondary-menu > li a:focus {
  color: #717171;
  background-color: transparent;
}

.footer {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px 0;
  opacity: 0.5;
}
.footer p {
  margin: 0;
  line-height: 100%;
}

.chart {
  z-index: 5;
  position: relative;
}
.chart-legend ul {
  list-style: none;
  padding-left: 0;
}
.chart-legend ul li {
  display: block;
}
.chart-legend ul li span {
  display: inline-block;
  padding-left: 5px;
  width: 10px;
  height: 25px;
  outline: 5px solid #FFFFFF;
  outline-offset: -5px;
}

#wrapper {
  overflow: hidden;
  position: relative;
  height: 100%;
  z-index: 1;
}

#nav-logo:hover, #nav-logo:focus {
  color: #242424 !important;
}

#wrapper > .layout-full.scrollable {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}

#notifications,
#settings {
  position: absolute;
  top: 100%;
  left: 0;
  min-height: 300px;
  width: 100%;
  z-index: 100;
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
}
#notifications .icon-large,
#settings .icon-large {
  font-size: 3em;
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
}
#notifications-list,
#settings-list {
  padding-bottom: 20px;
}
#notifications-quick,
#settings-quick {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  min-height: 100px;
  text-align: center;
  z-index: 1000;
  border-bottom: 1px solid #283d15;
}
#notifications-quick .display-info-main,
#settings-quick .display-info-main {
  margin: 0;
  line-height: 25px;
}
#notifications-quick .display-info-sub,
#settings-quick .display-info-sub {
  margin: 0;
}

table.table-comfy thead tr th:hover {
  cursor: pointer;
  background-color: #F0F0F0;
}
table.table-comfy tbody tr:hover {
  cursor: pointer;
}
table.table-comfy.inactive {
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.75;
  background-color: #e3e3e3;
}
table.table-comfy.inactive:hover {
  -webkit-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 1;
  background-color: #FFFFFF;
}

#table-direktesok {
  position: relative;
}

@media only screen and (min-width: 1px) {
  nav ul#mobile-menu {
    width: 100%;
  }

  #wrapper {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  nav {
    bottom: 0;
    border-top: 1px solid #b0b0b0;
  }

  table.table-comfy thead tr th,
table.table-comfy tfoot tr th {
    display: block;
    text-align: center;
  }
  table.table-comfy tbody tr {
    display: block;
    padding: 10px 0;
  }
  table.table-comfy tbody tr td {
    *zoom: 1;
    display: block;
    padding: 1.25px 2.5px;
  }
  table.table-comfy tbody tr td:before, table.table-comfy tbody tr td:after {
    content: " ";
    display: table;
  }
  table.table-comfy tbody tr td:after {
    clear: both;
  }
  table.table-comfy tbody tr td i {
    color: #b0b0b0;
    margin-right: 50px;
  }

  #wrapper {
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 769px) {
  nav {
    top: 0;
    border-bottom: 1px solid #b0b0b0;
  }
  nav ul#mobile-menu {
    width: 50%;
  }

  table.table-comfy thead tr th,
table.table-comfy tfoot tr th,
table.table-comfy tbody tr td {
    padding: 1.6666666667px 2px;
  }

  #wrapper {
    max-height: 100%;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 1025px) {
  ::-webkit-scrollbar {
    width: 8px;
  }

  ::-webkit-scrollbar-track {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #FFFFFF;
    background-color: transparent;
  }

  ::-webkit-scrollbar-thumb {
    min-height: 100px;
    background: #717171;
  }

  ::-webkit-scrollbar-thumb:window-inactive {
    background: #F0F0F0;
  }

  table.table-comfy thead tr th,
table.table-comfy tfoot tr th,
table.table-comfy tbody tr td {
    padding: 3.3333333333px 5px;
  }
}
@media only screen and (min-width: 1440px) {
  body {
    padding: 10px 0;
  }

  nav {
    max-width: 1800px;
    top: 10px;
  }

  #wrapper {
    max-width: 1800px;
  }

  table.table-comfy thead tr th,
table.table-comfy tfoot tr th,
table.table-comfy tbody tr td {
    padding: 4px 10px;
  }
}
@media only screen and (min-width: 1540px) {
  body {
    padding: 10px;
  }
}

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