#map-wrap{
    position:relative;
    width:990px;
    margin-bottom:40px;
	min-height:350px;
}


#map-info{
    position: absolute;
    left: -10px;
    top: 55px;
    width: 370px;
    height: 100px;
    padding: 10px;
    color: #000;
    display:none;
    z-index:15;

}

    #region-name{
        color:#F04E23;
    }

    .region-dots{
        margin-left: 5px;
        margin-right: 5px;
        font-size:14px;
    }

    .region-value-description{
        font:11px/22px 'Helvetica', 'Arial', sans-serif;
    }

    .region-value{
        font:15px 'Helvetica', 'Arial', sans-serif;
        font-weight:bold;
    }

    #region-example-wrap{
        width: 333px;
        line-height:17px;
    }

    .region-value-example-desc{
        font-weight:bold;
    }




#map-info-table{
	position:absolute;
	left:0;
	top:0;
	z-index: 10;
}
#map-info-table tr:first-child{
	font-weight:bold;
}
#map-info-table th,#map-info-table td{
	text-align:right;
	width: 45px;
	padding-right: 5px;
	font-size:12px;
	line-height:16px;
}
#map-info-table th:first-child,#map-info-table td:first-child{
	text-align:left;
	width:270px;
}
#map-info-table td.active{
	background-color: #F04E23;
	color: #ffffff;
}

#map-legend{
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 100;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 3px;
	width:400px;
}
#map-legend-bottom{
    font-weight:bold;
    font-size: 14px;
	line-height: 13px;
}
#map-legend-title{
	color:#F04E23;
	display:inline-block;
}
#map-legend img{
	float:left;
}
#map-legend-options{
	display:block;
	height: 13px;
}
#map-legend-options:hover h3,#map-legend-options h3:hover{
	text-decoration:none;
}
#map-legend-options-active{
	display:none;
}
#map-legend-options.active #map-legend-options-active, #map-legend-options:hover #map-legend-options-active{
	display:block;
}
#map-legend-options.active #map-legend-options-passive, #map-legend-options:hover #map-legend-options-passive{
	display:none;
}
#map-legend-scale{position: absolute;bottom: 0;right:0;}
#map-legend-top{margin-bottom:10px;}
#map-legend-top:after{clear: both;display:block;content:'';}
#map-legend-scale>*{float:left;}
#map-legend-scale img{margin:0 5px;}
.legend-text{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Arial', 'Helvetica', sans-serif;
    color: #000;
    line-height: 13px;
}
#map-control-title{
	float: left;
    line-height: 13px;
    color: #2d2d2d;
    margin: 0 0 0 5px;
}

#map-control{
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1001;
	background-color:rgba(51,51,51,.8);
	width:400px;
	padding:5px 10px;
	border-radius:3px;
	visibility:hidden;
	font-size:14px;
}
#map-control-radio{
	width:100px;
	float:left;
}
#map-control h3{
	color: #fff;
    margin-top: 0;
    margin-left: 18px;
    line-height: 13px;
}
#map-control hr{
	border-color: #fff;
	margin: 12px 0;
	opacity: 0.3;
}
#map-control label{
	display: inline;
	vertical-align: middle;
	padding-left: 7px;
	color: #fff;
	line-height: 32px;
}
#map-custom-cities{
	position: absolute;
	top: 509px;
	left: 175px;
	cursor: pointer;
	z-index: 10;
	margin-bottom: 2px;
}
#map-custom-cities div{
	text-decoration: underline;
}
#map-custom-cities div:hover{
	text-decoration: none;
}

#map-dark{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.7);
	z-index: 1000;
	visibility:hidden;
	opacity: 0;
	margin:0 !important;
}
svg text{
	fill:#444 !important;
	stroke:transparent !important;
}
svg text:hover tspan{
	text-decoration:underline !important;
}
/*.field-name-field-media-cover{
	display:none !important;
}*/
.text-page article .field-name-field-media-cover{
	display:none !important;
}
.text-tooltip,.text-tooltip:hover{
	text-decoration:none !important;
	position:relative;
	z-index:100;
}

article table{
	border: none;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 18px;
    width: initial;
}
article table td {
	padding: 0;
}
article table thead {
	font-weight: bold;
}
