@media screen and (max-width: 915px) {


html {
  box-sizing: border-box;
  overscroll-behavior-y: contain;	/* pull to refresh vermijden*/
}
*, *:before, *:after {
  box-sizing: inherit;
}


#windowContentLoadIcon {
	height: 100px;
	width: 100px;
	position: relative;
	left: 50%;
	margin-left: -50px;
}

body {
	margin: 0 auto;
	font-family: Roboto;
	font-size: 15px;
	background-image: url("images/homebg.png");
	background-position: center;
	
	overscroll-behavior-y: contain;	/* pull to refresh vermijden*/
	
	-webkit-user-select: none; /* Safari */
  	-ms-user-select: none; /* IE 10 and IE 11 */
  	user-select: none; /* Standard syntax */
}
	.containerUser {
		margin-top: 0px;
		width: 100vw;
		height: calc(100vh - 70px);
		overflow-y: auto;
	}
	.containerAdmin {
		position: fixed;
		top: 60px;
		width: 100vw;
		height: calc(100vh - 130px);
		overflow-y: auto;
	}
	
	.containerAdminNoScroll {
		position: fixed;
		top: 60px;
		width: 100vw;
		height: calc(100vh - 130px);
		overflow: hidden;
	}
	
	
	#content {
		width: 100%;
	}
	
	#contentLogin {
		padding: 30px;
	}
	
	#contentActivation {
		padding: 20px;
	}
	
	.padding {
		padding: 10px;
	}
	
	


	#header {
		background: #144361;
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		text-align: center;
		z-index: 5;
		border:0px;
	}
	#headerAdmin {
		background: #ffffff;
		position: fixed;
		top: 0;
		width: 100%;
		height: 60px;
		text-align: center;
		z-index: 5;
		border:0px;
	}
		#logo,
		#AerolyncLogo {
			display: none;
		}
		#headerLogin {
			text-align: center;
			margin-top: 20px;
		}
	
	
		
	#footer {
		text-align: center; 
		padding: 20px;
		color: #CCCCCC;
	}

#appHeader {
	text-align: center;
	position: fixed;
	top: 8px;
	left: 70px;
	width: calc(100vw - 140px);
	z-index: 10;
	
}	
	#appHeader #appTitle {
		display: block;
		font-size: 18px;
		font-weight: bold;
		color: #FFFFFF;
	}
	#appHeader #appSubtitle {
		margin-top: 0px;
		color: #FFFFFF;
		font-size: 12px;
	}
		

#buttonContainer {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 10;
	
	display: flex;
	align-items: center;
	gap: 5px;
	justify-content: center;
	
	width: 100vw;
	padding: 5px;
}
#buttonContainer select {
	flex: 1;
	padding: 6px;
	height: 40px;
	background: #1c5b83;
	color: #FFFFFF;
	border-radius: 6px;
	border: 0px;
	text-align: center;
}



#buttonContainer #navButtons {
	flex:1;
	
	display: flex;
	gap: 2px;
	align-items: center;
	
	height: 40px;
	background: #1c5b83;
	color: #FFFFFF;
	border-radius: 6px;
	border: 0px;
}

#buttonContainer button {
	flex: 1;
	background: transparent;
	color: #FFFFFF;
	border: 0px;
	cursor: pointer;
	
	margin: 0px;
	padding: 0px;
	
	height: 25px;
	
	
}

#buttonContainer #pdSetDate {
	flex: 1;
	margin: 0px;
	padding: 6px;
	height: 40px;
	border-radius: 6px;
	background: #1c5b83;
	color: #FFFFFF;
	border: 0px;
	
	text-align: center;
	
	-webkit-appearance: none;
  	-moz-appearance: none;
}

#buttonContainer #pdSetDate::-webkit-date-and-time-value{ 
	padding: 0px;
	margin: 0px;
	text-align: center;
	width: 100%;
	
}


