.mapContent {
  .egis-div-icon {
    background: rgba(255, 255, 255, .6);
  }

  .leaflet-label {
    background-color: rgba(0, 0, 0, 0.6);
    background-clip: padding-box;
    color: #fff;
    display: block;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px 3px;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    z-index: 6;

  }
}
.egis-control-attribution{
  opacity: 0;
}
.epgis-popup{
  z-index: 998;
}
.egis-popup-close-button{
  z-index: 999;
}
.th_divIcon_label{
  width: 0px !important;
  height: 0px !important;
}
@-webkit-keyframes twinkling {
  30%{
    opacity: 0.3;
  }
  100%{
    opacity: 1;
  }
}
.th_flickering{
  -webkit-animation: twinkling 400ms infinite ease-in-out;
}

.th_waves {
  position:relative;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  z-index: 1;
}

.th_waves:before, .th_waves:after {
  background: #ff0400;
  position: absolute;
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  content: "";
  display: block;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
}

.th_waves:before {
  animation: wave-animate 3s infinite ease-out;
}

.th_waves:after {
  opacity: 0;
  animation: wave-animate 3s 1.5s infinite ease-out;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}

.th_draw_point_label{
  width: 50px;
  height: 20px;
  background: rgba(41,129,202, 0.8);
  top: -50px;
  left: -18px;
  right: 0;
  text-align: center;
  line-height: 20px;
  margin: auto;
  color: #fff;
  position: relative;
  i {
    width:14px;
    height:14px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background:red;
    position:absolute;
    right: -7px;top:-7px;
  }
}

.th_draw_label{
  width: 50px;
  height: 20px;
  background: rgba(41,129,202, 0.8);
  top: -50px;
  left: -18px;
  right: 0;
  text-align: center;
  line-height: 20px;
  margin: auto;
  color: #fff;
  i {
    width:14px;
    height:14px;
    border-radius: 50%;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    background:red;
    position:absolute;
    right: -57px;
    top:-7px;
  }
}
