.map-functions-container, .map-legend-container, .map-time-slider-container, .map-chart {
    z-index: 1000 !important;
}

.map-time-slider-container {
    position: absolute;
    z-index: 10;
    display: inline-block;
    width: 100%;
    height: 10%;
    padding:0 20px 0 20px;
    max-height: 60px;
    max-width: 500px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    background-color: rgba(248, 248, 249, 0.9);
}

.deck-control-zoom {
    position: absolute !important;
    right: 10px !important;
    top: 10px !important;
}

.deck-control-zoom a {
    width: 30px !important;
    font-size: 22px !important;
    height: 30px !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    display: block !important;
    line-height: 30px !important;
}

.deck-control-zoom-in {
    border-top-left-radius: 2px !important;
    border-top-right-radius: 2px !important;
}
.deck-control-zoom-out {
    border-bottom-left-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
}

.deck-control-zoom-in:hover,deck-control-zoom-out:hover {
    background-color:#f4f4f4 !important;
}

#legendContainer {
    position: absolute;
    right: 44px;
    bottom: 17px;
    /* transform: scale(0.5); */
    z-index: 999 !important;
}

#legendTable {
    bottom: 0 !important;
}
#legendContainer dd {
    margin-left: 0;
}

.map-stepper {
    width: 400px;
    display: block;
    position: absolute;
    z-index: 10000;
    top: 16px;
    left: 18px;
}

.parameter-thumbnail-image {
    width: 140% !important;
    height: 100%;
}

.activeMapButton {
    background-color: #007c7b;
    color: #f3f2f7;
}

.activeMapButtonLabel {
    color: #FFFFFF;
}


/*.leaflet-bottom {*/
/*    z-index: 1 !important;*/
/*}*/


.map-chart {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 20vh;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ededf5;
}

#chartdiv {
    position: relative;
    left: 0;
    top: auto;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height:100%;
    padding: 10px 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #ededf5;
}


.map-function-button.active {
    background-color: #007c7b;
    color: #f2f3f7;
}

#legendTable {
    background-color:#e0eced !important;
    border: 0 !important;
    position:absolute;
    right:-44px;
    border-radius: 10px 0 0 10px !important;
}

.notIE {
    position: relative;
    display: inline-block;
    z-index:10000;
}
#stepSelector {
    display: block;
    position:absolute;
    right:100px;
    height: 30px;
    width: 150px;
    font-size:20px;
    outline: none;
    color: #74646E;
    border: 1px solid #C8BFC4;
    border-radius: 4px;
    box-shadow: inset 1px 1px 2px #DDD8DC;
    background: #FFF;
    z-index:10000;
}
/* Select arrow styling */

.irs-min, .irs-max {
    display: none !important;
}

.irs--round .irs-bar {
    top: 36px !important;
    height: 8px !important;
    background-color: #007c7b !important;
}

.notIE .fancyArrow {
    width: 23px;
    z-index:10000;
    height: 28px;
    position: absolute;
    display: block;
    top: 1px;
    right: 3px;
    /*background: url(https://stackoverflow.com/favicon.ico) right / 90% no-repeat #FFF;*/
    pointer-events: none;
}

.irs--round .irs-single {
    font-size: 14px;
    line-height: 1;
    text-shadow: none;
    padding: 3px 5px;
    top:5px !important;
    font-family: Phantom, sans-serif !important;
    background-color: transparent !important;
    color: black !important;
    border-radius: 4px;
}

.irs--round .irs-line {
    top: 36px !important;
    height: 8px !important;
    background-color: #cdcdcd !important;
    border-radius: 4px !important;
}

.irs--round .irs-handle {
    top: 28px !important;
    width: 24px !important;
    height: 23px !important;
    border: none !important;
    background-color: #6ab65c !important;
    border-radius: 24px;
    /*box-shadow: 0 1px 3px rgb(105, 181, 92) !important;*/
}

.irs--round .irs-single:before {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent !important;
    background-color: transparent !important;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/

@media screen and (min-width: 0\0) {
    .notIE .fancyArrow {
        display: none;
    }
}

.range-slider {
    position: relative;
    height: 80px;
}
.extra-controls {
    position: relative;
    border-top: 3px solid #000;
    padding: 10px 0 0;
}

.irs-single {
    opacity: 0;
}
.irs-single--active {
    opacity: 1;
}

.show-read-more .more-text{
    display: none;
}

.hidden {
    display: none;
}

.leaflet-control-basemapsSwitcher{
    height: auto;
    width: auto;
    display:flex;
}

.leaflet-control-basemapsSwitcher:hover{
    cursor: pointer;
}

.basemapImg{
    /*box-shadow: 2px 2px 5px rgb(0 0 0 / 65%);*/
    background-color: #e4e4e5;
    margin:5px;
    padding:5px;
    border-radius: 3px 3px;
}
.basemapImg:hover{
    /*box-shadow: 2px 2px 5px rgb(0 0 0 / 65%);*/
    background-color: #a9a9a9;
}

.basemapImg div{
    background-size: 70px 70px;
    width: 50px;
    height: 50px;
    border-radius: 3px 3px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.basemapImg div .name{
    width:100%;
    height:auto;
    /*background-color: rgba(255, 255, 255, 0.6);*/
    border-radius: 0;
    margin-top: 18px;
    color:#0d1530;
    font-size: 9px;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding:1px;
}


.basemapImg div .check{
    width:auto;
    height:auto;
    border-radius: 0;
    display: none;
    align-items: flex-start;
    font-weight: 500;
    padding:1px;
    content:''
}

.activeMap::before{
    color:white;
    content: '✔';
    width: 18px;
    height: 18px;
    background-color: #387B23;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parameter-menu-title-map {

    line-height: 13px !important;
}

.paragraph {
    font-size: 13pt !important;
}



.parameter-short-description {
    display:none;
    padding: 10px 30px 0px;
    color: #0d1530;
    font-size: 11pt !important;
    line-height: 16pt;
}

.topic-variable-title-map {
        margin-bottom: 10px !important
}

.title-block-map {
    min-height: 140px !important
}

.parameter-menu-title-map {
    font-size: 10px;
    font-weight: 600;
}

