#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}


.list-trainer-row{
	cursor:pointer;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	min-height: 45px;
}

.list-trainer-row:last-child{
	border-bottom: none;
}

.list-trainer-name{
	margin-left:10px;
	line-height:40px;
	font-size: 22px;
}

.list-trainer-image{
	float: right;
	width: 40px;
	height: auto;
}

.list-trainer-row input[type=radio]{
	width:15px!important;
	height:15px!important;
	margin-right: 15px;
}

.list-trainer-image img{
	border-radius: 50%;
}

.section-booking-title{
	margin-top: 5px;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

.section-membership label{
	font-size: 17px;
	margin-top: 10px;
	margin-left: 1px;
}

.search-btn-section{
    padding-top: 20px;
}

.lower-button-container{
	width:100%;
	position: relative;
	min-height: 73px!important;
}

.lower-button-inner{
    /*
	width: auto;
	position: absolute;
  	bottom: 0;
  	left: 0;
    */
    width: 100%;
    max-width: 200px;
    position: relative;
    margin-top: 0px;
}

.booking-search-text{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}

.booking-search-text a{
	color: #16568c!important;
}

.booking-search-filter{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	font-weight: bold;
}

.booking-section{
	display: none;
}

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

.resource-row{
	margin-top:15px;
	margin-bottom:10px;
}

.resource-row table tr th, .resource-row table tr td{
	font-size: 18px;
	line-height: 40px;
}

.booking-search-result table{
	border: 1px solid #ddd;
}

.resource-row .action-col{
	width:15%;
}

.resource-row .date-col{
	width:20%;
}

.resource-row .details-col{
	width: 40%;
}

.btn-danger{
	background-color: #FF7C00;
}

.list-membership{
	margin-top: 10px;
}

.select-membership-row{
	margin:3px;
	font-size: 16px;
}

.div-completed-buttons{
	display: inline-block;
	width: 280px;
}

.book-now-text{
	background-color: #25377f;
	color: #fff;
	margin-left: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-size:12px;
	border-radius:2px;
	display:none;
}

.waiting-list-text{
	background-color: #e3760b;
	color: #fff;
	margin-left: 10px;
	padding-left: 3px;
	padding-right: 3px;
	font-size:12px;
	border-radius:2px;
	display:none;
}

@media (max-width: 896px){
	.lower-button-container{
		min-height: 100px!important;
	}
	
	.lower-button-inner{
		width: 100%;
                max-width: 100%;
	}
	
	.resource-row table tr th, .resource-row table tr td{
		font-size: 14px;
		line-height: 24px;
	}
	
	.resource-row .action-col{
		display:none;
	}
	
	.resource-row .date-col{
		width: 100px;
	}
	
	.resource-row .details-col{
		width: 66%;
	}
	
	.book-now-text, .waiting-list-text{
		display: inline-block;
	}
	
}