body {
  overflow: hidden;
}

.map {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
}

#measureToolsDiv, #drawToolsDiv {
  top: 50px;
  display: none;
  background: #3c5055;
  padding: 2px;
}

#drawToolsDiv {
  top: 90px;
  display: none;
}

.flex {
  position: absolute;
  z-index: 1;
  left: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.flex-child {
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #3c5055;
  border: 2px solid white;
  padding: 6px;
  border-radius: 5px;
}

.ol-layerswitcher .layerup {
  width: 10%;
  background: none;
  position: absolute;
  right: 0;
}

.ol-layerswitcher .layerup:after {
  content: none;
}

.ol-layerswitcher .layerup:before {
  color: #ffffff;
  content: "\F0C9";
  font-family: FontAwesome;
  border: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  left: .5em;
}

.ol-layerswitcher .expend-layers:before, .ol-layerswitcher .collapse-layers:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  margin-top: 0px;
  height: 3px;
  width: 15px;
}

.ol-layerswitcher .expend-layers:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 0;
  margin-left: 0px;
  width: 4px;
  height: 15px;
}

.ol-layerswitcher .layerswitcher-opacity {
  width: 80% !important;
  margin: 12px 14% 10px 2px !important;
}

.ol-layerswitcher .panel li label {
  margin-left: 15px;
}

.ol-layerswitcher .expend-layers,
.ol-layerswitcher .collapse-layers {
  top: -1em;
  cursor: pointer;
}

.ol-layerswitcher .expend-layers:before,
.ol-layerswitcher .expend-layers:after,
.ol-layerswitcher .collapse-layers:before,
.ol-layerswitcher .collapse-layers:after {
  background: #017eff;
}

#export-png, #export-json, #export-kml {
  background: #3c5055;
}

#btnMeasure {
  margin-top: 51px;
}

#btnLogout {
  position: absolute;
  top: 12px;
  right: 45px;
  z-index: 1;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #3c5055;
  font-weight: bold;
  border-radius: 5px;
  border: 3px solid rgba(255, 255, 255, .4);
  padding: 2px;
}

#btnDraw {
  margin-top: 91px;
}

#btnOpenKMZDiv {
  margin-top: 131px;
}

#btnLegend {
  margin-top: 171px;
}

#btnFetchSurvey {
  margin-top: 211px;
}

#btnSearch {
  margin-top: 251px;
}

#btnGoToPOILaunch{
  margin-top: 211px;
}

#btnModal {
  display: none;
  margin-top: 251px;
}

.divFloatText {
  position: absolute;
  z-index: 1;
  margin-left: 50px;
  background: #3c5055;
  padding: 2px;
  border-radius: 5px;
  border: 2px solid white;
}

#divLoadKMZ {
  display: none;
  margin-top: 131px;
}

#divSearch {
  display: none;
  margin-top: 251px;
}

.divLegend {
  display: none;
  position: absolute;
  z-index: 1;
  margin-top: 172px;
  margin-left: 52px;
  padding: 6px;
  background: #3c5055;
  border: 2px solid #fff;
  border-radius: 5px;
}

.menuButtons:hover {
  background: #000;
}

.menuButtons {
  position: absolute;
  z-index: 1;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background: #3c5055;
  font-weight: bold;
  border-radius: 5px;
  border: 2px solid white;
  padding: 6px;
  margin-left: 8px;
}

.btnActive {
  background: #9e842e !important;
}

.divMeasure {
  position: absolute;
  z-index: 2;
  top: 50px;
  left: 55px;
  background: #3c5055;
  padding: 4px;
  border: 1px solid #575656;
}

.ol-tooltip {
  position: relative;
  background: rgba(222, 222, 222, 0.5);
  border-radius: 4px;
  color: white;
  padding: 4px 8px;
  opacity: 0.7;
  white-space: nowrap;
  font-size: 12px;
}

.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(222, 222, 222, 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;
}

.divPOImeta {
  display: none;
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 5;
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.divGoToPOI {
  display: none;
  position: absolute;
  top: 200px;
  left: 50px;
  z-index: 5;
  background: white;
  padding: 10px;
  border-radius: 5px;
}

.txtMeta {
  width: 100px;
}
.txtPOI {
  width: 100px;
}

.ol-mouse-position {
	background-color: #bacaca;
	top: auto;
	bottom: 2.7em;
}

.ol-popup {
  position: absolute;
  background-color: white;
  box-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: "✖";
}

.disablingDiv {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(150, 150, 150, 0.5);
}

#btnSubmitMeta {
  width: 100%;
  background: #548a6d;
  color: white;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5px;
}

