.leaflet-control {cursor: pointer;}
.polyline-measure-unicode-icon {font-size: 19px;font-weight: bold;}
a.polyline-measure-clearControl:active {background-color: #f88;}
.polyline-measure-tooltip {font: 10px Arial, Helvetica, sans-serif;line-height: 10px;background-color: rgba(255, 255, 170, 0.7);border-radius: 3px;box-shadow: 1px 1px 4px #888;margin: 0;padding: 2px;width: auto !important;height: auto !important;white-space: nowrap;text-align: right;}
.polyline-measure-tooltip-end {background-color: rgba(255, 255, 40, 0.7);}
.polyline-measure-tooltip-total {color: #006;font-weight: bold;}
.polyline-measure-tooltip-difference {color: #060;font-style: italic;}
.polyline-measure-popupTooltip {font: 11px Arial, Helvetica, sans-serif;line-height: 11px;}
.leaflet-bar button,.leaflet-bar button:hover {background-color: #A4B6E9;;border: none;border-bottom: 1px solid #ccc;height: 26px;line-height: 24px;display: block;text-align: center;text-decoration: none;color: black;}
.leaflet-bar button {background-position: 50% 50%;background-repeat: no-repeat;overflow: hidden;display: block;}
.leaflet-bar button:hover {background-color: #f4f4f4;}
.leaflet-bar button:first-of-type {border-top-left-radius: 4px;border-top-right-radius: 4px;}
.leaflet-bar button:last-of-type {border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;border-bottom: none; }
.leaflet-bar.disabled,
.leaflet-bar button.disabled {cursor: auto;pointer-events: none;opacity: .4;}
.leaflet-bar.hidden,
.leaflet-bar button.hidden {display:none;}
.easy-button-button .button-state{display: block;width: 100%;height: 100%;position: relative;}
.leaflet-touch .leaflet-bar button {width: 30px;height: 30px;line-height: 30px;}
.leaflet-pulsing-icon {border-radius: 100%;box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.75);}
.leaflet-pulsing-icon:after {content: "";-webkit-border-radius: 100%;border-radius: 100%;height: 300%;width: 300%;position: absolute;margin: -100% 0 0 -100%;}
@keyframes pulsate {0% {transform: scale(0.1, 0.1);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);}50% {opacity: 1;-ms-filter: none;filter: none;}100% {transform: scale(1.2, 1.2);opacity: 0;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter: alpha(opacity=0);}}