@import url("leaflet.css");
@import url("style.css");
@import url("Control.Coordinates.css");
@import url("leaflet.contextmenu.css");
@import url("leaflet-control-credits.css");
@import url("L.Control.Sidebar.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-animation: fadein 1s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 1s;
    /* Firefox < 16 */
    -ms-animation: fadein 1s;
    /* Internet Explorer */
    -o-animation: fadein 1s;
    /* Opera < 12.1 */
    animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Firefox < 16 */

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Internet Explorer */

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/* Opera < 12.1 */

@-o-keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.fullscreen-icon {
    background-image: url(../images/icon-fullscreen.png);
}


/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */

#map:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

#map:-ms-fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

#map:full-screen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

#map:fullscreen {
    width: 100% !important;
    height: 100% !important;
    z-index: 99999;
}

.leaflet-pseudo-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0px !important;
    left: 0px !important;
    z-index: 99999;
}

#logoContainer img {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 50px;
    top: 10px;
    width: 250px;
}

@media only screen and (max-width: 600px) {
    #logoContainer img {
        position: absolute;
        z-index: 100;
        top: 0;
        left: 50px;
        top: 10px;
        width: 150px;
    }
}

.gmpop {
    border-left: 1px solid #0a4fd8;
    border-right: 1px solid #0a4fd8;
    border-top: 1px solid #0a4fd8;
    border-bottom: 1px solid #0a4fd8;
    margin-bottom: 10px;
    min-width: 80px;
}

.gmtitle {
    color: #0a4fd8;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 86%;
    background-color: white;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.hrgm {
    border: 0;
    height: 1px;
    background: #0a4fd8;
    margin-left: 10px;
    margin-right: 10px;
}

.gmtxt {
    color: #0a4fd8;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.gmdpop {
    border-left: 1px solid #fc7703;
    border-right: 1px solid #fc7703;
    border-top: 1px solid #fc7703;
    border-bottom: 1px solid #fc7703;
    margin-bottom: 10px;
    min-width: 80px;
}

.gmdtitle {
    color: #fc7703;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 86%;
    background-color: white;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.hrgmd {
    border: 0;
    height: 1px;
    background: #fc7703;
    margin-left: 10px;
    margin-right: 10px;
}

.gmdtxt {
    color: #fc7703;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.gmppop {
    border-left: 1px solid #b70330;
    border-right: 1px solid #b70330;
    border-top: 1px solid #b70330;
    border-bottom: 1px solid #b70330;
    margin-bottom: 10px;
    min-width: 80px;
}

.gmptitle {
    color: #b70330;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 86%;
    background-color: white;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.hrgmp {
    border: 0;
    height: 1px;
    background: #b70330;
    margin-left: 10px;
    margin-right: 10px;
}

.gmptxt {
    color: #b70330;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}


/* Airspace */

.tmapop {
    border-left: 1px solid #0a4fd8;
    border-right: 1px solid #0a4fd8;
    border-top: 1px solid #0a4fd8;
    border-bottom: 1px solid #0a4fd8;
    margin-bottom: 10px;
    min-width: 80px;
}

.tmatitle {
    color: #0a4fd8;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    width: 86%;
    background-color: white;
    margin-top: -12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
}

.hrtma {
    border: 0;
    height: 1px;
    background: #0a4fd8;
}

.tmatxt {
    color: #0a4fd8;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

.airspace {
    color: #fff;
    font-weight: bold;
    border: 1px solid #0a4fd8;
    width: 25px;
    font-size: 15px;
    text-align: center;
    background-color: #0a4fd8;
    position: absolute;
    left: 8px;
    top: 67px;
}

.spacer {
    padding-top: 8px;
}

.leaflet-container .leaflet-control-coord-projection {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    padding: 0 5px;
    margin: 0;
    color: #333;
    font: 11px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}