span {
	display:inline-block;
}

.tbl_progress_bar {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 10px;
	text-align: center;
}

	.tbl_progress_bar .td1 {
		width: 27%;
	}

	.tbl_progress_bar .td2 {
		width: 27%;
	}

	.tbl_progress_bar .td3 {
		width: 46%;
	}
	
.col_1 {
	width:90px;
	text-align:right;
	padding-right:5px;
}
.customer_form {
	border-collapse:collapse;
	font-size:14px;
	margin-top:5px;
	font-family:'Trebuchet MS';
	color:gray;
	width:520px;
}
	.customer_form tr {
		height:26px;
	}
	
.search_table {
	font-family:Arial;
	border-collapse:collapse;
	text-align:center;
	border: 0px solid gray;	
	padding:0px;
	margin:0px;
	width:528px;
}

	.search_table tr {
		height:28px;
	}
	.search_table td{
		border: 0px solid #999999;
	}
	
	.search_table .book_info_message {
		font-size:16px;
		color:black;
		text-align:right;
	}
	
	.search_table .salon_name {
		font-size:20px;
		text-align:center;
		color:#0063b2;
		font-weight:bold;
		font-family:"Trebuchet MS", Trebuchet, Arial;
	}
	
	.search_table .salon_address {
		color:#666666;
		font-size:12px;
		display:inline;
	}

.field label{
	width:120px;

}

.submenucontainer label{
	font-size:14px;
}
.submenucontainer fieldset{
	margin-top:0px;
	border:0px;
}
.submenucontainer fieldset legend{
	color:#0063b2;
	padding-bottom:2px;
}
.head1 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:black;
	margin-left:2px;
}

.head1 label {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.submenucontainer select{
	font-size:12px;
	height:22px;
}

.submenucontainer select option{
	padding-left:10px;
}

.radio-option{
	margin-left:2px;
}
.radio-option label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.dropdown_treatment {
	width: 128px;
}

.date {width:147px;}
	.date .draw_day {width:44px;}
	.date .draw_month_year {width:84px;}

.search_button {
	width:95px;
	font-size:12px;
	height:23px;
}

.treatment {
	margin-top:2px;
	margin-bottom:2px;
	height:22px;
}

.info1 {
	font-size:14px;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	margin-top:5px;
}

.m_book_textfield {
	width: 124px;
}

#Form select,input,textarea {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#666666;
	float:none;
	width:300px
}

.register_table tr {
	height:30px;
}

.search_area {
	height:200px;
	width:300;
	padding:10px;
}

.search_word_1 {
	color:#666666;
	font-size:12px;
}

.search_submit_button {
	width:100px;
	height:30px;
	color:black;
}


.result_table_1 {
	width:600px;
	border:1px solid #999999;
	margin-top: 0px;
	margin-left: 15px;
	margin-bottom: 15px;
}

.result_table_1 tr {
	height:25px;
}

.result_table_1 td {
	text-align:center;
}

.result_date_table {
	width:600px;
	border:0px solid #999999;
	margin:15px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

.result_date_table tr {
	height:25px;
}

.result_date_table td {
	text-align:center;
	font-size:12px;
}

.book_detail_table {
	margin:15px;
	width:600px;
	border:0px solid #999999;
	border-collapse:collapse;
}

.book_detail_table tr{
	height:25px;
}

.book_detail_table td{
	border:0px solid #999999;
	text-align:left;
}

.show_product_table_1{
	margin:5px;
	margin-left:30px;
	width:580px;
	border-collapse:collapse;
	border:1px solid #999999;
}

.show_product_table_1 td{
	font-weight:bold;
	font-size:14px;
}

.optional_choice_table {
	margin-left: 30px;
	width:480px;
}

.optional_choice_category {
	margin-left:50px;
	margin-top:5px;
}

.booking_summary_short_table {
	width: 350px;
	border: 1px solid #999999;
	border-collapse:collapse;	
}

.booking_summary_short_table td{
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.login_field {
	width:150px;
	height:20px;
}

.login_submit {
	font-size:12px;
	vertical-align:middle;
	width:50px;
	height:24px;
}

.login_table td {
	font-size:12px;
}

a.nice_button {
	background: transparent url('/resources/images/admin/bg_button_a.gif') no-repeat scroll top right;
	color: #444;
	display: block;
	float: left;
	font: normal 12px arial, sans-serif;
	height: 24px;
	margin-right: 6px;
	margin-left: 10px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}

a.nice_button span {
	background: transparent url('/resources/images/admin/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 14px;
	padding: 5px 0 5px 18px;
	color: #0066CC;
}

a.nice_button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.nice_button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 18px; /* push text down 1px */
}

#body table {
	margin-top:5px;
}

#my_reservation_panel {
	width:519px;
	background-color:#EDFFFF;
	padding:0px 0px 10px 0px;
	margin:0px 0px 10px 0px;
	border:0px solid red;
}

	#my_reservation_panel h1 {
		font-size:24px;
		padding-left:8px;
		padding-top:2px;
		color:black;
	}

