.captcha-code {
	margin-bottom: 6px;
}
.requ-mark {
    color: #F7C631;
}
/* 給空房表和表單用的樣式 */
select.avail-vacant-select,
input[type="button"],
select.item-col-d,
select.qty-select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
select.avail-vacant-select,
select.item-col-d,
select.qty-select {
	padding: 0 28px 0 4px;
	background: url('../../../images/select-arrow.png') no-repeat 100% 10px;/*這個15是配合select的高40px*/
	background-size: 18px 10px;
	background-color: #fff;
}
#chkIAgree {
	position: relative;
	top: 1px;
}
#chkIAgree ~ label {
	font-size: 0.9em;
}
#txtCheckinDate {
	cursor: default;
}
#txtCheckinDate.no-v-r {
	cursor: pointer;
}

.vacant-button-box {
	width: 100%;
    max-width: 1140px;
    margin: auto;
	text-align: right;
}
	select.avail-vacant-select {
		min-height: 32px;
	}


input[type="button"] {
	appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #fff;
	/*border: none;*/
}
input[type="button"].add-room-btn-v {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
}
.v-r-sec {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 40px 4px 40px;
}
.v-r-sec.ask-active {
	padding: 40px 4px 0;
}
.vacant-room-table-area {
	width: 100%;
	margin: auto;
}
.vacant-room-main {
	margin-right: auto;
	margin-left: auto;
	padding: 10px 0;
	background-color: #ffaa00;
}
.vacant-room-name {
	padding: 3px 0;
	text-align: center;
	color: #fff;
	border-top: 2px solid rgba(255, 170, 0, 0.27);
	border-bottom: 2px solid rgba(255, 170, 0, 0.27);
}
.vacant-room {
	width: 100%;
	overflow: auto;
}
.vacant-room-btn-box {
	min-width: 300px;
	overflow: hidden;
}
.v-r-btn {
	float: left;
	width: 20%;
	padding: 6px 0;
	text-align: center;
	cursor: pointer;
	border-right: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	background-color: #ffaa00;
}
.guide-txt {
	margin: 10px;
	padding: 10px;
	background-color: #F9CD84;
	font-size: 0.9rem;
}

table {
	width: 400px;
	text-align: center;
}
.v-r-sec th,
.v-r-sec td {
	height: 56px;
	vertical-align: middle;
	background-color: #fff;
	cursor: grab;
}
.room-box {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	background-color: #fff;
	border-right: 1px solid #bcbcbc;
}
.
.room-box:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}

.room-row {
	overflow: hidden;
}
	.d-span,
	.room-chk-td {
		min-width: 80px;
	}
	.room-chk-td input[type="button"] {
		width: 80%;
		height: 80%;
		background-color: #ddd;
		cursor: pointer;
		border: none;
		border-bottom: 2px solid #787878;
		border-radius: 8px;
		outline: none;
	}
.m-display-room-name {
	width: 100%;
	padding: 10px;
	border: 1px solid #bcbcbc;
	text-align: center;
}
#mainRoomTable,
#roomTable,
#roomTbody {
	-webkit-overflow-scrolling: touch;
}
.room-name-table {
	position: absolute;
	width: 200px;
	top: 0;
	left: 0;
	text-align: center;
	background-color: white;
	z-index: 10;
	border-top: 1px solid #bcbcbc;
	border-left: 1px solid #bcbcbc;
	background-color: white;
}
.room-table {
	position: relative;
	margin-left: 200px;
	text-align: center;
	border-top: 1px solid #bcbcbc;
	background-color: white;
}

	.room-row {

	}
		.room-table-year-td,
		.room-name-td,
		.d-td,
		.d-th,
		.room-chk-td {
			min-width: 50px;
			height: 50px;
			font-size: 0.9rem;
			vertical-align: middle;
			border-right: 1px solid #bcbcbc;
			border-bottom: 1px solid #bcbcbc;
		}
		.m-display-room-name,
		.room-table-year-td,
		.room-name-td {
			background-color: #f4f4f4;
		}
		.room-name-td {
			cursor: pointer;
		}
		.d-td,
		.d-th,
		.room-chk-td {
			color: #444;
		}
		.d-th div {
			height: 21px;
			line-height: 21px;
		}
		.holiday {
			color: #f78fb3;
		}
		.vacant-room-txt {
			/* 有空房無表單 - 空房表示 */
			color: #222;
			background-color: #fff;
		}
		.full-room-txt {
			/* 有空房無表單 - 空房表示 */
			color: #aaa;
			background-color: #dfdfdf;
		}
		.lazy-table-trigger {
			opacity: 0;
			border-color: transparent;
		}
			.room-label {
				position: relative;
				display: block;
				width: 100%;
				height: 100%;
				cursor: pointer;
			}
			.room-chk {
				position: absolute;
				width: 26px;
				height: 26px;
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				margin: auto;
				background-color: #fff;
				cursor: pointer;
			}
