﻿
.zoom-initial-control {
    top: 65px;
    left: .5em;
}

.ol-touch .zoom-initial-control {
    top: 80px;
}

.zoom-rect-control {
    top: 90px;
    left: .5em;
}

.ol-touch .zoom-rect-control {
    top: 105px;
}

.measure-area-control {
    top: 115px;
    left: .5em;
}

.ol-touch .measure-area-control {
    top: 130px;
}

.measure-line-control {
    top: 140px;
    left: .5em;
}

.ol-touch .measure-line-control {
    top: 155px;
}

.clear-measure-layer-control {
    top: 165px;
    left: .5em;
}

.ol-touch .clear-measure-layer-control {
    top: 180px;
}

.export-pdf-control {
    top: 190px;
    left: .5em;
}

.ol-touch .export-pdf-control {
    top: 205px;
}






.my-ol-control-selected {
    background-color: red !important;
    opacity: 0.5;
    margin-left: 6px;
}

.ol-mouse-position {
    background-color: #ffffff99;
    border-radius: 3px;
    padding: 3px;
    margin-right: 30px;
}


