@font-face {
		font-family: roboto-medium;
		src: local(roboto-medium), url('Roboto-Medium.ttf') format('opentype');
}
@font-face {
		font-family: fontin;
		src: local(Fontin Regular), url('Fontin-Regular.otf') format('opentype');
}
@font-face {
		font-family: fontin-bold;
		src: local(Fontin Bold), url('Fontin-Bold.otf') format('opentype');
}

* {
	padding:0;
	margin:0;
	font-family: roboto-medium, sans-serif;
}

a {
	cursor: pointer;
}

button {
	border: 1px solid #aaa;
	/*text-shadow:none;*/
	background-color: rgba(255, 255, 255, 0.7);
	color: saddlebrown;
	/*box-shadow: 1px 1px 1px #000;*/
	z-index: 1000;
	font-weight: bold;
	border-radius: 5px 0 0 5px;
	padding: 8px;
	cursor: pointer;
}

#geolocator {
	font-family: roboto-medium;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 90px;
}

#loader {
	font-family: roboto-medium;
	position: absolute;
	top: 70px;
	right: 0px;
	width: 90px;
}

#counter_display {
	position: absolute;
	z-index: 1000;
	bottom: 0;
	left: 0;
	font-family: roboto-medium;
	font-size: 10pt;
	color: #444;
	background-color: rgba(255,255,255,0.7);
	padding: 0 5px 0 5px;
	max-width: 500px;
	z-index: 10000;
}

#sidebar {
/*	margin: 0 auto;*/
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	height: 100%;
	font-family: Ubuntu;
	font-weight: lighter;
	/*font-size: 1em;*/
}
#zoomin {
	position: absolute;
	top: 26px;
	border-radius: 8px 0 0 0;
	background-image: url(icons/plus.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#zoomout {
	position: absolute;
	top: 70px;
	border-radius: 0 0 0 8px;
	background-image: url(icons/minus.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#locater {
	position: absolute;
	top: 130px;
	border-radius: 8px 0 0 8px;
	background-image: url(icons/locate.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
}
#loaddata {
	position: absolute;
	top: 190px;
	border-radius: 8px 0 0 8px;
/*	background-image: url(icons/refresh.svg);*/
/*	background-repeat: no-repeat;*/
/*	background-position: center center;*/
/*	background-size: 16px;*/
}
#loadicon {
	padding: 13px;
	transform: rotate(360deg);
	transition: transform 1s;
	position: relative;
}
#loadicon:active {
	transform: rotate(0deg);
	transition:	0s;
}
.loadbutton img {
	height: 19px;
	width: 19px;
}
#infoButton {
	position: fixed;
	bottom: 35px;
	left: 20px;
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background-image: url(icons/information.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 16px;
	font-size: 2em;
	z-index: 100;
}

#infoBox {
	position: fixed;
	/*display: none;*/
	width: 600px;
	/*height: 500px;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/*padding: 2em;*/
	/*height: 80%;*/
	z-index: 10000;
	background-color: #333;
	color: #ccc;
	border-radius: 15px;
	opacity: 1;
	font-family: roboto-medium;
	overflow-y: scroll;
}

#infoBox div {
	padding: 2em;
	line-height: 26px;
}

#infoBox h2, h3 {
	text-align: center;
	font-family: fontin;
	margin-bottom: -15px;
}

#infoBox p {
	margin-bottom: 10px;
}

#infoBox img {
	height: 18px;
	width: 18px;
	vertical-align: middle;
	margin-top: 0px;
}

.infoIcons {
	white-space: nowrap;
}

.tinyIcons img {
	height: 10px !important;
	width: 10px !important;
}

.hidden {
	display: none;
}

.dismiss {
	font-size: 0.7em;
	text-align: center;
	color: #666;
	position: absolute;
	left: 40%;
	bottom: 10px;
}

.code {
	font-family: monospace;
	font-weight: bold;
}

#legendbox {
	display: none;
	position: fixed;
	bottom: 30px;
	left: 10px;
	/*width: 100px;*/
	z-index: 1000;
}