.container {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: auto;
	background-color: #fff;
}
	.container-header {
		position: absolute;
		/* width: 100%; */
		height: 50px;
		top: 0;
		left: 0;
		border-bottom: 1px solid #bcbcbc;
		background-color: #fff;
	}
	.inner-container {
		position: absolute;
		top: 42px;
		left: 0;
		background-color: #fff;
	}
		.room-name {
			height: 50px;
			border-bottom: 1px solid #bcbcbc;
		}
			.room-name-td.m-active {
				background-color: #afafaf;
			}
.sel-room-item {
	position: relative;
}
	.sel-room-name,
	.add-room-select {
	}
	.item-col-txtspan {
		min-height: 32px;
		padding: 0 6px;
		line-height: 32px;
		text-align: center;
	}
	.sel-del-btn {
		position: absolute;
		display: inline-block;
		width: 32px;
		height: 32px;
		line-height: 28px;
		font-size: 20px;
		border-width: 2px;
		border-style: solid;
		border-radius: 50%;
		text-align: center;
		outline: none;
		background-color: transparent;
		cursor: pointer;
	}
.box {
	padding: 16px 6px;
}
.hide-elemt {
	display: none;
}
.ttr::after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
.item-col-h {
	display: block;
	margin: 16px 0 8px;
}
.qty-select {
	max-width: 49px;
	min-height: 32px;
	padding: 2px 6px;
	line-height: 1.5em;
	border: none;
}
.box1:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
/* .requ-mark {
    color: #F7C631;
} */
#vHint1,
#vHint2 { /*入住日期、已選房型提示*/
	padding-left: 2px;
	font-size: 0.9rem;
}
.hidden {display: none;}
.color-blue {color: #4646FF;}
.color-red {color: #FF0000;}
.pt10 {padding-top: 10px;}
.pv10 {padding: 10px 0;}
.room-photo-carousel-box.active {
	padding-bottom: 1px;
}
.room-photo-carousel {
	width: 100%;
	max-width: 1140px;
	margin: auto;
}
.room-photo-carousel.owl-carousel .owl-stage {
	margin: 0;
}
.img-item {
	position: relative;
	padding-top: 62.5%;
	overflow: hidden;
	background-color: #a1a1a1;
}
.owl-carousel .owl-item .img-item img {
	position: absolute;
	width: auto;
	height: 100%;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	cursor: pointer;
}
/*2018-02-05 lightbox*/
#lightBox, #mask {
	width: 100%;
	height: 100%;
}
#main {
	position: relative;
	z-index: 2;
}
#lightBox {
	position: absolute;
	top: 0;
	left: -200%;
	opacity: 0;
	z-index: 1;
	transition: opacity .4s;
}
#lightBox .lightbox-inner-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.lightbox-inner-box .owl-stage-outer,
.lightbox-inner-box .owl-stage-outer .owl-stage,
.lightbox-inner-box .owl-stage-outer .owl-stage .owl-item {
	height: 100% !important;
}
#lightBox .owl-nav .arrow-btn,
.close-lb-btn {
	background: url('../../../images/lb-sld.png') no-repeat;
}
.close-lb-btn {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 12px;
	right: 12px;
	z-index: 11;
	opacity: .66;
	cursor: pointer;
	background-size: 64px 64px;
	background-position: -32px 0;
}
.close-lb-btn:hover {
	opacity: 1;
	background-position: -32px -32px;
}
#lightBox.active {
	position: fixed;
	left: 0;
	opacity: 1;
	z-index: 10000;
	transition: opacity .4s;
}
#lightBox.active .lightbox-inner-box,
#lightBox.active .close-lb-btn {
	position: fixed;
}
#lightBox .box-img {
	position: relative;
	width: 100%;
	max-width: 1000px;
	height: 100%;
	max-height: 1000px;
	margin: auto;
	overflow: hidden;
}
#lightBox .box-img img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
#mask {
    position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.92);
}
#lightBox .owl-controls, .owl-nav {
	position: relative;
	top: -54%;
}
#lightBox .owl-nav:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
}
#lightBox .owl-nav .owl-prev,
#lightBox .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
}
#lightBox .owl-nav .owl-prev {left: 0;}
#lightBox .owl-nav .owl-next {right: 0;}
#lightBox .owl-nav .arrow-btn {
	position: absolute;
	width: 20px;
	height: 40px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-size: 80px 80px;
}
#lightBox .owl-nav .owl-prev .arrow-btn {background-position: 0 0;}
#lightBox .owl-nav .owl-next .arrow-btn {background-position: -20px 0;}
#lightBox .owl-nav .owl-prev:hover .arrow-btn {background-position: 0 -40px;}
#lightBox .owl-nav .owl-next:hover .arrow-btn {background-position: -20px -40px;}
@media screen and (min-width: 1000px) {
	.sel-del-btn {
		top: 34px;
		right: 2px;
	}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
	.sel-del-btn {
		top: 34px;
		right: 0;
	}
}

