.drawToolsHighlight {
  position: absolute;
  top: 8.5%;
  right: 3%;
  vertical-align: bottom;

  width: 35px;
  height: auto;

  z-index: 999;
  float: right; 
  margin: 0px;
  padding: 0px;
  border: 2px solid #C76C0C;
  text-align: center;

  box-shadow: 3px 3px 15px #666;
  color: #fff;
  cursor: pointer;

}
.HighlightTips{
  border:1px solid red;
  background:rgb(199, 18, 12);
  color: #fff;
    /*Opacity*/
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 1;  
    z-index: 999;
}

.clusterHighlightTips{
  position: absolute;
  top: 30%;
  right: 20%;
  vertical-align: bottom;
  border:1px solid red;
  background:rgb(199, 18, 12);
  font-size: 14px;
  color: #fff;
    /*Opacity*/
    zoom: 1;
    filter: alpha(opacity=70);
    opacity: 1;  
    z-index: 999;
}

.MapImplyBTM {
  position: absolute;
  top: 2%;
  left: 13%;
  vertical-align: bottom;
  z-index: 999;
  float: right; 
  margin: 0px;
  padding: 0px;
  text-align: center;
  color: #fff;
  cursor: pointer;

}