.tool-booking-wrapper {
	font-family:'Open Sans', sans-serif;
	margin: 0 auto;
	color: #707070;
}

.location-selection, .game-selection, .date-n-time-picker, .contact-info{
	margin-bottom: 30px;
}

.tool-booking-wrapper .left, .tool-booking-wrapper .right{
	display: inline-block;
}

.location-selection, .date-n-time-picker{
	-webkit-box-shadow: 3px 3px 5px 0px rgba(224,224,224,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(224,224,224,1);
	box-shadow: 3px 3px 5px 0px rgba(224,224,224,1);
}

.location-selection{
	border: 1px solid #B1B1B1;
	border-radius: 5px;
	font-weight: 600;
	vertical-align: top;
}

.location-selection .left{
	float: left;
	height:100%;
	width: 30%;
	padding: 15px;
}

.location-selection .right{
	float: left;
	padding: 15px;
	width: calc(70% - 5px);
}

.location-selection a{
	text-decoration: none;
	font-weight: 400;
	display: block;
	padding: 8px 0;
	color: #707070;
	font-size: 16px;
}

.location-selection .locationBtn{
	border: 0;
	background: none;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #707070;
	cursor: pointer;
}

.location-selection .locationBtn.active{
	border: 0;
	background: none;
	display: block;
	font-size: 16px;
	padding: 10px 0;
	color: #4D76FF;
	font-weight: 600;
}

.location-selection .button:hover, .location-selection .locationBtn:hover{
	color: #4D76FF;
	font-weight: 600;
	text-decoration: none;
}

.location-selection a:hover, .location-selection a:visited, .location-selection a:focus{
	color: #707070;
}

.location-selection a:hover{
	text-decoration: underline;
}

.location-selection a.active{
	font-weight: 600;
	color: #4D76FF;
}

.tool-booking-wrapper div[class*="content-"] { 
  display:none;
}

.tool-booking-wrapper div.active { 
  display: inline-block;
}

/*the container must be positioned relative:*/
.game-selection, .number_of_participants{
	position: relative;
	width: 500px;
}

.game-selection select, .number_of_participants select {
	display: none; /*hide original SELECT element:*/
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 15px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #B1B1B1 transparent transparent transparent;
}

.number_of_participants .select-selected:after{
	top: 33px;
}

.number_of_participants .select-selected.select-arrow-active:after{
	top: 27px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #4D76FF transparent;
	top: 8px;
}

/*style the items (options), including the selected item:*/
.tool-booking-wrapper .select-items div, .tool-booking-wrapper .select-selected {
	color: #000000;
	padding: 8px 16px;
	/*border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;*/
	cursor: pointer;
	user-select: none;
}

.select-selected{
	border: 1px solid #B1B1B1;
	border-radius: 5px;
}

/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #FFFFFF;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border: 1px solid #B1B1B1;
	border-radius: 5px;
	border-top: none;
}

/*hide the items when the select box is closed:*/
.tool-booking-wrapper .select-hide {
	display: none;
}

.tool-booking-wrapper .select-items div:hover, .tool-booking-wrapper .same-as-selected {
	background-color: #F4FAFF;
	color: #4D76FF;
	margin: 0 1px;
}

.date-n-time-picker{
	border: 1px solid #B1B1B1;
	border-radius: 5px;
	padding: 5px;
}

.date-n-time-picker .left{
	width: 250px;
	vertical-align: top;
	padding: 5px;
}

.date-n-time-picker .right{
	vertical-align: top;
	width: calc(100% - 260px);
}

.date-n-time-picker .left img{
	width: 100%;
	padding-left: 2px;
	margin: 0;
}

.date-n-time-picker .timeBtn{
	display: inline-block;
	border: 1px solid #ebebeb;
	background: #ebebeb;
	padding: 10px 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	min-width: 180px;
	text-align: center;
	color: #636363;
	cursor: pointer;
}
.date-n-time-picker .timeBtn .span-full{
	display: none;
}

.date-n-time-picker .timeBtn.active {
	background: #F4FAFF;
	border: 1px solid #4D76FF;
}

.date-n-time-picker button.disabled{
	background: #abaaaa;
	color: #FFFFFF;
	cursor: default;
}

.date-n-time-picker button.disabled:hover{
	background: #abaaaa;
	border: none;
}

.location-selection .locationBtn, .date-n-time-picker .timeBtn:focus{
	outline: none;
}

.tool-booking-wrapper .contact-info input{
	font-size: 14px;
	width: 100%;
	padding: 8px 0px 8px 16px;
	color: #707070;
	border-radius: 5px;
	border: 1px solid #B1B1B1;
	height: 40px;
}

.contact-info input.input-contact-no{
	width: calc(100% - 165px);
}

.tool-booking-wrapper .contact-info select{
	font-size: 14px;
	color: #707070;
	border-radius: 5px;
	border: 1px solid #B1B1B1;
	height: 40px;
}

.tool-booking-wrapper .contact-info textarea{
	font-weight: 300;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	width: 100%; 
	min-width: 100px; 
	padding: 8px 0px 8px 15px;
	color: #707070;
	border-radius: 5px;
	border: 1px solid #B1B1B1;
}

.tool-booking-wrapper .submitBtn{
	border: none;
	background: #4D76FF;
	padding: 12px 16px;
	margin-bottom: 100px;
	color: #FFFFFF;
	border-radius: 5px;
	font-size: 18px;
}

@media screen and (max-width: 720px) {
	.date-n-time-picker .left{
		width: 50%;
	}
	.date-n-time-picker .right{
		width:45%;
	}
	.contact-info input.input-contact-no{
		width: calc(100% - 165px);
	}
}

@media screen and (max-width: 655px) {
	.date-n-time-picker .timeBtn{
		padding: 8px 12px;
	}
}

@media screen and (max-width : 600px){
	.date-n-time-picker{
		padding: 12px;
	}
	
	.date-n-time-picker .left, .date-n-time-picker .right{
		display: contents;
		width: 100%;
	}
}

@media screen and (max-width: 580px) {

		
}

@media screen and (max-width: 530px) {
	.game-selection{
		width: 100%;
	}
}

@media screen and (max-width : 414px) {
	.tool-booking-wrapper .left, .tool-booking-wrapper .right{
		display: block;
	}
	
	.location-selection .left, .location-selection .right{
		width: 100%;
	}
	
	.location-selection .left{
		border-right: none;
	}
	
	.location-selection p{
		margin: 8px 0;
	}
	
	.tool-booking-wrapper .button{
		display: inline-block !important;
		padding-right: 12px !important;
	}
	
	.contact-info input, .contact-info textarea{
		
	}
}

@media screen and (max-width : 356px){
	.location-selection, .game-selection, .date-n-time-picker, .contact-info{
		
	}
}