/*all*/
body{
    width: 100%;
    min-width: 1280px;
    background-color: #f3edcd;
    color: #886600;
    font-family: "微軟正黑體";
    font-size: 15px;
    letter-spacing: 1px;
}
#container{
    width: 100%;
    margin: 0 auto;
    /*padding-top: 20px;*/
}
h3{
    font-size: 20px;
    font-weight: bold;
    margin:20px 0;
}
select, input{
    color: #9E9E9E;
    vertical-align: baseline;
}
.note{
    color: #8A8780;
    font-size:11px; 
    -webkit-transform:scale(0.83); 
    /*display:inline-block;*/
}
#btn_step .btn_back, #btn_step .btn_next{
    display: inline-block;
    width: 50%;
    border: 1px solid #886600;
    margin: 0 -3px
}
.btn_back{
    background-color: #ffffff;
    font-size: 25px;
    text-align: center;
    padding: 30px 0;
}
.btn_next{
    background-color: #886600;
    font-size: 25px;
    text-align: center;
    padding: 30px 0;
}
.btn_next a, .btn_next a:hover, .btn_next a:active, .btn_next a:visited,
a.btn_next, a:hover.btn_next, a:active.btn_next, a:visited.btn_next{
    color: #ffffff;
    text-decoration: none;
}
a.btn_back, a:hover.btn_back, a:active.btn_back, a:visited.btn_back{
    color: #886600;
    text-decoration: none;
}

/*step1*/
#steps{
    width: 830px;
    margin: 25px auto;
    text-align: right;
}
#steps ul li{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
#steps ul li.step{
    width: 110px;
}
#steps ul li.step label{
    border-radius: 30px;
    padding: 8px 18px;
    border:1px solid #886600; 
    font-size: 26px;
}
#steps ul li.step.active label{
    background-color: #886600;
    color: #f3edcd;
}
#steps ul li.step p{
    margin-top: 25px;
    font-size: 20px;
}
#steps ul li hr{
    width: 120px;
    border: 1px solid #886600;
    margin-left: -32px;
    margin-right: -32px;      
}
#booking_room{
    width: 1190px;
    background-color: #ffffff;
    padding: 0 10px 10px;
    /*margin: 40px auto;*/
	margin-top:20px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}
#booking_room label {
    width: 592px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    padding-top: 20px;
    color: #ffffff;
    background-color: #C6AB60;
    cursor: pointer;
}
#booking_room label.active {
    background-color: #ffffff;
    color: #886600;
}
#calendar{
    width: 100%;
}
#date_select{
    margin: 30px 0 15px;
    font-size: 20px;
	text-align:center;
}
#date_select span{
    display: inline-block;
    text-align: center;
}
#date_select span img{
    vertical-align: sub;
}
.room_date{
    margin-bottom: 10px;
}
.room_date li{
    /*height: 125px;*/
	height: 80px;
    display: inline-block;
}
.room_date li.week{
    width:127px;
    height: 20px;
    margin-left: 5px;
    text-align: center;
}
.room_date li.room{
    width:230px;
    vertical-align: top;
}
.room_date li.date{
    width:127px;
    margin-left: 5px;
    background-color: #F1F1F1;
    position: relative;
    cursor: pointer;
}
.room_date li.pass{
    width:127px;
    margin-left: 5px;
    position: relative;
	background-color:#F9F9F9;
}
.room_date li.pass:hover{
    background-color: #F9F9F9;
}

.room_date li.date1 {
    width:127px;
    margin-left: 5px;
    position: relative;
    background-color: #886600;
    color: #f3edcd;
}

.room_date li.date2 {
    width:127px;
    margin-left: 5px;
    position: relative;
    background-color: pink;
}

