@charset "UTF-8";
/* ---------------------------------- */
/* variables ------------------------ */
/* fonts */
/* colors */
/* ---------------------------------- */
/* imports -------------------------- */
.cc_banner-wrapper {
  z-index: 9001;
  position: relative;
}

.cc_container .cc_btn {
  cursor: pointer;
  text-align: center;
  font-size: 0.6em;
  transition: font-size 200ms;
  line-height: 1em;
}

.cc_container .cc_message {
  font-size: 0.6em;
  transition: font-size 200ms;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.cc_container .cc_logo {
  display: none;
  text-indent: -1000px;
  overflow: hidden;
  width: 100px;
  height: 22px;
  background-size: cover;
  background-image: url(//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/logo.png);
  opacity: 0.9;
  transition: opacity 200ms;
}

.cc_container .cc_logo:hover, .cc_container .cc_logo:active {
  opacity: 1;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }

  .cc_container .cc_message {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container .cc_btn {
    font-size: 1em;
  }

  .cc_container .cc_message {
    font-size: 1em;
    line-height: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media print {
  .cc_banner-wrapper, .cc_container {
    display: none;
  }
}
.cc_container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  padding: 10px;
}

.cc_container .cc_btn {
  padding: 8px 10px;
  background-color: #f1d600;
  cursor: pointer;
  transition: font-size 200ms;
  text-align: center;
  font-size: 0.6em;
  display: block;
  width: 33%;
  margin-left: 10px;
  float: right;
  max-width: 120px;
}

.cc_container .cc_message {
  transition: font-size 200ms;
  font-size: 0.6em;
  display: block;
}

@media screen and (min-width: 500px) {
  .cc_container .cc_btn {
    font-size: 0.8em;
  }

  .cc_container .cc_message {
    margin-top: 0.5em;
    font-size: 0.8em;
  }
}
@media screen and (min-width: 768px) {
  .cc_container {
    padding: 15px 30px 15px;
  }

  .cc_container .cc_btn {
    font-size: 1em;
    padding: 8px 15px;
  }

  .cc_container .cc_message {
    font-size: 1em;
  }
}
@media screen and (min-width: 992px) {
  .cc_container .cc_message {
    font-size: 1em;
  }
}
.cc_container {
  background: #fff;
  color: #999;
  font-size: 17px;
  font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.cc_container ::-moz-selection {
  background: #ff5e99;
  color: #fff;
  text-shadow: none;
}

.cc_container .cc_btn, .cc_container .cc_btn:visited {
  color: #000;
  background-color: #f1d600;
  transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.cc_container .cc_btn:hover, .cc_container .cc_btn:active {
  background-color: #d7bf00;
  color: #000;
}

.cc_container a, .cc_container a:visited {
  text-decoration: none;
  color: #31a8f0;
  transition: 200ms color;
}

.cc_container a:hover, .cc_container a:active {
  color: #555;
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(66px);
    -ms-transform: translateY(66px);
    transform: translateY(66px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.cc_container, .cc_message, .cc_btn {
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-name: slideUp;
  animation-name: slideUp;
}

.cc_container {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 1.3em;
}

@media only screen and (max-width: 500px) {
  .cc_container .cc_btn {
    width: auto;
  }
}
/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  /* width: 13em;  - apply for fixed size */
  margin: 0.2em;
  padding: 0 15px 0 53px;
  border: none;
  text-align: left;
  line-height: 49px;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  border-radius: 0.2em;
  cursor: pointer;
}

.loginBtn:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 100%;
}

.loginBtn:focus {
  outline: none;
}

.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0, 0, 0, 0.1);
}

/* Facebook */
.loginBtn--facebook {
  background-color: #4C69BA;
  background-image: linear-gradient(#4267B2, #4267B2);
  font-family: "Helvetica neue", Helvetica Neue, Helvetica, Arial, sans-serif;
  text-shadow: 0 -1px 0 #354C8C;
}

.loginBtn--facebook:before {
  background: url("./img/icons/facebook.png") 0px 0px no-repeat;
  background-size: 29px 29px;
  width: 29px;
  margin: 10px 10px;
}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#4267B2, #4267B2);
}

/* ---------------------------------- */
/* mixins --------------------------- */
/* ---------------------------------- */
/* body & html ---------------------- */
html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  display: table !important;
  width: 100%;
  height: 100%;
  font-family: "Open Sans", sans-serif;
  background-color: #18191B;
}

/* ---------------------------------- */
/* general -------------------------- */
.float-right {
  float: right;
  margin-top: 0px;
}

.disabled {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  pointer-events: none;
}

.disabled input {
  pointer-events: none;
}

.errorWarning {
  color: #EB5341;
}

/* ---------------------------------- */
/* login ---------------------------- */
#login-form {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  padding: 20px;
  margin-left: -130px;
  margin-top: -164px;
  color: #e5e5e5;
  background-color: #252c36;
  font-size: 80%;
  font-weight: 300;
  border-radius: 10px 10px 10px 10px;
}

/* ---------------------------------- */
/* navigation ----------------------- */
#navigation {
  display: inline-table;
  position: relative;
  min-width: 220px;
  height: 100%;
  background-color: #252c36;
  color: #ececec;
  vertical-align: top;
}