#buttonContainer #pdSetDate::-webkit-calendar-picker-indicator {
    filter: invert(1);
}






#topmenuHome {
	position: fixed;
	bottom: 0;
	width: 100vw;
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	background: #144361;
	height: 70px;
	z-index: 10;
}


	#topmenuHome #topadmin {
		position: fixed;
		top: 5px;
		left: 5px;
		padding: 0px;
		margin: 0px;
	}
	
	#topfilter {
		position: fixed;
		top: 65px;
		right: 5px;
		padding: 0px;
		z-index: 10;
		margin: 0px;
	}
	
	#topmenuHome #topadminnav {
		position: fixed;
		top: 5px;
		left: 5px;
		padding: 0px;
		margin: 0px;
	}
	
	#topmenuHome #topadminnav.invisible {
		display: none;
	}
	
	
	
	
	
	#topmenuHome #topflightregister.hideFlightregisterButton {
		display: none;
	}
	#topmenuHome #topflightregister.showFlightregisterButton {
		display: none;
	}
	
	#topcheckout {
		display: none;
	}
	
	
	#topmenuHome li {
		float: left;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: 5px;
		margin-right: 5px;
		text-align: center;
		flex: 1;
		padding-top: 8px;
	}
		#topmenuHome li a {
			text-decoration: none;
			outline-style: none; 
			-webkit-touch-callout: none;
			-webkit-tap-highlight-color: rgba(0,0,0,0);
		}
		#topmenuHome li a.modButton {
			position: relative;
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: center;
			overflow: visible;

		}


	/* Extra wrapper rond SVG */
	#topmenuHome li a.modButton .icon-wrapper {
		position: relative;
		display: inline-block;
	}

	/* Badge styling */
	#topmenuHome li a.modButton .badge-right {
		position: absolute;
		top: 0;
		right: -30px;
		background: #007BFF;
		color: white;
		font-size: 10px;
		font-weight: bold;
		padding: 3px 8px;
		border-radius: 12px;
		text-transform: uppercase;
		line-height: 1;
		z-index: 10;
	}


	#topmenuHome li a svg {
			height: 24px;
			width: 24px;
			fill: #FFFFFF;
			flex: 1;
		}
		#topmenuHome li.activated svg {
			fill: #03b7f9;
		}
		#topmenuHome li a label {
			flex: 1;
			padding: 0px;
			color: #FFFFFF;
			font-weight: normal;
			font-size: 13px;
		}
		
.topButton {
	padding: 0px;
	z-index: 14;
	
}

.topButton a {
	margin: 0px;
	background: #FFFFFF;
	padding: 12px;
	border: 1px #144361 solid;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #144361;
	font-weight: bold;
	outline-style: none; 
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	overflow: hidden;
}
.topButton a .material-symbols-outlined {
	font-variation-settings:
	  'FILL' 0,
	  'wght' 400,
	  'GRAD' 200,
	  'opsz' 48;
	font-size: 24px;
	color: #144361;
}
.topButton.activated a {
	color: #03b7f9;
}	

.topButton a img {
	object-fit: cover;
	width: 50px;
	height: 50px;
	margin-left: -12px;
	margin-top: -12px;
}



.topButton .aTop .profileAlert {
	position: absolute;
	margin-left: 20px;
	margin-top: -15px;
	border-radius: 100%;
	background: red;
	color: white;
	font-size: 12px; 
	font-weight: bold;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	border: 3px #FFFFFF solid;
}



.buttonAction {
	background: #FFFFFF;
	border: 1px #077ea9 solid;
	padding: 5px;
	text-align: center;
	color: #077ea9;
	border-radius: 10px;
	font-weight: bold;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
}

