.ValidationErrors {
	color: #96182e!important;
	font-size:0.75rem;	
}


@media(min-width: 769px) {
	.input_label {
		margin-bottom:25px;
	}
}
.form-container .table, .form-container table, .form-container .table td, .form-container table td {
	border: 0px solid #ccc !important;
	margin-bottom: 0px !important;
}
.form-container .booking-calender .table td, .form-container .booking-calender table td{
	min-width: 0px !important;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  /*border: 1px solid #b99c14;*/
	border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(163, 174, 239, 0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
}


.formbox textarea,
.formbox input[type="text"],
.formbox input[type="password"],
.formbox input[type="datetime"],
.formbox input[type="datetime-local"],
.formbox input[type="date"],
.formbox input[type="month"],
.formbox input[type="time"],
.formbox input[type="week"],
.formbox input[type="number"],
.formbox input[type="email"],
.formbox input[type="url"],
.formbox input[type="search"],
.formbox input[type="tel"],
.formbox input[type="color"],
.formbox .uneditable-input {
  background-color: #ffffff;
  border: 1px solid #b99c14;
	/*border: 1px solid #cccccc;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}

.btn_submit {
    cursor: pointer;
	text-align:center;
    color: #fff;
	padding: 10px 20px;
	width:100px;
	font-weight: bold;
	letter-spacing: 1px;		
    display: inline-block;
    outline: none;
    text-decoration: none;
    line-height: normal;
    font-size: 1em;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    color: rgb(255, 255, 255);
	background: #4e6c3b;
	background-size: cover;
}

.btn_submit:hover {
	color: #ffffff;
	text-decoration: none;
	background: #38522b;
	background-size: cover;
	cursor: pointer;
    outline: 0;
}

  .reload-btn-pos {
    float: left;
    padding-left: 5px;
  }
  #capImg {
    width: 230px;
	max-width: 230px;
  }
  
/* iphone6-5 only */
@media (max-width: 360px) {
  #capImg {
    width: 200px;
	max-width: 180px;
  }
}




.page{
	background:#fff; 
}


#formDiv {
	font-size:12px; 
	border: 0px; 
	background:#e9edf5; 
	width:100%; 
	/*padding-bottom:50px;*/
}

.font-title{
	color:#fff; 
	font-size:14px; 
	font-weight:bold; 
	text-align:left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin:0px;
	background:#a7860c;
	padding:5px 10px;
	margin-bottom:15px;
}

.application-form{
padding:0px;
margin:0px 0px;
}
.form-container{
	margin-top:10px!important;
}
.formbox{
    padding: 20px 20px 20px 20px;
    background: #FFFAE7!important;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}

.font-title-sub{
	color:#022169; 
	font-size:14px;
	font-weight:bold; 
	text-align:left; 
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	margin:0px;
}
#schedule_date_block{
    display:none;
}
#schedule_date{
    font-weight: bold;
}
.underline{
	border-bottom:1px dotted #ccc; 
	height:40px;
}

.box{
	border:1px dotted #ccc;
	width:100%;
	background:#fff;
	display:block;
}

.form-horizontal .form-group {
	margin-right: 3px!important;  
	margin-left: 3px!important; 
	margin-top: 20px; 
}

.grouplesson table {
	background:#fff; 
	border:1px solid #ccc; 
	width:100%;
}

.grouplesson table tr{
	border-bottom:1px solid #ccc; 
	padding:15px;
}

.grouplesson table tr td{
	padding:10px;
}

.cheerbox {
	background-color: inherit!important; 
	color: #333; 
	padding: 15px;
}

.text-hl-yellow {
	color:#b99c14;
	font-weight: bold;
}

.form-control {
	border: 1px solid #b99c14;
	padding: 3px 12px;
}

.form-control:focus {
    border-color: #b99c14;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168,138,50,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(168,138,50,.6);
}
.has-error-table-pref{
	padding-top: 10px;
	padding-bottom: 10px;
	color:#96182e;
	display:none;
}
.clickButton {
	background-color: #a7860c; 
	color: white; 
	padding: 8px 15px; 
	display: block; 
	text-align: center; 
	/* margin: 0 auto; */
	cursor: pointer; 
	width:190px;
	margin-bottom:30px;
	font-size: 14px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
	border:0px!important;
}
.clickButton:hover {
    background-color: #d4a900;
}

.submitDiv .clickButton{
	margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
		
.marginTop-7px{
margin-top:7px;
}

.marginTop-20px{
margin-top:20px;
}

.checkbox{
float:left;
margin: 0px 25px 15px 30px;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
     padding-top: 20px;
}


.remarks{
line-height:18px;
margin-top:5px;
}

.left-fill{
display:inline; 
width:80%; 
float:left;
}
.remarks-Optional{
padding-left:5px;
}

.Residential-area-m{}
.marginTop20px-m{margin-top:0px;}

#captchaInputDiv{
margin-bottom:30px;
margin-top:10px;
}

h5 {
    color: #022169;
    font-size: 1em;
    line-height: 1.4em;
    font-weight: 400;
    margin-bottom: 100px;
    
}

@media (max-width: 1119px) {
 .marginTop20px-m{margin-top:10px;}
 .font-title{margin-top:20px;}
 

}

.flowchart-mobile {
		display:none;
	}
	

@media (max-width:767px) {

	.flowchart-mobile {
		display:block!important;
	}
	

	
	#steps h5{
 font-size:0.8125em;	
}
	
}




@media (max-width: 767px) {
.marginTop-20px {
    margin-top: 10px;
}
 .Residential-area-m{margin-top:10px;}
 
 .title-marginTop-20px{
 margin-top:40px;
 }
	
.formbox {
    padding: 20px 10px 20px 10px;
    
}
	
	
}

@media (max-width: 550px) {

.female{
width:120px;
}
}

@media (max-width: 320px){
	.female {
		width: auto;
	}
	
	.clickButton {
		width: 100%;
	}
}

.formField{
	font-size: 14px;
}	

.form-control{
	height: 30px;
}

