@media screen and (min-width: 916px) {

	

#mapHead {
	text-align: center;
	background-image: linear-gradient(to bottom , #144361, #2984be);
	height: 100px;
	padding-top: 20px;
	display: block;
	border: 0px;
	width: 100vw;

}

#profielfotoMap {


	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	
	border-radius: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	
	box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
	-moz-box-shadow: 16px 14px 24px -1px rgba(0,0,0,0.3);
}

#profielnaam {
	display: block;
	margin-top: 10px;
	color: #FFFFFF;
	font-size: 20px;
}

#lidId {
	display: block;

	color: #FFFFFF;
	font-size: 14px;
}


/*
.status {
	margin: 5px;
	height: 30px;
	background: #d3e3fd;
	width: calc(100vw - 10px);
	padding: 5px;
	text-align: center;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
*/

.open{
	background: green;
}
.closed{
	background: red;
}
.noclient{
	background: #cccccc;
	color: #144361;
}
.noclient #vicinityName{
	color: #144361;
}
.noclient .material-symbols-outlined {
	color: #144361;
}

.veldTxt{
	text-align: left;
	padding: 5px;
	background: #FFFFFF;
	margin: 5px;
	border-radius: 6px
}
.veldTxtMap{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.vliegveldoverste {
	text-align: center;
	font-weight: bold;
}





#video-container {
	position: fixed;
	top: 0;
	left: 0;
   	width: 100vw;
   	height: 100vh;
   	padding: 0px;
   	margin: 0px;
	display: none;
	z-index: 20;
	background: #000000;
  }
 
#qr-video {
	position: fixed;
	top: 0;
	left: 0;
   	width: 100vw;
}



#pilotControl {
	display: flex;
	gap: 5px;
	position: fixed;
	bottom: 60px;
	height: 50px;
	background: #144361;
	width: 100vw;
	padding: 5px;
}

#pilotControl button {
	flex: 1;
	background: #2883bd;
	border: 0px;
	border-radius: 5px;
	
	text-align: center;
}

#pilotControl button:disabled {
	background: #CCCCCC;
}

#pilotControl button span {
	font-size: 36px;
	color: #ffffff;
}


#btnScanQRstop {
	display: none;
	z-index: 99999;
	position: fixed;
	bottom: 30px;
	left: 50%;
	margin-left: -30px;
	
	background: #000000;
	border: 1px #FFFFFF solid;
	border-radius: 60px;
	height: 60px;
	width: 60px;
	color: #FFFFFF;
}




.phone {
	background: #2883bd;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border-radius: 6px;
	text-align: left;

	padding: 5px;
}

.phone .material-symbols-outlined {
	float: left;
	margin: 7px;
}


.supervisorHolder {
	display: flex;
	align-items: center;

	background: #e8e8e8;
	border-radius: 6px;
}
.supervisorHolder .col {
	flex: 1;
}
.supervisor {
	
	display: block;
	
	text-align: left;
	padding: 5px;
	
}



#vicinityHolder {
	width: 100vw;
	height: calc(100% - 110px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	
	display: flex;
	flex-direction: column;
}

#vicinityMap {
	width: 100%;
	height:100%;
}

#vicinityContainer {
	background: #FFFFFF;

	flex-basis: 70px;
	flex-grow: 0;
	flex-shrink: 0;
	display: none;
	padding: 5px;
	padding-top: 10px;
	

}

#vicinity {
	height: 40px;
	padding: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#vicinity .material-symbols-outlined {
	display: inline-flex;
    vertical-align: top;
	color: #FFFFFF;
	float: left;
}

#vicinity #vicinityName {
	float: left;
}

#vicinity .airfieldstatus {
	float: right;
}



.mapLabel {
	padding: 6px;
	border-radius: 6px;
	color: #FFFFFF;
}
	.mapLabelOpen {
		background: green;
	}
	.mapLabelClosed {
		background: red;
	}
	.mapLabelUnavailable {
		background: #CCCCCC;
	}

#geenLuchtvaartterrein {
	text-align: center;
}


	
}