@media screen and (min-width: 916px) {

	
	
#airplanesHolder {
	position: fixed;
	top: 60px;
	height: 100px;
	width: 100vw;
	z-index: 15;
	
    display: flex;
    align-items:center;
    background-color: #144361;
    padding: 1rem;
    overflow-x: scroll;
	overflow-y: hidden;
}

#airplanesHolder > a {
    flex: none;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	height: 100px;
	display: block;
}

#airplanesHolder > a.active {
    border-bottom: 10px solid #fedc1a;
}

#airplanesHolder img {
    height: 55px;
}
	







#dpHolder {
	position: fixed;
	left: 70px;
	top: 60px;
	width: calc(100vw - 70px);
	height: calc(100vh - 60px);
}

#dpHolderAirplane {
	position: fixed;
	top: 160px;
	width: 100vw;
	height: calc(100% - 220px);
}


#bookingDateTime {
	margin: 0px;
	display: flex;
	gap: 10px;
}
#bookingDateTime select  {
	flex: 1;
}
#bookingDateTime span  {
	flex: 0;
	padding: 0px;
	margin: 0px;
	display: block;
	padding-top: 15px;
	margin-left: -20px;
	font-size: 30px;
	width: 10px;
}




#tblBookings {
	background: #FFFFFF;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-spacing: 0px;
}	
	#tblBookings tr td {
		margin: 0px;
		padding: 0px;
		height: 60px;
		border-bottom: 1px #e8e8e8 solid;
	}
	#tblBookings tr td.tdVliegtuig {
		width: 70px;
	}
	#tblBookings tr td.tdDrop {
		width: 30px;
		text-align: right;
	}


	
.btnDropBooking {
	color: #666666;
}
.btnDropBooking .material-symbols-outlined {
	font-variation-settings:
	  'FILL' 0,
	  'wght' 400,
	  'GRAD' 200,
	  'opsz' 48;
	font-size: 24px;
}



#bookingError {
	display: none;
}






#bookingsContainer {
	width: 100vw;
}
#bookingsContent{
	padding-bottom: 60px;
	overflow-y: auto;
	max-height: calc(100vh - 200px);
}


.btnHolderBookings {
	display: flex;
	gap: 10px;
}
.btnHolderBookings * {
	flex: 1;
}


#mijnReservaties {
	position: fixed;
	bottom: 70px;
	left: 50%;
	width: 150px;
	margin-left: -75px;
	padding: 10px;
	
}




	.rounded-event {
		border-radius: 20px;
	}
	.rounded-event .scheduler_default_event_inner {
		border-radius: 20px;
		padding: 0px 5px 0px 5px;
	}
	.rounded-event .scheduler_default_event_bar {
		display: none;
	}



body .navigator_default_main { border: 0px; }
body .navigator_default_day { color: #009cd5; }
body .navigator_default_todaybox { border: 2px solid red; border-radius: 20px; }
body .navigator_default_select .navigator_default_cell_box { background-color: #FFE794; opacity: 1; border-radius: 20px; }
body .navigator_default_weekend { background-color: #76b5c5; color: black; }


	


}