.map-wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
    min-height: 350px;
    /*  -webkit-animation: blur-animation 2s forwards;*/
}

.map-wrapper:after {
    padding-top: 56.25%;
    /* 16:9 ratio */
    display: block;
    content: '';
}

.map-wrapper-hidden {
    position: relative;
    height: 100%;
    visibility: hidden;
}

.map-wrapper-fullscreen {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.on-top {
    z-index: 2147483647 !important;
}

#map-error {
    position: relative;
    margin: auto;
}

.map-error-visible {
    display: block;
}

.map-error-hidden {
    display: none;
    position: relative;
    width: 100%;
}

.map-error {
    position: absolute;
    top: 10%;
    width: 100%;
    text-align: center;
    font-size: 4em;
    margin: 0 auto;
    left: 0px;
    user-select: none;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

@media (max-width: 480px) and (min-width: 321px) {
    .map-error {
        font-size: 3em;
    }
}

@media (max-width: 320px) {
    .map-error {
        font-size: 2em;
    }
}

.image-wrap {
    width: 100%;
    height: 100vw;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

#map {
    position: absolute;
    width: 100%;
    background-color: black;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.glyphicon {
    color: #000;
    cursor: pointer;
}

.ol-attribution {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
    padding: 6px;
    color: rgba(238, 238, 238, 1);
    background: rgba(0, 60, 136, 0.3)
}

.ol-attribution a {
    text-decoration: none;
    color: rgba(255, 255, 255, 1)
}

.ol-attribution ul {
    margin: 0;
    padding: 0;
    font-size: 10px;
    line-height: 12px
}

.ol-attribution li {
    display: inline;
    list-style: none;
    line-height: inherit
}

.ol-attribution li:not(:last-child):after {
    content: "\002003"
}

.ol-attribution-bing-tos {
    float: right;
    padding-top: 2px;
    white-space: nowrap
}

.ol-logo {
    bottom: 0;
    left: 0;
    padding: 2px;
    position: absolute
}

.ol-logo ul {
    margin: 0;
    padding: 0
}

.ol-logo ul li {
    display: inline;
    list-style: none
}

.ol-mouse-position {
    top: 8px;
    right: 8px;
    position: absolute
}

.ol-scale-line {
    background: #95b9e6;
    background: rgba(0, 60, 136, 0.3);
    border-radius: 4px;
    bottom: 20px;
    left: 8px;
    padding: 2px;
    position: absolute
}

.ol-scale-line-inner {
    border: 1px solid #eee;
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    padding: 0 2px
}

.ol-unsupported {
    display: none
}

.ol-viewport .ol-unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ol-control {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    padding: 2px;
    box-shadow: 2px 2px 20px #333;
}

.ol-control:hover {
    background-color: rgba(255, 255, 255, 0.6)
}

.ol-zoom {
    top: 0.7em;
    left: 0.65em;
}

.ol-rotate {
    top: .5em;
    right: .5em;
    transition: opacity .25s
}

.ol-zoom-extent {
    top: 4.643em;
    left: .5em
}

.ol-full-screen {
    right: .5em;
    top: .5em;
}

.ol-full-screen-false {
    height: 1.675em;
    width: 1.975em;
}

.ol-full-screen-true {
    height: 1.675em;
    width: 1.975em;
}

.ol-fake-fullscreen {
    height: 1.675em;
    width: 1.975em;
}

.ol-fake-fullscreen-div {
    right: .5em;
    top: .5em;
    z-index: 1;
}

@media print {
    .ol-control {
        display: none
    }
}

.ol-control button {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: .4em;
    background-color: rgba(0, 60, 136, 0.9);
    border: none;
    border-radius: 20px;
    outline: none;
}

.ol-control button::-moz-focus-inner {
    border: none;
    padding: 0
}

.ol-zoom-extent button {
    line-height: 1.4em
}

.ol-compass {
    display: block;
    font-family: Arial;
    font-weight: normal;
    font-size: 1.2em
}

.ol-touch .ol-control button {
    font-size: 1.5em
}

.ol-touch .ol-zoom-extent {
    top: 5.5em
}

.ol-control button:hover,
.ol-control button:focus {
    text-decoration: none;
    background-color: rgba(0, 60, 136, 0.7)
}

.ol-zoom-extent button:after {
    content: "E"
}

.ol-zoom .ol-zoom-in {
    outline: none;
    border-radius: 18px 18px 0 0;
    height: 1.5em;
    width: 1.8em;
}

.ol-zoom .ol-zoom-out {
    outline: none;
    border-radius: 0 0 18px 18px;
    height: 1.5em;
    width: 1.8em;
}

.ol-has-tooltip [role=tooltip] {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    font-weight: normal;
    font-size: 14px;
    text-shadow: 0 0 2px #fff
}

.ol-has-tooltip:hover [role=tooltip],
.ol-has-tooltip:focus [role=tooltip] {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    clip: auto;
    padding: 0 .4em;
    font-size: .8em;
    height: 1.2em;
    width: auto;
    line-height: 1.2em;
    z-index: 1100;
    max-height: 100px;
    white-space: nowrap;
    display: inline-block;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
    color: #000;
    border: 3px solid rgba(255, 255, 255, 0);
    border-left-width: 0;
    border-radius: 0 4px 4px 0;
    bottom: .3em;
    left: 2.2em
}

.ol-touch .ol-has-tooltip:hover [role=tooltip],
.ol-touch .ol-has-tooltip:focus [role=tooltip] {
    display: none
}

.ol-zoom .ol-has-tooltip:hover [role=tooltip],
.ol-zoom .ol-has-tooltip:focus [role=tooltip] {
    top: 1.1em
}

.ol-rotate .ol-has-tooltip:hover [role=tooltip],
.ol-rotate .ol-has-tooltip:focus [role=tooltip],
.ol-full-screen .ol-has-tooltip:hover [role=tooltip],
.ol-full-screen .ol-has-tooltip:focus [role=tooltip] {
    right: 2.2em;
    left: auto;
    border-radius: 4px 0 0 4px
}

.ol-zoomslider {
    position: absolute;
    top: 5em;
    left: .65em;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    outline: none;
    overflow: hidden;
    width: 34px;
    height: 208px;
    margin: 0;
    padding: 2px;
    box-shadow: 2px 2px 20px #333;
    cursor: pointer;
}

.ol-zoomslider-thumb {
    position: absolute;
    display: block;
    border-radius: 5px;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    height: 30px;
    width: 30px;
    left: 2px;
    border: 3px solid #A3A3A3;
    margin: 2px 0px 2px 0px !important;
    padding: 0;
}



.ol-touch .ol-zoomslider {
    top: 6em;
    width: 44px;
    border-radius: 22px;
    height: 214px;
}

.ol-touch .ol-zoomslider-thumb {
    margin: 3px 1px 3px 1px !important;
    height: 38px;
    width: 38px;
}

.ol-control button,
.ol-attribution,
.ol-scale-line-inner,
.ol-has-tooltip [role=tooltip] {
    font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#info {
    background: rgba(255, 255, 255, 0.9);
    color: #000;
}

.ol-attribution {
    display: none;
}

td {
    padding-bottom: 5px;
}

input.follow-check[type=checkbox] {
    display: none;
}

input+label {
    font-family: 'Font Awesome 5 Pro';
    display: block;
    margin: 1px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.75em;
    background-color: rgba(0, 60, 136, 0.6);
    border: none;
    border-radius: 20px;
    height: 1.675em;
    width: 1.975em;
    cursor: pointer;
    position: relative !important;
}

.ol-control input+label {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 60, 136, 0.9);
    border: none;
    border-radius: 20px
}

.ol-touch input+label {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 1.5em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: rgba(0, 60, 136, 0.9);
    border: none;
    border-radius: 20px
}

input+label:hover {
    transform: scale(0.95);
    background-color: rgba(0, 60, 136, 0.9) !important;
}

.ol-touch input+label:hover {
    transform: scale(1);
}

input+label:after {
    content: "\f124";
    font-weight: 400;
    color: #aaa;
}

input:checked+label {
    background-color: rgba(0, 60, 136, 0.9);
    transform: scale(1);
}

input:checked+label:hover {
    background-color: rgba(0, 60, 136, 0.9);
    transform: scale(0.95);
}

.ol-touch input:checked+label:hover {
    transform: scale(1);
}

input:checked+label:after {
    content: "\f124";
    font-weight: 900;
    color: #fff;
}

.follow-check {
    display: block;
    margin: 1px;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: .4em;
    background-color: rgba(0, 60, 136, 0.9);
    border: none;
    border-radius: 20px
}

.custom-control-button {
    position: relative;
    margin-bottom: .25em;
}


.extended-flight-info {
    height: 1.675em;
    width: 1.975em;
}

.follow-toggle {
    height: 1.675em;
    width: 1.975em;
}

.custom-controls-div {
    right: .5em;
    bottom: .5em;
    position: absolute;
}

.custom-spinner-div {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.custom-spinner-inner {
    font-family: 'Font Awesome 5 Pro';
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 1px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.75em;
    background-color: rgba(0, 60, 136, 0.6);
    border: none;
    border-radius: 20px;
    width: fit-content;
    min-width: 20%;
    max-width: 75%;
    height: 18%;
    align-items: center;
}

.custom-spinner-label {
    overflow-y: hidden;
    font-size: large;
    max-height: 100%;
    padding-left: 5px;
    padding-right: 10px;
    text-shadow: 1px 0px 2px #000000, -1px 0px 0 #000000, 0px 1px 2px #000000, 0px -1px 0 #000000;
    font-family: oswald-bold;
}

.custom-spinner-img {
    height: 70%;
    padding-left: 10px;
}

.hidden {
    visibility: hidden !important;
}

@font-face {
    font-family: "oswald-bold";
    src: url("/maps/content/res/font/Oswald-Bold.ttf");
}
