.mr-2 {
    margin-right: 12px;
}

html, body, #mapid {
    height: 100%;
}

.leaflet-control-layers-base span:hover{
    cursor: pointer;
}

.leaflet-control-layers-base input {
    display: none;
}



.leaflet-control-layers-base {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    text-align: center;
}

.leaflet-control-layers-base label{
    padding: 12px;
}

.radar-control-icon {
    background-size: cover;
    min-height: 60px;
    border: solid 1px #ffffff;
    border-radius: 12px 12px 12px 12px;
    display: block;
    min-width: 60px;
}

#standard-radar-icon {
    background-image: url(./images/geo-map.png);
}

#terrain-radar-icon {
    background-image: url(./images/terrain-map.png);
}

#dark-radar-icon {
    background-image: url(./images/dark-map.png);
}

li {
    list-style: none;
    display: inline-block;
}

.map-controls {
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 50%;
}

.map-controls .controls-container {
    position: relative;
    text-align: center;
    left: -50%;
    width: auto;
    border-radius: 12px;
    color: #ffffff;
    background-color: #007ab9;
}

.controls-container i{
    color: #ffffff;
}

#timestamp {
    vertical-align: middle;
    padding-top: 4px;
    text-align: center;
    align-items: center;
    height: 6vh;
}

a:hover{
    cursor: pointer;
}

#mapid {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.radar-header{
    z-index: 10;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
}

.active , .active:hover , .active:focus, .radar-header a.dropdown-item:hover {
    background-color: #007ab9 !important;
}

#map-view, #radar-color, #radar-images {
    background-color: #ff8605;
}

.radar-header .nav-link, .radar-header .nav-link::after {
    color: #000000 !important;
}

.radar-header a.dropdown-item {
    color: #fff;
}

.leaflet-top {
    top: 14% !important;
}

@media screen and (max-width: 463px) {

    .map-controls .controls-container {
        background-color: rgba(0,122,185,0.7);
    }

    .controls-container i{
        font-size: 11px;
    }

    #timestamp {
        padding-top: 0px;
        font-size: 11px;
    }
}

span.form-select{
    display: none;
}
#player-container {
    position: absolute;
    left: -1%;
    bottom: 20%;
    z-index: 9999999;
}

#button_play {
    font-size: 24px;
}

#button_play i {
    color: #007ab9;
}

#button_play.btn-check:focus+.btn, #button_play.btn:focus {
    box-shadow: 0 0 0 0 !important;
}

.mobile-navigation {
    display: none;
}

#select-colors.form-select {
    font-size: 11px;
}

@media screen and (max-width: 639px) {
    .mobile-navigation {
        display: block;
    }

    .desktop-navigation {
        display: none;
    }

    .mr-2 {
        margin-right: 3px;
    }

    #select-colors.form-select {
        font-size: 10px;
        max-width: 80%;
    }

    .nav-item label {
        font-size: 10px;
    }

    .leaflet-top {
        top: 1% !important;
    }

    .leaflet-control-container .leaflet-right {
        right: 0%;
    }

    #select-colors.form-select {
        font-size: 12px;
    }

    .nav-item label {
        font-size: 12px;
    }

}

.leaflet-control-layers-base input:checked + span > .radar-control-icon {
    border: 3px solid #007ab9;
}

#select-colors option:selected {
    background-color: #007ab9;
}

.leaflet-control-zoom{
    margin-right: 15px !important;
}

.leaflet-control-layers.leaflet-control {
    border-radius: 40px 40px 40px 40px !important;
}

.leaflet-control-layers.leaflet-control-layers-expanded {
    border-radius: 0px !important;
}

.radar-nav-form .form-check-input:checked {
    background-color: #017ab9 !important;
    border-color: #017ab9 !important;
}

.radar-nav-form  .form-check-input:checked[type=radio] {
    background-image: none !important;
}

.radar-nav-form li {
    line-height: 1.3 !important;
}

@media screen and (max-width:321px) {

    #select-colors.form-select {
        font-size: 9px;
    }

    .nav-item label {
        font-size: 9px;
    }

}

.nav-item label {
    font-weight: normal !important;
}

#forecast-text {
    position: absolute;
    z-index: 100;
    bottom: 13px;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.leaflet-control-fullscreen {
    right: 5px;
}

.timeline {
    z-index: 2147483647 !important;
}