.itemRight{
	padding-left: 0px;
    padding-right: 30px;
}
.itemBelow{
	margin-top: 5px;
}

.form-success-msg{
	background: #fbfbfb;
    padding: 25px;
}


select.ErrorField{
	border: 1px solid #fb5858;
	box-shadow: 0px 0px 14px #bbb; 
    -moz-box-shadow: 0px 0px 14px #bbb;
    -webkit-box-shadow: 0px 0px 14px #bbb;  
}
/* Style of DatePicker*/
.datepicker .table-condensed{
	/*background: #fff;*/
	background: #f5f5f5;
}


.datepicker .table-condensed tr th {
    border-top: 2px solid #a7860c!important;
}

.datepicker .table-condensed thead {
    background-color: #fff;
}



.booking-calender-inner table td {
    border: 1px solid #fff!important;
}

.datepicker td, .datepicker th {
    border-radius: 0px;
}

.form-container table td.datePickedDiv {
    border: 0px solid #fff!important;
}

.datepicker .prev, .datepicker .datepicker-switch, .datepicker .next{
	border-bottom: 2px solid #a7860c;
} 
.datepicker .prev.disabled, .datepicker .next.disabled{
	visibility: visible;
}
.datepicker .prev, .datepicker .next{
    background: #a7860c;
    border-radius: 0px;
    color: #fff;
	font-size: 1.3em;
}
.datepicker td, .datepicker th{
	text-transform: uppercase;
}
.datepicker .day{
	border-radius: 0px;
	padding-top: 15px;
    padding-bottom: 15px;
	background: #ece6da;
}
.datepicker .day.new{
	background: #fff;
	display:none;
}
.datepicker .day.active{
	background: #a7860c !important;
	font-weight: bold;
}
.datepicker .day.today{
	background: #eaeaea !important
}
.datepicker .day.active.today{
	background: #a7860c !important;
}
.datepicker .day.today.disabled, .datepicker .day.today.disabled:hover {
    background: #fff !important;
    color: #a7860c !important;
}

.datepicker table tr td.day:hover {
	color: #fff !important;
	background: #a7860c !important;
	font-weight: bold;
}




.datepicker table tr td.disabled, .datepicker table tr td.disabled.day:hover {
	color: #ccc!important;
	background-color:inherit!important;
	font-weight: normal;
}

/*.table-condensed tbody tr {
    border-bottom: 2px solid #b99c14;
}*/

th.dow {
    color: #b99c14;
}

.datepicker .prev:hover, .datepicker .next:hover{
	background-color: #b99c14!important;
	color:#fff;
}

.datepicker-inline {
    width: 100%;
}
.lastUpdatedDiv{
	margin: 0px 0px 10px 0px!important;
}
/* Style of DatePicker*/

.booking-calender-outer{
	margin: 0px 15px;
    border: 0px solid #ddd !important;
	padding: 15px 0px;
}
.booking-calender ul li{
	list-style-type: decimal;
	margin-left: 15px;
}

@media (max-width: 767px){
	.itemRight{
		padding-left: 15px;
		padding-right: 15px;
	}
	.form-control{
		height: 28px;
	}
	.formField {
		font-size: 12px;
	}
}
@media (max-width: 992px){
	.form-control {
		margin-bottom: 5px;
	}	
	
	#declare-box label {
	float: right;
    width: 96%;
}

#declare-box input {
	float: left;
    width: 3%;
}
	
	
}

@media (min-width: 1024px){
	.mdpadding-left{
		padding-left:10px;
	}
}

@media screen and (max-width: 454px){
	
	.booking-calender-outer {
    /*margin: 0px 5px;*/
	}
	
    
}

.form-control {
    border-radius: 0px;
}

body h4 { 
    color: #a7860c;
}

#main #member-container .member-content-container a {
	color: #a7860c;
}

body h5, body h2 {
    color: #a7860c;
	margin: 0px 0px 20px 0px;
}

.text-hl-yellow {
    color:#a7860c!important;
    font-weight: bold;
}

.control-label.labelTitle {
   /* color:#a7860c!important;*/
	padding-top: 0px!important;
    
}


option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    
    padding-top: 4px;
    padding-right: 2px;
    padding-bottom: 4px;
    padding-left: 2px;
}


.booking-calender ul li {
    list-style-type: decimal;
    margin-left: 15px;
    margin-bottom: 5px;
}


.clickButton {
	background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
}


.form-container table {
	width:100%!important;
}

.datepicker .prev, .datepicker .next {
    background: #a7860c !important;
}

#member-container h1, #member-container h4, #member-container h6 {
    color:#23262a;
}

#member-container h5 {
    color:#a7860c;
}

.per-info {
	margin-top:0px;
}

#contactUsBox {
	display:none!important;
}

.listing h1 {
	font-family: "fontCG_Medium","Cormorant Garamond",Georgia,"Times New Roman",Times,serif!important;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
    color: #000000;
}

.listing {
    /* padding: 0px;
    border: 0px solid #ccc;
    background: #FFFAE7!important; */
	padding: 1.375em 1.5em;
    margin-bottom: 2em;
    background-color: #ffffff;
    border-radius: 0.5rem;
    font-size: 16px;
    border: 1px solid #A0926E;
}

@media (max-width: 576px) { 
 .listing {
	padding: 1.375em 1.2em;
 }	
}

.btn-default {
    color: #fff;
    background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
    border: 0px;
}

.btn-default:hover {
    color: #fff !important;
    background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
    border: 0px;
	cursor:pointer;
	  outline: 0;   
}

.btn-default.focus, .btn-default:focus {
    color: #fff!important;
    background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
    border: 0px;
    outline: 0;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #fff!important;
    background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
    
	border: 0px;
    outline: 0;
}



.btn-default:active:focus, .btn-default:active:hover {
	 background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
    border: 0px;
    outline: 0;
}



textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #ffffff;
    border: 1px solid #b99c14;
    /* border: 1px solid #cccccc; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}


#member-container h1 {
    font-family: "fontCG_Medium","Cormorant Garamond",Georgia,"Times New Roman",Times,serif!important;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212223;
}

body .zh #member-container h1 {
    font-family: 微軟正黑體, "Microsoft JhengHei", "Meiryo UI", Meiryo, arial, sans-serif!important;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
    color: #212223;
}

input:disabled {
background-color: -internal-light-dark-color(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    border-color: rgba(118, 118, 118, 0.3);
}

.form-control.disabled-field {
	width:43px; 
	border:1px solid #9c9c9c!important;
	color:#000!important;
	
}

.form-control.disabled-field::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000!important;
  opacity: 1; /* Firefox */
}

.form-control.disabled-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000!important;
}

.form-control.disabled-field::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000!important;
}


/*

.point-disc li{
	margin-left: 15px;
	list-style-type:disc!important;
}
*/




.point-listing li{
	margin-left: 15px;
	list-style-type:decimal!important;
}

.point-listing-title {
	margin-bottom:8px;
	
}


@media (max-width: 991px) {
.point-listing-title {
	margin-top:15px;
	
}
}


.checkbox label {

    padding-left: 0px;
  
}


#main #member-container .capImgWrap{
    float:left;
    max-width: 240px;
}
#main #member-container #capReload{
    line-height: 66px;
    font-size: 28px;
    margin-left: 0px;
    float: left;
}
#main #member-container #capReload > .fa-refresh{
    cursor: pointer;
    color: #666;
    animation: rotateLoading infinite 1s linear;
    animation-play-state: paused;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
}
#main #member-container #capReload > .fa-refresh.loading{
    animation-play-state: running;
    cursor: not-allowed;
}
#main #member-container #capImg {
    max-width: 240px;
    margin-bottom: 5px;
    filter: blur(0px);
    opacity: 1;
    transition: filter 0.3s, opacity 0.2s;
}
#main #member-container #capImg.loading{
    filter: blur(5px);
    opacity: 0.5;
}

#main #member-container #CAPTCHA {
    /* max-width: 240px; */
	max-width:100%;
    display:block;
    text-transform: uppercase;
	margin-top:20px;
}

@media only screen and (max-width: 750px) {

	#main #member-container .capImgWrap{
        width: calc(100% - 60px);
    }
#main #member-container #CAPTCHA {
        /* max-width: 290px; */
		max-width:100%;
    }

}


@media only screen and (max-width: 400px) {
	
	.col-md-3.col-sm-3.col-xs-4.labelTitle {
		width:45%!important;
	}
	
	.col-md-9.col-sm-9.col-xs-8.sessionPickedDiv {
		width:55%!important;
	}
	
}


.padding-top-space {
	padding-top:10px;
}


tr.evenBandRow td {
    /* background-color: #fdf6da; */
    background-color: #f1e7c9;
}

.table td {
    padding: 5px !important;
    color: #000;
    background-color: #FFFAE7;
    border: 2px solid #FFFAE7;
    border-top: 1px solid #fff !important;
    border-right: 2px solid #fff;
    border-bottom: 0px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


.tenure-year {

    background: #e9ce67;
    padding: 10px 20px;
    max-width: 200px;
    border-radius: 45px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
	margin-top:35px;
	margin-bottom:35px;
}

.align-center-table {
	width:60%; 
	margin:0 auto;
}

.padding-30px {
	padding:30px 0px;
}

@media only screen and (max-width: 767px) {
	.align-center-table {
	width:80%; 
	margin:0 auto;
}
	.padding-30px {
	padding:20px 0px;
}

}


@media only screen and (max-width: 550px) {
	.align-center-table {
	width:90%; 
	margin:0 auto;
}
	
	.padding-30px {
	padding:10px 0px;
	
}

}

.rfid-gold-color, .rfid-gold-color a, .rfid-gold-color-li.bullet-icon ul li:before {
    color: #a7860c!important;
}

.rfid-gold-color {
    text-align: center;
}


.member-number-bar  {
    background-color: #a7860c!important;
    border: 1px solid #ffffff;
    border-top: 0px !important;
    border-right: 2px solid #fff;
    padding: 5px !important;
    color: #fff!important;
    font-weight: bold;
    text-align: left;
}


/*
.table.rfid-table tr td:nth-child(1) {  
  text-align:center!important;
} 

.table.rfid-table tr td:nth-child(2) {  
  text-align:center!important;
}*/

.table.rfid-table tr td:nth-child(3) {  
  /*text-align:center!important;*/
}



.table.rfid-table tr th:nth-child(2) {  
  /*text-align:center!important;*/
	min-width:150px;
	width:20%;
}

.table.rfid-table tr th:nth-child(3) {  
 /* text-align:center!important;*/
	min-width:230px;
	width:30%;
}

.table.rfid-table tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:260px;
	width:50%;
}




.table.rfid-table tr td {
    padding: 8px !important;

    line-height: 1.5em!important;
    border-top: 1px solid #fff !important;
    border-right: 2px solid #fff !important;
    border-bottom: 0px;
}

.table.rfid-table tr th {
     line-height: 1.5em!important;
}

.table.rfid-table thead tr th {
   line-height: 1.5em!important;
    border-bottom: 2px solid #fff;
}