.buttonAction .material-symbols-outlined {
	font-size: 30px;
	margin-top: 2px;
}
	
	
.button {

	background-image: linear-gradient(to bottom right, #077ea9, #03b7f9);
	border: 0px;
	padding: 15px;
	display: block;
	color: #fff;
	border-radius: 10px;
	font-weight: bold;
	width: 100%;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
	height: 45px;
}

.button:disabled,
.disabled {
	background: #CCCCCC;
}

.breed {
	width: 100%;
}
	
		
.positief {
	color: #000000;
}
.negatief {
	color: red;
}

.normalLink {
	color: #009cd5;
}
.small {
	font-size: 12px;
}






#overlay {
	display: none;
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	z-index: 15;
}
#overlayOffline {
	display: none;
	position: fixed;
	top: 0px;
	width: 100vw;
	height: 100vh;
	background: #CCCCCC;
	z-index: 15;
	
	text-align: center;
	padding: 10px;
}

input,
select {
	border-radius: 10px;
	border: 1px #e8e8e8 solid;
	font-size: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	padding: 10px;
	
}

input[type=date],
input[type=time] {
	-webkit-appearance: none;
  	-moz-appearance: none;
}

input::-webkit-date-and-time-value{ 
	padding: 0px;
	margin: 0px;

	margin-top: -6px;
}




textarea {
	border-radius: 10px;
	border: 1px #CCCCCC solid;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	padding: 8px;
}

h3 {
	color: #009cd5;
	margin-bottom: 20px;
	text-align: center;
}

h5 {
	color: #009cd5;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	font-size: 14px;
}

.center {
	text-align: center;
}


label {
	font-weight: bold;
	display: block;
	padding-top: 10px;
}


.reservatieHolder {
	display: flex;
	align-items: center;
	padding-left: 0px;
}
.reservatieHolderBubble {
	padding: 10px;
	text-align: center;
}
.reservatieHolderVertical {
	padding-top: 5px;
	text-align: center;
}
.lidIcon {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	margin-right: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
}
.lidIconVertical {
	margin: 0 auto;
	width: 40px;
	height: 40px;
	border-radius: 40px;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px;
}
.lidIconBubble {
	display: block;
	width: 80px;
	height: 80px;
	position: relative;
	left: 50%;
	margin-left: -40px;
	border-radius: 80px;
	margin-right: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px #004c7e solid;
}
.lidIconPopup {
	display: block;
	width: 120px;
	height: 120px;
	position: relative;
	left: 50%;
	margin-left: -60px;
	border-radius: 120px;
	margin-right: 5px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border: 2px #004c7e solid;
}
.instructeur {
	font-style: italic;
}

.errorMsg {
	font-weight: bold;
	color: red;
}

.norecords {
		font-size: 14px;
	text-align: center;
	
	padding: 20px;

}









/*popup*/


.popupHolder {
	position: fixed;
 	bottom: 0px;
	z-index: 20;
}

.popupContainer {
  display: block;
  position: relative;
  bottom: 0px;
  width: 100vw;
  display: none;
  padding: 10px;

  min-height: 280px;
  max-height: calc(100vh - 70px);
	
  overflow-y: auto;
  background: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  z-index: 20;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
}




.popupContainer .close {
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 10px;
}

.popupContainerWide {
	width: 100vw;
}


.btnHolder,
.btnHolder .divider {
	display: flex;
	gap: 10px;
}
.btnHolder *,
.btnHolder .divider * {
	flex: 1;
}

.btnHolder.padding {
	padding: 10px;
}





.selecteer {
  animation: slide-in 0.5s forwards;
  -webkit-animation: slide-in 0.5s forwards;
}

.dismiss {
  animation: slide-out 0.5s forwards;
  -webkit-animation: slide-out 0.5s forwards;
}


