#belarus-map svg {
	fill: #fff;
}
#regions {
	stroke: #ddd;
	stroke-width: 2;
}

#subregions {
	stroke: #ddd;
	stroke-width: 1.2;
}
circle {fill: #ccc; stroke: none;}
polygon.red, circle.red {
	fill: #e14538;
}
polygon.orange, circle.orange{
	fill: orange;
}
polygon.green, circle.green{
	fill:green
}
polygon.silver, polygon:hover{
	fill:#aaa!important;
}

.tooltip {
	position: absolute;
	text-align: center;
	padding: 8px 15px;
	background: rgba(255,255,255,.9);
	box-shadow: 0 5px 30px rgba(0,0,0,.1);
	/*pointer-events: none;*/
}

#maps-fire {
	padding: 3em 3% 5em;
}
#belarus-map {
	width:100%;
	height:auto;
	margin: 0 50px 0 0;
}
#belarus-map svg {
	width:100%;
	height:auto;
}

#control-group {}
#layers-control {
	margin-bottom: 25px;
}

#regions-switch {
	display: inline-block;
	background-color: #ddd;
	margin: 5px 0 15px;
	border-radius: 5px;
	overflow: hidden;
}

.switchButton {
	display: inline-block;
	color:#666;
	padding: 6px 15px 8px;
	cursor: pointer;
}

.switchButton.checked {
	color: #fff;
	background-color: #457b7e;
	cursor: default;
	pointer-events: none;
}

.switchButton:hover {background-color: #bbb;}

#control-group h3 {
	margin-bottom: 5px;
}

#regions-list {
	width: 140px;
	float: left;
}

#subregions-list {
	margin-left: 150px;
}

.name {
	display: inline-block;
	width: 140px;
	margin: 3px 50px 5px 0;
}
.name span {
	padding: 2px 5px 3px;
}

.highlight {
	fill: #e14538;
	stroke:none;
}
.highlightText span, .name:hover span {
	background-color: #e14538;
	color: white;
}
.tooltip .red{
	color: red;
}
.tooltip .red a{
	color: red;
}

.tooltip .orange{
	color: orange;
}
.tooltip .orange a{
	color: orange;
}