.table th {
    background-color: #E8CE66;
    border: 2px solid #FFFAE7;
    border-top: 0px !important;
    border-right: 2px solid #fff;
    padding: 8px !important;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.msg-inform-box {
	padding:10px;
	background-color:#FFFAE7;
}

.iconsContainer.floatRight {
	display:none!important;
}

.facilities-content img{
	width: auto !important;
}
/*restaurant table added*/
.restaurant-infoTable tr.odd td  {
    background-color: #EFEFEF;
}
.restaurant-infoTable td {
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    vertical-align: middle;
    text-align: center;
}
.restaurant-infoTable th, .restaurant-infoTable td {
    padding: 10px;
}
.restaurant-infoTable th {

	text-align:center;
    border-bottom: #CCC 1px solid;
	font-weight:bold !important;
}

.restaurant-infoTable td {
    border-top: #FFF 1px solid;
    border-left: #FFF 1px solid;
    vertical-align: middle;
    text-align: center;
}

.restaurant-infoTable table {
    width: 100%;
    border-bottom: #CCC 1px solid;
}

/* accordion css */
.panel-default > .panel-heading {
	margin: 0px;
	padding: 7px 10px;
	font-size: 1em !important;
	background: #a7860c!important;
	color: #fff;
}

.panel-title {
    margin-top: 1px !important;
    margin-bottom: 0;
    font-size: 1em;
    color: #fff !important;
	text-decoration:none !important;
}

.panel-title a {
    color: #fff !important;
    word-wrap: break-word;
}

.panel-title a:hover {
   text-decoration:none !important;
}

.panel-heading {

    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.panel-group .panel + .panel {
    margin-top: 15px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0px;
	margin-bottom:20px; 
}

.panel-heading-icon {
float:right;
font-size: 20px !important;
line-height:20px;
width: 120px;
text-align: right;
}


.restaurant-logo {
	
	float:left; 
	display:inline-block;
	padding: 2px 10px 10px 0px;
}

.note-icon span{
	margin-left: 5px;
}




.res-bar-odd {
	background-color: #f0f0f0;
}


.res-price-title {
	padding:8px !important;
	font-weight: 600;
}

.res-price-title .res-price-title-content {
	font-weight: normal !important;
}


.res-price-info {
	border-left: 1px solid #fff;
	padding:8px !important;
	/*text-align:center;*/
}


.res-table td{
	border-bottom: 1px solid #cbcbcb;
	padding: 5px 3px;
	vertical-align: top!important;
}

.res-table-title {
	width:100%;
}

.res-table-dollarsign {
	min-width:26px;
}

.res-table-price {
	min-width:70px;
	color:#ababab;
	font-weight:bold;
}



.last-border-bottom {
	border-bottom: 0px solid #cbcbcb !important;
}



.horse-behaviour-pic {
	float:right; 
	padding:10px;
}



.panel-body {
	padding: 5px 10px;
	background-color:#FFFAE7!important;
}

.panel-body h6 {
    margin: 10px 0 10px 0;
}


.raceday-time-icon {
display:block;
width:100%; 
border: 1px solid #ddd; 
text-align:center; 
padding:5px 30px;
}

.raceday-time {
	color:#ababab;
	font-weight:bold;
}

.facilities-content {
	min-height:80px;
}


@media (max-width: 992px) and (min-width: 768px){
	.facilities-content{
		max-height: 180px;
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 80px;
		position: relative;
		margin-top: -90px;
		/*background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(40%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 40%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );*/
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}
}

@media screen and (max-width: 767px) and (min-width: 480px) {
	.facilities-content{
		max-height: 180px;
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 80px;
		position: relative;
		margin-top: -90px;
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}
}
/* Mobile Vertical */
@media screen and (max-width: 767px) and (min-width: 480px) {
  .facilities-content{
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 80px;
		position: relative;
		margin-top: -80px;
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}


    .raceday-time-icon {

	padding:5px 5px;
	}
}
@media screen and (max-width: 479px) and (min-width: 413px) {
	.facilities-content{
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 70px;
		position: relative;
		margin-top: -80px;
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}


    .raceday-time-icon {

	padding:5px 5px;
	}
}
@media screen and (max-width: 412px) and (min-width: 321px) {
  .facilities-content{
		/*max-height: 190px;*/
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 95px;
		position: relative;
		margin-top: -100px;
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}


    .raceday-time-icon {

	padding:5px 5px;
	}
}

@media screen and (max-width: 321px) and (min-width: 320px) {
  .facilities-content{
		max-height: 170px;
		overflow: hidden;
	}
	
	.facilities-content-mask{
		height: 70px;
		position: relative;
		margin-top: -80px;
		background-image: url("/entertainment/common/images/passsage-filter.png");
	}


    .raceday-time-icon {

	padding:5px 5px;
	}
}


@media (max-width: 768px){
.restInfo {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    border-bottom: 0px solid #cccccc;
    border-top: 0px solid #cccccc;
    margin-bottom: 0px !important;
}


.panel-heading h5 {
    padding: 0 0 0px 0 !important;
	text-transform: uppercase;
	font-size: 1em !important;
}

}

@media (max-width: 480px){
	.res-info-content {
    padding-top: 5px;
    padding-bottom: 5px;
	display: block;
}

.res-info-title{
    padding-top: 5px;
    padding-bottom: 5px;
	display: block;
}

.res-price-title {
 text-align:center;
}

}

@media (max-width: 500px){
.panel-heading-icon {

width: 50px;

}
}
@media (max-width: 320px){
	.panel-heading-icon {
	width: 30px;
	}
	
.facilities-content .priority-card-size{
	padding-left: 0px;
}	
	
}


/*extra added*/

.accordion-bar-title {
	color:#ffffff!important;
	/*text-transform: uppercase;*/
}

.sep-line {
	border-bottom: #e3e3e3 solid 1px;
	display:block;
}

@media (max-width: 768px) {
.panel-heading h5 {
    padding: 0 0 0px 0 !important;
    text-transform:inherit!important;
    font-size: 1em !important;
}
	
.mainContent {
    margin: 0px!important;
}	
	
#main #member-container #capReload {
    line-height: 50px!important;
    margin-left: 5px!important;
   
}
	
.reload-btn {    
   /*padding: 4px!important; */
    padding: 0px!important; 
}
	
}
.textareabox {
	width:100%!important;
}

.clickButton.summary-click {
	width:120px!important;
}




.complete-thx-box {
	/*background: #FFFAE7!important;*/
	width:100%;
}

.error-thx-box {
	
	/*background: #FFFAE7!important;*/
	width:100%;
}

#resultMessage {
	text-align:center;
	margin: 0 auto;
	max-width:600px;
	padding:40px 20px;
}


.yellow-bg-box {
   	
    text-align: center;
    margin: 25px 20px 10px 20px;
    max-width: 800px;
    padding: 40px 10px;
    background: #FFFAE7!important;

}

.yellow-bg-box-new {
	
	/*background: #FFFAE7!important;*/
	width:100%;
}