/*#legendbox span {
	font-size: 20px;
}*/

.linkbutton, .loadbutton	{
	width: 44px;
	height: 44px;
	background-color: saddlebrown;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	opacity: 0.7;
	position: absolute;
	right: 0px;
} .linkbutton img {
	margin-top: 10px;
	width: 16px;
	height: 16px;
} .linkbutton span {
	box-shadow: 0 0 10px #ccc;
}

.active {
	background-color: saddlebrown;
	opacity: 0.9;
}
.linkbutton:hover, .loadbutton:hover {
	background-color: saddlebrown;
	opacity: 1 !important;
}

#tipRight {
	display: block;
	position: absolute;
	top: 195px;
	right: 62px;
	line-height: 34px;
	height: 34px;
	padding: 0 10px 0 10px;
	/*content: attr(title);*/
	text-align: center;
	white-space: nowrap;
	background: #777;
	opacity: 0.8 !important;
	color: #fff;
	font-family: roboto-medium;
	font-size: 12pt;
	pointer-events: none;
	border-radius: 5px 0 0 5px;
}

#arrowRight {
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 17px solid #777;
	position: absolute;
	top: 195px;
	right: 45px;
	opacity: 0.8 !important;
	pointer-events: none;
}

#tipLeft {
	display: block;
	position: absolute;
	bottom: 38px;
	left: 78px;
	line-height: 34px;
	height: 34px;
	padding: 0 10px 0 10px;
	/*content: attr(title);*/
	text-align: center;
	white-space: nowrap;
	background: #777;
	opacity: 0.8 !important;
	color: #fff;
	font-family: roboto-medium;
	font-size: 12pt;
	pointer-events: none;
	border-radius: 0 5px 5px 0;
	z-index: 100;
}

#arrowLeft {
	width: 0;
	height: 0;
	border-top: 17px solid transparent;
	border-bottom: 17px solid transparent;
	border-right: 17px solid #777;
	position: absolute;
	bottom: 38px;
	left: 61px;
	opacity: 0.8 !important;
	pointer-events: none;
	z-index: 100;
}

#topbar {
	z-index: 2;
	position: absolute;
	/*width:100%;*/
	padding: 15px 15px 10px 15px;
	pointer-events: none;
	/*background-color: rgba(255,255,255,0.7);*/
	/*background-color: rgba(255, 255, 255, 0.8);*/
}

#topbar #logo {
	/*height:100%;*/
	position: relative;
	/*display: inline-block;*/
	/*background-color: rgba(25, 104, 166, 1);*/
	font-size: 36px;
	top: 10px;
}

#topbar #logo img {
	height: 36px;
	vertical-align: middle;
	margin-top: -8px;
	border-radius: 3px;
}

#title {
	font-family: fontin;
	font-weight: bold;
	color: saddlebrown;
	font-size: 28pt;
	vertical-align: middle;
	margin-left: -2px;
}

/*#topbar #searchgroup button {
	border: 1px solid #228b22;
	height:50px;
	width:3rem;
	margin-left:0.2rem;
	display: inline-block;
	position: absolute;
	right:1rem;
}*/

/*#topbar #searchgroup button img {
	width:70%;
	margin-top:4px;
}*/

#bigmap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 0;
}

.leaflet-control-zoom {
	/*display:none;*/
	background-color: rgba(255,255,255,0.7) !important;
	border-radius: 5px;
}

.leaflet-bar a {
	background: none;
}

/*#autocomplete {
	position: absolute;
	left:13rem;
	top:4rem;
	padding-left:0.5rem;
	padding-right:0.5rem;
	background: rgba(255, 255, 255, 0.9);
	display: block;
	width:20rem;
	font-size:1.4rem;
	line-height: 1.8rem;
	display: none;
}

#autocomplete li {
	list-style-type: none;
	cursor: pointer;
}

.autocomplete_ul {
	display: block;
}*/
.leaflet-popup-content {
	/*border-radius: 0;*/
	max-width: 280px;
	/*min-height: 180px;*/
	text-align: center;
	color: white;
}