.room_date li.tooltipstered:hover{
    background-color: #C9C7CA;
}
.room_date li.date.selected{
    background-color: #886600;
    color: #f3edcd;
}
.room_date li.date .day{
    position: absolute;
    right: 10px;
    top:10px;
}
.room_date li.date .price{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.room_date li.date1 .day{
    position: absolute;
    right: 10px;
    top:10px;
}
.room_date li.date1 .price{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

.room_date li.date2 .day{
    position: absolute;
    right: 10px;
    top:10px;
}
.room_date li.date2 .price{
    position: absolute;
    left: 10px;
    bottom: 10px;
}

#booking_info{
    width: 1245px;
    text-align: center;
    margin: 35px auto 50px auto;
    letter-spacing: 3px;
}
#booking_info p{
    text-align: left;
    font-size: 13px;
}
#booking_info .room_list{
    margin: 10px 0;
}
#booking_info .room_list ul{
    background-color: #C6AB60;
}
#booking_info .room_list ul li{
    display: inline-block;
    height: 90px;
    /*background-color: #C6AB60;*/
    color: #ffffff;
    vertical-align: middle;
    margin-left: -8px;
}
#booking_info .room_list ul li img{
    float: left;
    margin-top: 27px;
	margin-bottom:27px;
	margin-left:15px;
	margin-right:15px;
}
#booking_info .room_list ul li span{
    display: inline-block;
    margin: 38px 20px 30px 0;
}
#booking_info .room_list ul li span select{
    /*width: 54px;*/
    margin: 0 5px;
}
#booking_info .room_list ul li span input{
    width: 50px;
    margin: 0 5px;
}
#booking_info .room_list ul li.liveDate{
    position: relative;
    width: 300px;
    /*padding:0 15px 0 20px;*/
}
#booking_info .room_list ul li.liveDate .checkIn{
    position: absolute;
    top: -15px;
    left: 60px;
    width: 210px;
}
#booking_info .room_list ul li.liveDate .checkOut{
    position: absolute;
    bottom: -10px;
    left: 60px;
    width: 210px;
}
#booking_info .room_list ul li .delete {
    font-size:22px;
    color: #886600;
    /*width: 24px;*/
    padding: 10px;
    border-radius: 30px;
    margin-top: 27px;
    cursor:pointer;
}
#booking_info .room_list ul li .delete:hover {
    background-color: #F2EECB;
}

/*step2*/
#booking_others .booking_request{
    text-align: center;
    margin: 45px 0;
}
#booking_others .booking_request .btn_request{
    margin: 55px 0 40px;
}
#booking_others .booking_request .btn_request label{
    padding: 15px;
    border-radius: 28px;
    border: 1px solid #886600;
    font-size: 18px;
    cursor: pointer;
}
#booking_others .booking_request .btn_request label.btn_yes {
    background-color: #886600;
    color: #ffffff;
    margin-left: 30px;
}

#booking_others .booking_request .btn_request label.btn_no {
    margin-left: 30px;
}
#booking_others .request_detail{
    width: 920px;
    background-color: #ffffff;
    padding: 20px;
    margin: 20px auto;
    text-align: left;
    font-size: 13px;
}
#booking_others .request_detail > p{
    margin-bottom: 20px;
}
#booking_others .request_detail p.promo{
    text-align: center;
}
#booking_others .request_detail p label{
    color: #8A8780;
    margin-right: 10px;
}
#booking_others .request_detail p input, #booking_others .request_detail p select{
    margin-right: 10px;
}
#booking_others .request_detail .note{
    margin-left: -25px;
}
#booking_others .request_detail p .note{
    margin-left: -20px;
    display: inline-block;
}
#booking_others .request_detail .tour{
    margin-top: 0px;
}
#booking_others .request_detail .tour .note{
    margin-left: -52px;
}
#booking_others .request_detail .tour p{
    margin-top: 10px;
}

