#admin-timetable .module-timetable{}
#admin-timetable .module-timetable .module-timetable__header{
	background-color:#fff;
	color: #212121;
	border-bottom:none;
}
#admin-timetable .module-timetable .module-timetable__table{
	background-color:#fff;
	padding:0 2rem;
	border:none;
}
#admin-timetable .module-timetable .module-timetable__footer{
	background-color:#fff;
	color: #212121;
	border-top:none;
}


.module-timetable{
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content: flex-start;
	padding:0rem 0px;
	margin:0 0 1rem 0px;
	width:100%;
	max-width:1400px;
	position:relative;
	z-index:1;	
	border:none;
	background-color:#fff;
}

@media (min-width:992px){
	.module-timetable{
		margin: 0 auto 3rem auto;
		padding:0 2rem;
	}
}

.module-timetable__shadow{
	position: absolute;
  width: 100%;
  height: 100%;
  bottom: -1rem;
  left: -1rem;
  background-color: rgba(255,255,255,0.5);
  z-index: -1;
	display:none;
}

.module-timetable__header{	
	width:100%;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:flex-start;
	text-align: left;
	padding:1.5rem 1rem 0;
	border:none;
	background-color: none;
}
.module-timetable__logo{
	height:110px;
	width:110px;
	display:flex;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
  margin-bottom:0.5rem;
	padding-bottom:0.5rem;
	
}

.module-timetable__heading{
	font-size:3rem;
	font-weight:900;
	letter-spacing:1px;
	color: #212121;
	text-align: center;
	margin:auto;
/*	text-shadow: 2px 3px 0px #898999;*/
}

.module-timetable__visual-spacer{
	height:1.5rem;
	width:100%;
}

.module-timetable__table{
	overflow-x:auto;
	width:100%;
	display:flex;
	flex-direction:column;
	align-items:flex-start;
	justify-content:flex-start;
	border: 2px solid #fff;
	position:relative;
	z-index:1;
	margin-top:-2rem;
}
.module-timetable__sub-heading{
	font-size:1.5rem;
	font-weight:900;
	letter-spacing:1px;
	color: #fff;
	text-align: center;
	margin:0.5rem auto 0 auto;
/*	text-shadow: 2px 3px 0px #898999;*/
}

.module-timetable__footer{
	
	width:100%;
	display:flex;
	flex-direction: column;
	align-items:center;
	justify-content:center;
	padding:1.5rem 1rem;;
  border:none;
}


.module-timetable__row{
	display:flex;
	flex-direction:row;
	align-items:center;
	justify-content:flex-start;
	width:100%;
	flex:1 0 100%;
}

.module-timetable__divider{
	display:flex;
	flex-direction:row;
	align-items:flex-start;
	justify-content:flex-start;
	min-width:800px;
	width:100%;
	height:30px;
	border:2px solid #fff;
	background-color: #b4b4b4;
	
}

.module-timetable__cell{
	display:flex;
	padding:0.5rem;
	align-items:center;
	justify-content:center;
	min-width:100px;
	width:13%;
	height:70px;
	background-color: #d4d4d4;
	border:2px solid #fff;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 1px;
	position: relative;
}

.acf-input input[type="checkbox"]{
    position: absolute;
    opacity: 1;
}

.module-timetable__cell.booked{
  opacity:0.7;
	background-color:#ff0030!important;
}

.module-timetable__cell span.express{
	font-size: 75%;
  font-weight: 500;
  margin-bottom: 0.25rem;
  font-style: italic;
  border-radius: 2px;
  color: #6fff84;
}

.module-timetable__cell.booked span{
	color: rgba(255,255,255,0.3);
}

.module-timetable__cell span.booked{
	position: absolute;
  font-size: 22px;
  opacity: 1;
  z-index: 10000;
  transform: rotate(340deg);
  letter-spacing: 3px;
  text-transform: uppercase;
	font-family:'Roboto', sans-serif;
	text-shadow:2px 2px black;
	color:rgba(255,255,255,1);
}


/*
.module-timetable__cell.booked::before{
	content:'';
	width:100%;
	height:100%;
	height:5px;
	background-color: red;
	position:absolute;	
	left:0;
	right:0;	
}
*/

.module-timetable__cell span{
	font-weight:800;
	font-size:0.8rem;
	color: #fff;
	text-align:center;
}

.module-timetable__row-header span{
	font-weight:800;
	font-size:0.9rem;
	color: #fff;
	text-align:center;
	line-height: 1.2;
}

@media (min-width:992px){
	.module-timetable__cell span{
		font-weight:800;
		font-size:1rem;
		color: #fff;
		text-align:center;
		line-height: 1;
	}
	.module-timetable__row-header span{
		font-weight:600;
		font-size:1.25rem;
		color: #fff;
		text-align:center;
	}
}

.module-timetable__corner-cell{
	display:flex;
	width:9%;
	min-width:105px;
	max-width:105px;
	height:50px;
	background-color: #212121;
}

.module-timetable__row-header{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	flex-direction:row;
	width:9%;
	min-width:105px;
	max-width:105px;
	padding:0.5rem;
	background-color: #212121;
	letter-spacing: 0px;
	}

.module-timetable__row-header small{
	margin-left:-0.15rem;
	letter-spacing: 1px;
}
.module-timetable__column-header{
	display:flex;
	align-items:center;
	flex-direction:row;
	width:13%;
	padding:0.5rem;
	height:50px;
	background-color: #212121;
	
}

	.module-timetable__footer p{
		font-size:1.75rem;
		text-transform: uppercase;
		font-family:'Roboto Condensed';
		font-weight:800;
		text-align: left;
		line-height:1.25;
		letter-spacing:0.5px;
		padding-left:1.25rem;
		border-left: 15px solid #285843;
	}
	.bigger{
		font-size:2.25rem;
	}
	.green{
		color:#285843;
	}
	
	.module-timetable__heading{
		font-size:3.75rem;
		font-weight:900;
		font-family:'Montserrat',sans-serif;
		letter-spacing:2px;
		text-align: left;
		text-transform: uppercase;
		
	}

	.module-timetable__sub-heading{
		text-align:right;
		margin-right:1rem;
		font-size:2.5rem;		
	}
	
	.module-timetable__header{
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		padding-top:2rem;
		
	}
@media (min-width:992px){
	
	.module-timetable__header{	
		align-items:flex-start;
		justify-content:space-between;
		padding:1.1rem 2rem 1rem;
		text-align:center;
	}
	.module-timetable__heading{
		text-align:left;
		margin-left:0;
		line-height:1;		
	}
	.module-timetable__contact-details{
		margin-bottom:0;
		line-height:1;
		margin-top:1rem;
		padding-bottom:0rem;
		padding-left:5px;
		letter-spacing: 2px;
	}
}
	.module-timetable__footer{
		align-items:start;
		padding-left:2.05rem;
	}
	
	.class__sub-heading{
		font-size:0.9rem!important;
		letter-spacing: 1px;
		line-height: 1.25;
		
	}
	
	.module-timetable__cell{
		display:flex;
		align-items:center;
		justify-content: center;
		flex-direction: column;
	}

.admin__controls{
	width:auto;
	padding:2rem;
	display:flex;
	max-width:300px;
}