:root {
  --thematik-blue: #002c53;
  --thematik-blue: #004483;
  --thematik-gray: #838485;
  --menu-background: #002c53;
  --menu-text-color: white;
  --menu-selected: #4caf50;
  --menu-background-hover: #838485;
  --critical-background-color: #FF5050;
  --critical-text-color: #FFEEEE;
  --warning-background-color: #FFA500;
  --warning-text-color: black;
  --ok-background-color: #55FF00;
  --ok-text-color: black;
  --info-background-color: #CCCCCC;
  --info-text-color: #444444;
  --unknown-background-color: #EE9400;
  --unknown-text-color: black;
  --highlight-entry: lightyellow; }

.height-300 {
  min-height: 300px; }

a:not(.dropdown-toggle).nav-link.active.single {
  background-color: rebeccapurple; }

button.mini-button {
  width: 50px;
  height: 20px;
  font-size: 12px;
  padding: 0; }

.hover-pointer:hover {
  cursor: pointer; }

.pre {
  white-space: pre; }

.pre-wrap {
  white-space: pre-wrap; }

.navbar-brand div .version {
  font-size: small; }

a.dropdown-item.hover,
a.dropdown-item:hover {
  background-color: lightblue; }

li.nav-item:hover {
  background-color: #838485; }

.header-logos * img {
  max-height: 30px; }

.form-help {
  margin-top: -10px;
  margin-bottom: 10px; }

.logo-right {
  right: 15px;
  position: absolute; }

.sticky-top {
  position: sticky;
  top: 0px;
  z-index: 20 !important; }

.action_bar {
  position: sticky;
  top: 56px;
  /* margin-left: 5px; */
  width: 100%;
  display: flex;
  z-index: 15;
  padding-left: 25px;
  /*
    float: left;
    */
  background: #838485;
  background: var(--thematik-gray); }

.action_bar > div {
  margin-top: 2px;
  margin-bottom: 2px; }

.action_bar * a {
  margin-right: 5px; }

.action-button {
  margin-left: 5px; }

form * input,
form * select,
form * textarea {
  width: 100%; }

@media screen and (min-width: 700px) {
  .form-help {
    margin-top: -10px;
    margin-bottom: 10px; } }

@media screen and (min-width: 500px) and (max-width: 700px) {
  .form-help {
    margin-top: -5px;
    margin-bottom: 5px; } }

@media screen and (min-width: 300px) and (max-width: 500px) {
  .action-button > .action-button {
    width: 100%; }
  .form-help {
    margin-top: -5px;
    margin-bottom: 5px; } }

@media screen and (max-width: 300px) {
  .row.header-logos {
    display: None; }
  .form-help {
    margin-top: -5px;
    margin-bottom: 5px; } }

html,
body {
  height: 100%; }

.plotly-image,
.plotly-image > div,
.content {
  height: calc(100vh - 180px);
  width: 100%; }

.plotlyjsicon {
  display: none !important; }

#html-error > h1 {
  text-align: center; }

#html-error > img {
  margin-left: auto;
  margin-right: auto;
  width: 25%;
  display: block; }

/* bootstrap-4 fix for bootstrap-slider */
.slider.slider-horizontal .tooltip.tooltip-main.in,
.slider.slider-vertical .tooltip.tooltip-main.in {
  opacity: 1 !important;
  z-index: 200 !important;
  margin-top: 15px; }

span.spacing {
  margin-left: 20px; }

.dropdown-thematik {
  max-height: calc(100vh - 100vh / 2);
  overflow-y: auto; }

.slider.slider-horizontal {
  margin-right: 10px; }

.selectpicker {
  z-index: 3000; }

.hover-zoom:hover {
  position: absolute;
  transform: scale(5);
  z-index: 3001; }

/* finished */
body {
  font-family: Arial, Helvetica, sans-serif; }

.modal-header i {
  padding-right: 5px; }

.input-group-text:hover {
  cursor: pointer;
  filter: brightness(80%); }