.stepOver {
    padding: 0px 0px;
   
}


.number-listing ol {
    padding-left: 20px;
}

.number-listing li {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

button:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #96182e !important;
	font-size: 0.75rem;
}

.has-error .help-block {
	line-height:1.2rem;
	padding-top: 0.5rem;
}	

.help-block {  
    color: #96182e!important; 
	display: block;
	font-size: 0.75rem;
}

table.table.rfid-table.form-group {
    max-width: 600px!important;
    min-width: inherit;
    margin: 0 auto;
	width:100%;
}

#declare-box .help-block {
	width: 100%;
    float: right;
    padding-left: 10px;
}

#declare-box label {
	float: right;
    width: 97%;
}


#declare-box input {
	float: left;
    width: 2%;
}

@media (max-width: 767px) {
	#declare-box label {
	float: right;
    width: 94%;
}

#declare-box input {
	float: left;
    width: 5%;
}

}


#table-ok-to-book {
	/*display:none;*/
}
#table-decline{
	display:none;
}

#footer h5 {
    color: #000!important;
    margin-top: 0px!important;
    font-size: 15px!important;
}

.pt-to-note {
	padding-inline-start: 15px!important;
}

.pt-to-note li{
	list-style-type: inherit!important;
}


ol.pt-to-note li ul {
	padding-inline-start: 15px!important;	
}

ol.pt-to-note li ul li{
	list-style-type: inherit!important;
	list-style-type: disc!important;
}


.flowchart tr td{
	
    vertical-align: middle; 
}
	


.rcorners0 {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #a7860c!important;
    width: 130px;
	text-align:center;
    height: 130px;
	background:#a7860c!important;
	color:#fff!important;
}



.arrow-down-pic {
    text-align: center;
    padding: 8px;
}



.button.delete .booking-btn-text {
	position:relative;
	top:12px;
	text-decoration: none!important;
}

.booking-btn:before {
	background: rgba(0,0,0,0.05);
}

 .button.delete
    {        
        display: inline-block;
        white-space: nowrap;
         color: #fff;
        background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
      
        border: 0px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #fff!important; 
		text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);font-size:24px;
	font-weight:600;
	text-align: center; 
	width:220px; 
	
	border-radius: 8px;
    }
    
    .button.delete:hover
    {
       color: #fff;
        background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
      
        border: 0px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #fff!important; 
		text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);font-size:24px;
	font-weight:600;
	text-align: center; 
	width:220px; 
	
	border-radius: 8px;
		text-decoration: none!important;
    }
    
    .button.delete:active
    {
		text-decoration: none!important;
        color: #fff;
        background: linear-gradient(to bottom, rgb(179, 154, 59) 0%, rgb(128, 101, 3) 100%);
      
        border: 0px solid #777;
        padding: 0 1.5em;
        margin: 0.5em;
        font: bold 1em/2em Arial, Helvetica;
        text-decoration: none;
        color: #fff!important; 
		text-shadow: 0 1px 0 rgba(255,255,255,.8);
        -moz-border-radius: .2em;
        -webkit-border-radius: .2em;
        border-radius: .2em;
        -moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        -webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
        box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);font-size:24px;
	font-weight:600;
	text-align: center; 
	width:220px; 
	
	border-radius: 8px;
    }
    
    .button.delete:focus
    {
        outline: 0;
       /* background: #fafafa;*/
    }    
    
    .button.delete:before
    {
        background: #ccc;
        background: rgba(0,0,0,.1);
        float: left;        
        width: 50px;
        text-align: center;
        font-size: 1.5em;
        margin: 0em 0.4em 0 -1em;
        padding: .2em .1em 0em .3em;
        -moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
        -moz-border-radius: .15em 0 0 .15em;
        -webkit-border-radius: .15em 0 0 .15em;
        border-radius: .15em 0 0 .15em;     
        pointer-events: none;		
    }
  .delete:before
    {
        content:  url(/member/fs/rsvp/images/pic-book-now-01.png);   
		position:relative;
		top:1px;
    }



@media screen and (max-width: 768px){
.responsive-table-container .table.rfid-table {
  
   white-space:inherit!important;
  
  
}
	
	.flowchart-desktop {
   display:none!important;	
}
	
	}





@media (min-width:768px) and (max-width: 1199px) {
	.flowchart-tablet {
		display:block!important;
		width:100%;
		margin: 0 auto;
	}
	.flowchart-desktop {
   display:none!important;	
}
	
	
	
	.flowchart-tablet table {
		/*width:650px!important;*/
	}

}





.step-circle{
	width: 33.3%;
	text-align: center;
	position:relative;
	z-index:2;
}
.step-circle div{ 
	width: 50px;
	height: 51.5px;
	margin: 0px auto;
	border-radius: 5000px;
	line-height: 50px;
	text-align: center;
	background-color: rgb(224, 211, 159);
	/*font-family: arial!important;*/
	color: #fff;
	font-size: 1.8em;
	font-weight: bold; 
}

.step-circle.active div{
	/*background-color: #C2A216;*/
	background-color: #a7860c!important;
}

#step-delivery, #step-member, #step-confirm, #step-thankyou, #step-print{
	display: none;
}

#step-delivery .form_body .col-md-2, #step-delivery .form_body .col-md-3{
	padding-right: 10px;
}

.step-line {
    background-color: rgb(224, 211, 159);
    height: 5px;
    position: relative;
    top: 30px;
    z-index: 1;
    left: 15%;
    width: 70%;
}
.step-circle {
    float: left;
}

#steps h5{
 font-size:1em;	
}


@media (max-width:500px) {

	.step-circle div{
	width: 30px;
	height: 30px;
	margin: 0px auto;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	background-color: rgb(224, 211, 159);
	
	color: #fff;
	font-size: 1.3em;
	font-weight: bold;
}
	
	.step-line {
    background-color: rgb(224, 211, 159);
    height: 3px;
    position: relative;
    top: 17px;
    z-index: 1;
    left: 15%;
    width: 70%;
}
	
	
		
#steps h5 {
    font-size: 0.7em;
    line-height: 1.3em;
}
	
}