@media screen and (min-width: 768px) {
	.m-exc {display: none;}
	.m-display-room-name {display: none;}
	.room-photo-carousel-box.active {
		padding-bottom: 10px;
	}
		.room-name-td:hover {
			background-color: #f0f0f0;
		}
		.room-name-img {
			display: none;
		}
		.room-name-span {
			text-decoration: underline;
		}
		.d-span,
		.room-chk-td {
			min-width: 80px;
		}
		.room-chk-td input[type="button"]:hover {
			background-color: #ccc;
			border-bottom-color: #ccc;
			transition: 0.3s;
		}
	.list-table {
		width: 96%;
		max-width: 1140px;
		margin: auto;
	}
	.ttd.col2 {
		float: left;
		width: 50%;
	}
	.ttd.col1 {
		width: 100%;
	}
	.item-col-h, .item-col-d {
		width: 60%;
	}
	.add-new-box {
		margin-top: 10px;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #fff; 
	}
}

@media screen and (max-width: 767px) {
	.p-exc {display: none;}
	.v-r-btn-l {width: 30%;}
	.v-r-btn-s {width: 17.5%;}
	.v-r-sec th,
	.v-r-sec td {
		height: 50px;
	}
	.room-name-table {
		width: 50px;

	}
		#tableYearTd {
			height: 50px;
			line-height: 20px;
		}
		.room-name-td {
			position: relative;
		}

			.room-name-span {
				display: none;
			}
			.room-name-img {
				position: absolute;
				width: 26px;
				height: 26px;
				top: 9px;
				left: 11px;
			}
	.room-table {
		margin-left: 50px;
	}
	.list-table {
		width: 90%;
		margin: auto;
	}
	.sel-room-item {
		padding-bottom: 16px;
		border-bottom-width: 1px;
		border-bottom-color: #fff;
		border-bottom-style: solid;
	}
		.sel-del-btn {
			top: -8px;
			right: 0;
		}
	input[type="button"].add-room-btn {
		margin-top: 8px;
		margin-left: 0;
	}
	.ttr, .ttd.col1, .ttd.col2, .item-col-h, .item-col-d {
		width: 100%;
	}
	.m-w-70pa {float:left;display:block;width: 70%;}
	.m-w-15pa {float:left;display:block;width: 15%;}

}
input[type="button"].add-room-btn-v {
    position: relative;
    width: 90px;
    min-height: 32px;
    margin-top: 4px;
    margin-left: 4px;
    top: 1px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    font-family: Arial, "Heiti TC", 微軟正黑體, "Microsoft JhengHei", 新細明體, PMingLiU, sans-serif;
    background-color: transparent;
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    outline: none;
}
.contact-btn {
	display: block;
    width: 150px;
    height: 40px;
    margin: 30px auto 0;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    background-color: #E0E0E0;
    letter-spacing: 1px;
}