#navigation.hidden {
  margin-left: -156px;
}

#navigation a,
#navigation div {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #252c36;
  background-color: #476083;
  cursor: pointer;
}

#navigation a {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
}
#navigation a:hover {
  background-color: #496c7a;
}

#navigation a img {
  float: right;
  margin-top: -4px;
  margin-right: -4px;
}

#navigation .admin-element a {
  background-color: #273b57;
}
#navigation .admin-element a:hover {
  background-color: #304e57;
}

#navigation .admin-element a.active {
  background-color: #285A2F !important;
}

#navigation a.active {
  text-decoration: none;
  background-color: #539B58 !important;
}

#navigation .header {
  background-color: #252c36;
  margin: 0px;
  padding: 10px 5px;
  padding-bottom: 20px;
}

#navigation .header a {
  text-transform: uppercase;
  border: none;
  display: inline-block;
  position: relative;
  left: 162px;
  top: 18px;
  font-size: 75%;
  background-color: #252c36;
  padding: 0px;
}
#navigation .header a:hover {
  text-decoration: underline;
}

#navigation.hidden .header a {
  max-width: 40px;
  text-align: center;
  margin-left: 15px;
}

#navigation .toggleButton {
  display: block;
  position: absolute;
  right: -10px;
  top: -5px;
  border: none !important;
  width: 20px;
  height: 20px;
  cursor: pointer;
  z-index: 20;
  background: rgba(255, 0, 0, 0);
}

#navigation .toggleButton::before {
  content: "◀";
}

#navigation .toggleButton.hidden::before {
  content: "►";
}

/* ---------------------------------- */
/* content -------------------------- */
#content {
  display: table-cell;
  position: relative;
  width: 100%;
  padding: 20px;
  vertical-align: top;
  box-sizing: border-box;
  background-color: #18191B;
  color: #bbb;
  font-size: 80%;
  font-weight: 300;
}

#content h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 150%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ececec;
  margin: 0 0 5px 0;
  padding: 0;
}

#content h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ececec;
  padding: 0 0 0 10px;
  margin: 0 0 0px 0;
}

#content h3 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 90%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ececec;
}

hr {
  background-color: #252c36;
  height: 1px;
  border: 0;
}

item-info table {
  margin-top: 0px !important;
}

#content a {
  color: #EB5341;
}

.inputCollection {
  margin-bottom: 5px;
}

.inputCollection table {
  width: 165px;
  margin-right: 10px;
  border-collapse: collapse;
}

#startTimeSelector input[type=text], #endTimeSelector input[type=text] {
  width: 34px !important;
}
#startTimeSelector a, #endTimeSelector a {
  color: #e5e5e5;
}

#startTimeSelector td:first-child, #endTimeSelector td:first-child {
  min-width: 50px;
  font-weight: 400;
  color: #e5e5e5;
}

.inputCollection tr {
  display: block;
  background: #283245;
}

.inputCollection tr:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 4px;
}

.inputCollection tr:last-child {
  border-bottom: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-bottom: 4px;
}

.inputCollection td {
  padding: 4px 8px 4px 8px;
}

.inputCollection td:first-child {
  width: 62px;
  padding: 0 0 0 10px;
  font-weight: 400;
  color: #e5e5e5;
}

input[type=text], input[type=user], input[type=email], input[type=number], input[type=date]  {
  background-color: #ccc;
  border: none;
  color: #252c36;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  padding: 5px 5px 5px 3px;
  border-radius: 5px 5px 5px 5px;
  border-left: 5px solid #ccc;
  margin: 0;
  width: 200px;
}
input[type=text]:focus, input[type=user]:focus, input[type=email]:focus, input[type=number]:focus {
  background-color: #fff;
  box-shadow: none;
  border-left: 5px solid #539B58;
}

input[type=password] {
  background-color: #ccc;
  border: none;
  color: #252c36;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  padding: 5px 5px 5px 3px;
  border-radius: 5px 5px 5px 5px;
  border-left: 5px solid #ccc;
  width: 200px;
}
input[type=password]:focus {
  background-color: #fff;
  border: none;
  box-shadow: none;
  border-left: 5px solid #539B58;
}

*:focus {
  outline: none;
}

