span.icon-bike{
	padding-left:26px;
	background-image: url(../../plan/icons/bike-24.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	line-height: 30px;
	padding-bottom:6px;
	padding-top: 6px;
}

.leaflet-div-icon{
    display: block;
    background-image: url(../../plan/icons/bike_cluster.png);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: white;
}


.div_bike_repair_cluster {
	display: block;
    background-image: url(../../plan/icons/bike_repair_cluster.png);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: white;
}

.div_bike_parking_cluster {
	display: block;
    background-image: url(../../plan/icons/parking_zdm_monitoring_cluster.png);
    background-position: center;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: none;
    color: white;
}

.leaflet-div-icon  span.custom-icon,
.div_bike_repair_cluster span.custom-icon,
.div_bike_parking_cluster span.custom-icon
{
    display: block;
    position:absolute;
    right:18px;
    bottom:5px;
    font-size:12px;
}