#map {
	height: 100%;
	background-color:#d7fafe;
}
html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:#d7fafe;
}
@media print {
    body {
        background-color: #d7fafe !important;
        print-color-adjust: exact; 
    }
}
/* TODO add mobile styles !!!!*/
.loadingscreen{
	width: 100%;
	height:100%;
	background-color: #00000099;
	position: fixed;
	z-index: 1000;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
	font-family: sans-serif;
	font-size: 24px;
	visibility: hidden;
}
.footpath{
	color:#008000 !important;
	text-align:left;
}
.track{
	color: #2f4f4f !important;
	text-align:left;
}
.road{
	color: #2f4f4f !important;
	text-align:left;
}
.provisional{
	color: #4682b4 !important;
	text-align:left;
}
.path-popup{
	text-align:left;
}
.leaflet-popup-content-wrapper{
	border-radius: 5px;
	text-align: center;
}
.leaflet-popup-content{
	margin:5px;
}
.leaflet-marker-icon{
	width: fit-content !important;
	padding:0px !important;
	text-wrap: nowrap !important;
}
.place-marker, .bulding-marker, .church-marker, .taverna-marker, .pmarker-marker, .feature-marker, .shop-marker, .service-marker, .rental-marker, .free-marker{
	font-family: sans-serif;
	font-size: 14px;
	color: #000000;
	background: transparent;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	text-align: center;
	box-shadow: none;
	border:none;
}
.church-marker{
	color:#f56fdf;
	font-size: 12px;
}
.taverna-marker{
	color: #6f71f5;
	font-size: 10px;
}
.beach-marker{
	color: #6f71f5;
	font-size: 12px;
}
.shop-marker{
	color: #fc9b07;
	font-size: 12px;
}
.bulding-marker{
	font-size: 10px;
}
.service-marker{
	color: #00aa00;
	font-size: 12px;
}
.feature-marker{
	color: #000000;
	font-size: 10px;
}
.rental-marker, .free-marker{
	/* color:#dc143c; */
	color: #c7464a;
	font-size: 10px;
}
.rental-popup{
	margin-top:10px;
	margin-bottom: 2px !important;
}
.rental-details{
	padding:12px;
	background-color: #faf1e6;
}
.pmarker-marker{
	color: #f00;
	font-size:12px;
	box-shadow: none;
	border:none;
	padding:1px;
	margin-top: -20px;
}
.pmarker-marker::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translate(-50%, 0);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid red;
}
.walknote{
	max-width:200px;
	text-align: left;
}
.dialogue, .img-dialogue, .find-dialogue, .login-dialogue {
	font-family: sans-serif;
	font-size: 12px !important;
	color: #666;
}
.dialogue-background{
	background-color:#faf1e6;
}
.img-dialogue{
	min-width:500px;
}
.find-dialogue{
	min-width: 200px;
}
.login-dialogue{
	min-width: 350px;
}
textarea, input, .dialogue-content{
	font-family: sans-serif !important;
	font-size: 12px !important;
	color: #666;
}
.test-login-wrapper{
	font-family: sans-serif !important;
	font-size: 12px !important;
	color: #666;
	text-align: center;
}
.find-path-input{
	margin-right: 60px;
}
.leaflet-popup-tip {
    display: none;
}
.dlg-element{
	padding : 5px;
	font-size: 14px;
	font-weight: normal;
	width:100%;
}
.edit-path-label{
	width:100px;
	display: inline-block;
	text-align: right;
	margin-right: 5px;
	vertical-align: top;
}
.dlg-title, .dlg-button-wrapper{
	text-align: center;
	padding : 5px;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
	width:98%;
}
.dlg-title{
	border-bottom: 2px solid #fff;
	margin-bottom: 2px;;
}
.toolbutton-container{
	width:120px;
	text-align: center;
	border-bottom: 2px solid #faf1e6 !important;
	border-right: 2px solid #faf1e6 !important;
	border-top:none !important;
	border-left:none !important;
}
a.toolbutton{
	width: 120px !important;
	cursor: pointer;
}
a.toolbutton:hover{
	background-color:#faf1e6;
}
.toolbar-spacer{
	height:5px;
	width:120px;
}
.p-menu{
	position: absolute;
	min-width: 180px;
	font-family: sans-serif !important;
	font-size: 12px !important;
	color: #666;
	background-color: #fff;
}
.menu-item, .menu-item a{
	width: 150px;
	text-align: center;
	color: #666;
	padding: 2px 0px 2px 0px;
}
.menu-item a{
	cursor: pointer;
}
.menu-item a:hover{
	color:#333;
}
.menu-header{
	margin-bottom: 5px;;
}


.gallery-wrapper{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}
.gallery-footer{
	border-bottom: 2px solid #fff;
}
.gallery-image-wrapper, .edit-image-wrapper{
	width:88px;
	height:88px;
	display:flex;
	border-radius: 5px;
	background-color:#fff;
	align-items: center;
	margin-right: 5px;
	margin-bottom: 5px;
}
.edit-image-wrapper{
	width:450px;
	height:450px;
	margin: auto;
}
img.gallery-preview, img.edit-image{
	max-width: 76px;
	max-height: 76px;
	vertical-align: middle;
	margin: auto;
	cursor: pointer;
}
img.edit-image{
	max-width: 440px;
	max-height: 440px;	
}
.image-frame{
	display:flex;
	align-items: center;
	text-align: center;
	width: 560px;
}
img.prev-next{
	width: 30px;
	cursor: pointer;
}

/* experimental! */