[type=button], [type=submit] {
  background: linear-gradient(to bottom, #999 0%, #666 100%) !important;
  border: none;
  color: #252c36;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 700;
  padding: 5px 10px 5px 10px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
  box-shadow: 0px 3px 0px 0px #444;
  margin: 0 10px 0 0 !important;
}
[type=button]:active, [type=submit]:active {
  transform: translate(0px, 2px);
  box-shadow: 0px 1px 0px 0px;
  color: #252c36#111;
}
[type=button]:hover, [type=submit]:hover {
  background: linear-gradient(to bottom, #aaa 0%, #777 100%) !important;
}

#currentRange input[type=button] {
  width: 160px;
  margin-bottom: 5px !important;
}

input[type=button].disabled {
  background: linear-gradient(to bottom, #999 0%, #666 100%) !important;
  color: #252c36;
  transform: translate(0px, 2px);
  box-shadow: 0px 1px 0px 0px;
}

.activatedButton {
  background-image: none;
  box-shadow: 0px 1px 0px 0px #444 !important;
  transform: translate(0px, 2px);
  cursor: default;
  background: linear-gradient(to bottom, #539B58 0%, #4d8d51 100%) !important;
}
.activatedButton:hover {
  background: linear-gradient(to bottom, #539B58 0%, #4d8d51 100%) !important;
}

#searchForm {
  margin-bottom: 5px;
}
#searchForm input[type=button] {
  padding: 3px 10px 4px 10px;
  transform: translate(0, -2px);
}
#searchForm input[type=button]:active {
  transform: translate(0px, 1px);
  box-shadow: 0px 0px 0px 0px;
  color: #252c36#111;
}

/*
.redButton {
    @include linearGradientTopBottom(
        #999 + #200 - #032,
        #666 + #200 - #032);
    box-shadow: 0px 3px 0px 0px #444 + #200 - #032;
    color: #252c36 + #200 - #032;
    &:hover {
        @include linearGradientTopBottom(
            #aaa + #200 - #032,
            #777 + #200 - #032);
        color: #252c36 + #200 - #032 + #211;
    }
    &:active {
        transform: translate(0px, 2px);
        box-shadow: 0px 1px 0px 0px;
    }
}

.greenButton {
    @include linearGradientTopBottom(
        #999 + #020 - #203,
        #666 + #020 - #203);
    box-shadow: 0px 3px 0px 0px #444 + #020 - #203;
    color: #252c36 + #020 - #203;
    &:hover {
        @include linearGradientTopBottom(
            #aaa + #020 - #203,
            #777 + #020 - #203);
        color: #252c36 + #020 - #203 + #121;
    }
    &:active {
        transform: translate(0px, 2px);
        box-shadow: 0px 1px 0px 0px;
    }
}
*/
.highlightedButton {
  background: linear-gradient(to bottom, #539b58 0%, #417a45 100%) !important;
}
.highlightedButton:hover {
  background: linear-gradient(to bottom, #539B58 0%, #417a45 100%) !important;
}

.selectableList .list {
  background-color: #283245 !important;
}

.selectableList .list.full,
.selectableList .list.hasItems {
  background-color: #285A2F !important;
}

.scrollableAreaHolder {
  min-width: 140px;
  margin-right: 10px;
}

.scrollableAreaHolder .items div {
  color: #e5e5e5;
  font-size: 80%;
  font-weight: 100;
  padding: 2px;
  margin: 0 0 0 5px;
  cursor: pointer;
}

.listHolder [type=button] {
  margin-top: 5px !important;
  padding: 3px 10px 4px 10px;
}

.listHolder {
  margin: 0 0 5px 0;
}

.listHolder .list {
  padding: 5px 5px 10px 5px;
}

.list .items {
  padding: 0 !important;
  margin: 0 !important;
}

.items div {
  border-color: #18191B !important;
}

.list.right {
  margin-left: 10px;
}

.list .scrollableAreaHolder {
  height: 80px !important;
}

/*
.scrollableAreaHolder{
    height:100px !important;
}

.scrollableAreaHolder .scrollbar {
    height:100px !important;
}*/
#content .listItem {
  color: #e5e5e5;
}

.page-navigation {
  padding: 0 !important;
  margin: 0 !important;
}

#content .listItem .column {
  padding-top: 5px;
  padding-bottom: 5px;
}

#content .listItem .scrollable {
  background-color: #476083;
  border: none;
}

#content .listItem .fixed {
  border: none;
  background-color: #283245;
}

#content .listItem.selected .scrollable {
  background-color: #539B58;
}

#content .listItem.selected .fixed {
  background-color: #285A2F;
}

.staticList {
  display: table;
  border-collapse: separate;
  border-spacing: 0 10px;
  color: #e5e5e5;
}

.staticList .row {
  display: table-row;
  margin-bottom: 10px;
}

.staticList .row div {
  display: table-cell;
  text-align: center;
  padding: 5px 30px;
  background-color: #476083;
}

