.leaflet-ruler{
  height: 22px;
  width: 22px;
  background-image: url("../../image/toolbar/measure.png");
  background-repeat: no-repeat;
  background-position: center;
}
.leaflet-ruler:hover{
  background-image: url("../../image/toolbar/measure_hover.png");
}
.leaflet-ruler-clicked{
  height: 22px;
  width: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../image/toolbar/measure2.png");
  /* border-color: chartreuse !important; */
}
.leaflet-bar{
  border:none!important;
}
.leaflet-control {
  cursor: pointer;
}
.result-tooltip{
  background-color: white;
  border-width: medium;
  border-color: #de0000;
  font-size: smaller;
}
.moving-tooltip{
  background-color: rgba(255, 255, 255, .7);
  background-clip: padding-box;
  opacity: 0.5;
  border: dotted;
  border-color: red;
  font-size: smaller;
}
.plus-length{
  padding-left: 45px;
}
.leaflet-right .leaflet-ruler{
  position: fixed;
  top:163px;
  right:47px;
  border-radius: 5px;
  cursor: pointer;
  /* box-shadow: 1px 1px 12px #6d6c6c!important; */
}