.map {
    height: 85vh;
    width: 100%;
}

.dialog-map {
    height: 450px;
    width: 100%;
    padding: 0px !important;
}

.k-window-maximized .dialog-map {
    height: 70vh;
    width: 100%;
}

.ol-control button {
    color: white;
    background-color: rgba(162, 198, 23, .5);
    font-weight: bold;
    height: 2em;
    width: 2em;
    font-size: 14px;
}

.ol-control button:focus, .ol-control button:hover {
    background-color: rgba(162, 198, 23, 1);
}

.ol-control {
    background-color: rgba(255, 255, 255, 0.2);
}

.ol-control:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.ol-geocoder.gcd-txt-container {
    left: .5em !important;
    top: .5em !important;
    height: 30px !important;
}

.ol-geocoder .gcd-txt-control {
    height: 34px !important;
}

.ol-geocoder .gcd-gl-input:focus {
    box-shadow: inset 0 0 0 1px #a2c617, inset 0 0 5px #a2c617
}

.ol-geocoder .gcd-txt-input:focus {
    box-shadow: inset 0 0 0 1px #a2c617, inset 0 0 6px #a2c617
}

.ol-geocoder ul.gcd-txt-result>li:nth-child(odd) {
    background-color: rgba(162, 198, 23, .75);
}

.ol-zoom {
    top: auto;
    left: auto;
    bottom: .5em;
    right: .5em;
}

.ol-zoom-extent {
    top: auto;
    left: auto;
    bottom: 6em;
    right: .5em;
}