html, body{
	margin: 0 ;
	padding: 0;
}
.container{
	font-family: Tahoma;
}
.wrapper{
	width: 850px;
	margin: 0 auto;
	margin-top: 50px;
}
.map-wrapper{	
	background-color: #fff;
	width: 850px;
	margin: 0 auto;	
    position: relative;
    z-index: 8;
	margin-top: 85px;
}
.title{
	background-color: #faedd3;
	color: #fff;
	margin-top: 15px;
	padding-bottom :10px;
}

.title div{
	overflow: auto;
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.title p{
	margin: 0;
	padding-left: 40px;
}
.title #jarAccount{
	background-color: #14659c;
	width: 600px;
	padding: 25px 20px;
	margin: 0;
	position: absolute;
	margin-top: -35px;
	margin-left: -10px;
}
.title .jarTitle{	
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
.title .jarSTitle{	
	font-size: 12px;	
}
.title #yearMonth{
	float: right;
	padding: 0;
	margin: 0;	
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
select#yearMonth-com{     
   background-color: #779126;
   color: #fff;   
   width: 235px;
   border: 1px solid #aaa;
   font-size: inherit;
   overflow: hidden;
   padding: 10px 22px;
   font-size: 16px;
   font-weight: bold;
}
select#yearMonth-com option{
	background-color: #fff;
	color: #000;
}
#infoNum, #infoNum2{
	background-color: #bd4832;
	font-size: 11px;
	color:#fff;
	width: 600px;
	margin: 0 auto;
	padding: 10px 0px 10px 20px;
	font-weight: bold;
	z-index: 8;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	line-height: 2;
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.vertical-gray{
	background-color: #dfdfdf;
	width: 70px;
	position: absolute;
	top: 6px;
	margin-left: 50px;
}
#mapsvg,#districtmapsvg{
	padding: 10px;
	position: relative;
	z-index: 2;	
}
#districtmapsvg{
	display: none;
}
.content-wrapper{
	background-color: #faedd3;
	color: #000;
	width: 850px;
	margin: 0 auto;
	padding-bottom :10px;
}
.content{
	overflow: hidden;
	padding: 10px;
	display: table;
}
.widget-col{
	width: 120px;
	display: table-cell;
}
.widget{
	width: 120px;
}
.widget{    
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   
}
.widget:hover{
	background-color: #fff;
    z-index: 10;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position: absolute;
    cursor: pointer;
}
.last{
	margin:0;
}
.widget p{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.widget .ger,.widget .gerTotal{		
    height: 65px;
    text-align: center;
}
.widget .ger{
	background: rgba(0, 0, 0, 0) url("../img/yurta.png") no-repeat center;
}
.widget .gerTotal{
	background: rgba(0, 0, 0, 0) url("../img/yurtatotal.png") no-repeat;
}
.widget .ger p,.widget .gerTotal p{	    
    font-size: 45px;
	padding-top: 25px;
    margin: 0;
}
.widget .ger p{
	color: #15669d; aaaaaaaaa
}
.widget .gerTotal p{
	color: #fff;
}
.content-info{
	padding: 10px;
}
.compare-info,.progress-bar.statSlider,.widget:hover,.vertical-gray{
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.compare-info{
	background-color: #bd4832;	
	color: #fff;
	width: 650px;
	font-size: 12px;	
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px;
	margin: 0 auto;
	position: relative;
	line-height: 2;
}
.compare-line{
	position: relative;
}
.progress-bar{
	background-color: #14659c;
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.progress-info{
	overflow: auto;
	margin:20px 0;
}
.pro-left{
	width: 140px;
	float: left;
}
.pro-center {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.pro-right {
	float: right;
}
#progress{
	background-color: #439524;
	height: 40px;
}
#progress-val span{
	color: #fff;
	font-size: 25px;
	padding: 5px 15px;
}
#progress-val{
	margin-top: -40px;
}
#progress-val .pro-right {
	text-align: center;
}
.statistic{
	background-color: #fff;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 15px;
	position: relative;
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.bx-wrapper .bx-viewport{
	height: auto !important;
}
.stat p{
	padding: 10px 50px;
}
.stat p>span{
	color: #14659c;
	font-weight: bold;
}
.statistic #stat-title {
    background-color: #bd4832;
    text-align: center;
    width: 270px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    z-index: 5;
	-webkit-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	-moz-box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
	box-shadow: 9px 9px 10px -2px rgba(7,4,6,0.3);
}
.footer{
	background-color: #308729;	
	width: 850px;
	height: 55px;
	margin: 0 auto;
	z-index: 6;
	position: relative;
}
.foot-widget{
	float: left;
	color: #fff;
	padding: 0 10px;
	font-size: 12px;
	line-height: 1;
}
.foot-widget.foot-logo{
	width: 150px
}
.foot-widget.foot-logo img{
	width: 130px;
	height: 50px;
}
.foot-widget.address{
	width: 250px;
}
.foot-widget.phone{
	width: 180px;
}
.foot-widget.mail{
	width: 180px;
}
