﻿/*darkblue*/
.marker-cluster-small, .marker-cluster-case_finish {
	background-color: rgba(102, 204, 255, 0.6);
	}
.marker-cluster-small div, .marker-cluster-case_finish div {
	background-color: rgba(0, 136, 204, 0.6);
	}
/*light red*/
.marker-cluster-medium, .marker-cluster-case_new {
	background-color: rgba(255, 153, 153, 0.6);
	}
.marker-cluster-medium div, .marker-cluster-case_new div {
    background-color: rgba(255, 102, 102, 0.6);
	}
/*red*/
.marker-cluster-case_progress {
    background-color: rgba(255, 133, 102, 0.6);
}

.marker-cluster-case_progress div {
    background-color: rgba(255, 71, 26, 0.6);
}
/*yellow*/
.marker-cluster-large, .marker-cluster-police_cars {
    background-color: rgba(255, 71, 26, 0.6);
}
.marker-cluster-large div, .marker-cluster-police_cars div {
	background-color: rgba(240, 194, 12, 0.6);
	}
/*orange*/
.marker-cluster-ambulance {
    background-color: rgba(255, 210, 128, 0.6);
	}
.marker-cluster-ambulance div {
	background-color: rgba(255, 175, 26, 0.6);
	}
/*green*/
.marker-cluster-fire_struck {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-fire_struck div {
	background-color: rgba(110, 204, 57, 0.6);
	}
/*pink*/
.marker-cluster-person {
	background-color: rgba(255, 102, 179, 0.6);
	}
.marker-cluster-person div {
	background-color: rgba(255, 0, 128, 0.6);
	}
/*grey*/
.marker-cluster-hospital {
	background-color: rgba(163, 163, 194, 0.6);
	}
.marker-cluster-hospital div {
	background-color: rgba(148, 148, 184, 0.6);
	}
/*light green*/
.marker-cluster-fire_hydrant {
	background-color: rgba(153, 255, 153, 0.6);
	}
.marker-cluster-fire_hydrant div {
	background-color: rgba(102, 255, 102, 0.6);
	}
/*light yellow*/
.marker-cluster-police_station {
	background-color: rgba(255, 255, 0, 0.6);
	}
.marker-cluster-police_station div {
	background-color: rgba(255, 255, 102, 0.6);
	}
/*dark green*/
.marker-cluster-fire_station {
	background-color: rgba(0, 204, 102, 0.6);
	}
/*dark green 2x*/
.marker-cluster-fire_station div {
	background-color: rgba(51, 153, 51, 0.6);
	}
/*purple*/
.marker-cluster-infrastructure {
	background-color: rgba(255, 77, 255, 0.6);
	}
/*purple*/
.marker-cluster-infrastructure div {
	background-color: rgba(153, 0, 153, 0.6);
	}
/*cyan*/
.marker-cluster-khachhang {
	background-color: rgba(0, 204, 204, 0.6);
	}
/*cyan*/
.marker-cluster-khachhang div {
	background-color: rgba(0, 128, 128, 0.6);
	}
/*light blue*/
.marker-cluster-hotro {
	background-color: rgba(0, 172, 230, 0.6);
	}
/*light blue*/
.marker-cluster-hotro div {
	background-color: rgba(0, 115, 153, 0.6);
	}
/*dark ocean*/
.marker-cluster-icam {
	background-color: rgba(121, 166, 210, 0.6);
	}
/*dark ocean*/
.marker-cluster-icam div {
	background-color: rgba(51, 102, 153, 0.6);
	}
/* =====================================
    IE 6-8 fallback colors 
    =====================================
*/

/*darkblue*/
.leaflet-oldie .marker-cluster-small, .leaflet-oldie .marker-cluster-case_finish {
	background-color: rgb(102, 204, 255);
	}
.leaflet-oldie .marker-cluster-small div, .leaflet-oldie .marker-cluster-case_finish div {
	background-color: rgb(0, 136, 204);
	}
/*light red*/
.leaflet-oldie .marker-cluster-medium, .leaflet-oldie .marker-cluster-case_new {
    background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-medium div, .leaflet-oldie .marker-cluster-case_new div {
    background-color: rgb(241, 128, 23);
	}
/*red*/
.leaflet-oldie .marker-cluster-case_progress {
    background-color: rgb(255, 92, 51);
}
.leaflet-oldie .marker-cluster-case_progress div {
    background-color: rgb(241, 128, 23);
}
/*yellow*/
.leaflet-oldie .marker-cluster-large, .leaflet-oldie .marker-cluster-police_cars {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-large div, .leaflet-oldie .marker-cluster-police_cars div {
	background-color: rgb(240, 194, 12);
}
/*orange*/
.leaflet-oldie .marker-cluster-ambulance {
	background-color: rgb(255, 210, 128);
	}
.leaflet-oldie .marker-cluster-ambulance div {
	background-color: rgb(255, 175, 26);
}
/*green*/
.leaflet-oldie .marker-cluster-fire_struck {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-fire_struck div {
	background-color: rgb(110, 204, 57);
	}
/*pink*/
.leaflet-oldie .marker-cluster-person {
	background-color: rgba(255, 102, 179, 0.6);
	}
.leaflet-oldie .marker-cluster-person div {
	background-color: rgba(255, 0, 128, 0.6);
	}
/*grey*/
.leaflet-oldie .marker-cluster-hospital {
	background-color: rgb(163, 163, 194);
	}
.leaflet-oldie .marker-cluster-hospital div {
	background-color: rgb(148, 148, 184);
	}
/*light green*/
.leaflet-oldie .marker-cluster-fire_hydrant {
	background-color: rgb(153, 255, 153);
	}
.leaflet-oldie .marker-cluster-fire_hydrant div {
	background-color: rgb(102, 255, 102);
	}
/*light yellow*/
.leaflet-oldie .marker-cluster-police_station {
	background-color: rgb(255, 255, 0);
	}
.leaflet-oldie .marker-cluster-police_station div {
	background-color: rgb(255, 255, 102);
	}
/*dark green*/
.leaflet-oldie .marker-cluster-fire_station {
	background-color: rgb(0, 204, 102);
	}
.leaflet-oldie .marker-cluster-fire_station div {
	background-color: rgb(51, 153, 51);
	}
/*purple*/
.leaflet-oldie .marker-cluster-infrastructure {
	background-color: rgb(255, 77, 255);
	}
/*purple*/
.leaflet-oldie .marker-cluster-infrastructure div {
	background-color: rgb(153, 0, 153);
	}
/*cyan*/
.leaflet-oldie .marker-cluster-khachhang {
	background-color: rgb(0, 204, 204);
	}
/*cyan*/
.leaflet-oldie .marker-cluster-khachhang div {
	background-color: rgb(0, 128, 128);
	}
/*light blue*/
.leaflet-oldie .marker-cluster-hotro {
	background-color: rgb(0, 172, 230);
	}
/*light blue*/
.leaflet-oldie .marker-cluster-hotro div {
	background-color: rgb(0, 115, 153);
	}
/*dark ocean*/
.leaflet-oldie .marker-cluster-icam {
	background-color: rgb(121, 166, 210);
	}
/*dark ocean*/
.leaflet-oldie .marker-cluster-icam div {
	background-color: rgb(51, 102, 153);
	}

    /*cluster css*/
.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}