.slider-handle:hover {
  filter: brightness(120%); }

label.requiredField + div > select,
input[required],
textarea[required],
select[required] {
  background-color: #ff06; }

input[readonly] {
  background-color: #cccccc !important; }

.buttonHolder {
  display: flex;
  margin-top: 10px; }

.buttonHolder input {
  margin-right: 5px; }

@media screen and (max-width: 300px) {
  .buttonHolder {
    display: inline;
    margin-right: 0px; } }

#screen {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100%;
  height: 100%;
  max-height: calc(100vh); }

#screen > div.header {
  max-height: 150px;
  flex-shrink: 0; }

#screen > div.content {
  overflow: auto;
  flex-grow: 1;
  height: 100%; }

#screen > div.footer {
  max-height: 150px;
  flex-shrink: 0;
  font-size: 0.8rem;
  background: #004483;
  background: var(--thematik-blue);
  color: #838485;
  color: var(--thematik-gray);
  text-align: center; }

#screen > div.footer > a {
  text-decoration: none;
  color: white; }

.feedback {
  background: lightblue;
  padding: 5px;
  margin: 10px 5px 5px 5px; }

.sub-menu {
  font-size: 0.8em; }

.spacer {
  margin-left: 10px; }

.disabled {
  pointer-events: none; }

.hidden {
  display: None; }

#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  cursor: pointer; }

.hidden {
  display: None; }

.the-spinner {
  margin: 100px auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10%;
  left: 50%;
  z-index: 201;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.1); }
  .the-spinner .circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .the-spinner .circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #002c53;
    border-radius: 100%;
    animation: the-spinner-fade 1.2s infinite ease-in-out both; }
  .the-spinner .circle2 {
    transform: rotate(30deg); }
  .the-spinner .circle2:before {
    animation-delay: -1.1s; }
  .the-spinner .circle3 {
    transform: rotate(60deg); }
  .the-spinner .circle3:before {
    animation-delay: -1s; }
  .the-spinner .circle4 {
    transform: rotate(90deg); }
  .the-spinner .circle4:before {
    animation-delay: -0.9s; }
  .the-spinner .circle5 {
    transform: rotate(120deg); }
  .the-spinner .circle5:before {
    animation-delay: -0.8s; }
  .the-spinner .circle6 {
    transform: rotate(150deg); }
  .the-spinner .circle6:before {
    animation-delay: -0.7s; }
  .the-spinner .circle7 {
    transform: rotate(180deg); }
  .the-spinner .circle7:before {
    animation-delay: -0.6s; }
  .the-spinner .circle8 {
    transform: rotate(210deg); }
  .the-spinner .circle8:before {
    animation-delay: -0.5s; }
  .the-spinner .circle9 {
    transform: rotate(240deg); }
  .the-spinner .circle9:before {
    animation-delay: -0.4s; }
  .the-spinner .circle10 {
    transform: rotate(270deg); }
  .the-spinner .circle10:before {
    animation-delay: -0.3s; }
  .the-spinner .circle11 {
    transform: rotate(300deg); }
  .the-spinner .circle11:before {
    animation-delay: -0.2s; }
  .the-spinner .circle12 {
    transform: rotate(330deg); }
  .the-spinner .circle12:before {
    animation-delay: -0.1s; }

@keyframes the-spinner-fade {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

#the-tooltip {
  position: fixed;
  background: #636363;
  padding: 10px;
  color: white;
  border: solid #004483 8px;
  z-index: 20; }
  #the-tooltip * .title {
    padding-left: 5px;
    padding-right: 15px; }

div.paginator {
  display: inline-flex; }

div.paginator > a > div {
  margin-left: 2px;
  margin-right: 2px;
  padding-left: 4px;
  padding-right: 4px;
  min-width: 20px;
  color: white;
  font-size: smaller; }

div.paginator > a > div.fast {
  background: #2f86ce; }

div.paginator > a > div.fast-selected {
  background: #ffc107; }

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