
.ol-control {
    background-color: rgba(0, 0, 0, 0) !important;
    border-radius: 4px;
}

.zoomLv {
    left: auto;
    right: 6px;
    /* width: 42px; */
    top:  2.8em;
}


.ol-zoom {
    left: auto;
    right: 6px;
    /* width: 42px; */
    top: 0.6em;
   /*  background-image: url(../images/tools/zoom_bg.png); */
    background-position: center;
    background-size: 10px 230px;
    background-repeat: no-repeat; 
}

.ol-zoom-out{
	margin-top: 33px !important;
}

.ol-rotate {   
    /* right: .73em; */
    right: 2.9em;
    top: 0.6em;
}

.ol-zoomslider {
    display:none;
}

.ol-control button {   
    height: 1.8em;
    width: 1.8em;
    background-color: #5588ee;
    border-radius: 7px !important;
}

.ol-control button:focus, .ol-control button:hover , .ol-control button.active  {  
    background-image: linear-gradient(90deg, #f58769 0%, #f58769 100%);
    /* background-image: none; */
}

.ol-scale-line {
    background: #5588ee;
    bottom: 1px;
    right: 1px;   
    left: auto;
}
