.ol-scale-line {
    background: rgba(0,60,136,0.3);
    border-radius: 4px;
    bottom: 90px;
    left: 56px;
    position: absolute;
}

.ol-scale-line-inner {
  border: 1px solid #eee;
  border-top: none;
  color: #eee;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents, width;
}

.ol-overviewmap.ol-uncollapsible {
	bottom: 0;
	left: 0;
	border-radius: 0 4px 0 0
}

.ol-overviewmap .ol-overviewmap-map {
	display: inline-block
}

.ol-overviewmap .ol-overviewmap-map {
	border: 1px solid #7b98bc;
	height: 150px;
	margin: 2px;
	width: 150px
}

.ol-overviewmap button {
    display: block;
    margin: 0px;
    padding: 0;
    color: white;
    font-size: 1.14em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 23px;
    width: 23px;
    line-height: 10px;
    background-color: rgba(0,60,136,0.5);
    border: none;
    border-radius: 2px;
}

.ol-overviewmap.ol-collapsed .ol-overviewmap-map, .ol-overviewmap.ol-uncollapsible button {
	display: none;
}

.ol-overviewmap:not(.ol-collapsed) {
	background:rgba(255,255,255,.8);
}

.ol-overviewmap-box {
	border: 2px dotted rgba(0, 60, 136, .7);
}

.ol-custom-overviewmap, .ol-custom-overviewmap.ol-uncollapsible {
    bottom: 0px;
    right: -1px;
    position: fixed;
    z-index: 99999999999;
}

.ol-custom-overviewmap:not(.ol-collapsed) {
	order:1px solid black;
}

.ol-custom-overviewmap .ol-overviewmap-map {
    bottom: 22px;
    position: absolute;
    right: 1px;
    width: 300px;
}

.ol-custom-overviewmap .ol-overviewmap-box {
	border: 2px solid red;
}

.ol-custom-overviewmap:not (.ol-collapsed ) button {
	bottom: 1px;;
	left: auto;
	right: 1px;
}

.ol-box {
	box-sizing: border-box;
	border-radius: 2px;
	border: 2px solid #00f
}



.fullscreen:-moz-full-screen {
	height: 100%;
}

.fullscreen:-webkit-full-screen {
	height: 100%;
}

.fullscreen:-ms-fullscreen {
	height: 100%;
}

.fullscreen:fullscreen {
	height: 100%;
}

/** tooltip medida**/
.tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.7;
	white-space: nowrap;
}

.tooltip-measure {
	opacity: 1;
	font-weight: bold;
}

.tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}

.tooltip-measure:before, .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%;
}

.tooltip-static:before {
	border-top-color: #ffcc33;
}