@keyframes slide-in {
  0% {
    -webkit-transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slide-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes slide-out {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slide-out {
  0% {
    -webkit-transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(100%);
  }
}







/*Side navigation*/

/*
.sidenavHolder {
	position: fixed;
 	left: 0px;
	z-index: 20;
	display: none;
}
*/

.sidenavContainer {
  
  position: fixed;
  left: 0px;
  width: 80vw;
  padding: 10px;

  height: 100vh;
  overflow: auto;
  
  background: #FFFFFF;
  color: #181818;
	z-index: 20;
	display: none;

}






.selectedSidenav {
  animation: slide-in-side 0.5s forwards;
  -webkit-animation: slide-in-side 0.5s forwards;
}

.dismissSidenav {
  animation: slide-out-side 0.5s forwards;
  -webkit-animation: slide-out-side 0.5s forwards;
}



@keyframes slide-in-side {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slide-in-side {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}

@keyframes slide-out-side {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@-webkit-keyframes slide-out-side {
  0% {
    -webkit-transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}



.infoBlock {
	padding: 10px;
	background: #E6F7FF;
	border-radius: 5px;
	border: 1px #BCEAFF solid;
	font-size: 12px;
	color: #005C87;
}
.infoBlock a {
	color: #005C87;
	text-decoration: none;
	font-weight: bold;
}


#profileImageAdmin {
	width: 150px;
	height: 150px;
	display: block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 150px;
	border: 1px #CCCCCC solid;
	margin: 0 auto;
}


.discreteLink {
	font-size: 12px;
}







.tableFixHead {
  overflow-y: auto; /* make the table scrollable if height is more than 200 px  */
}

.tableFixHead table {
	width: 100%;
	border-spacing: 0px;
	font-size: 14px;
	border-collapse: collapse; /* make the table borders collapse to each other */
}


.tableFixHead thead  {
  position: sticky; /* make the table heads sticky */
  top: 0px; /* table head will be placed from the top of the table and sticks to it */
  background: #f0f3fb;
  color: #000;
  font-weight: bold;
}


.tableFixHead table td  {
	padding: 5px;
	border-bottom: 1px #f0f3fb solid;
	white-space: nowrap;
}
.tableFixHead table td.noBorder  {
	border-bottom: 0px;
}





.dataset tr:hover {
	background: #E8F6FD;
}

.dataset td {
	font-size: 13px;
	vertical-align: top;
}

.dataset tr {
	border-radius: 5px;
}



.splitModule {
	display: flex;
	flex-direction: column;
	gap: 0px;
	height: 100%;
	background: #FFFFFF;
}

.splitHead {
	flex: 0;
	flex-basis: 60px;
	display: flex;

	border-bottom: 1px #f3f3f3 solid;
		

	
	align-items: center;
}

.splitHeadLeft {
	flex: 0;
	padding-left: 10px;
}
.splitHeadLeft svg {
	display: block;
}
.splitHeadRight {
	flex: 1;
	padding: 10px;
}

.splitHeadRight H1 {
	flex: 1;
	font-size: 17px;
	font-weight: 300;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
	
.splitHeadRight h4 {
	margin: 0px;
	padding: 0px;
}



.splitHeadRight .call {
	text-decoration: none;
	color: #000000;
	margin-top: 5px;
	
	display: flex;
	align-items: center;
	gap: 10px;
}
.splitHeadRight .call svg {
	flex-basis: 24px;
}
.splitHeadRight .call span {
	flex: 1;
}

.splitHeadRight p {
	margin-top: 5px;
}

.splitBody {
	flex: 1;
	overflow-y: auto;
	height: 100%;
}

.splitBody table {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse; /* make the table borders collapse to each other */
}



#datasetFlightregister .date {
	text-align: center;
	font-weight: bold;
	color: #333333;
	padding-top: 20px;
}

#datasetFlightregister .icon {
	width: 35px;
}

#datasetFlightregister .afMovement .row {
	display: flex;
	padding: 3px;
	gap: 10px;
}
#datasetFlightregister .afMovement .row span {
	
}
#datasetFlightregister .afMovement .row .PIC {
	font-weight: bold;
}




.linedTitle {
   width: 100%; 
   text-align: center; 
   border-bottom: 1px solid #f0f3fb; 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.linedTitle span { 
    background:#fff; 
    padding:0 10px; 
}









}