.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;
    padding-left: 10px;
    cursor: pointer;
}

.dropdown option{
    background-color: #dbdbdb;
    outline: black;
    padding: 5px;
    cursor: pointer;
}

.date-drop-container select{
    margin: 0 auto;
    
}

#toggle{
    height:25px;
}

#tick-marks {
    width: 89%;
    margin: auto;
    display: none;
    justify-content: space-between;
    height: 40px;
    margin-top: -7px;
    position: relative;
    right: 10px;
}

.date-tick-ctn {
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: visible;
    direction: rtl;
    transform: rotate(-50deg);
}

.date-tick {
    font-size: 0.6rem;
    line-height: 1;
    direction: ltr;
    display: inline-block;
}

.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: 80%;
    max-width: 95%;
    height: 85%;
    margin: 75px 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 * {
    width: 30px;
    height: 30px;
}

.thunder-slider {
    width: 90%;
    cursor: pointer;
}

.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-escape{
    top: .2rem;
}

.climate-modal .image-modal-ctn .climate-modal-escape{
    top: 0.5rem;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 47px;
}

.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;
    }
}

@media only screen and (min-width: 1350px){
    .date-tick {
        font-size: 0.85rem;
    }
    #tick-marks{
        height: 50px;
    }
}

@media only screen and (min-width: 520px){
    #tick-marks{
        display:flex;
    }
}