@media screen and (min-width: 916px) {



	

#dashboardHolder {
	padding: 10px;
	
}

#vicinityIcon {
	height: 60px;
	width: 60px;
	position: relative;
	top: 10px;
	left: 50vw;
	margin-left: -65px;
	fill: #5F6368;
}

#vicinityLoadIcon {
	height: 100px;
	width: 100px;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -50px;
}



#vicinityHeader {
	text-align: center;
}

#vicinityName {
	font-size: 20px;
	padding: 0px;
	margin: 0px;
	display: none;
	font-weight: 500;
}

#vicinityStatus {
	color: #FFFFFF;
	padding: 1px;
	padding-left: 3px;
	padding-right: 3px;
	border-radius: 2px;
	font-weight: bold;
	display: none;
}



#vicinityComment {
	margin-top: 5px;
	margin-bottom: 15px;
	text-align: center;
}
#vicinityError {
	display: none;
	margin-top: 5px;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}






.homeScreenBar  {
	border-radius: 100px;
	background: #e8e8e8;
	padding: 10px;

	
	display: flex;
	align-items: center;
	border: 0px;
	width: 100%;
	
	margin-bottom: 10px;
	text-decoration: none;
	color: #000;
}

.homeScreenBar .leftIcon {
	height: 24px;
	flex-basis: 24px;
}

.homeScreenBar .text {
	flex: 1;

	display: flex;
	justify-content: left;
	align-items: center;
	height: 45px;
	text-align: left;
	
	padding-left: 5px;
}

.homeScreenBar .actionButton {
	padding: 0px;
	background: #FFFFFF;
	border-radius: 100px;
	display: block;
	flex-basis: 110px;

}

.homeScreenBar .actionButton svg {
	height: 40px;
}



.homeScreenBar.iconOnly {

	display: flex;
	gap: 10px;
	justify-content: center;
}
.homeScreenBar.iconOnly svg {

	width: 30px;
	height: 30px;
}
.homeScreenBar:disabled svg {
	fill: #CCCCCC;
}

.homeScreenBar label {
	font-weight: normal;
	padding: 0px;
}
.homeScreenBar:disabled label {
	color: #CCCCCC;
}

#homeButtonHolder {
	display: flex;
	gap: 10px;
}
#homeButtonHolder button {
	flex: 1;
}


#homeMFD {
	position: fixed;
	bottom: 90px;
	left: 0px;
}

.mfdHolder {
	display: flex;
	width: calc(100% - 70px);
	margin-left: 70px;
	justify-content: center;

}

.mfdHolder button {
	border: 0px;
	background: none;
	width: 100px;
	height: 100px;
	text-align: center;
	white-space: nowrap;
}


.mfdHolder button svg {
	padding: 15px;
	border-radius: 20px;
	border: 1px #E8E8E8 solid;
	background: #FFFFFF;
	width: 60px;
	height: 60px;
	text-align: center;
}

.mfdHolder button:disabled {
	color: #CCCCCC;
}
.mfdHolder button:disabled svg {
	fill: #CCCCCC;
}


#btnAccessControl,
#btnAerodromeControl,
#btnHomeBase{
	display: none;
}


#ADInfo label {
	margin-top: 20px;
}

.btnCall {
	display: block;
	background-image: url("../images/call.webp");
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center left;
	
	line-height: 40px;
	padding: 0px;
	padding-left: 40px;
	text-decoration: none;
	color: #000000;
	
}


	.relay-spinner {
		transform-origin: center center;
		animation: relay-spin 1s linear infinite;
	}

	@keyframes relay-spin {
		from { transform: rotate(0deg); }
		to   { transform: rotate(360deg); }
	}

	/* Succes = groen */
	.relay-success path {
		fill: #2e7d32;
	}

	
}