/* OL control custom styles */
.custom-mouse-position {
    right: 8px;
    top: 8px;
    font-size: 10px;
    font-family: "Arial";
    font-weight: bold;
    position: absolute;
}

.custom-scale-line-top {
    background: transparent;
    bottom: 23px;
    left: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.custom-scale-line-top-inner {
    font-family: Arial;
    border: 1px solid #3a3f44;
    border-top: none;
    color: #3a3f44;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.custom-scale-line-bottom {
    background: transparent;
    bottom: 9px;
    left: 10px;
    padding: 0;
    margin: 0;
    position: absolute;
}

.custom-scale-line-bottom-inner {
    font-family: Arial;
    border: 1px solid #3a3f44;
    border-bottom: none;
    border-top: 1px solid #3a3f44;
    color: #3a3f44;
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.ol-viewport {
    line-height: 14px;
}

/* OL pop-up styles */
.ol-popup {
    position: absolute;
    background-color: white;
    -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;
    /*width: 200px;*/
}
.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: white;
    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: 8px;
}
.ol-popup-closer:after {
    content: "✖";
}
div.ol-popup-feature-chooser {
    font-family: Arial;
    font-size: 12px;
    width: 150px;
    margin-top: 5px;
}
div.ol-popup-feature-data {
    font-family: Arial;
    font-size: 12px;
    /*width: 150px;*/
    margin-top: 5px;
}

.ol-attribution img {
    max-height: 10em;
    width: auto !important;
}