
.ol-mouse-position {
    position: absolute;
    right: 8px;
    top: 8px;
}
.ol-scale-line {
    background: rgba(0, 60, 136, 0.3) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 8px;
    left: 8px;
    padding: 2px;
    position: absolute;
}
.ol-scale-line-inner {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color #eee #eee;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #eee;
    font-size: 10px;
    margin: 1px;
    text-align: center;
    will-change: contents, width;
}
.ol-overlay-container {
    will-change: left, right, top, bottom;
}
.ol-unsupported {
    display: none;
}
.ol-viewport .ol-unselectable {
    -moz-user-select: none;
}
.ol-control {
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding: 2px;
    position: absolute;
}
.ol-control:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.ol-zoom {
    left: 0.5em;
    top: 0.5em;
}
.ol-rotate {
    right: 0.5em;
    top: 0.5em;
    transition: opacity 0.25s linear 0s, visibility 0s linear 0s;
}
.ol-rotate.ol-hidden {
    opacity: 0;
    transition: opacity 0.25s linear 0s, visibility 0s linear 0.25s;
    visibility: hidden;
}
.ol-zoom-extent {
    left: 0.5em;
    top: 4.643em;
}
.ol-full-screen {
    right: 0.5em;
    top: 0.5em;
}
@media print {
.ol-control {
    display: none;
}
}
.ol-control button {
    background-color: rgba(0, 60, 136, 0.5);
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: block;
    font-size: 1.14em;
    font-weight: 700;
    height: 1.375em;
    line-height: 0.4em;
    margin: 1px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 1.375em;
}
.ol-control button::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
.ol-zoom-extent button {
    line-height: 1.4em;
}
.ol-compass {
    display: block;
    font-size: 1.2em;
    font-weight: 400;
    will-change: transform;
}
.ol-touch .ol-control button {
    font-size: 1.5em;
}
.ol-touch .ol-zoom-extent {
    top: 5.5em;
}
.ol-control button:focus, .ol-control button:hover {
    background-color: rgba(0, 60, 136, 0.7);
    text-decoration: none;
}
.ol-zoom .ol-zoom-in {
    border-radius: 2px 2px 0 0;
}
.ol-zoom .ol-zoom-out {
    border-radius: 0 0 2px 2px;
}
.ol-attribution {
    bottom: 0.5em;
    max-width: calc(100% - 1.3em);
    right: 0.5em;
    text-align: right;
}
.ol-attribution ul {
    color: #000;
    font-size: 0.7rem;
    line-height: 1.375em;
    margin: 0;
    padding: 0 0.5em;
    text-shadow: 0 0 2px #fff;
}
.ol-attribution li {
    display: inline;
    line-height: inherit;
    list-style: outside none none;
}
.ol-attribution li:not(:last-child)::after {
    content: " ";
}
.ol-attribution img {
    max-height: 2em;
    max-width: inherit;
}
.ol-attribution button, .ol-attribution ul {
    display: inline-block;
}
.ol-attribution.ol-collapsed ul {
    display: none;
}
.ol-attribution.ol-logo-only ul {
    display: block;
}
.ol-attribution:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.ol-attribution.ol-uncollapsible {
    border-radius: 4px 0 0;
    bottom: 0;
    height: 1.1em;
    line-height: 1em;
    right: 0;
}
.ol-attribution.ol-logo-only {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    bottom: 0.4em;
    height: 1.1em;
    line-height: 1em;
}
.ol-attribution.ol-uncollapsible img {
    margin-top: -0.2em;
    max-height: 1.6em;
}
.ol-attribution.ol-logo-only button, .ol-attribution.ol-uncollapsible button {
    display: none;
}
.ol-zoomslider {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    height: 200px;
    left: 0.5em;
    position: absolute;
    top: 4.5em;
    width: 24px;
}
.ol-zoomslider-thumb {
    background: rgba(0, 60, 136, 0.5) none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    height: 10px;
    margin: 3px;
    position: absolute;
    width: 22px;
}
.ol-touch .ol-zoomslider {
    top: 5.5em;
    width: 2.052em;
}
.ol-touch .ol-zoomslider-thumb {
    width: 1.8em;
}
.ol-overviewmap {
    bottom: 0.5em;
    left: 0.5em;
    position: absolute;
}
.ol-overviewmap.ol-uncollapsible {
    border-radius: 0 4px 0 0;
    bottom: 0;
    left: 0;
}
.ol-overviewmap .ol-overviewmap-map, .ol-overviewmap button {
    display: inline-block;
}
.ol-overviewmap .ol-overviewmap-map {
    border: 1px solid #7b98bc;
    height: 150px;
    margin: 2px;
    width: 150px;
}
.ol-overviewmap:not(.ol-collapsed) button {
    bottom: 1px;
    left: 2px;
    position: absolute;
}
.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
    display: none;
}
.ol-overviewmap:not(.ol-collapsed) {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
}
.ol-overviewmap-box {
    border: 2px dotted rgba(0, 60, 136, 0.7);
}