.staticList .row div:first-child {
  border-radius: 10px 0 0 10px;
  background-color: #283245;
}

.staticList .row div:last-child {
  border-radius: 0 10px 10px 0;
}

input[type=radio] {
  display: none;
}

.radioList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.radioList li {
  padding: 0;
  margin-bottom: 5px;
}

.radioList.horizontal li {
  display: inline-block;
}

.radioLabel {
  position: relative;
  display: inline-block;
  line-height: 28px;
  margin-left: 10px;
}

input[type=radio] + label {
  position: relative;
  padding: 0;
  line-height: 28px;
  margin: 0;
}

.horizontal input[type=radio] + label {
  margin-right: 20px;
}

input[type=radio] + label:before {
  cursor: pointer;
  content: "";
  display: block;
  position: relative;
  float: left;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  width: 28px;
  background: #476083;
  border-radius: 14px;
  margin-right: 10px;
}

input[type=radio]:checked + label:before {
  background: #e5e5e5;
  height: 20px;
  width: 20px;
  border: 4px solid #539B58;
}

.checkList {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.checkList li {
  padding: 0;
  margin-bottom: 5px;
}

.checkListLabel {
  position: relative;
  display: inline-block;
  line-height: 28px;
  margin-left: 10px;
}

.switch input {
  display: none;
}

.switch {
  position: relative;
  float: left;
  display: inline-block;
  width: 56px;
  height: 28px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #476083;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: #e5e5e5;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #539B58;
}

input:focus + .slider {
  box-shadow: 0 0 1px #539B58;
}

input:checked + .slider:before {
  -webkit-transform: translateX(28px);
  -ms-transform: translateX(28px);
  transform: translateX(28px);
}

.slider.round {
  border-radius: 14px;
}

.slider.round:before {
  border-radius: 50%;
}

.sliderLabelText {
  padding-left: 10px;
  float: left;
  position: relative;
  top: 4px;
}

#licenseHolder .expiryLabel {
    margin-bottom: 4px;
}

#content #resultHolder {
  background-color: #283245;
  border-radius: 10px 10px 10px 10px;
  border: none;
}

.c3 .c3-axis-x path, .c3 .c3-axis-x line {
  stroke: #e5e5e5;
}

.c3 .c3-axis-y path, .c3 .c3-axis-y line {
  stroke: #e5e5e5;
}

.c3 text {
  fill: #bbb;
}

.c3 .tick text {
  fill: white;
}

/* --------------------------------------------- */
/* popups, warnings etc. ----------------------- */
.dimmer {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
  z-index: 998;
}

.popup {
  position: fixed;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  background: white;
  z-index: 999;
}

.popup .message {
  padding-bottom: 10px;
}

.popup input[type=button] {
  margin: 0px !important;
}

.popup input[type=text] {
  border: 1px solid #cccccc;
}

.popup .buttonSpacer {
  padding: 0 5px;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.overlay .dimmer {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: black;
  opacity: 0.4;
  z-index: 10;
}

.overlay .fixed {
  position: absolute;
  left: 50%;
  top: 50%;
  color: black;
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  z-index: 20;
}

.grayedOut {
  opacity: 0.75;
}

.tooltip {
  padding: 20px;
  background-color: #252c36;
  margin-bottom: 20px !important;
  border-radius: 10px;
}

/* tooltip */
.tooltip-toggle {
  cursor: pointer;
  position: relative;
}
.tooltip-toggle::before {
  background-color: #252c36;
  border-radius: 10px;
  color: #e5e5e5;
  font-family: "Open Sans", sans-serif;
  font-size: 0.6rem;
  font-weight: normal;
  content: var(--tooltipContent);
  /* from main.js tooltipper() */
  padding: 0.5rem;
  position: absolute;
  text-transform: none;
  left: var(--mouseX);
  /* from main.js tooltipper() */
  transition: all 0.5s ease;
  display: block;
  opacity: 0;
  pointer-events: none;
}
.tooltip-toggle:hover::before {
  opacity: 1;
  transition: all 0s ease;
  z-index: 99;
}
.tooltip-toggle.tt-top:hover::before {
  bottom: 35px;
}
.tooltip-toggle.tt-bottom:hover::before {
  top: 35px;
}

/* tooltip end */
/* ---------------------------------- */
/* scaling -------------------------- */
@media (max-width: 500px) {
  body {
    overflow-x: hidden;
  }

  #navigation {
    position: fixed;
    display: inline-block;
    min-width: 100%;
    z-index: 10;
  }

  #navigation:not(.hidden) {
    margin-left: 0%;
  }

  #navigation.hidden {
    margin-left: -100%;
  }

  #navigation .toggleButton.hidden {
    right: -40px !important;
  }

  #navigation .header .logout {
    left: 100%;
    margin-left: -130px;
  }

  #content {
    display: block;
    position: absolute;
  }
}

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