td, th {
  padding: 3px;
}

table.tblPopup {
  border: 4px solid #555555;
  background-color: #555555;
  text-align: left;
  border-collapse: collapse;
}

table.tblPopup td, table.tblPopup th {
  border: 2px solid #555555;
  padding: 5px 6px;
}

table.tblPopup tbody td {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
}

table.tblPopup td:nth-child(even) {
  background: #9e842e;
}

table.tblPopup tfoot td {
  font-size: 13px;
}

table.tblPopup tfoot .links {
  text-align: right;
}

table.tblPopup tfoot .links a {
  display: inline-block;
  background: #FFFFFF;
  color: #398AA4;
  padding: 2px 8px;
  border-radius: 5px;
}

#popup-closer {
  color: #3c5055;
}

#btnLoadKMZ {
  background: #9e842e;
  color: white;
  font-weight: bold;
  border: 1px solid white;
}

.popup-body {
  height: 275px;
  overflow-y: scroll;
}

.ol-control.ol-profil table {
  display: none;
}

.options .ol-profilbar, .options .ol-profilcursor::before {
  background-color: blue;
}

.profilDiv {
  background-color: rgb(60 80 85) !important;
  padding: 4px !important;
  border: 2px solid white !important;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: transparent;
  -webkit-animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s
}

.modal-content {
  margin: auto;
  border: 1px white;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  top: 0;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 0.4s;
  animation-name: slideIn;
  animation-duration: 0.4s
}

.close {
  color: black;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  cursor: move;
  : 2px 16px;
  background-color: transparent;
  color: #000;
  text-align: center;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #ffffff;
  color: white;
  border-radius: 0 0 6px 6px;
}

@-webkit-keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@keyframes slideIn {
  from {
    bottom: -300px;
    opacity: 0
  }

  to {
    bottom: 0;
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

#chart {
  overflow: auto !important;
  height: auto;
}

#myModal {
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.modal-dialog {
  margin: 0px !important;
}

/* .rangeSelector {
  display: none;
} */
.ol-control button {
  background-color: rgba(40, 40, 40, 0.8) !important;
}

.ol-control button:hover {
  background-color: rgba(40, 40, 40, 1) !important;
}

.ol-geocoder .gcd-gl-control {
  top: 189px;
  left: -3px;
  width: 40px;
  height: 40px;
  background: white;
}

.ol-geocoder .gcd-gl-btn {
  width: 36px;
  height: 36px;
  left: 1px;
  top: 1px;
  border-radius: 4px;
  background-color: #3c5055 !important;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAABKElEQVRIicWVsQrCQAyG3Ss+hy9hbUGKoEt9EaHg0+jiLIrvoJM+gAVdFJwrVB1czgSvgyG9y2nFwA+F/smX3F17tdq/QikVgSagFHTVwucxvvumcBO0VvZYode1eAi6CIoXgd7QpXOX4kVkokn0yDRmoBbI0/JBc8a3shWPmKShwZ8w/vKNV6/T8ta5YOIFyRmbzCkxtwSANslJTeacmD0BoE5ychdAXQBokJybyUyXyBcAApKzN5npJs8FgCXJmZrM3DFNDP4R4+/YOuI+tIVeiuJDC5jOMTa2iYtfRcYkS+IBGkggrj+7jyA4CbdcNLa6KIXEVogG4cbj5bJTr8vmDjqApkpvKHb8FUTYSFwC6f8acq4MUAI5VQrQkB7oiMVB3coBXDwBS6PF0mYNr54AAAAASUVORK5CYII=");
}

.ol-geocoder .gcd-gl-input {
  left: 3.5em;
  font-size: 14px;
}

.ol-geocoder .gcd-gl-expanded {
  width: 265px !important;
  /* background-color: rgb(255 255 255); */
}

.ol-geocoder ul.gcd-gl-result {
  top: 230px;
  left: 47px;
  width: 215px;
}

.ol-geocoder .gcd-gl-reset {
  top: 5px;
  right: 5px;
}

.gcd-address, .gcd-road {
  font-size: 13px;
  line-height: 14px;
}

.ol-geocoder ul.gcd-gl-result>li:nth-child(odd) {
  background-color: rgba(60, 80, 85, .5);
}

.footer {
  display: table;
  margin: 0 auto;
  color: black;
}

/* #divSurveyLegend {
  position: absolute;
  top: 10px;
  right: 2px
} */

pre { 
	white-space: pre-line !important;
	word-wrap: normal;
	word-break: normal;
	 
	 }