/* custom marker */
.stop {
    background-image: url('../img/stop40x40_2.png');
	z-index: 9900 !important;
}
.emptying {
    background-image: url('../img/emptying40x40.png');
	background-color: rgba(58, 164, 255, 0.4);
	z-index: 9901 !important;
}
.marker-arrow{
    margin-left: 0 !important;
    margin-top: 0 !important;
    background-image: url('../img/arrow.png');
	background-color: transparent !important;
	background-size: 30px 30px;
	position: absolute;
}
/*  marker  */
.marker-cluster-0 div {
	background-color: rgba(255, 255, 255, 0.7);
	}

.marker-cluster-1 {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-1 div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-2 {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-2 div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-3 {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-3 div {
	background-color: rgba(241, 128, 23, 0.6);
	}
  
.marker-cluster-4 {
	background-color: rgba(125, 215, 255, 0.4);
	}
.marker-cluster-4 div {
	background-color: rgba(125, 215, 255, 0.7);
	}

.marker-cluster-5 {
	background-color: rgba(96, 125, 139, 0.4);
	}
.marker-cluster-5 div {
	background-color: rgba(96, 125, 139, 0.7);
	}
  
.marker-cluster-6 {
	background-color: rgba(58, 164, 255, 0.4);
	}
.marker-cluster-6 div {
	background-color: rgba(58, 164, 255, 0.7);
	}
  
	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-1 {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-1 div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-2 {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-2 div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-3 {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-3 div {
	background-color: rgb(241, 128, 23);
}

.leaflet-oldie .marker-cluster-4 {
	background-color: rgb(58, 164, 255);
	}
.leaflet-oldie .marker-cluster-4 div {
	background-color: rgb(58, 164, 255);
	}

.leaflet-oldie .marker-cluster-5 {
	background-color: rgb(96, 125, 139);
	}
.leaflet-oldie .marker-cluster-5 div {
	background-color: rgb(96, 125, 139);
}