.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;
    min-width: 280px;
}

.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: "✖";
}

.ol-select-icon button {
    background-image: url(../../../Content/images/openlayers-editor/select-rectangle.png);
}

.ol-addpoint-icon button {
   background-image: url(../../../Content/images/openlayers-editor/point-create.png);
}

.ol-addline-icon button {
   background-image: url(../../../Content/images/openlayers-editor/line-create.png);
}

.ol-adddimensionedbox-icon button {
     background-image: url(../../../Content/images/openlayers-editor/width-height-rect.png);
}

.ol-addcircle-icon button {
     background-image: url(../../../Content/images/openlayers-editor/circle-create.png);
}

.ol-active button {
    background-color: #c2c2c2 !important;
    opacity: 1 !important;
}
.ol-action-controls{
    background: rgba(9, 9, 9, 0.34);
    padding: 2px;
    position: absolute;
    margin: 0 auto;
    width: 100%;;
    bottom: 0;
    margin: 0 auto;
    display: flex;
}

.ol-search-box{
    padding: 2px;
    position: absolute;
    margin: 0 auto;
    width: 100%;;
    top: 0;
    margin: 0 auto;
    display: flex;
    border: none;
}

.ol-layers-select-box{
    position: absolute;
    top: 10px;
    right: 0;
    width: 200px;
    border: none;
    padding-right: 2px;
}

.ol-layers-select-box input{
    background: white;
}

.ol-filter-controls{
    position: absolute;
    top: 0;
    left: 1em;
    margin-top: 5px;
}

.ol-legend-controls{
    position: absolute;
    top: 5rem;
    left: 1em;
    margin-top: 5px;
}

.ol-map-zoom-down .ol-zoom{
    bottom:3em !important;
    margin-left: 3px;
    top:unset !important;
}

.ol-contols-gps{
    z-index: 1;
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
    margin-left: 10px;
}
