html, body{
	padding: 0;
	margin: 0;
	color: #5a5a5a;
	font-family: Verdana, sans-serif;
	user-select: none;
}

@media only screen and (max-width: 600px){
	.ol-popup{
		/*padding: 8px !important;*/
		max-width: 200px !important;		
	}
	.ol-popup:after, .ol-popup:before{
		left: 120px !important;	
	}
	.ol-popup{
		left: -120px !important;	
	}
}

.splash{
	background-size: cover;	
	background-image: url('../images/splash.png');
	height: 100%;
}

.map{
	width: 100vw;
	height: 100vh;
	margin-left: auto;
}

.iTile{
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 260px; 
    height: 200px;
	margin: 8px;
}

.iImage{
	display: flex;
	max-width: 260px; 
    max-height: 200px;
	width: 100%;
}

/* inputs */
/*
select{
	font-family: inherit;
	border-color: rgba(236, 236, 236, 1);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
	border-radius: 5px;
	height: 32px;
	text-align: center;
	padding: 0;
	border: none;
	margin-top: 5px;
	box-sizing:border-box;
}

select:focus, input:focus{
	outline: none;
}

input[type=checkbox]:checked{
	accent-color: #F55457;
}
*/

/* link */
.h{
    color: #1E90FF;
	font-weight: normal;
	cursor: pointer;
}

/* Divider */
.hr{
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	margin-top: 10px;
	margin-bottom: 10px;
}

#fpopup-content{
	padding: 10px;
}

.ol-popup{
	/*display: none;*/
	position: absolute;
	background-color: white;
	box-shadow: 0 1px 4px rgba(0,0,0,0.2);
	border-radius: 10px;
	bottom: 12px;
	left: -50px;
	min-width: 280px;
	color: white;
	background-color: rgba(50, 50, 50, 0.8);
}

.ol-popup:after, .ol-popup:before{
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.ol-popup:after{
	/*border-top-color: white;*/
	border-top-color: rgba(50, 50, 50, 0.8);
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}

.ol-popup:before{
	border-top-color: #cccccc;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}

.ol-popup-closer{
	margin-top: 10px;
	text-decoration: none;
	position: absolute;
	top: 2px;
	right: 8px;
	width: 24px;
	height: 24px;
	background-image: url("../images/close.svg");	
	background-size: contain;
	background-repeat: no-repeat;
}

.ol-popup-closer:hover{
	font-size: 24px;
	cursor: pointer;
	background-image: url("../images/close_bold.svg");
}

.ol-popup-closer:after{
	outline: none;
}




.w{
	color: #ffffff;
}

.fb{
	font-weight: bold;
}

/* MODAL */
.eModal{
	display: none;
	position: fixed; 
	z-index: 99; 
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4); 
}

.eContent{
	position: absolute;
	top: 10%;
	left: 10%;
	width: 80%;
	height: auto;
	/*background-color: white;*/
	background: rgba(50, 50, 50, 0.5);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	min-height: 400px;
	color: white;
}

.eClose{	
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	margin-top: 10px;
}

.ll{
	display: flex;
	flex-grow: 1;
	margin-left: 10px;
	font-size: 14px;
}

.closeB{
	font-size: 18px;
	line-height: 24px;
	
	width: 24px;
	height: 24px;
	background-image: url("../images/close.svg");
	background-size: contain;
	background-repeat: no-repeat;
	
}

.closeB:hover{
	font-size: 24px;
	cursor: pointer;
	background-image: url("../images/close_bold.svg");
}

.mButt{
	display: flex;
	width: 150px;
	justify-content: center;
	height: 50px;
	box-shadow: rgba(255, 255, 255, 0.16) 0px 0px 6px, rgba(255, 255, 255, 0.23) 0px 0px 6px;
	border-radius: 5px;
	background-color: rgba(50, 50, 50, 0.8);
	color: white;
	text-align: center;
	line-height: 50px; 
	padding-left: 10px;
	padding-right: 10px;
	
}

#desc{
	resize: none;
	overflow: auto;
	border-radius: 5px;
	background-color: white;
	border: none;
	font-size: 15px;
	font-family: Verdana, sans-serif;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 4px, rgba(0, 0, 0, 0.23) 0px 2px 4px;
}
#desc:focus{
	outline: none;
}

/*
input {
	margin-top: 1rem;
}
*/
input::file-selector-button {
	padding: 10px;
	text-align: center;
	background-color: rgba(50, 50, 50, 0.8);
	color: white;
	border: none;
	border-radius: 5px;
	box-shadow: rgba(255, 255, 255, 0.16) 0px 0px 6px, rgba(255, 255, 255, 0.23) 0px 0px 6px;
}

.menu{
	z-index: 99;
	position: fixed;
	padding: 10px;
}