.summary-tnc {
	padding-inline-start: 15px!important;
	list-style-type: decimal!important;	
}

.summary-tnc li{
	/*list-style-type:inherit!important;	*/
}

.table.rfid-table tr td {
  
    width: 130px;
}

.mydivider {
	margin-bottom: 0px!important;
	margin-top: 10px!important;
}

h5.rfid-gold-color {
	margin-bottom: 25px;
    margin-top: 0px;
}

#lastDigits_holder {
	font-weight:600;
}

.instruction-text {
	margin-bottom:20px!important;
}


.calendarLegend {
    max-width:280px;
    padding-top: 5px;
	margin-left:0px!important;
}

.calendarLegend li {
    float: left;
    width: 33.3%;
    padding: 3px 1% 10px 1% !important;
    color: #666;
    font-size: 0.8125em;
	margin-left:0px!important;
	list-style-type:none!important;
}
table.table.rfid-table.form-group.tenure {
	max-width: inherit!important;
	margin-bottom:10px!important;
	width:360px!important;
	margin: 10px 0px!important;
}

.table.rfid-table.tenure tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:inherit!important;
	width:30%;
}

.table.rfid-table.tenure-desktop tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:inherit!important;
	width:inherit!important;
}

table.table.rfid-table.tenure-desktop {  
    width:90.5%!important;
	max-width: inherit!important;
    min-width: inherit;
	margin-top:10px;
	margin-bottom:10px;
}

table.table.rfid-table.form-group.tenure tr td {
	min-width:inherit!important;
	width:inherit!important;
}

table.table.rfid-table.form-group.tenure-desktop tr td {
	min-width:inherit!important;
	width:inherit!important;
}
table.table.rfid-table.form-group.tenure-desktop tr th {
	min-width:inherit!important;
	width:inherit!important;
}

@media (max-width:767px) {
	table.table.rfid-table.form-group.tenure {
	
	width:100%!important;
	
}
	.revised-font-size {
 font-size: 1em!important;
    width: 100%;
    margin: 0 auto;
	line-height: 1.5em!important;
}
	
	
	
}


@media (max-width:992px) {
	
	.revised-font-size {
 
    width: 100%!important;
   
}
	
}

@media (max-width:380px) {
.legend-03 {
	width:100%!important;
}
}


.floating-bar-white {
	background-color: rgba(255, 255, 255, 0.75);
	-webkit-box-shadow: 0px -5px 13px -7px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px -5px 13px -7px rgba(0,0,0,0.5);
    box-shadow: 0px -5px 13px -7px rgba(0,0,0,0.5);
	width:100%;
	position: fixed;
	bottom:0;
	z-index:999;
}

.revised-font-size {
 font-size: 1.4em;
    width: 90%;
    margin: 0 auto;
	line-height: 1.7em;
	word-spacing: 0.1em!important;
}

body .zh .revised-font-size {
 font-size: 1.25em;
    width: 90%;
    margin: 0 auto;
	line-height: 1.7em;
	
}

body .en h4.new-font-size {
	font-size:1.5em!important;
}

body .zh h4.new-font-size {
	font-size:1.5em!important;
}

@media screen and (max-width: 767px) and (min-width: 480px){
body .zh h4.new-font-size {
    font-size: 1.286em!important;
}

	
	
}

@media screen and (max-width: 767px) {
body .en h4.new-font-size {
    font-size: 1.333em!important;
}
	
	
	
}

@media screen and (max-width: 479px) and (min-width: 320px) {
body .en h4.new-font-size {
    font-size: 1.286em!important;
}
body .en h4.new-font-size {
    font-size: 1.286em!important;
}	
	
	
}


.turn-pic {
	float:left;
	width: 39px!important;
    position: relative;
    top: 55px;
}


@media  (min-width: 1200px) {
.display-above1200 {
	display:block;
}	
	
.display-1200 {
	display:none;
}

.display-991 {
	display:none;
}
}


@media (max-width: 1199px) and (min-width: 992px) {
.display-1200 {
	display:block;
}

.display-991 {
	display:none;
}
.display-above1200 {
	display:none!important;
}
	
.turn-pic {
    
    top: 66px;
}	
	
.zh .turn-pic {
    
    top: 48px;
}		
	
}

@media (max-width: 991px) and (min-width: 768px) {
.display-1200 {
	display:none;
}

.display-991 {
	display:block;
}
.display-above1200 {
	display:none!important;
}
	
.zh .turn-pic {
    
    top: 50px;
}	
	/* #main #member-container #CAPTCHA, */
	#main #member-container .capImgWrap,
	#main #member-container #capImg{
		max-width: 200px;
	}
}

.rcorners1 {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #a7860c!important;
    text-align: center;
    height: 130px;
	width:280px;
	font-size: 1.6rem!important;
	line-height: 1.5em;
}

.rcorners10 {
    border-radius: 0px;
    padding: 5px 10px 10px 10px;
    border: 0px solid #a7860c!important;
	text-align:center;
	width:280px;
	font-size: 1.6rem!important;
	line-height: 1.5em;
}


@media (min-width:992px) and (max-width: 1199px) {
	
	
	.rcorners1 {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #a7860c!important;
    width: 100%;
    text-align: center;
    height: 150px;
    width: 220px;
		font-size:1.6rem!important;
		line-height: 1.4em;
}
	
	.rcorners10 {
    border-radius: 0px;
    padding: 5px 10px 10px 10px;
    border: 0px solid #a7860c!important;
    text-align: center;
		
		margin: 0 auto;
		font-size:1.6rem!important;
		line-height: 1.4em;
		 width: 220px;
}
		.zh .rcorners1 {
    
    height: 120px;
    width: 220px;
			font-size:1.5rem!important;
		
}
	
	.zh .rcorners10 {
   
		
		font-size:1.5rem!important;
		
		 width: 220px;
}
	
	
}


