
@charset "utf-8";
/* CSS Document */

@import 'font/stylesheet.css';
/*@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 {
	/*width:50px;
	height:50px;*/
	margin-top:5px;
}
.infoBox div.EntityLabel {
	background: url(geo-entity-background.png) no-repeat center left;
  	background-size: 100% 100%;
	padding:1px;
	margin-top:5px;
	/*height:18px;*/
	/*background: url(geo-label-decoration.svg) no-repeat top ;*/
}
.infoBox div.EntityText a{
	font-family: "themeFont", Arial;
	font-size:16px;
	white-space: nowrap;
	border: 0px solid black;
	color:#FFF;
	margin-left:7px;
	padding-right:15px;
	text-decoration:none;
	/*padding:5px 5px 5px 5px;*/
	/*height:18px;*/
	/*background: url(geo-label-decoration.svg) no-repeat top ;*/
}
.infoBox div.EntityText a:hover {
	color:#DDDDDD;
}
.entityLabelDecoration-b {
	display:none;
}
.entityLabelDecoration-t {
	display:none;
}
.entityLabelDecoration-l {
	display:none;
}
.entityLabelDecoration-r {
	display:none;
}
.hideEntityLabel  {
	display:none;
}

.linkLabel {
		white-space: nowrap;
		border: 0px solid black;
		margin-left:-50%;
		margin-right:50%;
		margin-top:-12px;
}
.linkLabel .background {
		padding:0 5px 0 5px;
		background: url(geo-label-background.png) no-repeat center left;
  		background-size: 100% 100%;
		width:100%;
		height:26px;
		/*height:18px;*/
}
.linkLabel .text a {
	font-family: "themeFont", Arial;
		white-space: nowrap;
		padding:10px 10px 5px 15px;
		position:relative;
		top:-25px;
		font-size:16px;
		color:#FFF;
		text-decoration:none;
}
.linkLabel .text a:hover {
	color:#DDDDDD;
}
.linkLabelDecoration {
	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;
			width:auto;
			padding: 2px;
			border: 1px solid #000;
			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:-8px; top:-8px;
			background-color: #333;
			color: #ddd;
			padding: 0px 5px 1px;
			font-weight: bold;
			font-size: 16px;
		}
		#popup .title{
			display: block;
			margin-bottom: 5px;
			padding: 2px 4px;
			background-color: #ED1C24;
			color: #fff;
			font-size: 18px;
			text-align: center;
		}
		#popup div.alldata{

		}
		#popup .strvalue{
			color:#ED1C24;
			font-size: 20px;
			text-transform:uppercase;
			text-align:center;
		}
		#popup div.label{
			color:#7f7f7f;
			font-size: 13px;
			text-transform:uppercase;
			padding-left: 5px;

		}
		#popup div.data{
			color:#000;
			max-height:100px;
			overflow:auto;
			padding-left: 5px;
		}
		#popup div.links {
			color:#000;
			max-height:100px;
			overflow:auto;
			/*padding-left: 5px;*/
		}
		#popup div.link a {
			color:#ED1C24;
			padding-left: 5px;
		}
		#popup div.links .label{
			color:#7f7f7f;
			font-size: 13px;
			text-transform:uppercase;
			padding-left: 5px;

		}