iframe{
  width: 100%;
}
    
.img-90 {
	width: 90%;
}
    
.routeMap {
	padding-top: 20px;
	width: 100%;
}

.tableSelectionHighlight { 
	background-color: #ffffe6 !important; 
}

.errorTable {
	font: normal 0.9em "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
	cellpadding: 4;
	border: 1;
	cellspacing: 0;
	height: 50px;
	border-radius: 10px;
	font-size: 22px;
}

.errorSection {
	text-align: center !important;
	border-radius: 10px !important;
	padding: 15px !important;
	font-size: 18px;
}

.errorMessage {
	background: #ff2f2f !important;
	color: #FFFFFF !important;
}

.infoMessage {
	background: #e88d6f!important;
	color: #FFFFFF !important;
}

.warningMessage {
	background: #ffa31a !important;
	color: #FFFFFF !important;
}

.packageHeader {
	font-size: 22px;
	font-weight: bold;
}

.packageInfo {
	font-size: 16px;
}


.video {
  width: 100%;
  height: 300px;
}

.aanbodInfoMessage {
	font-size: 20px;
}

.videoWrapper {
}

.login-error {
	font-size: 20px;
	border-radius: 35px;
	background-color: #ff6666;
	color: white;
	padding: 10px;
	text-align: center;
}

.appointmentCardEntryPast {
	/* text-decoration: line-through; */
	background-color: #d3d3d3 !important;
	color: #797979;
	font-style: italic;
}

.align-right {
	text-align: right !important;
}

.tablefooter {
	background-color: #d3d3d3 !important;
	color: #207ab7;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
	
.footerInfo {
	display: none;
}

.hidden {
	display: none;
}
	
#loginButton {
	display: none;
}

.services {
  border: 1px solid #eeeeee;
  border-radius: 15px;
  text-align: center;
  height: 100%;
}

.btn-lessonSelectionSummary {
  font-size: 14px;
  padding: 5px 20px 5px;
}

.btn-selectInstructor {
  color: #000000;
  background-color: #ffffe8;
  border-color: #000080;
}

.btn-selectInstructor:focus, .btn-selectInstructor.focus {
  color: #000000;
  background-color: #ffffcc;
  border-color: #0000ff;
}

.btn-selectInstructor:hover {
  color: #000000;
  background-color: #ffffcc;
  border-color: #0000ff;
}

.btnInstructor {
	border-radius: 3px;
	width: 300px;
}

