﻿/*--- DEFAULT OL OVERRIDES ---*/
.ol-attribution ul {
    font-size: 1rem;
}

.ol-control {
    padding: 0;
}

.ol-full-screen {
    top: 29px;
    right: 0;
}

    .ol-full-screen button,
    .ol-zoom-extent button,
    .ol-zoom button,
    .ol-attribution button {
        width: 30px;
        height: 30px;
        background-color: #0065A2;
        border: 1px solid #fff;
        margin: 0;
        border-radius: 0;
        font: bold 2em Verdana;
        line-height: 15px;
        color: #fff;
    }

    .ol-full-screen button {
        font-size: 2.4em;
    }


.ol-attribution {
    bottom: 0;
    right: 0;
}

    .ol-attribution button span {
        color: #fff;
    }

    .ol-attribution ul {
        font: normal 0.8em Verdana;
    }

    .ol-attribution > ul > li:first-child {
        display: none;
    }

.ol-zoom {
    top: 0;
    left: 0;
    border-radius: 0;
}

    .ol-zoom .ol-zoom-in {
        border-radius: 0;
    }

    .ol-zoom .ol-zoom-out {
        border-radius: 0;
    }

.ol-zoom-extent {
    left: auto;
    right: 0;
    top: 58px;
}

.ol-zoomslider {
    left: 0;
    top: 60px;
    background-color: #fff;
    width: 30px;
    border-radius: 0;
}

.ol-zoomslider-thumb {
    width: 28px;
    margin: 1px;
    background-color: #0065A2;
    border-radius: 0;
}

/*--- NEW OL ELEMENTS ---*/
.ol-popup {
    position: absolute;
    bottom: 26px;
    left: -30px;
    min-width: 350px;
    color: #ffffff;
    cursor: default;
}

    .ol-popup h5 {
        margin: 0;
        color: #A4CE67;
        font: normal 1.4em Verdana;
        margin-bottom: 3px;
    }

    .ol-popup span {
        font-size: 11px;
        color: #ffffff;
    }

    .ol-popup a {
        font: normal 1.2em verdana;
        color: #D7D0D0;
        text-decoration: none;
    }

        .ol-popup a:hover {
            text-decoration: underline;
            color: #fff;
        }

    .ol-popup span {
        font-size: 11px;
        color: #ffffff;
    }

.ol-popup-content {
    background-color: #555454;
    padding: 10px;
    border: 1px solid #746244;
}

.ol-popup-small {
    min-width: 150px;
}

.ol-popup-pin {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 15px solid #555454;
    position: absolute;
    left: 23px;
    bottom: -14px;
}

.ol-popup-btn-close {
    position: absolute;
    font: bold 12px Verdana;
    text-decoration: none;
    background-color: #FFA500;
    color: #343434;
    padding: 0px 3px;
    border: none;
    top: 0;
    right: 0;
    cursor: pointer;
}

    .ol-popup-btn-close:hover {
        background-color: #DB9007;
    }
