@charset "UTF-8";

div.map {
width: 100%;
height: 500px;
text-align: center;
margin: 0 auto;
background-color: #eeeeee;
border-radius: 20px;
background: -webkit-linear-gradient(#aad3df, #aad3df, #f2efe9, #f2efe9);
background: -o-linear-gradient(#aad3df, #aad3df, #f2efe9, #f2efe9);
background: -moz-linear-gradient(#aad3df, #aad3df, #f2efe9, #f2efe9);
background: linear-gradient(#aad3df, #aad3df, #f2efe9, #f2efe9);
}
.ol-viewport {
border-radius: 20px;
}
.olControlLayerSwitcher {
display: none !important;
}

.mouse-position {
    bottom: 1px;
    left: 15px;
    position: absolute;
    font-size: 0.8em;
    margin: 1px;
    padding: 0;
    color: #fff;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 9.375em;
    line-height: 1.3em;
    background-color: rgba(0,60,136,.4);
    border: none;
    border-radius: 2px;
}

.mouse-positionpast {
    display: none;
}
.mouse-positionpast p {
    top: 5px;
    left: 100px;
    position: absolute;
    font-size: 0.8em;
background: rgba(0,60,136,0.2);
padding: 2px;
color: #eee;
border-radius: 4px;
}
.classmousepositionpast {
    position: absolute;
    top: 5px;
    left: 87px;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.classelementmousepositionpastinner {
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    height: 18px;
    width: 150px;
    line-height: 1.3em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

.classelementmousepositionpastinner p {
margin: 0;
}

.mouse-positionfuture {
    display: none;
}
.mouse-positionfuture p {
    top: 5px;
    right: 100px;
    position: absolute;
    font-size: 0.8em;
background: rgba(0,60,136,0.2);
padding: 2px;
color: #eee;
border-radius: 4px;
}

.classmousepositionfuture {
    position: absolute;
    top: 5px;
    right: 87px;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
}

.classelementmousepositionfutureinner {
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    height: 18px;
    width: 150px;
    line-height: 1.3em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

.classelementmousepositionfutureinner p {
margin: 0;
}

.ol-popup {
position: absolute;
background-color: #FFFFFF;
-webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
padding: 15px;
border-radius: 10px;
border: 1px solid #cccccc;
bottom: 12px;
left: -50px;
white-space: nowrap;
font-weight: bold;
}
.popup-content {
font-size: 2em;
height: 1.8em;
width: 4.6em;
}
.popup-content p {
    font-size: 0.4em;
    display: block;
    margin: 0;
}
.ol-popup:after, .ol-popup:before {
top: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
/*pointer-events: none;*/
}
.ol-popup:after {
border-top-color: #FFFFFF;
border-width: 10px;
left: 48px;
margin-left: -10px;
}
.ol-popup:before {
border-top-color: #cccccc;
border-width: 11px;
left: 48px;
margin-left: -11px;
}
.ol-popup-closer {
text-decoration: none;
position: absolute;
top: -2px;
right: 2px;
color: #000000;
}
.ol-popup-closer:after {
content: "✖";
}
.metric-scale-line {
    background: rgba(0,60,136,.4);
    border-radius: 4px;
    bottom: 69px;
    left: 16px;
    padding: 2px;
    position: absolute;
}
.metric-scale-line-inner {
    border: 1px solid #eee;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(238, 238, 238);
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}
.us-scale-line {
    background: rgba(0,60,136,.4);
    border-radius: 4px;
    bottom: 47px;
    left: 16px;
    padding: 2px;
    position: absolute;
}
.us-scale-line-inner {
    border: 1px solid #eee;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(238, 238, 238);
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}
.nautical-scale-line {
    background: rgba(0,60,136,.4);
    border-radius: 4px;
    bottom: 25px;
    left: 16px;
    padding: 2px;
    position: absolute;
}
.nautical-scale-line-inner {
    border: 1px solid #eee;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(238, 238, 238);
    border-top: none;
    color: #eee;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}

.classcontrolzoomlevel {
    top: 65px;
    left: 8px;
    position: absolute;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
}

.classcontrolzoomlevelinner {
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 1.575em;
    line-height: 1.3em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

.controltimeslidertime {
    bottom: 5px;
    position: absolute;
    background-color: rgba(255,255,255,.4);
    border-radius: 4px;
    padding: 2px;
    margin-left: auto;
    margin-right: auto;
    left: 454px;
}

.controltimeslidertimeinner {
    margin: 1px;
    padding: 0;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    text-align: center;
    height: 1.375em;
    width: 3.375em;
    line-height: 1.3em;
    background-color: rgba(0,60,136,.5);
    border: none;
    border-radius: 2px;
}

.divtimeslider {
    width: 100%;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;

}

.timeslider {
    width: 96%;
    outline: none;
margin: 0 auto;
padding-top: 0px;
cursor: pointer;
}

.ol-control button {
cursor: pointer;
}
.ol-geocoder.gcd-gl-container {
top: 5.875em;
}
.ol-geocoder .gcd-gl-btn {
cursor: pointer;
}
