html, body {
	height: 100%;
	margin: 0;
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	color: #0078A8;
}

h3 {
	margin-bottom: 5px;
	margin-left: 5px;
}

body { padding: 0; margin: 0; }

body.info-page { max-width: 800px; margin-left:auto ;margin-right:auto;}

div.info {
    margin: 5px;
    padding:10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.map_full {
    width: 100%;
    height: 100%;
}

.map_small {
    width: 100%;
    height: 50%;
}

.bldg-control-pos {
	font-size: 22px;
}

.leaflet-popup-content {
	width: 180px;
	overflow-y: auto;
	max-height: 250px;
}

.infoWinPoi {
	/*background-color: #f00;*/
}
.infoWinPoi .infoWinPic {
}
.infoWinPoi .infoWinPic img{
	width: 100%;
	height: auto;
	object-fit: contain;
}
.infoWinPoi .popName {
	font-weight: bold;
}
.infoWinPoi .completed , .infoWinPoi .creators , .infoWinPoi .links {
	border: 0;
	border-top: 1px solid #eee;
}
.infoWinPoi .editLink {
	border: 0;
	border-top: 1px solid #eee;
	margin-top: 10px;
	padding-top: 5px;
}
.infoWinPoi ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.creator_list  {
	margin-top: 5px;
	margin-bottom: 5px;
}
.creator_item  {
	padding-top: 5px;
	padding-bottom: 5px;
}
.creator_role  {
	text-transform: capitalize;
	font-weight: bold;
}
.creator_name  {
	text-transform: capitalize;
}
.infoWinPoi .link_heading  {
	font-weight: bold;
}


.filterControl {
	padding: 2px 4px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.8);
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    line-height: 12px;
    color: #555;
}
.filterControl h4 {
	margin: 0px;
	margin-bottom: 5px;
}
.filterControl select {
    font-size: small;
}



.inputcontainer {
	margin: 10px;
}


fieldset {
	width: 320px;
	margin-bottom: 10px;
	padding: 5px;
	border-width : 1px;
	border-style : solid;
	border-color : #ccc;
	background-color: #f5f5f5;
}

legend {
	font-size: small;
}

label {
	font-size: small;
	font-weight: bold;
}

span.pos {
	font-family: monospace;
}

div.addInfoClass {
	display: none;
}

div.infodiv {
	width: 300px;
	margin: 5px;
	margin-top: 10px;
	padding: 5px;
	border-width : 1px;
	border-style : none;
	border-color : #ccc;
	background-color: #f5f5f5;
}

span.datalabel {
	font-size: small;
	font-weight: bold;
}
span.datavalue {
	font-size: small;
}

div.addressDiv {
	/*width: 150px;*/
	font-weight: bold;
}

span.inputheading {
	font-size: small;
	font-weight: bold;
}

span.addfields {
	font-size: x-small;
	color: blue;
	text-decoration: underline;
	cursor: pointer;
}

.input_file {
	font-size: small;
	width: 220px;
	height: 21px;
}
.input_file_clear {
	font-size: x-small;
	height: 21px;

}

.input_poi_pic{
	display: inline-block;
	margin: 5px;
	background-color: #ffffff;
	background-image: url('data:image/svg+xml,<svg width="10" height="10" viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg">\
		<line x1="0" y1="0" x2="10" y2="10" stroke="red" stroke-width="1" />\
		<line x1="10" y1="0" x2="0" y2="10" stroke="red" stroke-width="1" />\
	</svg>');
	
	width: 50px;
	height: 37px;
}

div.inputdiv {
	width: 300px;
	padding: 2px;
	border-width : 1px;
	border-style : none;
	border-color : #ccc;
	background-color: #f5f5f5;
}

input.input_year {
	margin-top: 5px;
	width: 120px;
}

input.input_type {
}

input.input_firstname {
	width: 65px;
	margin-bottom: 5px;
}

input.input_lastname {
	width: 200px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input.input_officename {
	width: 200px;
	margin-right: 5px;
	margin-bottom: 5px;
}

input.input_poiname {
	width: 285px;
}

textarea.input_comment {
	width: 285px;
	height: 50px;
	resize: none;
	font-family: sans-serif;
}

input.input_link_label {
	width: 65px;
	margin-bottom: 5px;
}

input.input_link_url {
	width: 200px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input.input_street {
	width: 200px;
	margin-bottom: 5px;
}
input.input_streetnumber {
	width: 80px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input.input_city {
	width: 200px;
	margin-bottom: 5px;
}
input.input_postalcode {
	width: 80px;
	margin-left: 5px;
	margin-bottom: 5px;
}
input.input_country {
	width: 65px;
	margin-left: 5px;
	margin-bottom: 5px;
}

input.input_submit {
	margin-left: 5px;
}



.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}
.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}