.select_time_tbl {
	width: 100%;
	border: 0px solid black;
	border-collapse:collapse;
}

	.select_time_tbl .col_1{
		width: 40px;
		height: 30px;
		border: 0px solid black;
		text-align: left;
	}
	
	
		.select_time_tbl .col_1 input[type="radio"]{
			width: 30px;
		}
	
	.select_time_tbl .col_2{
		border: 0px solid black;
		vertical-align:middle;
	}
	
.select_question_tbl {
	width: 100%;
	border: 0px solid black;
	border-collapse:collapse;
}

	.select_question_tbl .col_start{
		width: 100px !important;
	}

	.select_question_tbl .col_space{
		padding-left:30px !important;
		padding-right:10px !important;
	}
		
	.select_question_tbl .col_end{
		width: 180px !important;
	}
	
	.select_question_tbl .col_1{
		width: 40px;
		height: 30px;
		border: 0px solid black;
		text-align: left;
	}
	
	
		.select_question_tbl .col_1 input[type="radio"]{
			width: 30px;
		}
	
	.select_question_tbl .col_2{
		border: 0px solid black;
		vertical-align:middle;
	}
	
		.select_question_tbl .col_2 label{
			font-size: 14px;
			font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		}

#COVID_declaration p{
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom:0px;
	margin-top:14px;
}

.booking_tbl {
	font-size:16px;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	width: 519px;
	border-collapse:collapse;
	border: 0px solid gray;
	padding: 0px;
	margin:0px;
}

	.booking_tbl td{
		height:24px;
		vertical-align:top;
		padding-left:4px;
		padding-top:4px;
		padding-bottom:4px;
		border: 0px solid gray;
	}

	.booking_tbl .col1{
		width:100px;
	}
	
	.booking_tbl .info{
		width:30px;
		color:#0063b2;
		text-align:left;
	}
	.booking_tbl .del{
		width:40px;
		color:gray;
		text-align:right;
	}
	.booking_tbl .off{
		width:85px;
		color:gray;
		text-align:right;
	}
	.booking_tbl .price{
		width:76px;
		color:#666666;
		font-weight:bold;
		text-align:right;
		padding-right:14px;
	}
	.booking_tbl .book_now_button {
		width:128px;
		height:23px;
		padding-left: 0px;
	}
	
	.booking_tbl .bottom_image_button_left {
		width:128px;
		height:23px;
		float:left;
		padding-left:5px;
	}
	
	.booking_tbl .bottom_image_button_right {
		width:128px;
		height:23px;
		float:right;
		padding-right:10px;
	}	
	
	.booking_tbl select {
		height: 26px;
		width: 240px;
		padding-left: 10px;
		color: #666666;
	}
	
	.booking_tbl input {
		height: 26px;
		width: 400px;
		padding-left: 10px;
	}
	
	.booking_tbl .row_space {
		height:8px;
	}
	
		
.total_tbl {
	margin-bottom: 10px;
}
	.total_tbl td{
		vertical-align:middle;
		height:40px;
		border-top: 2px solid #00AEEF;
		border-bottom: 2px solid #00AEEF;
	}

