.full-on-icon {
	background-image: url(../icon/full_on.svg);
	background-size: 12px 12px;
}
.full-off-icon {
	background-image: url(../icon/full_off.svg);
	background-size: 12px 12px;
}
.leaflet-control-zoom-home {
	background-image: url(../icon/ip-12-fit-all.svg);
	background-size: 12px 12px;
}
.leaflet-retina .full-on-icon {
	background-image: url(../icon/full_on.svg);
	background-size: 12px 12px;
}
.leaflet-retina .full-off-icon {
	background-image: url(../icon/full_off.svg);
	background-size: 12px 12px;
}
.leaflet-container:-webkit-full-screen, .leaflet-container:-ms-fullscreen, .leaflet-container:full-screen, .leaflet-container:fullscreen {
	width: 100% !important;
	height: 100% !important;
	z-index: 99999;
}
.leaflet-pseudo-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 99999;
}
html, body, #map {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
.leaflet-top .ht-home {
	margin-top: 5px;
}
/* 263 general typography */
.leaflet-container {
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}
/* 269 > 274 [1.6.0] general toolbar styles */
.leaflet-bar {
	border: 2px solid rgba(0,0,0,.2);
	box-shadow: none;
	background-clip: padding-box;
	border-radius: 4px;
}
.leaflet-bar a,
.leaflet-bar a:hover {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.leaflet-touch .leaflet-bar a {
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.leaflet-bar a:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom: none;
}
/* 325 zoom control */
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
	font-weight: normal;
}
/* 338 > 343 [1.6.0] layers control */
.leaflet-control-layers {
	border: 2px solid rgba(0,0,0,.2);
	box-shadow: none;
	background-clip: padding-box;
	border-radius: 4px;
}
.leaflet-control-layers-toggle {
	background-image: url(../icon/layers.svg);
	background-size: 18px 18px;
	width: 30px;
	height: 30px;
}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../icon/layers.svg);
	background-size: 18px 18px;
}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 30px;
	height: 30px;
}
.leaflet-control-layers-expanded {
	padding: 5px 10px 5px 5px;
}
/* 396 attribution and scale controls */
.leaflet-control-scale-line {
	border: 1px solid #777;
	border-bottom: 2px solid #777;
	border-top: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,.2);
}
/* 459 popup */
.leaflet-popup-content-wrapper {
	border-radius: 3px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
	box-shadow: .5px .5px 3px rgba(0,0,0,0.3);
}
.leaflet-popup-content {
	margin: 10px 12px;
	line-height: 1.4;
	max-width: 220px;
}
.leaflet-popup-content a {
	color: #5298c6;
	text-decoration: none;
}
.leaflet-popup-content a:hover {
	text-decoration: underline;
}
.leaflet-popup-content div:not(:first-child) {
	padding-top: .5em;
	text-align: justify;
}
/*  */
.leaflet-container a.leaflet-popup-close-button {
	padding: 1px 1px 0 0;
	font-weight: normal;
	color: #bdbdbd;
}