.leaflet-popup-content-wrapper {
	background-color: #444;
}

.leaflet-popup-content img {
	/*border-radius: 0;*/
	max-width: 250px;
	/*min-height: 180px;*/
}

.leaflet-popup-tip {
	box-shadow: none;
	padding: 0;
	background-color: #444;
}

.leaflet-popup-tip-container {
	height: 12px;
	/*visibility: hidden;*/
	/*box-shadow: none;*/
}

.leaflet-popup-pane {
	z-index: 100000;
}

leaflet-container a {
	color: saddlebrown !important;
}

.title {
	font-weight: bold;
	/*font-style: italic;*/
	font-size: 1.2em;
	max-width: 250px;
	display: inline-block;
/*	margin-bottom: 5px;*/
}

.material {
/*	font-weight: bold;*/
/*	font-size: 1.2em;*/
}

.type {
	font-weight: bold;
	font-size: 1em;
	text-transform: capitalize;
}

.unknown {
/*	font-weight: bold;*/
/*	font-style: italic;*/
	color: #f34;
}

.missing {
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
}
.missing br {
	height: 10px;
}
.missing img {
	height: 6px;
	width: 6px;
}

.source {
	font-size: 1em;
}

hr {
	width: 70%;
	color: #555;
	opacity: 0.6;
	margin: 3px auto 3px auto;
}

.invalid {
	color: red;
	/*box-shadow: 1px 1px 3px #666;*/
	/*padding: 3px;*/
	/*line-height: 26px;*/
	/*border-radius: 2px;*/
}

.linktext {
	margin-top: 10px;
/*	font-size: 80%;*/
	color: #3c3c3c!important;
	text-shadow: 1px 1px #4e4e4e !important;
}

.linktext a {
	text-decoration: none;
	color: #c96; !important;
}

.sourcelink a {
	text-decoration: none;
	color: #c96; !important;
}

.popup_image {
	width: 200px;
/*	display: inline-block;*/
text-align: right;
}

.leaflet-interactive {
	cursor: pointer !important;
}

.leaflet-tooltip {
	position: absolute;
	top: -4px;
	z-index: 1000;
	white-space: nowrap;
	background: none;
	color: black;
	font-family: roboto-medium;
	font-size: 0.6em;
}

.tiny {
	font-size: 0.8em;
	position: relative;
	top: -3px;
}

.overlayText {
	color: white;
	font-size: 26px;
	font-weight: bold;
	position: fixed;
	/*opacity: 0.7;*/
	/*left: 50%;*/
	bottom: 40%;
	width: 100%;
	text-align: center;
	/*margin-left: -87px !important;*/
	/*pointer-events: none;*/
	cursor: pointer;
	margin: 0 !important;
	padding: 10px 0 10px 0;
	opacity: 0.7;
	/*box-shadow: 0 0 10px 10px saddlebrown;*/
}
/*.overlayText:hover {	
	background-color: saddlebrown;
	opacity: 1 !important;
}*/
.overlayText:empty {
	display: none;
}

.zoomOverlay {
	background-color: hotpink;
}
.zoomOverlay:hover {	
	background-color: hotpink;
	opacity: 1 !important;
}
.loadingOverlay {
	background-color: saddlebrown;
}

.leaflet-control-attribution {
	z-index: 1 !important;
}

.josmtext {
	text-decoration: none;
	font-family: sans-serif;
	font-size: 11px;
	color: #444;
/*	position: fixed;*/
/*	bottom: 0;*/
/*	right: 202px;*/
	padding: 0 0 0 5px;
	margin: 0 !important;
/*	background-color: rgba(255,255,255,0.7);*/
}
.josmtext a {
	text-decoration: none;
}

.josmtext:empty {
	display: none;
}

/*.legendicon {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 2px;
}*/

.legend {
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	color: white;
	bottom: 20px;
	/*background-color: rgba(255, 255, 255, 0.3);*/
	/*box-shadow: 0 0 5px 15px rgba(255, 255, 255, 0.3);*/
	font-size: 12px;
	pointer-events: none;
	/*text-shadow: 1px 0 0 white, 0 -1px 0 white, 0 1px 0 white, -1px 0 0 white;*/
}