.buttons_desc_tbl {
	font-size:12px;
	color:#666666;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	width: 519px;
	border-collapse:collapse;
	border: 0px solid gray;
	padding: 0px;
	margin:0px 0px 30px 0px;
}

	.buttons_desc_tbl td{
		vertical-align:top;
		padding-left:0px;
		border: 0px solid gray;
		text-align:justify;
	}

.booking_final_datainput {
	background-color:#F0EAD0;
	width:40px;
	border:none;
	font-size:14px;
}
	
.latest_news_tbl {
	border: 0px solid black;
}
	.latest_news_tbl td{
		font-size:12px;
	}
	
	.latest_news_tbl img{
		width:75px;
	}

.date_table {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:13px;
	border-collapse:collapse;
	text-align:center;
	border: 0px solid gray;
	padding:0px;
	margin:0px 0px 0px 0px;
	width:528px;
	text-align:center;
}
	.date_table td{
		width:44px;
		height:54px;
		background-image:url("/resources/images/book_sales/2020/date_bg.jpg");
	}
	
	.date_table .selected_cell{
		color:black;
		background-image:url("/resources/images/book_sales/2020/date_select.jpg");
	}
	
	.date_table .unclickable_cell{
		color:#CCCCCC;
	}
	
.time_table {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
	border-collapse:collapse;
	text-align:center;
	border: 0px solid gray;
	padding:0px;
	margin:0px;
	width:528px;
	text-align:center;
}
	.time_table td{
		width:44px;
		height:14px;
		vertical-align:middle;
		padding-bottom:4px;
	}

.deals_tbl {
	margin:0px;
	padding:0px;
	border:0px;
	border-bottom:1px dotted #CCCCCC;
	width:205px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size:14px;
}
	.deals_tbl td{
		height:18px;
		vertical-align:bottom;
	}

#search_panel {
	width:520px;
	border:0px red solid;
	background-color:#CCCCCC;
	margin-top:-5px;
	margin-bottom:0px;
	padding-bottom:10px;
	margin-left:20px;
}

	#search_panel .search_panel_top_bar {
		width:520px;
		height:20px;
		margin-left:0px;
	}

	#search_panel .panel_header_txt {
		font-size:22px;
		font-family:Georgia, "Times New Roman", Times;
		letter-spacing:-.04em;
		color:black;
		margin-top:0px;
		margin-bottom:0px;
		text-align:right;
		padding-right:10px;
	}

	#search_panel h1 {
		font-size:14px;
		font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		margin-bottom:0px;
		color: black;
	}

	#search_panel fieldset {
		border:none;
	}
	
	#search_panel .treatment_div {
		height:26px;
		width:505px;
	}
	
	#search_panel .treatment_div select {
		width:505px;
		height:22px;
		font-size:12px;
	}
	
	#search_panel .search_button {
		width:128px;
		height:23px;
		float:right;
	}
	
	#search_panel .clear_button {
		font-size:12px;
		font-family: Arial, Helvetica, sans-serif;
		padding-left: 2px;
	}

.search_again_button {
	width:128px;
	height:23px;
	margin-left:5px;
}
		
.booking_condition_tbl {
	width:520px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	text-align:justify;
	margin-bottom:15px;
}

.combo_div {
	border-left:1px solid #0063b2;
	margin:6px 0px 0px 24px;
	padding:0px 0px 0px 12px;
}

.collapsible {
	color:#0063b2;
	font-family: 'Trebuchet MS';
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	margin-top: -5px;
	margin-bottom: 5px;
}

.collapsible:hover {
	color: #00AEEF !important;
	text-decoration: none !important;
}

.content {
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}

.beauty_row {
	font-family: Georgia, "Times New Roman", Times;
	font-weight: bold;
	color: #000000;
	font-size: 14px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top:1px;
	padding-bottom:1px;
	line-height:1.4;
}

.gap {
	margin-bottom: 15px !important;
}

.weaker {
	font-weight: normal;
	margin-top:3px !important;
	margin-bottom:3px !important;
}

.booklink {
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 14px;
	font-weight: normal;
}

.leftgap {
	padding-left: 22px !important;
}

#group_deals_div {
	margin-bottom: 24px;
}

.one_column_tbl {
	border-bottom:1px dotted #CCCCCC;
	width:100%;
	border-collapse:collapse;
}