.ol-dragbox {
    background-color: rgba(255,255,255,0.4);
    border-color: #ffcc33;
}
    

.ol-custom-overviewmap, .ol-custom-overviewmap.ol-uncollapsible {
	bottom: auto;
	left: auto;
	right: 0;
	top: 40px;
}

.ol-custom-overviewmap:not (.ol-collapsed) {
	border: 1px solid black;
}
.ol-custom-overviewmap .ol-overviewmap-map {
	border: none;
	width: 200px;
	height: 150px;
}

.ol-custom-overviewmap .ol-overviewmap-box {
	border: 2px dashed rgba(0, 60, 136);
}

.ol-custom-overviewmap:not (.ol-collapsed ) button {
	bottom: auto;
	left: auto;
	right: 1px;
	top: 41px;
}

.ol-rotate {
	top: 170px;
	right: 0;
}

.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.ol-tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.ol-tooltip-measure:before, .ol-tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.5);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}

.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}
.ol-hidden {
    display: none !important;
}

.ol-scale-line{
	background-color: rgba(51, 153, 204, 0.85) !important
}
.ol-control button{ 
    background-color: rgba(51, 153, 204, 0.85) !important;
}

#zoomLevel {
	background-color: #ababab !important;
	height: 17px;
	width: 17px;
	display: block;
	margin: 1px;
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	line-height: 1.6em;
	border-radius: 2px;
}