/*
 * 版权声明
 * 上海万位数字技术有限公司（以下简称“本公司”）对其自行研究开发、编写编制的软件程序、代码等（以下简称“研发资料”）均受《中华人民共和国反不正当竞争法》、《中华人民共和国著作权法》、《中华人民共和国专利法》及适用之国际公约中有关著作权、专利权及/或其他财产所有权法律的保护，为本公司专属或持有。
 * 使用者将本公司专属或持有的研发资料用于商业、营利、广告性目的时，需事先征得本公司书面特别授权，并注明出处“上海万位数字技术有限公司”，并按照有关国际公约及中华人民共和国法律的有关规定，向本公司支付使用费。
 * 未经本公司事先明确的书面特别授权，任何单位或个人不得以任何形式、任何途径，通过任何渠道变更、篡改、发行、发布、散布、复制、重制、展示或利用研发资料全部或部分内容，否则以侵权论，依法追究法律责任。
 *
 * Copyright Notice
 * All the software programs and codes among others (hereinafter referred to as the R&D data) solely developed and written by Shanghai Wanway Digital Technology Co., Ltd. (hereinafter referred to as the Company) are protected by the Law of the People's Republic of China against Unfair Competition, Copyright Law of the People's Republic of China, Patent Law of the People's Republic of China and provisions on laws of copyrights, patent rights and/or other property ownership in international conventions that apply and exclusive to or owned by the Company.
 * While using the R&D data exclusive to or possessed by the Company for any commercial, marketing, or advertising purpose, users need ask for special authorization from the Company in writing beforehand, note the source "Shanghai Wanway Digital Technology Co., Ltd." and pay the Company royalties subject to relevant provisions in related international conventions and laws of the People's Republic of China.
 * With no prior and express written special authorization from the Company, any unit or individual shall not alter, tamper, issue, release, distribute, duplicate, remake, produce or use part or all of the R&D data in any form and any way, otherwise it shall be deemed as infringement and subject to legal penalties by law.
 */

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.marker-cluster-small {
	background-color: RGBA(117, 231, 249, 0.6);
	}
.marker-cluster-small div {
	background-color: RGBA(38, 181, 252, 0.6);
	color: #fff;
	}

.marker-cluster-medium {
	background-color: RGBA(201, 117, 254, 0.6);
}
.marker-cluster-medium div {
	background-color: RGBA(143, 21, 255, 0.6);
	color: #fff;
}

.marker-cluster-big {
	background-color: RGBA(129, 160, 254, 0.6);
	}
.marker-cluster-big div {
	background-color: RGBA(38, 27, 255, 0.6);
	color: #fff;
	}

.marker-cluster-large {
	background-color: RGBA(190, 239, 117, 0.6);
	}
.marker-cluster-large div {
	background-color: RGBA(125, 221, 1, 0.6);
	color: #fff;
	}

.marker-cluster-huge {
	background-color: RGBA(251, 182, 154, 0.6);
}
.marker-cluster-huge div {
	background-color: RGBA(255, 126, 73, 0.6);
	color: #fff;
}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(117, 231, 249);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(38, 181, 252);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(201, 117, 254);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(143, 21, 255);
	}

.leaflet-oldie .marker-cluster-big {
	background-color: rgb(129, 160, 254);
}
.leaflet-oldie .marker-cluster-big div {
	background-color: rgb(38, 27, 255);
}


.leaflet-oldie .marker-cluster-large {
	background-color: rgb(190, 239, 117);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(125, 221, 1);
}

.leaflet-oldie .marker-cluster-huge {
	background-color: rgb(251, 182, 154);
}
.leaflet-oldie .marker-cluster-huge div {
	background-color: rgb(255, 126, 73);
}

.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;
	}