.selectInstructorButton {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.instructorFlags {
	padding-top: 10px;
}

.instructorFlag {
	width: 18px;
}

.lessonSelectionInformationPanel {
	position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #e6e6e6;
}

.cal-month {
	text-align: center;
	background-color: #f3f3f3;
	color: black;
  padding: 5px 5px 5px;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid black;
  width: 100%;
  border-radius: 10px;
}

.cal-lessons-item {
  text-align: center;
  overflow: hidden;
}

.cal-lessons-header {
  padding: 5px 5px 5px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid black;
}

.cal-lessons-body {
  padding: 0 15px 45px;
  margin-top: 10px;
}

.cal-lesson-item {
  align-items: center;
  text-align: center;
  background-color: #f3f3f3;
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
}

.cal-lesson-item-requested {
  align-items: center;
  text-align: center;
  background-color: #ffbd9d;
  padding: 5px;
  border: 1px solid;
  border-radius: 3px;
}

.cal-lesson-item-highlighted {
  background-color: #ffff00;
}

.cal-lesson-summary {
	padding: 5px;
	padding-top: 10px;
  position: fixed; 
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  background: #3498db;
  /* opacity: 0.9; */
  color: white;
  font-size: 18px;
  font-weight: bold;
  z-index: 999;
  /* margin: 5px; */
}

.lessons-block {
	padding-top: 20px;
}

.practical-lessons-block {
	padding-top: 20px;
}

.practical-lessons-footer {
	font-size: 12px;
}

.lessons-item {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.lessons-header {
	min-height: 120px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 8px;
	padding: 0 15px;
}

.lessons-header .big {
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	hyphens: auto;
}

.lessons-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	padding-bottom: 20px !important;
}

.lessons-body > div > ul:first-of-type {
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 0;
}

.lessons-body > div > p:first-of-type {
	margin-top: 0;
	margin-bottom: 15px;
}

.lessons-body > div {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.lessons-body ul {
	margin: 0;
	padding-left: 20px;
}

.lessons-body p {
	margin: 0;
}

.lessons-body ul li {
	margin-bottom: 2px;
	line-height: 1.3;
}

.lessons-body ul + br + ul {
	margin-top: 20px;
}

@media (max-width: 768px) {
	.lessons-header {
		min-height: 100px;
		gap: 6px;
	}
	
	.lessons-header .big {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.lessons-header {
		min-height: 80px;
		gap: 5px;
	}
	
	.lessons-header .big {
		font-size: 14px;
	}
}

.btn-subscribe {
	
}

.provisionalLesson {
  background-color: #ffffc1;
}

.provisionalLessonStatus {
	font-style: italic;
	font-size: 12px;
	color: blue;
}

html.lt-ie-10 * + [class*='cell-'],
* + [class*='cell-'],
html.lt-ie-10 * + .range-sm,
* + .range-sm {
  margin-top: 0px !important;
}

tbody tr:nth-child(odd){
  background-color: #f0f0f0;
}

table { 
	width: 750px; 
	border-collapse: collapse; 
	margin:50px auto;
}

/* Zebra striping */
tr:nth-of-type(odd) { 
	background: #eee; 
}

th { 
	background: #3498db; 
	color: white; 
	font-weight: bold; 
}

td, th { 
	padding: 10px; 
	border: 1px solid #ccc; 
	text-align: left; 
	font-size: 16px !important;
}

.btn-secondary {
	background-color: #7d000d;
	border-color: #7d000d;
	color: white;
}

.lessons-item-index {
	background: black !important;
}

.youtubeLink {
	position: absolute;
	left:10px;
	top: 10px;
	z-index: 999;
}

.lessonPlanningDetail {
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.lessonPlanningDetailItem {
	padding-bottom: 5px;
}

.lessonPlanningItem {
	vertical-align: top;
}

.theoryLessonNotificationMessage {
	margin-top: 20px;
	padding: 10px;
	font-size: 20px;	
	background: #2ba53f!important;
	color: #FFFFFF !important;
	border-radius: 10px;
	text-align: center;
}

.theoryLessonLanguageNotificationMessage {
	margin-top: 5px;
	font-size: 14px;	
	color: red !important;
	font-weight: bold;
}

.holidayHeaderPanel {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 100px; 
	background: red;
	opacity: 0.9;
	font-size: 16px;  
	font-weight: 1000;
	z-index: 100;
	width: 100%;
	position: fixed;
	/*top: 120px;*/
	bottom:0%;
}

/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

	table { 
	  width: 100%;
	}

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	
	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { 
		border: 1px solid #ccc;
		margin-bottom: 20px; 
	}
	
	td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50% !important;
		padding-right: 10px !important;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
	  font-size: 14px !important; 
	  text-align: left !important;
	}

	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 16px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		/* Label the data */
		content: attr(data-column);

		color: #000;
		font-weight: bold;
	  text-align: left !important;
	}
	
	.footerLine {
		display: none;
	}
	
	.footerInfo {
		display: initial;
	}

}

.headerIcon {
	height: 55px;
}

.bannerTitle {
	display: block;
}

.whatsapp_float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 35px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.whatsapp-icon {
	margin-top: 16px !important;
}

.officeAppointmentRegistrationDateHeader {
	width: 100%;
	background: #dd1945;
	color: white;
	padding: 10px;
	margin-top: 20px;
	margin-left: 2px;
	font-size: 20px;
	text-align: center;
}

.lessonSelectionActionButtons {
	width: 100%;
	padding: 10px;
	position: fixed;
	z-index: 999;
	left: 0px;
	bottom: 0px;
	text-align: center;
	background: #ffffbf;
}

@media (max-width: 1500px) {
	.routeMap {
		width: 600px;
	}
	
	.cal-lesson-summary {
	  height: 50px;
	  font-size: 18px;
	}
	
}

@media (max-width: 1250px) {
	
	.routeMap {
		width: 500px;
	}

	.btn-lessonSelectionSummary {
	  font-size: 12px;
	  padding: 5px 10px 5px;
	}
	
	.cal-lesson-summary {
	  height: 50px;
	  font-size: 16px;
	}
	
}

@media (max-width: 1035px) {
	
	.packageHeader {
		font-size: 16px;
		font-weight: bold;
	}

	.packageInfo {
		font-size: 14px;
	}

	.aanbodInfoMessage {
		font-size: 16px;
	}

	.btn-lessonSelectionSummary {
	  font-size: 10px;
	  padding: 5px 5px 5px;
	}
	
	.cal-lesson-summary {
	  height: 60px;
	  font-size: 16px;
	}
  
  #ui-to-top {
  	display: none;
  }
	
}

@media (max-width: 860px) {
	
	.packageHeader {
		font-size: 24px;
		font-weight: bold;
	}

	.packageInfo {
		font-size: 18px;
	}

	.aanbodInfoMessage {
		font-size: 14px;
	}
	
	/* .big {
		font-size: 28px;
	} */
	
	.subtitle {
		font-size: 18px;
	}
	
	.btn-md {
    font-size: 12px;
    padding: 11px 20px 11px;
	}
	
	#loginButton {
		display: inline-block;
	}
	
	.cal-lesson-summary {
	  height: 120px;
	  font-size: 20px;
	}
  
  #ui-to-top {
  	display: none;
  }

	.btn-lessonSelectionSummary {
	  font-size: 12px;
	  padding: 5px 5px 5px;
	}
	
  h6.headerWhatsapp {
  	font-size: 14px;
  }
	
}

@media (max-width: 600px) {
	
	.routeMap {
		width: 400px;
	}
	
	/* .big {
		font-size: 18px;
	} */
	
	.subtitle {
		font-size: 14px;
	}
	
	.cal-lesson-summary {
	  height: 120px;
	  font-size: 16px;
  	line-height: 30px
	}
  
  #ui-to-top {
  	display: none;
  }
  
	.errorSection {
		font-size: 14px;
	}
	
  h6.headerWhatsapp {
  	font-size: 12px;
  }
  
  h1.big {
  	font-size: 24px;
  }
  
  .subtitle {
  	display: none;
  }
  
  .samenwerkingTitle {
  	display: none;
  }
  
}

@media (max-width: 320px) {
	
  h6.headerWhatsapp {
  	font-size: 12px;
  }
  
  h1.big {
  	font-size: 18px;
  }
  
  .subtitle {
  	display: none;
  }
  
  .samenwerkingTitle {
  	display: none;
  }
}

@media (min-width: 480px) {
  .lesson-range > [class*='cell'] {
    -webkit-flex-basis: 50% !important;
  }   
}

/* for mobile */
@media screen and (max-width: 767px) {
	.whatsapp-icon {
		margin-top: 8px !important;
	}

	.whatsapp_float {
		width: 40px;
		height: 40px;
		bottom: 20px;
		right: 20px;
		font-size: 22px;
	}
}