






html, body{
	font-family: "微軟正黑體", Arial;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #f7f7f7 !important;
	overflow-x: hidden;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clean { clear: both; line-height: 0;font-size: 0; margin:0; padding:0;}


/*登入頁*/
.login {
	display: block;
	height: 100%;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202535+1,60688c+100 */
	background: #202535;
	background: -moz-linear-gradient(-45deg, #202535 1%, #60688c 100%);
	background: -webkit-linear-gradient(-45deg, #202535 1%,#60688c 100%);
	background: linear-gradient(135deg, #202535 1%,#60688c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202535', endColorstr='#60688c',GradientType=1 );
}
@media (min-width: 601px) {
.loginbox {
	width: 96%;
	max-width: 600px;
	display: block;
	position: absolute;
	left: 50%;
	top: 48%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	text-align: center;
	padding: 40px;
	box-sizing: border-box;
}
.loginbox img {
	width: 90%;
	max-width: 400px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.loginbox h1 {
	color: #FFF;
	display: block;
	margin-bottom: 40px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 30px;
}
.loginbox .inputbox-a {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-p {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	background-color: #FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-c {
	width: 70%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-c img {
	display: inline-block;
	width: 20%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.loginbox .inputbox-c input[type="text"] {
	width: 75%;
	margin-left: 1%;
	background-color: rgba(255,255,255,.0);
	border: none;
	display: inline-block;
}
.loginbox input[type="text"],.loginbox input[type="password"] {
	outline: none;
	font-size: 18px;
	color: #fff;
}
.loginbox input[type="text"]:focus,.loginbox input[type="password"]:focus {
	background-color: rgba(255,255,255,.2);
}
.loginbox input[type="text"]::placeholder,.loginbox input[type="password"]::placeholder {
	color: rgba(255,255,255,.6);
}
.loginbox input[type="submit"] {
	border: none;
	outline: none;
	font-size: 18px;
	line-height: 40px;
	width: 70%;
	margin-bottom: 20px;
	color: #202535;
	background-color: rgba(255,255,255,.6);
	margin-top: 20px;
}
}
@media (max-width: 600px) {
.loginbox {
	width: 100%;
	display: block;
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	box-sizing: border-box;
}
.loginbox img {
	width: 100%;
	margin-top: 10vh;
	margin-bottom: 5vh;
}
.loginbox h1 {
	color: #FFF;
	display: block;
	margin-bottom: 10vh;
	padding: 0px;
	margin-top: 0vh;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 8vw;
}
.loginbox .inputbox-a {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/account.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-p {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	background-color: #FFF;
	display: block;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/password.png);
	background-repeat: no-repeat;
	padding-left: 40px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-c {
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 40px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
	background-color: rgba(255,255,255,.0);
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: solid 1px rgba(255,255,255,.6);
}
.loginbox .inputbox-c img {
	display: inline-block;
	width: 25%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.loginbox .inputbox-c input[type="text"] {
	width: 70%;
	margin-left: 1%;
	background-color: rgba(255,255,255,.0);
	border: none;
	display: inline-block;
}
.loginbox input[type="text"],.loginbox input[type="password"] {
	outline: none;
	font-size: 18px;
	color: #fff;
}
.loginbox input[type="text"]:focus,.loginbox input[type="password"]:focus {
	background-color: rgba(255,255,255,.2);
}
.loginbox input[type="text"]::placeholder,.loginbox input[type="password"]::placeholder {
	color: rgba(255,255,255,.6);
}
.loginbox input[type="submit"] {
	border: none;
	outline: none;
	font-size: 18px;
	line-height: 40px;
	width: 80%;
	margin-bottom: 20px;
	color: #202535;
	background-color: rgba(255,255,255,.6);
	margin-top: 20px;
}
}

/*************************
*
*   header & MENU
*
*************************/
.header {
	display: block;
	width: 100%;
	height: 60px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202535+1,60688c+100 */
	background: #202535;
	background: -moz-linear-gradient(-45deg, #202535 1%, #60688c 100%);
	background: -webkit-linear-gradient(-45deg, #202535 1%,#60688c 100%);
	background: linear-gradient(135deg, #202535 1%,#60688c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#202535', endColorstr='#60688c',GradientType=1 );
	text-align: right;
	position: relative;
}
.header .menu {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 9999;
}
@media (min-width: 910px) {
.header .menu .logo {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 120px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.header .menu > .menubox {
	display: inline-block !important;
	float: right;
	line-height: 60px;
	margin-right: 6px;
	font-size: 14px;
}

/*第一層選單*/
.header .menu > ul  > li {
	display: inline-block;
	margin-right: 1px;
	margin-left: 1px;
	position: relative;
	transition: all 0.2s ease-in;
	padding-right: 10px;
	padding-left: 10px;
	height: 60px;
	float: left;
}
.header .menu > ul  > li:hover {
	transition: all 0.2s ease-in;
	background-color: rgba(255,255,255,.2);
}
.header .menu > ul > li > a {
	display: inline-block;
	color: #FFF;
	line-height: 60px;
	transition: all 0.2s ease-in;
	float: left;
	text-decoration: none;
}
.header > ul > li > a:hover {
	transition: all 0.2s ease-in;
}
.header .menu > ul  > li i {
	display: inline-block;
	width: 16px;
	background-image: url(../images/submenu.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	margin-left: 2px;
	font-size: 0px;
	color: rgba(255,255,255,0);
	float: left;
}

/*第二層選單*/
.header .menu >ul>li>ul{
	width: 200px;
	background-color: #fff;
	position: absolute;
	top: 60px;
	left: 50%;
	text-align: center;
	line-height: 40px;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transition: all 0.2s ease-in;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	font-size: 13px;
	padding: 5px;
}
.header .menu >ul>li>ul>li{
	display: block;
	line-height: 40px;
}
.header .menu >ul>li>ul>li>a{
	text-align: center;
	display: block;
	width: 100%;
	color: #333;
	text-decoration: none;
	transition: all 0.2s ease-in;
	border-bottom: 1px dashed #CCC;
}
.header .menu >ul>li>ul>li>a:hover{
	background-color: #f5f5f5;
	transition: all 0.2s ease-in;
}
.header .menu >ul>li>ul>li:nth-last-child(1) a {
	border-bottom: none;
}
#nav-btn{
	display: none;
}
.sub-menu{
	display: none;
}
.header .menu >ul>li:hover > .sub-menu{
	display: block;
}
}
@media (max-width: 909px) {
.header .menu .logo {
	background-image: url(../images/logo2.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	width: 120px;
	height: 50px;
	position: absolute;
	left: 10px;
	top: 5px;
}
.header .menu > .menubox {
	display: none;
	line-height: 60px;
	margin-right: 20px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
}
/*第一層選單*/
.header .menu > ul  > li {
	border-bottom: solid 1px rgba(255,255,255,.3);
	position: relative;
	text-align: center;
}
.header .menu > ul > li > a {
	display: block;
	color: #FFF;
	line-height: 60px;
	transition: all 0.2s ease-in;
	text-decoration: none;
}
.header > ul > li > a:hover {
	transition: all 0.2s ease-in;
}
.header .menu > ul  > li i {
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	color: #FFF;
	text-align: right;
	line-height: 60px;
	box-sizing: border-box;
	padding-right: 5px;
	padding-left: 5px;
}
/*第二層選單*/
.header .menu >ul>li>ul>li{
border-bottom: solid 1px #333;

}
.header .menu >ul>li>ul>li:first-child{
border-top: solid 1px #333;
}
.header .menu >ul>li>ul>li:last-child{
border: 0;
}
.header .menu >ul>li>ul>li>a{
	text-align: center;
	display: block;
	width: 100%;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #CCC;
}
.header .menu >ul>li>ul>li>a:last-child{
	border-bottom: none;
}
.header .menu >ul ,.sub-menu {
	display: none;
	background-color: rgba(0,0,0,.8);
}
.header .menu #nav-btn {
	background-color: #FFF;
	display: block;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px;
	border-radius: 3px;
}
.header .menu #nav-btn b {
	background-color: #306;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	margin-bottom: 6px;
}
/*第一層選單*/
.header .menu >ul>li{ 
line-height: 3em;
}
}

/*************************
*
*   主框架
*
*************************/
@media (min-width: 601px) {
.main {
	padding: 20px;
	box-sizing: border-box;
}
.main h1 {
	color: #4d5e70;
	text-align: center;
	margin-bottom: 20px;
}
.main h2 {
	color: #4d5e70;
	margin-bottom: 10px;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 500;
}
.main h3 {
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
}
@media (max-width: 600px) {
.main {
	box-sizing: border-box;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 60px;
	padding-left: 10px;
}
.main h1 {
	color: #4d5e70;
	text-align: center;
	margin-bottom: 20px;
	font-size: 26px;
}
.main h2 {
	color: #4d5e70;
	margin-bottom: 10px;
	font-size: 24px;
	margin-top: 30px;
	font-weight: 500;
}
.main h3 {
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
}

/*PAGE*/
.page {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page ul {
	display: inline-block;
	margin: 0px;
}
.page ul li {
	display: inline-block;
	float: left;
	margin-right: -1px;
}
.page ul li a {
	text-align: center;
	display: block;
	line-height: 30px;
	border: 1px solid #CCC;
	min-width: 30px;
	padding-right: 8px;
	padding-left: 8px;
	color: #428bca;
	background-color: #FFF;
	text-decoration: none;
}
.page ul li a:hover {
	color: #2a6496;
	background-color: #eeeeee;
}
.page ul li:first-child a {
	border-radius: 5px 0 0 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.page ul li:last-child a {
	border-radius: 0 5px 5px 0;
	padding-right: 10px;
	padding-left: 10px;
}
.page ul li .active {
	border: 1px solid #428bca;
	color: #fff;
	background-color: #428bca;
}
.page ul li .active:hover {
	border: 1px solid #428bca;
	color: #fff;
	background-color: #428bca;
}
/*************************
*
*   搜尋列
*
*************************/
/*搜尋列框架*/
@media (min-width: 601px) {
.search-btn {
	display: none;
}
.main .search-bg > .search-bar > .close-search {
	display: none;
}
.main .search-bar {
	background-color: #fff;
	margin-bottom: 20px;
	border-radius: 5px;
	padding: 10px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.main .search-bar select {
	height: 30px;
	width: 100%;
}
.main .search-bar b {
	text-align: center;
	width: 20px;
	display: inline-block;
}
.main .search-bar input[type="date"],.main .search-bar input[type="text"]  {
	line-height: 24px;
	width: 100%;
}
.main .search-bar input[type="submit"] {
	line-height: 28px;
	width: 100%;
	color: #FFF;
	background-color: #4d5e70;
	border: none;
}
}
@media (max-width: 600px) {
.search-btn {
	display: block;
	background-color: #CCC;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	margin-bottom: 20px;
	color: #000;
	text-decoration: none;
}
.search-btn:hover {
	background-color: #CCC;
	color: #000;
}
.search-btn i {
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	display: inline-block;
	background-position: left center;
	padding-left: 30px;
	font-style: normal;
}
.main .search-bar {
	background-color: #fff;
	border-radius: 5px;
	width: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 50;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.main .search-bg > .search-bar > .close-search {
	background-color: #000;
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: -10px;
	right: -10px;
	background-image: url(../images/closebtn.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: 3px solid #FFF;
	border-radius: 50%;
}
.main .search-bg {
	display: none;
	position: fixed;
	z-index: 10000;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
}
.search_show {
	display: block !important;
}
.main .search-bg > .close-search {
	height: 100%;
	width: 100%;
	display: block;
	background-color: rgba(0,0,0,.8);
}
.main .search-bar select {
	height: 34px;
	width: 100%;
	border: 1px solid #d5d5d5;
}
.main .search-bar b {
	text-align: center;
	width: 20px;
	display: inline-block;
}
.main .search-bar input[type="date"],.main .search-bar input[type="text"] {
	line-height: 30px;
	width: 100%;
	margin: 0px;
	border: 1px solid #d5d5d5;
	padding: 0px;
}
.main .search-bar input[type="submit"] {
	line-height: 36px;
	width: 100%;
	color: #FFF;
	background-color: #4d5e70;
	border: none;
}
}

/*訂房明細表*/
@media (min-width: 1101px) {
.main .search-bar .booking-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
}
.main .search-bar .booking-group .booking-date input[type="date"] {
	line-height: 24px;
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .booking-confirmation {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-branches {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-room_type {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-date {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-platform {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-bopersonnelx {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-keyword {
	width: 9%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-modify {
	width: 10%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-file {
	width: 10%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-btn{
	width: 6%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 4px;
}
}
@media (max-width: 1100px) and (min-width: 601px) {
.main .search-bar .booking-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
}
.main .search-bar .booking-group .booking-date input[type="date"] {
	line-height: 24px;
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .booking-confirmation {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	margin-bottom: 5px;
}
.main .search-bar .booking-branches {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	margin-bottom: 5px;
}
.main .search-bar .booking-room_type {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	margin-bottom: 5px;
}
.main .search-bar .booking-date {
	width: 40%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	margin-bottom: 5px;
}
.main .search-bar .booking-platform {
	width: 15%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-bopersonnelx {
	width: 15%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-keyword {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-modify {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-file {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
}
.main .search-bar .booking-btn{
	width: 10%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-top: 20px;
	padding-left: 4px;
}
}
@media (max-width: 600px) {
.main .search-bar .booking-group span {
	display: block;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	width: 70px;
}
.main .search-bar .booking-group .booking-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .booking-confirmation {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-branches {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-room_type {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-date {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-platform {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-bopersonnelx {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-keyword {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-modify {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-file {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .booking-btn{
	display: block;
	padding-top: 5px;
}
}

/*訂房統計表*/
@media (min-width: 1101px) {
.main h1 span {
	font-size: 20px;
	color: #333;
	margin-left: 10px;
}
.main .search-bar .statistics-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	width: 70px;
	position: absolute;
	left: 4px;
	top: 0px;
	line-height: 30px;
}
.main .search-bar .statistics-group .statistics-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .statistics-date {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .statistics-branches {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .statistics-room_type {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .statistics-btn{
	width: 6%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
}
}
@media (max-width: 1100px) and (min-width: 601px) {
.main h1 span {
	font-size: 20px;
	color: #333;
	margin-left: 10px;
}
.main .search-bar .statistics-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	width: 50px;
	position: absolute;
	left: 4px;
	top: 0px;
	line-height: 30px;
}
.main .search-bar .statistics-group .statistics-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .statistics-date {
	width: 40%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 59px;
	position: relative;
}
.main .search-bar .statistics-branches {
	width: 25%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 59px;
	position: relative;
}
.main .search-bar .statistics-room_type {
	width: 25%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 59px;
	position: relative;
}
.main .search-bar .statistics-btn{
	width: 10%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
}
}
@media (max-width: 600px) {
.main h1 span {
	font-size: 20px;
	color: #333;
	display: block;
	margin-top: 10px;
}
.main .search-bar .statistics-group span {
	display: block;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	width: 40px;
}
.main .search-bar .statistics-group .statistics-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .statistics-date {
	display: block;
	line-height: 44px;
	padding-left: 50px;
	position: relative;
}
.main .search-bar .statistics-branches {
	display: block;
	line-height: 44px;
	padding-left: 50px;
	position: relative;
}
.main .search-bar .statistics-room_type {
	display: block;
	line-height: 44px;
	padding-left: 50px;
	position: relative;
}
.main .search-bar .statistics-btn{
	display: block;
	padding-top: 5px;
}
}
/*出納*/
@media (min-width: 1101px) {
.main .search-bar .cashier-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	width: 70px;
	position: absolute;
	left: 4px;
	top: 0px;
	line-height: 30px;
}
.main .search-bar .cashier-group .cashier-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .cashier-confirmation {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .cashier-date {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .cashier-branches {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .cashier-room_type {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .cashier-btn{
	width: 6%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
}
}
@media (max-width: 1100px) and (min-width: 601px) {
.main .search-bar .cashier-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	line-height: 30px;
}
.main .search-bar .cashier-group .cashier-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .cashier-confirmation {
	width: 18%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	position: relative;
}
.main .search-bar .cashier-date {
	width: 36%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	position: relative;
}
.main .search-bar .cashier-branches {
	width: 18%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	position: relative;
}
.main .search-bar .cashier-room_type {
	width: 18%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 4px;
	position: relative;
}
.main .search-bar .cashier-btn{
	width: 10%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
	padding-top: 32px;
}
}
@media (max-width: 600px) {
.main .search-bar .cashier-group span {
	display: block;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	width: 70px;
}
.main .search-bar .cashier-group .cashier-date input[type="date"] {
	width: 45%;
	width: -moz-calc(50% - 12px);
	width: -webkit-calc(50% - 12px);
	width: calc(50% - 12px);
}
.main .search-bar .cashier-confirmation {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .cashier-date {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .cashier-branches {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .cashier-room_type {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .cashier-btn{
	display: block;
	padding-top: 5px;
}
}
/*會員卡開卡*/
@media (min-width: 1101px) {
.main .search-bar .card_activate-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	width: 70px;
	position: absolute;
	left: 4px;
	top: 0px;
	line-height: 30px;
}
.main .search-bar .activate_cardnum {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate_date {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate_people {
	width: 20%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate-btn{
	width: 6%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
}
}
@media (max-width: 1100px) and (min-width: 601px) {
.main .search-bar .card_activate-group span {
	display: block;
	text-align: center;
	font-weight: bold;
	background-color: #ebf0f5;
	margin-bottom: 2px;
	width: 70px;
	position: absolute;
	left: 4px;
	top: 0px;
	line-height: 30px;
}
.main .search-bar .activate_cardnum {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate_date {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate_people {
	width: 30%;
	float: left;
	display: block;
	padding-right: 4px;
	border-right: 1px solid #CCC;
	box-sizing: border-box;
	padding-left: 79px;
	position: relative;
}
.main .search-bar .activate-btn{
	width: 10%;
	float: left;
	vertical-align: bottom;
	border-right: none;
	box-sizing: border-box;
	padding-left: 4px;
}
}
@media (max-width: 600px) {
.main .search-bar .card_activate-group span {
	display: block;
	text-align: right;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	width: 70px;
}
.main .search-bar .activate_cardnum {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .activate_date {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .activate_people {
	display: block;
	line-height: 44px;
	padding-left: 80px;
	position: relative;
}
.main .search-bar .activate-btn{
	display: block;
	padding-top: 5px;
}
}

/*************************
*
*   訂房明細
*
*************************/
.order-btn .btnbox {
	text-align: right;
	display: block;
	margin-bottom: 10px;
}
.order-btn .btnbox .add-order {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}

.order-list {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.order-list .btnbox {
	text-align: right;
	display: block;
	margin-bottom: 10px;
}
.order-list .btnbox .add-order {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.order-list .mask {
	overflow-x: auto;
	width: 100%;
}
.order-list .mask table {
	min-width: 900px;
}
.order-list .mask table .edit {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.order-list .mask table .delete {
	display: block;
	height: 30px;
	width: 30px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}
.main table {
	background-color: #3e4b5a;
	border-spacing: 1px;
	border-collapse: separate;
	line-height: 30px;
}
.main table th {
	background-color: #4d5e70;
	text-align: center;
	padding: 2px;
	color: #fff;
	border: none;
}
.main table tr:nth-child(odd) {
	background-color: #eff3f6;
}
.main table tr:nth-child(even) {
	background-color: #fff;
}
.main table tr:hover {
	background-color: #dff0d8;
}
.main table .sl:hover td,.main table .s6:hover td,.main table .slx:hover td,.main table .slb:hover td {
	background-color: #dff0d8;
}
.main table .sl td {
	background-color: #f2dede;
}
.main table .s6 td {
	background-color: #fcf8e3;
}
.main table .slx td {
	background-color: #fff;
}
.main table .slb td {
	background-color: #d9edf7;
}
.main table td {
	padding: 2px;
	line-height: 18px;
	border: none;
}

/*************************
*
*   累計業績表
*
*************************/
.performance {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
@media (min-width: 768px) {
.performance span {
	font-size: 20px;
	display: block;
	color: #C00;
	line-height: 30px;
	margin-bottom: 10px;
}
.performance .oder:nth-child(2) {
	padding-right: 10px;
	padding-left: 0px;
}
.performance .oder:nth-child(3) {
	padding-right: 0px;
	padding-left: 10px;
}
.performance .oder > b {
	font-size: 18px;
	display: block;
	font-weight: normal;
}
}
@media (max-width: 767px) {
.performance span {
	font-size: 18px;
	display: block;
	color: #C00;
	line-height: 24px;
	margin-bottom: 10px;
}
.performance .oder:nth-child(2) {
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 20px;
}
.performance .oder:nth-child(3) {
	padding-right: 0px;
	padding-left: 0px;
}
.performance .oder > b {
	font-size: 16px;
	display: block;
	font-weight: normal;
}
}
.performance table td {
	text-align: right;
	padding: 2px;
	line-height: 24px;
}

/*************************
*
*   訂房單
*
*************************/
@media (min-width: 1101px) {
.booking {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.booking .book-md-4 {width: 33.33%;float: left;}
.booking .book-md-6 {width: 50%;float: left;}
.booking .book-md-12 {width: 100%;float: left;}
}
@media (min-width: 769px) and (max-width: 1100px) {
.booking {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.booking .book-sm-4 {width: 33.33%;float: left;}
.booking .book-sm-6 {width: 50%;float: left;}
.booking .book-sm-12 {width: 100%;float: left;}
}
@media (max-width: 768px) {
.booking {
	background-color: #FFF;
	padding: 10px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.booking .book-xs-4 {width: 33.33%;float: left;}
.booking .book-xs-6 {width: 50%;float: left;}
.booking .book-xs-12 {width: 100%;float: left;}
}
.booking label {
	font-weight: normal;
	margin-right: 2px;
	white-space: nowrap;
	display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
}
.booking > div > .book-md-4,.booking > div > .book-md-6,.booking > div > .book-md-12 {
	padding-right: 5px;
	padding-left: 100px;
	position: relative;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.booking > div > div > span {
	text-align: right;
	display: block;
	width: 90px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding-right: 5px;
	background-color: #d5dfe6;
}
.booking > .form-info {
	background-color: #fff;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.booking > .bookingbox {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #eff3f6;
	margin-bottom: 10px;
}
.booking > .bookingbox input[type="text"],.booking > .bookingbox input[type="date"],.booking > .bookingbox input[type="time"] {
	width: 100%;
	height: 28px;
}
.booking select {
	width: 100%;
	height: 28px;
}
.booking select.account {
	float:left;
	width:49%;
	margin: 0px 5px 0 0;
}
.booking input[type=checkbox] {
	display:none;
}
.booking input[type="checkbox"] + label {
	background-image: url(../images/checkbox-off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
}
.booking input[type="checkbox"]:checked + label {
	background-image: url(../images/checkbox-on.png);
}
.select-room {
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.select-room .btnbox {
	text-align: right;
	display: block;
	margin-bottom: 5px;
}
.select-room .add-btn {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
	border: none;
	float: right;
}
.select-room ul {
	margin: 0px;
	padding: 0px;
}
.select-room ul li {
	position: relative;
	width: 100%;
	line-height: 30px;
	padding-right: 40px;
	box-sizing: border-box;
	display: block;
	background-color: #eff3f6;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-radius: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.select-room ul li .room-type,.select-room ul li .stay,.select-room ul li .rooms,.select-room ul li .people,.select-room ul li .price,.select-room ul li .unit,.select-room ul li .total,.select-room ul li .note {
	position: relative;
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
	box-sizing: border-box;
	display: block;
	float: left;
}
@media (min-width: 900px) {
.select-room ul li .room-type {
	width: 15%;
}
.select-room ul li .stay {
	width:8%;
}
.select-room ul li .rooms {
	width: 12%;
}
.select-room ul li .people {
	width: 10%;
}
.select-room ul li .price {
	width: 10%;
}
.select-room ul li .unit {
	width: 10%;
}
.select-room ul li .total {
	width: 10%;
}
.select-room ul li .note {
	width: 25%;
}
}
@media (max-width: 899px) and (min-width: 760px)  {
.select-room ul li .room-type {
	width: 20%;
}
.select-room ul li .stay {
	width: 20%;
}
.select-room ul li .rooms {
	width: 15%;
}
.select-room ul li .people {
	width: 15%;
}
.select-room ul li .price {
	width: 15%;
}
.select-room ul li .unit {
	width: 15%;
}
.select-room ul li .total {
	width: 30%;
}
.select-room ul li .note {
	width: 70%;
}
}
@media (max-width: 759px) {
.select-room ul li .room-type {
	width: 40%;
}
.select-room ul li .stay {
	width: 30%;
}
.select-room ul li .rooms {
	width: 30%;
}
.select-room ul li .people {
	width: 33%;
}
.select-room ul li .price {
	width: 33%;
}
.select-room ul li .unit {
	width: 34%;
}
.select-room ul li .total {
	width: 30%;
}
.select-room ul li .note {
	width: 70%;
}
}
.select-room ul li .del {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	line-height: 24px;
	background-color: #4d5e70;
	background-image: url(../images/closebtn.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	border: none;
}
.select-room span {
	width: 40px;
	height: 28px;
	text-align: right;
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-right: 5px;
	box-sizing: border-box;
}
.select-room select {
	width: 100%;
	height: 28px;
}
.select-room input[type="text"] {
	width: 100%;
	height: 28px;
}
@media (min-width: 490px) {
.booking .btnbox {
	text-align: right;
	display: block;
	margin-bottom: 5px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.booking .btnbox b {
	display: inline-block;
	font-weight: normal;
}
}
@media (max-width: 489px) {
.booking .btnbox {
	text-align: center;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
}
.booking .btnbox b {
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
}
.booking .btnbox input[type="text"] {
	width: 150px;
	height: 28px;
	margin-left: 10px;
}
.room-list {
	position: relative;
	background-color: #f7f7f7;
	padding: 10px;
}
.room-list span {
	font-size: 18px;
	line-height: 30px;
}

/*************************
*
*   訂房統計表
*
*************************/
.room_statistics {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.room_statistics .mask {
	overflow-x: auto;
	width: 100%;
}
.main .room_statistics table th {
	line-height: 20px;
	font-weight: normal;
}
.main .room_statistics table td {
	text-align: center;
}
.room_statistics .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
/*************************
*
*   出納
*
*************************/
.cashier {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.cashier .mask {
	overflow-x: auto;
	width: 100%;
}
.main .cashier table {
	min-width: 1000px;
}
.main .cashier table th {
	line-height: 20px;
	font-weight: normal;
}
.main .cashier table td {
	text-align: center;
}
.cashier .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
/*************************
*
*   房型清單
*
*************************/
.roomlevels-menu {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-bottom: 10px;
}
@media (min-width: 1000px) {
.roomlevels-menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.roomlevels-menu ul li {
	display: block;
	width: 7.14%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.roomlevels-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.roomlevels-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
@media (max-width: 999px) and (min-width: 600px) {
.roomlevels-menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.roomlevels-menu ul li {
	display: block;
	width: 14.28%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.roomlevels-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.roomlevels-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
@media (max-width: 599px) {
.roomlevels-menu ul {
	margin: 0px;
	padding: 5px;
}
.roomlevels-menu ul li {
	display: block;
	width: 20%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.roomlevels-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 1px;
	padding-left: 1px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.roomlevels-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 1px;
	padding-left: 1px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
.roomlevels {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.roomlevels .mask {
	overflow-x: auto;
	width: 100%;
}
.main .roomlevels table {
	min-width: 600px;
}
.main .roomlevels table th {
	line-height: 20px;
	font-weight: normal;
}
.main .roomlevels table td {
	text-align: center;
}
.main .roomlevels table .edit {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}
.main .roomlevels table .delete {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}
.roomlevels .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
.roomlevels .btnbox .add-roombtn {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.roomtype {
	max-width: 1200px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	margin-right: auto;
	margin-left: auto;
}
.roomtype > div > span {
	text-align: right;
	display: block;
	width: 95px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding-right: 5px;
	background-color: #d5dfe6;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.roomtype > div {
	padding-right: 5px;
	padding-left: 105px;
	position: relative;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 500px) {
.roomtype .room-name {
	width: 50%;
	float: left;
}
.roomtype .room-quantity {
	width: 50%;
	float: left;
}
.roomtype .room-description {
	width: 100%;
	float: left;
	margin-bottom: -10px;
}
.roomtype .stay-weekday {
	width: 50%;
	float: left;
}
.roomtype .stay-holiday {
	width: 50%;
	float: left;
}
.roomtype .rest-weekday {
	width: 50%;
	float: left;
}
.roomtype .rest-holiday {
	width: 50%;
	float: left;
}
.roomtype .order-type {
	width: 50%;
	float: left;
}
.roomtype .report-type {
	width: 50%;
	float: left;
}
}
@media (min-width: 765px) {
.roomtype .reserved-room {
	width: 40%;
	float: left;
}
.roomtype .count {
	width: 20%;
	float: left;
}
.roomtype .branch {
	width: 40%;
	float: left;
}
}
@media (max-width: 764px) and (min-width: 500px) {
.roomtype .reserved-room {
	width: 50%;
	float: left;
}
.roomtype .count {
	width: 50%;
	float: left;
}
.roomtype .branch {
	width: 50%;
	float: left;
}
}
@media (max-width: 499px) {
.roomtype .room-name {
	width: 100%;
}
.roomtype .room-quantity {
	width: 100%;
}
.roomtype .room-description {
	width: 100%;
	margin-bottom: -10px;
}
.roomtype .stay-weekday {
	width: 100%;
}
.roomtype .stay-holiday {
	width: 100%;
}
.roomtype .rest-weekday {
	width: 100%;
}
.roomtype .rest-holiday {
	width: 100%;
}
.roomtype .order-type {
	width: 100%;
}
.roomtype .report-type {
	width: 100%;
}
.roomtype .reserved-room {
	width: 100%;
}
.roomtype .count {
	width: 100%;
}
.roomtype .branch {
	width: 100%;
}
}
.roomtype input[type="text"] {
	width: 100%;
	height: 30px;
}
.roomtype textarea {
	width: 100%;
	margin: 0px;
	min-height: 76px;
}
.roomtype select {
	width: 100%;
	height: 28px;
}
.roomtype input[type=checkbox] {
	/**display:none;**/
}
.roomtype input[type="checkbox"] + label {
	background-image: url(../images/checkbox-off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
}
.roomtype input[type="checkbox"]:checked + label {
	background-image: url(../images/checkbox-on.png);
}
.roomtype .btnbox {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.roomtype .btnbox input[type="button"] {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*************************
*
*   折扣率清單
*
*************************/
.offtypes {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.offtypes .mask {
	overflow-x: auto;
	width: 100%;
}
.main .offtypes table {
	min-width: 900px;
}
.main .offtypes table th {
	line-height: 20px;
	font-weight: normal;
}
.main .offtypes table td {
	text-align: center;
}
.main .offtypes table td:nth-child(5) {
	text-align: left;
}
.main .offtypes table td:nth-child(5) a {
	margin-right: 2px;
	margin-left: 2px;
	white-space: nowrap;
}
.main .offtypes table .edit {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}
.main .offtypes table .delete {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}
.offtypes .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
.offtypes .btnbox .add-offtypes {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.discountbox {
	max-width: 800px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	margin-right: auto;
	margin-left: auto;
}
.discountbox > div > span {
	text-align: right;
	display: block;
	width: 75px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding-right: 5px;
	background-color: #d5dfe6;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.discountbox > div {
	padding-right: 5px;
	padding-left: 85px;
	position: relative;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
}
.discountbox .discount {
	width: 100%;
}
.discountbox .discount-name {
	width: 100%;
}
.discountbox .discount-num {
	width: 100%;
}
.discountbox input[type="text"] {
	width: 100%;
	height: 30px;
}
.discountbox .btnbox {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.discountbox .btnbox input[type="button"] {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*************************
*
*   使用者表列
*
*************************/
.users-menu {
	background-color: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 5px;
	margin-bottom: 10px;
}
@media (min-width: 1000px) {
.users-menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.users-menu ul li {
	display: block;
	width: 7.14%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.users-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.users-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
@media (max-width: 999px) and (min-width: 600px) {
.users-menu ul {
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.users-menu ul li {
	display: block;
	width: 14.28%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.users-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.users-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
@media (max-width: 599px) {
.users-menu ul {
	margin: 0px;
	padding: 5px;
}
.users-menu ul li {
	display: block;
	width: 20%;
	margin: 0px;
	float: left;
	padding: 5px;
	box-sizing: border-box;
	text-align: center;
}
.users-menu ul li a {
	display: block;
	border: 1px solid #c4d1de;
	line-height: 30px;
	padding-right: 1px;
	padding-left: 1px;
	color: #333;
	text-decoration: none;
	background-color: #c4d1de;
	border-radius: 5px;
}
.users-menu ul li .action {
	display: block;
	border: 1px solid #4d5e70;
	line-height: 30px;
	padding-right: 1px;
	padding-left: 1px;
	color: #fff;
	text-decoration: none;
	background-color: #4d5e70;
	border-radius: 5px;
}
}
.users-list {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.users-list .mask {
	overflow-x: auto;
	width: 100%;
}
.main .users-list table {
	min-width: 600px;
}
.main .users-list table th {
	line-height: 20px;
	font-weight: normal;
}
.main .users-list table td {
	text-align: center;
}
.main .users-list table .edit {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}
.main .users-list table .delete {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}
.users-list .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
.users-list .btnbox .add-user {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.user-box {
	max-width: 800px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	margin-right: auto;
	margin-left: auto;
}
.user-box > div > span {
	text-align: right;
	display: block;
	width: 95px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding-right: 5px;
	background-color: #d5dfe6;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.user-box > div {
	padding-right: 5px;
	padding-left: 105px;
	position: relative;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 500px) {
.user-box .user-num {
	width: 50%;
	float: left;
}
.user-box .user-name {
	width: 50%;
	float: left;
}
.user-box .user-account {
	width: 50%;
	float: left;
}
.user-box .user-level {
	width: 50%;
	float: left;
}
.user-box .user-branch {
	width: 50%;
	float: left;
}
.user-box .user-revenue {
	width: 50%;
	float: left;
}
.user-box .user-password {
	width: 50%;
	float: left;
}
.user-box .user-password2 {
	width: 50%;
	float: left;
}
}
@media (max-width: 499px) {
.user-box .user-num {
	width: 100%;
}
.user-box .user-name {
	width: 100%;
}
.user-box .user-account {
	width: 100%;
}
.user-box .user-level {
	width: 100%;
}
.user-box .user-branch {
	width: 100%;
}
.user-box .user-revenue {
	width: 100%;
}
.user-box .user-password {
	width: 100%;
}
.user-box .user-password2 {
	width: 100%;
}
}
.user-box input[type="text"],.user-box input[type="password"] {
	width: 100%;
	height: 30px;
}
.user-box textarea {
	width: 100%;
	margin: 0px;
	min-height: 76px;
}
.user-box select {
	width: 100%;
	height: 28px;
}
.user-box input[type=checkbox] {
	display:none;
}
.user-box input[type="checkbox"] + label {
	background-image: url(../images/checkbox-off.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 30px;
	display: block;
}
.user-box input[type="checkbox"]:checked + label {
	background-image: url(../images/checkbox-on.png);
}
.user-box .btnbox {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.user-box .btnbox input[type="button"] {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*************************
*
*   假日/紅利設定
*
*************************/
.holiday-set {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.holiday-set .mask {
	overflow-x: auto;
	width: 100%;
}
.holiday-set span {
	line-height: 50px;
	font-weight: normal;
	font-size: 30px;
	color: #FFF;
	background-color: #4d5e70;
	text-align: center;
	display: block;
}
.holiday-set .control {
	line-height: 40px;
	font-weight: normal;
	font-size: 20px;
	display: block;
}
.holiday-set .control .previous {
	float: left;
}
.holiday-set .control .next {
	line-height: 40px;
	font-weight: normal;
	font-size: 20px;
	display: block;
	float: right;
}
.main .holiday-set table {
	min-width: 600px;
	background-color: #fff;
	border-spacing: 1px;
	border-collapse: separate;
	line-height: 30px;
	border: 1px solid #3e4b5a;
}
.main .holiday-set table tr:nth-child(odd) {
	background-color: #eff3f6;
}
.main .holiday-set table tr:nth-child(even) {
	background-color: #fff;
}
.main .holiday-set table tr:hover {
	background-color: none;
}
.main .holiday-set table td {
	text-align: center;
	line-height: 24px;
}
.main .holiday-set table td:hover {
	background-color: #dff0d8;
}
.main .holiday-set table td input[type="submit"] {
	line-height: 20px;
	background-color: #FCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*************************
*
*   分館清單
*
*************************/
.subcpcodes {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.subcpcodes .mask {
	overflow-x: auto;
	width: 100%;
}
.main .subcpcodes table {
	min-width: 600px;
}
.main .subcpcodes table th {
	line-height: 20px;
	font-weight: normal;
}
.main .subcpcodes table td {
	text-align: center;
}
.main .subcpcodes table td:nth-child(3) {
	text-align: left;
}
.main .subcpcodes table td:nth-child(3) imh {
	width: 100%;
}
.main .subcpcodes table .edit {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/edit.png);
	background-repeat: no-repeat;
}
.main .subcpcodes table .delete {
	display: inline-block;
	height: 30px;
	width: 30px;
	background-image: url(../images/delete.png);
	background-repeat: no-repeat;
}
.subcpcodes .btnbox {
	text-align: right;
	display: block;
	margin-top: 15px;
}
.subcpcodes .btnbox .add-subcpcodes {
	color: #FFF;
	background-color: #4d5e70;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 40px;
	display: inline-block;
	background-image: url(../images/p-btn2.png);
	background-repeat: no-repeat;
	background-position: 5px;
	border-radius: 5px;
	text-decoration: none;
}
.subcpcodes-box {
	max-width: 800px;
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
	margin-right: auto;
	margin-left: auto;
}
.subcpcodes-box > div > span {
	text-align: right;
	display: block;
	width: 95px;
	position: absolute;
	left: 0px;
	top: 5px;
	padding-right: 5px;
	background-color: #d5dfe6;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.subcpcodes-box > div {
	padding-right: 5px;
	padding-left: 105px;
	position: relative;
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
@media (min-width: 500px) {
.subcpcodes-box .subcpcodes-name {
	width: 50%;
	float: left;
}
.subcpcodes-box .subcpcodes-code {
	width: 50%;
	float: left;
}
.subcpcodes-box .bank-name {
	width: 50%;
	float: left;
}
.subcpcodes-box .bank-code {
	width: 50%;
	float: left;
}
.subcpcodes-box .bank-account {
	width: 50%;
	float: left;
}
.subcpcodes-box .bank-num {
	width: 50%;
	float: left;
}
.subcpcodes-box .subcpcodes-title {
	width: 50%;
	float: left;
}
.subcpcodes-box .tax-num {
	width: 50%;
	float: left;
}
.subcpcodes-box .uniform-num {
	width: 50%;
	float: left;
}
}
@media (max-width: 499px) {
.subcpcodes-box .subcpcodes-name {
	width: 100%;
}
.subcpcodes-box .subcpcodes-code {
	width: 100%;
}
.subcpcodes-box .bank-name {
	width: 100%;
}
.subcpcodes-box .bank-code {
	width: 100%;
}
.subcpcodes-box .bank-account {
	width: 100%;
}
.subcpcodes-box .bank-num {
	width: 100%;
}
.subcpcodes-box .subcpcodes-title {
	width: 100%;
}
.subcpcodes-box .tax-num {
	width: 100%;
}
.subcpcodes-box .uniform-num {
	width: 100%;
}
}
.subcpcodes-box input[type="text"],.user-box input[type="password"] {
	width: 100%;
	height: 30px;
}
.subcpcodes-box input[type="file"] {
	width: 100%;
	height: 30px;
	border: 1px solid #a9a9a9;
}
.subcpcodes-box .btnbox {
	width: 100%;
	text-align: center;
	display: block;
	padding: 0px;
	line-height: 30px;
}
.subcpcodes-box .btnbox input[type="button"] {
	margin-right: 10px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/*************************
*
*   會員卡開卡
*
*************************/
.card_activate {
	background-color: #FFF;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}
.card_activate .mask {
	overflow-x: auto;
	width: 100%;
}
.card_activate .mask table {
	min-width: 600px;
	line-height: 40px;
}
.card_activate table td {
	padding: 0px;
}
.card_activate table td:nth-child(3) {
	text-align: center;
}
.card_activate table td .card_ok {
	color: #18be01;
	background-image: url(../images/check-OK.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px center;
}
.card_activate table td .card_error {
	color: #cf0000;
	background-image: url(../images/check-error.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 0px center;
}
.card_activate table th {
	width: 25%;
}
.card_activate table td:nth-child(4) input[type="text"] {
	text-align: center;
}
.card_activate .mask table input[type="text"] {
	width: 100%;
	height: 30px;
	padding-right: 5px;
	padding-left: 5px;
	border: none;
	background-color: rgba(255,255,255,0);
}
.card_activate .mask table input[type="text"]:focus {
	background-color: #feffbe;
}
/*************************
*
*   footer
*
*************************/
@media (min-width: 601px) {
.footer {
	text-align: right;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	background-color: #202535;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .printbtn {
	display: inline-block;
	margin-right: 10px;
}
.footer .printbtn input[type="button"] {
	line-height: 24px;
	color: #333;
	border: none;
	border-radius: 3px;
}
}
@media (max-width: 600px) {
.footer {
	text-align: center;
	display: block;
	position: fixed;
	left: 0px;
	bottom: 0px;
	color: #FFF;
	background-color: #202535;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
.footer .printbtn {
	text-align: center;
	display: block;
}
.footer .printbtn input[type="button"] {
	line-height: 24px;
	color: #333;
	border: none;
	border-radius: 3px;
}
.footer span {
	display: none;
}
}



.arrUp {
	width: 20px;
	height:20px;
	border: 10px solid transparent;
	border-bottom-color: #ccc;
	cursor: pointer;

}

.arrDown {
	width: px;
	height: 20px;
	border: 10px solid transparent;
	border-top-color: #ccc;
	margin-top: 10px;
	cursor: pointer;
}