#preview {
	border: 1px solid #FF0000;
	cursor: crosshair;
}

#map-container {
	display: inline-block; 
	position: relative;
	overflow: hidden;
}

#dialog-content {
	font-family: 'Averia Sans Libre', cursive;
	padding-left: 0px !important;
	padding-right: 5px !important;
}

#dialog-inner {
	overflow-y: auto;
	padding-left: 15px;
	padding-right: 10px;
}

#loading-dialog {
	min-height: 0 !important;
}

.location {
	position: absolute; 
	color: #000000;
	font-size: 16px;
	font-family: 'Averia Sans Libre';
	line-height: 1.0em;
}

.location-editor {
	border: 1px solid #0000FF;
	cursor: pointer;
}

.location-editor:hover, .location-editor.location-lager:hover {
	border: 1px solid #FF0000;
}

.location-editor.location-lager {
	border: 1px solid #FF8000;
}


.location-link {
	cursor: pointer;
	color: #C20808;
}

.location-editor.location-lager.location-military {
	border: 1px solid #00FF00;
}

.location-highlight {
	border: 2px solid #FF0000 !important;
}

.location-link:hover {
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 1);
	-ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);

}


.location-icon {
	line-height: 0em;
	z-index: 1;
	position: relative;
}

.ui-dialog .ui-dialog-title {
  text-align: center;
  width: 100%;
}