/*.legend img {
	width: 26px;
	height: 26px;
	vertical-align: middle;
	margin: 2px;
}*/

/*.info {
	border: 1px solid #aaa;
	padding: 0 5px 0 5px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}*/

.leaflet-control-locate {
	visibility: hidden !important;
}
.leaflet-control-locate.active a {
	color: #2074B6;
}
.leaflet-control-locate.active.following a {
	color: #FC8428;
}

.leaflet-control-locate-location circle {
	animation: leaflet-control-locate-throb 4s ease infinite;
}

@keyframes leaflet-control-locate-throb {
	0% {
		r: 9;
		stroke-width: 1;
	}
	50% {
		r: 7;
		stroke-width: 3;
	}
	100% {
		r: 9;
		stroke-width: 1;
	}
}

.pointIcon {
	border: 0;
	width: 20px;
	height: 20px;
	font-size: 20px;
}
.welcomeIcon {
	border: 0;
	width: 8px;
	height: 8px;
	font-size: 15px;
	pointer-events: none;
}
.sourceIcon {
	border: 0;
	pointer-events: none;
}
.colourIcon {
	border: 0;
	pointer-events: none;
	left: -6px;
	top: -5px;
	z-index: 0;
}

.colorbox {
/*	height: 14px;*/
/*	width: 14px;*/
	padding: 1px 4px 1px 4px;
	border-radius: 4px;
/*	display: inline-block;*/
/*	position: relative;*/
/*	top: 3px;*/
/*	background-color: white;*/
/*	text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white;
	font-weight: bolder;*/
}

.inscription {
	background-color: #c94;
	color: #111;
	padding: 5px 15px 5px 15px;
	border-radius: 2px;
	box-shadow: 2px 2px 2px black;
	position: relative;
	text-shadow: 0px 1px 0px #fc7;
	font-family: fontin-bold;
	margin-bottom: 8px;
}

pre {
	display: inline;
}

.inscription:before, .inscription:after {
	content: "";
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0px;
	background-image: radial-gradient(circle at center, #860 5px, transparent 5px), radial-gradient(circle at center, #860 5px, transparent 5px);
	background-size: 2px 2px;
	background-position: 5% 3%, 95% 97%;
	background-repeat: no-repeat;
}

.inscription:before {
		left: 2px;
}
.inscription:after {
		right: 2px;
}

.material {
	padding: 1px 4px 1px 4px;
	border-radius: 4px;
}
.wood {
	background: linear-gradient(0deg, rgb(170,85,50) 0%, rgb(221,153,100) 100%);
	color:#333;
	background-image: url(icons/wood.png);
}
.metal, .steel {
	background: linear-gradient(90deg, rgb(153,153,153) 0%, rgb(238,238,238) 100%);
	color:#333;
	background-image: url(icons/metal.png);
}
.plastic {
	background-color: #ffee66;
	color:#333;
	background-image: url(icons/plastic.png);
}
.concrete, .stone {
	background-color: lightgray;
	color:#333;
	background-image: url(icons/concrete.png);
}
.granite {
	background-color: rosybrown;
	color:#333;
	background-image: url(icons/granite.png);
}

#linksbutton {
	width: 44px;
	height: 44px;
	background-color: saddlebrown;
	background-image: url(icons/link.svg);
	background-repeat: no-repeat;
	background-position: 10px 18px;
	background-size: 16px;
	border-radius: 0 44px 0 0;
	display: block;
	vertical-align: middle;
	text-align: center;
	opacity: 0.7;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
}


#linksdiv {
	display: none;
	background-color: saddlebrown;
	opacity: 0.9;
	border-radius: 0 22px 0 0;
	padding: 10px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 10000;
} #linksdiv a {
	line-height: 24px;
	text-decoration: underline dotted;
	color: white;
	opacity: 0.9;
}
#closebutton {
	float: right;
	margin: -3px 0px 0 0;
	color: #c96;
	pointer-events: none;
}