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

@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 {
	line-height:normal;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;

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

.entityLabelDecoration-b {
background: url(geo-label-decoration.svg) no-repeat top right;
position: absolute;
z-index: 9999;
top: 0;
left: 50%;
margin: -5px 0 0 -5px;
height: 10px;
width: 10px;
}
.entityLabelDecoration-l {
background: url(geo-label-decoration.svg) no-repeat right;
position: absolute;
z-index: 9999;
top: 50%;
width: 10px;
height: 10px;
left: 100%;
margin: -5px 0 0 -5px;
}
.entityLabelDecoration-r {
background: url(geo-label-decoration.svg) no-repeat right;
position: absolute;
z-index: 9999;
top: 50%;
width: 10px;
height: 10px;
left: 0px;
margin: -5px 0 0 -5px;
}
.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=70);
		-moz-opacity:0.7;
		-khtml-opacity: 0.7;
		opacity: 0.7;
}
.linkLabel .text {
		font-family: "themeFont", Arial;
		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:-28px;
		font-size:14px;
		background: url(geo-label-decoration.svg) no-repeat left;
		margin-left:10px;
		color:#FFF;
}
a {
	text-decoration:none;
	color:#fff;
}
.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;
}

.EntitySelected {
	border:2px dotted #000;
	left:-2px;
	top:-2px;
}



/*

   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: themeFont;
			font-size: 15px;
		}
		#popup .popup-close{
			font-family:Arial, Helvetica, sans-serif;
			display: block;
			position: absolute; right:0px; top:2px;
			/*background-color: #333;*/
			color: #000;
			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 30px 2px 5px;
			background-color: #faab46;
			color: #fff;
			font-size: 13px;
			text-align: center;
		}
		#popup div.alldata{
			background-color:#d1d2d4;
			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:#000;
			padding: 5px;
			background-color:#faab46;
			text-decoration:none;
		}
		#popup div.link a:hover {
			color:#faab46;
			background-color:#000;
		}
		#popup div.links .label{
			color:#7f7f7f;
			font-size: 10px;
			text-transform:uppercase;
			padding-left: 5px;

		}