@media (min-width:768px) and (max-width: 991px) {
	
	
	.rcorners1 {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #a7860c!important;
    width: 100%;
    text-align: center;
    height: 130px;
   font-size:1.25rem!important;
		line-height: 1.5em;
		 width: 175px;
}
	
	.rcorners10 {
    border-radius: 0px;
    padding: 5px 10px 10px 10px;
    border: 0px solid #a7860c!important;
    text-align: center;

		margin: 0 auto;
		font-size:1.25rem!important;
		line-height: 1.5em;
		 width: 175px;
}
	
	
	
	.zh .rcorners1 {
    
    height: 120px;
   
			font-size:1.5rem!important;
		padding: 5px 12px 10px 12px;
		
}
	
	.zh .rcorners10 {
   
		
		font-size:1.5rem!important;
		
		 
}
	
	
	
	
	
	
}




@media (max-width:767px) {


	
.rcorners1 {
    border-radius: 10px;
    padding: 5px 10px 10px 10px;
    border: 2px solid #a7860c!important;
    width: 100%!important;
	text-align:center;
    height:inherit!important;
}

.rcorners10 {
    border-radius: 0px;
    padding: 5px 10px 10px 10px;
    border: 0px solid #a7860c!important;
    height: auto;
	text-align:center;
	 width: 100%!important;
}
	
}

.chinese-font {
	 font-family: "微軟正黑體"!important;
}


.booking-btn {
	font-size:14px;
	font-weight:600;
	text-align: center; 
	width:280px; 
	padding:10px 10px;
	border-radius: 8px;
}

.booking-btn-text {
	position:relative;
	top:2px;
}

.zh .booking-btn-text {
    position: relative;
    top: 4px;
}

@media (max-width: 380px) {
	.booking-btn {
	font-size:12px;
	font-weight:600;
	text-align: center; 
	width:240px; 
	padding:8px 8px;
	border-radius: 8px;
}
	
}

@media (max-width: 330px) {
	.booking-btn {
	font-size:11px;
	font-weight:600;
	text-align: center; 
	width:220px; 
	padding:8px 4px;
	border-radius: 8px;
}
	
}


 input.check-box-large {
    transform: scale(1.4);
    margin-right: 3px;      
}


.revised-font-size .bullet-icon ul ul li:before {
  
   
    font-size: 18px;
	
   
     position: absolute;
   
}

.revised-font-size .bullet-icon ul li:before, .arrowList li:before {
    
    font-size: 16px;
	    margin: 0 6px 0 -10px;
   vertical-align: top!important;
    
    
}

.revised-font-size .bullet-icon.revised-arrow-size ul li:before, .arrowList li:before {
    
    font-size: 12px;
	    margin: 0 6px 0 -10px;
   vertical-align: top!important;
    
    
}


body .revised-font-size p {
    margin: 0 0 26px 0;
}


body .zh .revised-font-size h5 {
    font-size: 1.1em;
}


body .en .revised-font-size h5 {
    font-size: 1.1em;
}

@media  (max-width: 767px) {
	body .zh .revised-font-size h5 {
    font-size: 1.22em;
		
		
		
}


body .en .revised-font-size h5 {
    font-size: 1.22em;
}
	
body .revised-font-size p {
    margin: 0 0 21px 0;
}
	


	
}

.bullet-icon ul.pt-margin-left {
	padding-left:25px!important;
}

.paddingright-px {
	padding-left: 3px!important;
   /* display: inline-block;*/
    /* position: relative; */
    /* top: 0px; */
    /*width: 98%;*/
}

.bigger-radio {
	transform: scale(1.4);
    margin-right: 5px!important;
}

.step-answer-text {
	font-size:14px;
	margin-bottom:12px;
	font-weight: normal;
}
.step3-intro-box {
	padding: 20px 30px; 
	border: 1px solid #a7860c; 
	background:#FFFAE7!important;
	margin-bottom:20px;
	margin-top:20px;
	
}
.step3-radio-width {
	width:25px;
	vertical-align: top;
}


@media  (max-width: 500px) {
.step3-intro-box {
	padding: 10px 15px; 
	border: 1px solid #a7860c; 
	background:#FFFAE7!important;	
}	
	
}

.booking-new-date {
	max-width:600px;
	margin: 0 auto;
}

.bullet-icon.revised-margin-bottom li {
   
    margin-bottom: 15px !important;

}

.bullet-icon.revised-margin-bottom ul.pt-margin-left li {
	margin-bottom: 5px !important;
}


/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}


.step_3_startdate {
	font-weight:600;
}

.step_3_enddate {
	font-weight:600;
}

/*
.booking-calender .bullet-icon ul li {
    list-style-type: decimal;
    margin-left: 0px!important;
}


.booking-calender .bullet-icon.list-number ul li {
    list-style-type: decimal;
    margin-left: 0px!important;
}*/

.list-number ul li {
    list-style-type: decimal;
    margin-left: 15px!important;
	    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.new-list-number ul li {
    list-style-type: decimal;
    margin-left: 0px!important;
	    margin-top: 5px!important;
    margin-bottom: 5px!important;
}


/*
.list-number ul li ul li{
    list-style-type: none!important;
    margin-left: 0px!important;
}*/

ul.new-dot-list li {
	
list-style-type: none!important;
    margin-left: 15px!important;
	margin-top: 5px!important;
    margin-bottom: 5px!important;
}


ul.new-dot-list li:before {
    display: inline-block;
    content: "•";
    margin: 0 6px 0 -10px;
    color: #C2A216;
    font-size: 10px;
    font-weight: bold;
    vertical-align: middle !important;
}

body .zh #steps h5 {
	font-family: "微軟正黑體", arial;
}

body .zh .rfid-gold-color {
	font-family: "微軟正黑體", arial;
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"], .radio input[type="radio"], .radio-inline input[type="radio"] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
	outline: 0px !important;
	
}

.checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active {
	outline: 0px !important;
	
}

.checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus {
	outline: 0px !important;
	
}

.checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked {
	outline: 0px !important;
	
}

input[type="file"]:focus, input[type="checkbox"]:focus, input[type="radio"]:focus {
    
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
	outline: 0px!important;
}

.call-form-container {
	border: solid 1px #ddd;
}

