.data-row{
    margin-top: 15px;
}

.dropdown{
    margin-bottom: 10px;
    width: 80%;
    margin: 10px auto;
    color: black;
    background-color: darkgray;
    border-radius: 5px;
    outline: black;
    height: 35px;
}

.dropdown option{
    background-color: #dbdbdb;
    outline: black;
    padding: 5px;
}

.date-drop-container select{
    margin: 0 auto;
    
}

#toggle{
    height:25px;
}

.image-slider{
    max-height: 1000px;
    height: auto;
}

.thunder-slider-images .active{
    display: block;
    width: 100%;
    margin: 0 auto;
}

.page-container{
    margin-left: 25px;
    margin-right: 25px;
}
.desc{
    padding: 15px 0;
    text-align: left;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.row{
    justify-content: space-between;
}
#map{
    z-index: 0;
    height: 500px;
}
.no-focus-outline{
    outline: none;
}

.climate-modal{
    z-index:100;
}

.climate-modal-ctn.image-modal-ctn{
    width: 95%;
    max-width: 95%;
    height: 95%;
    margin: 22px auto;
}

.thunder-slider-images{
    max-width:875px;
}

.controls.fas.fa-forward.fa-lg{
    cursor: pointer;
    vertical-align: -0.33em;
}

.controls.fas.fa-backward.fa-lg{
    cursor: pointer;
    vertical-align: -0.33em;
}

.thunder-slider-controls > button.pause{
    width: 15px;    
}

.thunder-slider {
    width: 90%;
}

.magnifier-lens {
    position: absolute;
    width: 150px;
    height: 150px;
    border: 2px solid #000;
    border-radius: 50%;
    display: none;
    pointer-events: none;
    background-repeat: no-repeat;
    z-index:200;
}

.climate-modal .image-modal-ctn .climate-modal-header{
    height:5%;
}

.climate-modal .image-modal-ctn .climate-modal-escape{
    top: .2rem;
}


.climate-modal .image-modal-ctn .climate-modal-content-ctn{
    height: 95%;
    overflow: auto;
}

#meteogram-image{
    max-width: 800px;
    margin: 0 auto;
}

@media only screen and (min-width: 1024px){

    .magnifier-lens{
        width: 200px;
        height: 200px;
    }

}

