/*@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,700,300);*/
@charset "utf-8";
/* CSS Document */
@import 'font/stylesheet.css';
@font-face {
	font-family: themeFont;
    src: url('font/RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
    font-style: normal;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
.customMarker {
	position:relative;
}
.infoBox div.EntityLabel {
	line-height:24px;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
	/*padding:5px;*/
	/*background: url(geo-label-decoration.svg) no-repeat top ;*/
}
.infoBox div.EntityText a {
font-family: "themeFont", Arial;
font-size: 10px;
white-space: nowrap;
border: 0px solid black;
color: #FFF;
text-align: center;
text-decoration:none;
padding:15px
/*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:-50%;
		margin-right:50%;
		margin-top:-12px;
}
.linkLabel .background {
		padding:5px 5px 5px 5px;
		-moz-border-radius: 20px;
   		-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
   		border-radius: 20px;
		height:18px;
}
.linkLabel .text {
		font-family: "themeFont", Arial;
		white-space: nowrap;
		padding:5px 10px 5px 10px;
		-moz-border-radius: 20px;
   		-webkit-border-radius: 20px;
    	-khtml-border-radius: 20px;
   		border-radius: 20px;
		position:relative;
		top:-25px;
		font-size:10px;
		background: url(geo-label-decoration.svg) no-repeat left;
		
		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-radius: 12px; -moz-border-radius: 12px; -webkit-border-radius: 12px;
			border: 1px solid #ddd;
			width:auto;
			/*padding: 2px;*/

			min-width: 180px;
			max-width: 300px;
			font-family: Roboto Slab,themeFont;
			font-size: 15px;

		}

#popup .popup-close{
	background-color: transparent;
	background-repeat:no-repeat; background-position:center;
	background-image: url('data:image/svg+xml;base64,\
PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMCIg\
eT0iMCIgd2lkdGg9IjE1cHgiIGhlaWdodD0iMTVweCIgdmlld0JveD0iMCAwIDE1IDE1IiBlbmFibGUt\
YmFja2dyb3VuZD0ibmV3IDAgMCAxNSAxNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZp\
bGw9IiNlNDY5NWQiIHBvaW50cz0iMTQuMDQxLDEuNjY3IDEzLjMzNCwwLjk2IDcuNSw2Ljc5MyAxLjY2\
NiwwLjk2IDAuOTU5LDEuNjY3IDYuNzkzLDcuNSAwLjk1OSwxMy4zMzMgMS42NjYsMTQuMDQgNy41LDgu\
MjA3IAkxMy4zMzQsMTQuMDQgMTQuMDQxLDEzLjMzMyA4LjIwNyw3LjUgIi8+Cjwvc3ZnPg==');
	width: 15px; height: 12px;
	display: block;
	position: absolute; right:0px; top:2px;
	color: transparent;
	padding: 0px 8px 12px;
	cursor: pointer;

}

		#popup .title{
			line-height: 1.2em;
			margin: 12px;
			padding: 0 16px 10px 0;
			/*background-color: #6d6e70;*/
			color: #6d6e70;
			font-size: 13px;
			border-bottom-style: double;
			border-bottom-color: #e4695d;
		}

		#popup .title span.link-type {
			display: block;
			/*color: #58585b;*/
			font-size: 9px; font-weight: 700;
			text-transform: uppercase;
			padding-top: 2px;
		}
		#popup div.alldata{
			color: #58585b;
			/*max-height:500px;
			overflow:auto;*/
			padding:6px 10px;

		}
		#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;

		}