.tenure-box {
  font-size:1.2em;
  padding:10px;
  margin-top:10px;
  background:#FFFAE7;
  /*border: 1px solid #a7860c!important;*/
  text-align: center;
  /*font-weight: bold;*/
}



.tenure-text {
	font-weight: bold;
	/*color:#a7860c!important;*/
}

@media  (max-width: 991px) {
.table.rfid-table.tenure tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:inherit!important;
	width:20%;
}
}

@media  (max-width: 500px) {
.table.rfid-table.tenure tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:inherit!important;
	width:42%;
}
}

@media  (max-width: 500px) {
body .zh .table.rfid-table.tenure tr th:nth-child(1) {  
  /*text-align:center!important;*/
	min-width:inherit!important;
	width:20%;
}
}

.radio-btn-size {
	margin: 2px 0 0!important;
}

.radio-btn-text {
    font-size: 0.875rem;
    font-weight: 700;
    margin-left: 1rem;
    margin-top: 0.3rem;
}

.membertype-width {
	width:70px; 
}

.access-code-width {
	/* max-width:280px; */
	min-width:280px;
}



.listing-pdf-icons-table td{
	border: 0px solid #FFFAE7; 
    border-top: 0px solid #fff !important; 
    border-right: 0px solid #fff;
	padding: 0px !important;
}

.pdf-icon-width {
	width:12px;
}

button.file_download {
    border: 0;
    background-color: #fffae7;
    color: #a7860c;
}

button.bye-law-pdf {
	 border: 0;
    background-color: #fffae7;
    color: #a7860c;
	text-align:left!important;
	padding:0px;
}

#docListing td {
	border-left:0px!important;
	border-right:0px!important;
}

.tncLink{
	display: inline-block !important;
}

#goback-links .btn{
    color: #fff !important;
	width: 150px;
    margin-top: 10px;
}

/*=== racing pack OTP add new style ===*/
.mainContent {
    margin: 0px 0px;
}

.container-summer-odyssey .form-control--new .form-floating label .control-label {
	color:#23262a;
}	

.container-summer-odyssey .form-control--new .select-dropdown__select:hover {
    cursor: pointer;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%);
    transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(38 52 139 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(38 52 139 / 60%);
}

/*=== racing pack OTP modify old style ===*/
.control-label.form-control--old {
	font-family: "fontCG_Medium","Cormorant Garamond",Georgia,"Times New Roman",Times,serif!important;
    font-size: 1rem;
    font-weight:500;
    letter-spacing: 0em;
    color:#23262a;
	padding-bottom: 0.5rem;
}	

body .zh .control-label.form-control--old {
	font-family: 微軟正黑體, "Microsoft JhengHei", "Meiryo UI", Meiryo, arial, sans-serif!important;
    font-size: 1rem;
    font-weight:500;
    letter-spacing: 0em;
    color:#23262a;
	padding-bottom: 0.5rem;
}	



 .container-summer-odyssey .form-control--old input[type="text"] {
    border: 0px solid #cccccc;
	border-bottom: 1px solid #23262a;
    -webkit-box-shadow: inset 0 0 1px rgb(0 0 0 / 0%);
    -moz-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
    padding-left: 5px;
    height: 30px;
	font-weight:bold;
}

.form-control--old .form-control.membertype-width {
	border: 0px solid #cccccc;
    border-bottom: 1px solid #23262a;
    width: 80%;
    font-size: 0.875rem;
    font-weight: bold;
    padding-left: 0;
    margin-left: 0.8rem;
	height:30px; 
	padding: 4px 2px;
}	
/* firefox
@-moz-document url-prefix() { 
  .form-control--old .form-control.membertype-width {
     padding: 8px 2px;
  }
} */


.form-control--old .form-control:focus {
    border-color: #23262a;
    /* outline-color rgb(229, 151, 0); */
}

.form-control--old .form-control:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 0 rgb(2 10 22 / 15%);
    transition: box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(38 52 139 / 60%);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(38, 52, 139, 0.6);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(38 52 139 / 60%);
}

	
.form-control--old .reload-btn {
    font-size: 1.3em;
    letter-spacing: 1px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 8px;
    text-decoration: none !important;
    text-align: center;
    margin-bottom: 15px;
	/* background-image: linear-gradient(to bottom, #646464, #272727); */
	background-image: linear-gradient(to bottom, #ffffff, #ffffff);
	-webkit-box-shadow: 0px 0px 0px #666666;
	-moz-box-shadow: 0px 0px 0px #666666;
	box-shadow: 0px 0px 0px #666666;
}

.form-control--old .checkbox input[type="checkbox"] {
	position: absolute;
    margin-top: 4px\9;
    margin-left: -30px;
    outline: 0px !important;
    border: 2px solid #000 !important;
    width: 1.25em !important;
    height: 1.25em !important;	
	outline: 3px solid #23262a;
}	

.form-control--old .checkbox label {
	font-size: 0.875rem;
	font-weight:bold;
}	
/*
.otp-blk .cta-button--primary {
	padding-top: 0.625em;
    padding-bottom: 0.625em;
}	*/

#member-container h5 {
	font-family: "fontCG", "Cormorant Garamond", Georgia, "Times New Roman", Times, serif !important;
	color:#212223;
	font-size:1rem;
	font-weight: normal;
	margin-top:1.5rem;
}	

body .zh #member-container h5 {
font-family: 微軟正黑體, "Microsoft JhengHei", "Meiryo UI", Meiryo, arial, sans-serif!important;
	color:#212223;
	font-size:1rem;
	font-weight: normal;
	margin-top:1.5rem;
}	

.membertype-width {
	width:70px; 
	/* height:30px; */
}

.select-dropdown__box {
	position:relative; 
	padding-left:0;
}	

 .container-summer-odyssey .otp-blk .select-dropdown__arrow {
    position: absolute;
    right: 12px;
    top: -5px;
    pointer-events: none;
}

.radio-btn-right {	
	padding-right:10px;
}	

.radio-btn-right .form-check-input {
    position: absolute;
    margin-left: 0;
}
