@charset "utf-8";

/***** Maps *****/

#mapTitle{
	position: relative;
	top: 20px;
	right: 15px;
	text-align: right;
	margin-bottom: 20px;	
}

.chartsHeaderEn{		
	font-family: Roboto Condensed;
	font-weight: 700;	
	font-size: 18px;
	color: #333333;
}

.chartsHeaderAr{	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;	
	color: #da152a;
}

.mapSectors{
	font-size:14px;
	font-weight:700;
}

.mapSectorsAr{
	font-size:13px;
	font-weight:bold;
}

.mapTypes{
	font-size:13px !important;
}

.mapTypesAr{
	font-size:12px !important;
	text-align: left;
}

.mapArrow{
	position: absolute;
	top: 29px;
	left: 125px;
	width: 14px;
	height: 9px;
	background-image: url(../images/dropdown.png);
	background-repeat: no-repeat;
	display: inline-block;
}

.mapReportType{
	font-size:15px !important;
	font-weight: 400;	
}

.mapReportTypeAr{
	font-size:15px !important;
}


.mapTotalEn{		
	font-family: Roboto Condensed;
	font-weight: 700;	
	font-size: 15px;
	color: #333333;
}

.mapTotalAr{	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	color: #da152a;
}

.mapAmount{
	font-family: Roboto Condensed !important;	
	font-weight: 700;
	font-size: 34px !important;
	color: #dadbdd !important;	
	padding :10px;
}

.mapAmountSmall{
	font-family: Roboto Condensed !important;	
	font-weight: 700;
	font-size: 16px !important;
	color: #dadbdd !important;	
}

.toolTipLocation{
	font-size: 15px;
}

.toolTipLocationAr{
	font-size: 15px;
}

/***** Map *****/

div.map{
	/*float: left;*/
	position: relative;
	top: 0px;
	left: 30px;
	width: 470px;
	height: 440px;
	background: url(../images/mainMap.png) top left no-repeat;
	background-size: contain;
}

div.map .pin{
	position:absolute; 
	cursor:pointer;
}

/***** Total *****/

div.totals{
	position: absolute;
	float: left;
	top: 120px;
	right: 0px;
	width: 220px;
	height: 400px;	
}

div.totals> span{
	float:left; 
	width:90%; 
	margin-top:5px; 	
	margin:2% 0;
	position:relative; 
	font-size:14px;
}

div.totals> span h3{ 
	padding:0; 
	margin:0; 
	font-weight:normal;
}

div.totals> span span{
	float:left; 
	width:100%; 
	text-align:right;
}

div.totals> span>span{
	font-size:35px; 
	color:#dadbdd; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold;
}

***** Map Zoom*****/

#panzoom{	
}

.mapRange{
	width: 20px;
	heigth: 300px;
	-webkit-appearance: slider-vertical;
}

.mapZoomIn{
	position:relative;
	left:2px;
	top:2px;
	width:19px;
	height:19px;
	border:0;
	background-image:url(../images/zoom_in.png);
	background-repeat:no-repeat;
}

.mapZoomOut{
	position:relative;
	left:2px;
	top:-2px;
	width:19px;
	height:19px;
	border:0;
	background-image:url(../images/zoom_out.png);
	background-repeat:no-repeat;
}

/***** Types *****/

.filterBy{
	position: absolute;
	bottom: 15px;
	left: 50px;
	float: left;
	padding: 10px 0;
	width: 150px;
	height: 25px;
	background: #e8e9eb;
	text-align: center;
	
}

.filterByLink{
	font-size:15px !important;
	text-decoration:none;
}

div.totals div.types{
	position: absolute;
	bottom: 70px;
	left: 50px;
	float: left;
	padding: 10px 0;
	width: 150px;
	height: 45px;
	background: #e8e9eb;
}

div.totals div.types span.col{
	float:left; 
	margin:7px; 
	width:10px; 
	height:10px; 
	position:relative; 
	z-index:3;
}

div.totals div.types h4{
	margin:0; 
	padding:0; 
	width:auto; 
	position:relative; 
	z-index:3;
}

div.totals div.types h4 span{	
	width: 100%;
	position: relative;
	z-index: 1;
	left: 10px;
	top: 2px;
}

div.totals div.types a{
	position:absolute; 
	z-index:5; 
	width:100%; 
	left:0; 
	top:0; 
	height:100%; 
	background:url(../images/transpix.png) repeat ;
}

div.totals div.types ul{
	width:100%;
	height:200px; 
	overflow: auto;
	position:absolute; 
	bottom: 66px;
	left:-1px;	
	list-style:none; 
	padding:0; 
	margin:0;
	background:#e8e9eb;  
	border:1px solid #cccccc; 
	border-bottom:0; 	
}

div.totals div.types ul li{
	float: left;
	width:90%; 
	padding: 2% 5%;
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #cecece;
}

div.totals div.types ul li:hover{
	background:#dddddd;
}

div.totals div.types ul li span{
	float:left; 
	width:90%;
}

/***** Anonymous vs Public *****/

p.usertypecheck{
	position: absolute;
	bottom: 60px;
	right: 180px;
	width: 80px;
	padding: 0 5px;
	margin: 0;
}

p.usertypecheck a{
	float:right;
	text-align:right; 
	padding:3px 22px 5px 0;
	width:75px; 
	background:url(../images/b.png) right center no-repeat; 
	line-height:12px;
	color:inherit;
}

p.usertypecheck a.current,div.usertypecheck a:hover{
	background:url(../images/a.png) right center no-repeat; 
}

p.usertypecheck a span{
	float:right; 
	width:100%;
	margin-bottom: 2px; 
}

p.usertypecheck a span.en{
	color:inherit;
	margin-top: 5px;
}

/***** Location Card *****/

div.locationCard{ 
	/*-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	-webkit-transition: all .5s ease-out-in,color .5s ease-in-out;
	-moz-transition: all .5s ease-out-in,color .5s ease-in-out;
	-o-transition: all .5s ease-out-in,color .5s ease-in-out;
	transition: all .5s ease-out-in,color .5s ease-in-out;*/
}

div.locationCard{
	position:absolute; 
	display:none;   
	width:130px; 
	height:130px; 
	background:#FFF;
	/*-moz-box-shadow: 0px 0px 9px 1px #ddd; 
	-webkit-box-shadow: 0px 0px 9px 1px #ddd; 
	box-shadow: 0px 0px 9px 1px #ddd;*/
	behavior: url(PIE.htc); 
}

div.locationCard h2{
	float:left; 
	width:100%; 
	padding:5% 0; 
	margin:0; 
	line-height:16px;
}

div.locationCard h2 span{
	float:left; 
	width:90%; 
	padding:0 5%; 
	text-align:left;
}

div.locationCard> span{
	float:left; 
	margin-top:5px; 
	padding:5%; 
	margin:2% 5%;
	position:relative; 
	font-size:14px;
}

div.locationCard> span span{
	position:absolute; 
	top:0; 
	left:0; 
	height:100%; 
	z-index:1;
}

div.locationCard> span b{
	position:relative; 
	z-index:2; 
	font-weight:normal;
}

div.locationCard> span.amount{ 
	width:75%; 
	background:#aef0a9; 
	color:#FFF;
}

div.locationCard> span.amount span{
	background:#57b350;
}

div.locationCard> span.nbr{ 
	width:75%; 
	background:#d9d0f5; 
	color:#FFF;
}

div.locationCard> span.nbr span{
	background:#7a6aab;
}