/*step3*/
#payment {
    width: 960px;
    margin: 55px auto;
    text-align: center;
}
#payment .payment_detail{
    padding: 25px 50px;
    margin-top: 10px;
    background-color: #ffffff;
    text-align: left;
}
#payment .payment_detail hr{
    border-color: #886600;
}
#payment .payment_detail table{
    width: 100%;
    margin-bottom: 30px;
}
#payment .payment_detail table tr{
    border-top: 1px solid #9E9E9E;
}
#payment .payment_detail table tr:first-child{
    border-top: 0px solid #9E9E9E;
}
#payment .payment_detail table .payment_img{
    width: 160px;
    padding: 15px 0;
}
#payment .payment_detail table .payment_text{
    color: #8A8780;
    vertical-align: top;
    line-height: 24px;
    padding:15px 0px;
}
#payment .payment_detail table .payment_price{
    font-size: 25px;
    text-align: right;
    width: 200px;
    padding: 15px 0;
    vertical-align: bottom;
}
#payment .payment_detail table .payment_price .note{
    margin-right: -18px;
}
#payment .payment_detail #rooms .payment_text{
    padding:10px 20px;
}
#payment .payment_detail #dinner .payment_text .note{
    margin-left: -60px;
}
#payment .payment_detail #tours{
    margin-bottom: 0;
}
#payment .payment_detail.money{
    font-size: 25px;
    font-weight: bold;
}
#payment .payment_detail.balance{
    font-weight: bold;
}
#payment .payment_detail label{
    display: inline-block;
    width: 372px;
}
#payment .payment_detail span{
    display: inline-block;
    width: 480px;
    text-align: right;
    font-size: 25px;
}

/*step4*/
#contact {
    width: 960px;
    margin: 55px auto;
    text-align: center;
}
#contact .contact_detail{
    padding: 25px 0;
    background-color: #ffffff;
}
#contact .contact_detail #contact_form div{
    width: 670px;
    margin: 20px auto;
    text-align: left;
}
#contact .contact_detail #contact_form div label{
    color: #8A8780;
    width: 100px;
    text-align: right;
    display: inline-table;
}
#contact .contact_detail #contact_form div label>span{
    color: #ff0000;
}
#contact .contact_detail #contact_form div input, 
#contact .contact_detail #contact_form div select {
    color: #9E9E9E;
    margin-left: 10px;
    padding: 5px;
    background-color: #ffffff;
    box-shadow:0px 0px 0px 0px rgba(201, 199, 202, 0);
}
#contact .contact_detail #contact_form div .form_input_short{
    width: 145px;
}
#contact .contact_detail #contact_form div .form_input_mid{
    width: 275px;
}
#contact .contact_detail #contact_form div .form_input_long{
    width: 540px;
}
#contact .contact_detail #contact_form div.note{
    margin-left: 203px;
    margin-top: -10px;
}
#contact .contact_detail #contact_form section{
    width: 610px;
    margin: 30px auto;
    padding: 30px;
    text-align: left;
    background-color: #eee7d4;
}
#contact .contact_detail #contact_form section ul{
    margin: 20px 5px;
    list-style: disc;
    list-style-position: inside;
    line-height: 22px;
}

/*popup detail*/
.popupDetail {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    background-color: #ffffff;
    cursor: default;
}
.popupDetail .tooltipster-content ol{
	font-size: 15px;
    color: #9E9E9E;
    line-height: 22px;
    margin: 15px 40px;;
    list-style: disc;
}
.popupDetail .tooltipster-content p{
	text-align: right;
    color: #886600;
    margin: 30px 10px 15px;
}
.popupDetail .tooltipster-content p .ori_price{
	font-size: 15px;
}
.popupDetail .tooltipster-content p .spe_price{
	font-size: 20px;
    margin: 10px;
}
.popupDetail .tooltipster-content label{
	width:175px;
    font-size: 16px;
    padding: 20px 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #886600;
}
.popupDetail .tooltipster-content .btn_cancel{
    color: #886600;
    background-color: #ffffff;
    cursor:pointer;
}
.popupDetail .tooltipster-content .btn_ok{
    color: #ffffff;
    background-color: #886600;
    cursor:pointer;
}
.roomname {
color: white;
font-size: 15px;
font-weight:bold;
position: relative;
/*left: 10px;*/
padding-left:10px;
padding-top:2px;
padding-bottom:2px;
bottom: 25px;
background: rgba(0%,0%,0%,0.5);
}