.map {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
}
.vtx_gmap_html_points,
.vtx_gmap_html_pointCollection {
  position: absolute;
  top: 0px;
  left: 0px;
}
.esriSimpleSlider {
  z-index: 10000000 !important;
}
.label-content {
  /*margin-left: 0;
    width: 100px;
    line-height: 25px;
    text-align: center;
    position: relative;
    left: -43px;
    background-color: #fff;
    opacity: 1;
    border-radius: 5px;
    color: #5DD0EE;
    word-break: break-all;
    white-space: normal;
    padding: 2px 8px;*/
  display: inline-block;
  padding: 5px;
  line-height: 22px;
  text-align: center;
  border-radius: 5px;
  background-color: #fff;
  opacity: 1;
  color: #5DD0EE;
}
.vtx-g-rangingPoint {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 2px solid #ff0000;
  display: inline-block;
  border-radius: 7px;
}
.vtx-g-rangingDistance {
  position: relative;
  top: -36px;
  left: 15px;
  height: 30px;
  line-height: 28px;
  background-color: #fff;
  border: 1px solid #ff0000;
  font-size: 12px;
  word-break: keep-all;
  padding: 0px 3px;
}
.vtx-g-rang-exit {
  width: 9px;
  height: 9px;
  background-color: #fff;
  border: 2px solid #ff0000;
  color: #ff0000;
  line-height: 7px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.vtx-g-rang-showRangTool {
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ff0000;
  word-break: keep-all;
  background-color: #fff;
  padding: 0px 5px;
}
.zoom_slider_show_scale {
  padding: 1px 8px;
  font-size: 12px;
  text-align: center;
}
.zoom_slider_show_bottom {
  width: 100%;
  height: 3px;
  border: 1px solid #000;
  border-bottom: 3px solid #000;
  border-top: 0px;
}
.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;
  font-size: 12px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.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-popup {
  position: absolute;
  background-color: white;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
          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: "✖";
}
