.bookingcontainer {
	display: block;
	margin: auto;
	/*max-width: 764px;*/
	max-width: 960px;
}

.bookingcontainer table {
    border-collapse: initial;
    border-spacing: 3px;
    margin: auto;
    width: auto;
}

.mtb6 {
	margin: 6px auto;
}

.bookingcontainer table td {
	padding: 5px 0;
	/*vertical-align: middle;*/
}
.bookingcontainer table td label {
	font-size: 15px;
}

.bookingcontainer.scheme table td {
    text-align: center;
}

.bookingcontainer h1 {
	font-size: 24px;
	text-align: center;
	margin: 10px 0 0 0;
}
.bookingcontainer h1.bold {
	font-weight: 500;
}

.bookingcontainer input {
	width: auto;
	/* padding: 13px 5px; */
	margin: 0;
}
/* input[type=submit] {
	background: #1e2022;
	color: #fff;
	border-radius: 40px;
} */
input[type=text], input[type=password] {
	border: 1px solid #666;
}

.bookUserAccount {
	text-decoration: none;
	color: #000;
	display: block;
	/*border: 2px dashed #CCC;*/
	padding: 2px 4px;
	margin: 5px auto;
	text-align: center;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#eadade;/*rgba(255, 255, 255, 0.5);
*/}
.bookUserAccount ul {
	margin: auto;
	display: inline-block;
}
.bookUserAccount ul li {
	float: left;
	margin-left: 30px;
	padding: 0px;
}

table.bookAppointments {
	border-spacing: 0;
	width: 100%;
}
	table.bookAppointments td {
		padding: 3px;
		/*line-height: 2em;*/
	}

.bookFreeTime {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #CCC;
	padding: 2px 4px;
	margin: 2px 0px 0px 1px;
	text-align: center;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color:#eadade;/*rgba(255, 255, 255, 0.8);*/
}
.bookingUnsuccess {
	text-decoration: none;
	color: #000;
	display: block;
	border: 1px solid #CCC;
	padding: 2px;
	margin: 2px 0px 0px 1px;
	text-align: center;	
	background-color: #FFCC33;
}
#bookingNavi {
	position: fixed;
	top: 315px;
}

h1.photoAlbum
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
}
.photoDesc 
{
	font-size: 12px;
}
.bookingInfoText
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

/*container styles*/
#progresscontainer {
	/* font-family: Arial; */
	clear: right;
	position: relative;
	border-bottom: 3px dotted rgb(233, 233, 233);
	/*margin: 0px 0px 10px;*/
	width: 764px;
	margin: auto;
	text-align: center;
}
/*progressbar*/
#progressbar {
	counter-reset: step;
	padding: 0px;
	overflow: hidden;
}
#progressbar li {
	width: 25%;
	float: left;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	list-style-type: none;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 12px;
	color: #333;
	background: lightgray;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: -50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before {
	background: #27AE60;
	color: white;
}

#datepickerOpen {
	position: absolute;
	margin-left: 4px;
	line-height: 30px;
	font-size: 24px;
}

@media only screen and (max-width: 764px) {
	/* try to fix Safari not able to push bottom bar button issue */
	main {
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	
	.hidden-sm {
		display: none;
	}

	input#button.hidden-sm {
		display: none;
	}

	.bookingcontainer {
		margin: auto 10px;
	}
	.bookingcontainer table {
		width: 100%;
	}
		.bookingcontainer table td {
			line-height: 1.75em;
		}

	#bookingNavi {
		top: initial;
		bottom: 0px;
		background: #000;
		margin: 0 -10px;
		width: 100%;
		height: 60px;
		padding-bottom: 44px;
		z-index: 500;
	}
	    #bookingNavi a {
			display: inline-block;
			margin-top: 12px;
			margin-right: 10px;
			font-weight: bolder;
			font-size: 18px;
		}

		.bookFreeTime.white {
			background: #e9e9e9;
			margin-left: 5px;
		}

	footer {
		padding-bottom: 50px;
	}
}

@media only screen and (min-width: 765px) {
	.hidden-lg {
		display: none;
	}
   .bookingcontainer.scheme table td {
    	width: 100px;
    }
 
    #bookingNavi {
    	z-index: 999;
    	transform: translateX(922px);
    	border: 3px dotted #ccc;
	    border-radius: 10px;
	    padding: 10px;
	    background: #e9e9e9;
    }
    	#bookingNavi a {
			display: block;
		}
}