.mgr-scale-line {
  background: rgba(0,0,0,0);
  border-radius: 4px;
  bottom: 8px;
  left: 8px;
  padding: 2px;
  text-align: left;
  position: absolute
}

.mgr-scale-line-inner {
  border: 1px solid #0e0e0e;
  border-top: none;
  color: #0e0e0e;
  font-size: 10px;
  text-align: center;
  margin: 1px;
  will-change: contents,width
}

.ol-popup-lt {
  position: absolute;
  background-color: #46529F;
  margin-top: 20px;
  margin-left:-15px;
  padding-right: 24px;
  overflow: visible !important;
}
.ol-popup-lt:before {
  position: absolute;
  pointer-events: none;
  top: -20px;
  left: 5px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 0 10px 25px 10px;
  border-color: transparent transparent #46529F transparent;
}
.ol-popup-rt {
  position: absolute;
  background-color: #46529F;
  right: 0px;
  top: 0px;
  margin-top: 20px;
  margin-right:-15px;
  padding-right: 24px;
  overflow: visible !important;
}
.ol-popup-rt:before {
  position: absolute;
  pointer-events: none;
  top: -20px;
  right: 5px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 0 10px 25px 10px;
  border-color: transparent transparent #46529F transparent;
}
.ol-popup-rb {
  position: absolute;
  background-color: #46529F;
  right: 0px;
  bottom: 0px;
  margin-bottom: 20px;
  margin-right:-15px;
  padding-right: 24px;
  overflow: visible !important;
}
.ol-popup-rb:before {
  position: absolute;
  pointer-events: none;
  bottom: -20px;
  right: 5px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 25px 10px 0 10px;
  border-color: #46529F transparent transparent transparent;
}
.ol-popup-lb {
  position: absolute;
  background-color: #46529F;
  left: 0px;
  bottom: 0px;
  margin-bottom: 20px;
  margin-left:-15px;
  padding-right: 24px;
  overflow: visible !important;
}
.ol-popup-lb:before {
  position: absolute;
  pointer-events: none;
  bottom: -20px;
  left: 5px;
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border-style: solid;
  border-width: 25px 10px 0 10px;
  border-color: #46529F transparent transparent transparent;
}
.olPopupCloseBox {
  position: absolute;
  background: url("../images/close.gif") no-repeat;
  cursor: pointer;
  top: 5px;
  right: 5px;
  width: 17px;
  height: 17px;
}
.popup-attrib-base {
  min-height:30px;
  max-height:275px;
  padding: 5px;
  background-color:transparent;
  overflow:auto;
}

.attr_head {
	text-align: left;
	margin-bottom:5px;
	font-size:14px;
	color: #FFF;
}

.attr_contents {
	text-align: left;
	margin-bottom:5px;
	font-size:14px;
	color: #FFF;
	line-height:1.1;
}

.attr_contents a{
	color: #FFF;
	font-weight: normal;
}

