.leaflet-control-measure {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	}

#measure-details-dialog {
    display: block;
    padding: 6px 8px;
    font: Arial, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    text-align: left;
    /*line-height: 18px;*/
    /* Font properties affect the legend title text.. */
    /*font-weight: 600;*/
    /*font-size: large;*/
    color: #555;
}
        
.measure-details-div {
    display: block;
    padding: 6px 8px;
    font: Arial, sans-serif;
    background: white;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    text-align: left;
    /*line-height: 18px;*/
    /* Font properties affect the legend title text.. */
    /*font-weight: 600;*/
    /*font-size: large;*/
    color: #555;
}
#measure-details-title {
    line-height: 18px;
    font-weight: 700;
    font-size: medium;
}
#measure-details-data {
    /*line-height: 18px;*/
    /*font-weight: 700;*/
    font-size: small;
}
        
/*
.leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 4px 4px 4px 4px;
	        border-radius: 4px 4px 4px 4px;
	border-bottom: none;
	}

.leaflet-touch .leaflet-bar-part-top-and-bottom {
	-webkit-border-radius: 7px 7px 7px 7px;
	        border-radius: 7px 7px 7px 7px;
	border-bottom: none;
	}


*/

.m-seg-length-label-icon {
	font: 11px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: 700;
	width: auto !important;
	height: auto !important;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0 0 5px #BBB;
	border: solid 0px;
	border-radius: 4px;
	color: #000000;
	padding: 2px;
	margin: 0;
	white-space: nowrap;
}


/*
.m-seg-length-label-icon {
	font: 9px/1.25 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	white-space: nowrap;
}
*/

.leaflet-measure-tooltip {
	font: 9px/1.25 "Helvetica Neue", Arial, Helvetica, sans-serif;
	background-color: rgba(255, 255, 255, 0.7);
	box-shadow: 0 0 5px #BBB;
	margin: 0;
	padding: 2px;
	width: auto !important;
	height: auto !important;
	white-space: nowrap;
	}

.leaflet-measure-tooltip-total {
	font-weight: bold;
	}

.leaflet-measure-tooltip-difference {
	color: #777;
	}

.leaflet-control-measure-on .leaflet-control-measure {
	box-shadow: 0 0 8px rgba(0,255,255,1.0);
	}
        
.leaflet-measure-icon-png {
	background:#fff url(images/measure-26.png) no-repeat 0 0;
	background-size:26px 26px;
}

@media
	(-webkit-min-device-pixel-ratio:2),
	(min-resolution:192dpi) {
		.leaflet-measure-icon-png {
		background-image:url(images/measure-26.png);
	}
}