/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);*/
@charset "utf-8";

@font-face {
    font-family: themeFont;
    src: url('font/TitilliumText25L003-webfont.ttf') format('truetype'),
		 url('font/TitilliumText25L003-webfont.woff'),
		 url('font/TitilliumText25L003-webfont.eot');
	font-weight: normal;
    font-style: normal;

}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.customMarker {
	position:relative;
}
.infoBox div.EntityLabel {
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	background-color:#01658d;
	/*background: url(geo-label-decoration.svg) no-repeat top ;*/
}

.infoBox div.EntityText a {
	font-family: "themeFont", Arial;
	font-family: georgia,garamond,serif;
	font-size:14px;
	white-space: nowrap;
	border: 0px solid black;
	color:#FFF;
	margin-left:7px;
	padding: 4px;
	text-decoration:none;
	/*padding:5px 5px 5px 5px;*/
	/*height:18px;*/
	/*background: url(geo-label-decoration.svg) no-repeat top ;*/
}
.infoBox div.EntityText a:hover {
	text-decoration:underline;
}
.entityLabelDecoration-b {
	background: url(geo-label-decoration.svg) no-repeat top right;
	position:absolute;
	z-index:9999;
	top : -5px;
	width:50%;
	padding-left:4px;
    margin: 0 auto;
	height:10px;
}
.entityLabelDecoration-t {
	background: url(geo-label-decoration.svg) no-repeat top right;
	position:absolute;
	z-index:9999;
	top : 20px;
	width:50%;
	padding-left:4px;
    margin: 0 auto;
	height:10px;
}
.entityLabelDecoration-l {
	background: url(geo-label-decoration.svg) no-repeat right;
	position:absolute;
	z-index:9999;
	top : 10px;
	width:100%;
    margin-left:5px;
	height:10px;
}
.entityLabelDecoration-r {
	background: url(geo-label-decoration.svg) no-repeat left;
	position:absolute;
	z-index:9999;
	width:100%;
	top : 10px;
    margin-left:-5px;
	height:10px;
}
.hideEntityLabel  {
	display:none;
}

.linkLabel {
		white-space: nowrap;
		border: 0px solid black;
		margin-left:-12px;
		margin-top:-12px;
}
.linkLabel .background {
		padding:5px 10px 5px 25px;
		-moz-border-radius: 20px;
   		-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
   		border-radius: 20px;
		height:18px;

		filter: alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity: 1;
		opacity: 1;
}
.linkLabel .text a {
		/*font-family: "themeFont", Arial;*/
		font-family: georgia,garamond,serif;
		white-space: nowrap;
		padding:5px 10px 5px 15px;
		-moz-border-radius: 20px;
   		-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
   		border-radius: 20px;
		position:relative;
		top:-25px;
		font-size:14px;
		background: url(geo-label-decoration.svg) no-repeat left;
		margin-left:10px;
		color:#00668d;
		text-decoration:none;
}
.linkLabel .text a:hover {
	text-decoration:underline;
}
.linkLabelDecoration {
	background: url(geo-label-decoration.svg) no-repeat top right;
	position:absolute;
	z-index:9999;
	top : -5px;
	width:45%;
    margin: 0 auto;
	height:10px;
}




/*

   POPUP CSS

*/
		body { margin:0 }
		body > .main { position: absolute; top:0; left:0; right:0; bottom: 35px; }
		body > .main > svg { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }

		.no-select, svg text tspan {
			-moz-user-select: -moz-none;
			-khtml-user-select: none;
			-webkit-user-select: none;
			-ms-user-select: none;
			user-select: none;
			cursor: default;
		}
		#popup{
			position: absolute;
			/* background-color: #fff;
			border: 1px solid #000; */
			width:auto;
			padding: 2px;

			min-width: 200px;
			max-width: 300px;
			font-family: georgia,garamond,serif;
			font-size: 15px;
		}
		#popup .popup-close{
			font-family:Arial, Helvetica, sans-serif;
			display: block;
			position: absolute; right:0px; top:2px;
			/*background-color: #333;*/
			color: #222;
			padding: 0px 15px 15px;
			font-weight: bold;
			font-size: 20px;
		}
		#popup .title{
			-moz-border-radius-topright: 20px;
			border-top-right-radius: 20px;
			-moz-border-radius-topleft: 20px;
			border-top-left-radius: 20px;
			display: block;
			/*margin-bottom: 5px;*/
			padding: 2px 4px;
			background-color: #c4d2df;
			color: #00658d;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			border: 2px solid white;
		}
		#popup div.alldata{
			background-color:#c4d2df;
			color:#000;
			/*max-height:500px;
			overflow:auto;*/
			padding-top:5px;
			padding-bottom:5px;
		}
		#popup .strvalue{
			color:#000000;
			font-size: 15px;
			text-transform:uppercase;
			text-align:center;
		}
		#popup div.label{
			color:#7f7f7f;
			font-size: 10px;
			text-transform:uppercase;
			padding-left: 5px;

		}
		#popup div.data{
			color:#000;
			max-height:100px;
			overflow:auto;
			padding-left: 5px;
			font-size: 12px;
		}
		#popup div.links {
			color:#000;
			max-height:100px;
			overflow:auto;
			padding-left: 5px;
		}
		#popup div.link {
			margin: 0px 5px 5px 5px;
			padding: 5px;
		}
		#popup div.link a {
			color:#fff;
			padding: 5px;
			background-color:#00658d;
			text-decoration:none;
		}
		#popup div.link a:hover {
			color:#00658d;
			background-color:#fff;
		}
		#popup div.links .label{
			color:#666;
			font-size: 10px;
			text-transform:uppercase;
			padding-left: 5px;

		}
		#popup hr {
			background-color: white;
		}