#mainContainer {
    height: calc(100% - 109px);
}

#mapContainer {
    height: 100%;
}

#mainContainerWrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#wave3DCanvasWrapper {
    position: relative;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#wave3DCanvas {
    height: 100%;
    width: 100%;
}

#timeControl {
    margin: 10px;
    width: calc(100% - 20px);
    height: 80px;
    text-align: center;
    vertical-align: center;
    background: #FFFFFF;
    box-shadow: 2px 2px 2px 2px #939393;
}

#timeControl td {
    border-right: solid 1px #e0e0e0;
}

.time-control-button {
    font-size: 30px;
    padding: 10px;
}

.time-control-button:hover, .time-control-button:active {
    cursor: pointer;
    background: #e0e0e0;
    border-radius: 1000px;
}

#datepicker {
    text-align: center;
    background: none;
    border: 0;
    font-size: 15px;
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: bold;
}

#timepicker {
    margin: 0px 20px 40px 35px;
}

.layer-separator {
    text-align: center;
    color: #8d8d8d;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px;
    border-top: 0;
    border-bottom: solid 0 #8d8d8d;
}

.layer-menuitem {
    text-align: left;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    padding: 10px;
    border-top: 0;
    border-bottom: solid 1px #8d8d8d;
    cursor: pointer;
}

.layer-menuitem-selected {
    text-align: left;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    padding: 10px;
    border-top: 0;
    border-bottom: solid 1px #8d8d8d;
    cursor: pointer;
    background: #2196F3;
    color: white;
}

.layer-menuitem:hover {
    background: #e0e0e0;
    color: black;
}


.layer-menuitem-overlay {
    text-align: left;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    padding: 10px;
    border-top: 0;
    border-bottom: solid 1px #8d8d8d;
    cursor: pointer;
}

.layer-menuitem-overlay:hover {
    background: #e0e0e0;
    color: black;
}

.layer-menuitem-overlay-selected {
    text-align: left;
    font-family: "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    padding: 10px;
    border-top: 0;
    border-bottom: solid 1px #8d8d8d;
    cursor: pointer;
    background: #e0e0e0;
    color: black;
}

.height-slider .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    width: auto;
    height: auto;
}

/* Show a border when hovering the area the handle responds to */
.height-slider .noUi-handle:hover .noUi-touch-area {
    border: 1px dashed #7f7f7f;
}


.height-slider,
.height-slider .noUi-handle {
    box-shadow: none;
}

/* Hide markers on slider handles */
.height-slider .noUi-handle::before,
.height-slider .noUi-handle::after {
    display: none;
}


#height-slider .noUi-marker-large {
    /*display: none;*/
    color: blue;
}

.height-slider .noUi-value-large {
    font-size: 15px;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

.height-slider .noUi-value-sub {
    font-size: 11px;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}

#height-slider {
    width: 8px;
    /*height: 100px;*/
}

#height-slider .noUi-connect {
    background: #d49500;
}

#height-slider .noUi-handle {
    height: 18px;
    width: 18px;
    top: calc(350px - 9px);
    right: -6px;
    border-radius: 9px;
}


#opacitySlider .noUi-marker-large {
    /*display: none;*/
    color: #3FB8AF;
}

#opacitySlider {
    margin: 10px;
    /*width: 8px;*/
    height: 8px;
}

#opacitySlider .noUi-connect {
    background: #3FB8AF;
}

#opacitySlider .noUi-handle {
    height: 18px;
    width: 18px;
    right: -6px;
    border-radius: 9px;
}

.expert-switch {
    appearance: none;
    width: 64px;
    padding-left: 33px;
    margin: 0;
    border-radius: 16px;
    background: radial-gradient(circle 12px, white 100%, transparent calc(100% + 1px)) #ccc -16px;
    transition: 0.3s ease-in-out;
}

.expert-switch::before {
    content: "OFF";
    font: bold 12px/32px Verdana;
    color: white;
    text-shadow: 0 1px black;
}

:checked {
    padding-left: 8px;
    background-color: dodgerBlue;
    background-position: 16px;
}

:checked::before {
    content: "ON";
}

.main-loading-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}

.legend-item-text {
    font-size: 12px;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
    padding-left: 3px;
    padding-right: 3px;
}

ul.breadcrumb {
    /*padding: 10px 16px;*/
    list-style: none;
    /*background-color: #eee;*/
    margin: 0;
    padding: 5px;
}

ul.breadcrumb li {
    display: inline;
    /*font-size: 18px;*/
    cursor: pointer;
}

ul.breadcrumb li.draggable {
    display: inline;
    cursor: move;
    /*font-size: 18px;*/
}

ul.breadcrumb li + li:before {
    /*padding: 8px;*/
    color: black;
    content: " > ";
}

ul.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}

.verticalprofile-notice {
    color: black;
    padding: 3px;
    font-size: 15px;
    background: #e0e0e0;
    box-shadow: 1px 1px black;
    border-radius: 3px;
}

.sidebarPlaneChooserContainer {
    width: 100%;
    display: inline-flex;
}

.sidebarPlaneChooserButton {
    border-right: 1px black solid;
    border-bottom: 0;
    width: 33%;
    text-align: center;
    /*background: white;*/
    /*display: inline-flex;*/
}


.ui-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -8px;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0;
    margin-left: 0;
    margin-right: -1px;
}

.button-group .button:first-child {
    border-radius: 4px 0 0 4px;
}

.button-group .button:last-child {
    border-radius: 0 4px 4px 0;
}

.button {
    display: inline-block;
    outline: none;
    padding: 0.5em 1.0em;
    margin-top: 6px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #444;
    font-size: 0.9em;
    background-color: white;
    transition: all 0.2s;
}

.button:hover {
    background-color: #ccc;
    color: black;
}

.button:active,
.button.is-checked {
    background-color: #2196F3;
    border: 1px solid #1976D2;
}

.button.is-checked {
    color: white;
}

.bottom-right-timecontrol {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: white;
    padding: 5px;
}

.bottom-left-timecontrol {
    position: absolute;
    bottom: 0;
    left: 43px;
    z-index: 1000;
    background: white;
    padding: 5px;
}