/* leaflet ruler adapted */
.leaflet-ruler{
  height: 30px;
  width: 30px;
  background-image: url(images/measure.png);
  background-repeat: no-repeat;
  background-position: center;
}
.leaflet-ruler:hover{
  background-color: #f4f4f4;
  border-color: #9c0 !important;
}
.leaflet-ruler-clicked{
  height: 30px;
  width: 30px;
  background-color: #9c0 !important;
  background-image: url(images/measure.png);
  background-repeat: no-repeat;
  background-position: center;
}
.leaflet-bar.leaflet-ruler{
  background-color: #ffffff;
}

.leaflet-control {
  cursor: pointer;
}
.result-tooltip{
  background-color: white;
  border-width: medium;
  border-color: #49873F;
  font-size: smaller;
}
.moving-tooltip{
  background-color: white;
  background-clip: padding-box;
  border-color: #49873F;
  font-size: smaller;
}
.plus-length{
  padding-left: 45px;
}