/* Add here all your CSS customizations */


.dropdown-text-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-radius: 4px 4px 0px 0px;
}
.dropdown{
    flex: 1;
}
#timestamp{
    flex: 1;
    text-align: right;
    padding: 10px;
    font-size: 1.3em;
    color:#111
}
#source-note, #disclaimer{
    font-size: 1.3em;
    color:#111;
    padding: 4px 10px;
    text-align: center;
}

#variable-dropdown{
    font-size: large;
    padding: 10px;
    color: #2d343e;
    
    z-index: 951; /*This is to keep the dropdown above the zoom buttons in the map*/
    
}
select option:hover{
    background-color: #4f9933 !important;
    color:#ffffff;
}


#colorbar-container{
    height:auto;
    width:auto;
    display:flex;
    justify-content: center;
}
#colorbar{
    max-height: 120px;
    max-width: 100%;
}

.text-tooltip{
    border:none !important;
    border-radius:none !important;
    box-shadow:none !important;
    background-color:transparent !important;
    padding:0px !important;   
}

.text-tooltip::before{
    border-left-color:transparent !important;
    border-right-color:transparent !important;
}

.text-tooltip{
    color: black !important;
    font-size:2.1em !important;
    text-shadow: -0.06em -0.06em 0 #fff, 0.06em -0.06em 0 #fff, 
                -0.06em 0.06em 0 #fff, 0.06em 0.06em 0 #fff,
                -0.06em 0 0 #fff, .04em 0 0 #fff, 
                0 -0.06em 0 #fff, 0 0.06em 0 #fff,
                -0.06em -0.03em 0 #fff, 0.06em -0.03em 0 #fff,
                -0.03em -0.06em 0 #fff, 0.03em -0.06em 0 #fff,
                -0.06em 0.03em 0 #fff, 0.06em 0.03em 0 #fff,
                -0.03em 0.06em 0 #fff, 0.03em 0.06em 0 #fff;   
}

.station-name-tooltip-ndawn, .station-name-tooltip-synoptic{
    font-size:2.1em;
    font-weight: bold;
}

.station-name-tooltip-ndawn{
    color: #111 !important;  
}

.station-name-tooltip-synoptic{
    /* color: #871D9C !important; */
    color: #111 !important;
    /* font-style: italic; */
}
#map-container{
    background:white;
    border-radius: 0px 0px 4px 4px;
}

#map{
    background:white;
    width: calc(100vw - 30px);
    height: calc((100vw - 30px) * 1.05);
}
.leaflet-top, .leaflet-bottom{
    z-index:950 !important;
}
@media (min-width: 750px){
    #map{
        width: 720px;
        height: 379px;
    }
}
@media (min-width: 992px){
    #map{
        width: 940px;
        height: 494px;
    }
}
@media (min-width: 1200px){
    #map{
        width: 1140px;
        height: 600px;
    }
}
@media (min-width: 1450px){
    #map{
        width: 1370px;
        height: 720px;
    }
}
