.leaflet-ruler{
  height: 35px;
  width: 35px;
  background-image: url("dist/ic.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
  background-image: url("./icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.leaflet-ruler2{
  height: 35px;
  width: 35px;
 /* background-image: url("dist/ic.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
/*  background-image: url("./icon.png"); 
  background-repeat: no-repeat;
  background-position: center; */
  cursor: pointer;
}
.leaflet-ruler-clicked2{
  height: fit-content;
  width: fit-content;
  position: relative;
  
 /* background-image: url("dist/ic.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
/*  background-image: url("./icon.png"); 
  background-repeat: no-repeat;
  background-position: center; */
  cursor: pointer;
}
.cont-container {
  width: fit-content;
  height: fit-content;
}
.leaflet-ruler-child0{
  height: 35px;
  width: 35px;
  background-image: url("dist/ic.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
  background-image: url("./icon.png");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  float: left;
}
.leaflet-ruler-child1{
  height: 35px;
  width: 35px;
  background-image: url("./delete-30.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  float: left;
}
.leaflet-ruler:hover{
  background-image: url("./icon-colored.png"); /* <div>Icons made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div> */
}
.leaflet-ruler-clicked{
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./icon-colored.png");
  border-color: chartreuse !important;
}
.leaflet-ruler-child0-clicked2{
  height: 35px;
  width: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./icon-colored.png");
  border-color: chartreuse !important;
}
.leaflet-bar{
  background-color: #ffffff;
}
.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;
}
.ulclass {
 list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333333;
  float: left;
  position: relative;
}
.liClass {
   float: left;
   display: block;
  color: white;
  text-align: center;
  padding: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  cursor: pointer;
  font-size: 10px;
}
.liClass:hover{
  background-color: #000000;
}
.liclass-clicked{
  background-color: #000000;
}