﻿#content-wrapper .modal{display: none; font-size: 17px;}
#content-wrapper .modal button{margin-right: 10px;}
#content-wrapper .modal h4{display: inline-block;}

.navigation-wrapper{
	line-height: 50px;
	/*font-size: 15px;*/
	letter-spacing: 1px;
	margin-top: -15px;
}
	.navigation-wrapper a{}
	.navigation-wrapper a.back-to-prev-btn{
		margin-right: 5px;
		vertical-align: sub;
	}
		.navigation-wrapper i{
			font-size: 23px;
		}
#search-wrapper{margin-top: -20px;}

ul.search-engine, #godc-search-to ul{
	list-style-type: none;
	margin-bottom: 20px;
	padding: 0;
}
ul.search-engine li, #godc-search-to li{
	line-height: 50px;
	font-size: 13px;
	background-color: #cccccc;
	/* support Safari, Chrome */
	-webkit-border-radius: 6px;
	/* support firefox */
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 10px;
	padding: 0 10px;
}
ul.search-engine li:hover, #godc-search-to li:hover{
	background-color: #dddddd;
}
ul.search-engine li.search-engine-title{
	font-size: 15px;
	font-weight: bold;
	background: none;
	margin-bottom: 0;
}
ul.search-engine li a, #godc-search-to a{
	display: block;
	color: #333333;
	text-decoration: none;
}
ul.search-engine li h1, #godc-search-to h1{
	float: right;
	display: inline-block;
	line-height: 50px;
	color: #333333;
	font-size: 13px;
	margin: 0 0 0 10px;
}
ul.search-engine li i{
	/*color: #fff100;*/
	font-size: 15px;
	margin-right: 10px;
}
ul.search-engine li.search-engine-title i{
	color: #333333;
	font-size: 15px;
}
ul.search-engine li h1 i{
	/*color: #e4007f;*/
	font-size: 15px;
	margin-left: 10px;
}


div#godc-search-from div.modal-body label.radio span.lbl > label {
	line-height: 19px;
	font-weight: 600;
}

#godc-search-form #godc-search-form-send{
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 15px;
	letter-spacing: 5px;
	/* support Safari, Chrome */
	-webkit-border-radius: 6px;
	/* support firefox */
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#godc-search-date #bs-datepicker-inline{
	width: 212px;
	margin: 0 auto;
}

.form-hidden{
	visibility: hidden;
}

#search-engine-keyword{
	padding: 0 5px;
}
#search-keyword-input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	padding: 0 10px;
}

/* 首頁輪播改 BootStrap 的自寫寬高判斷 Start */

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	width: 100%;
}

.carousel-indicators li {
	/*
	border: 1px solid #e60050;
	*/
	border: 2px solid #fff;
}

.carousel-indicators .active {
	background-color: #e6003c;
}

/* 首頁輪播改 BootStrap 的自寫寬高判斷 End */

/* 搜尋列表頁 Start */

.search-list-wrapper {

}
	.search-list-box {
		/*height: 220px;*/
		height: 190px;
		line-height: 40px;
		background-color: #eee;
		border: 1px solid #aaa;
		/*
		support Safari, Chrome
		*/
		-webkit-border-radius: 6px;
		/*
		support firefox
		*/
		-moz-border-radius: 6px;
		border-radius: 6px;
		margin-bottom: 22px;
		padding: 9px;
	}
		.search-list-name {
			/*height: 120px;*/
			height: 90px;
			line-height: 20px;
			font-size: 15px;
			/*
			font-weight: bold;
			*/
			border-bottom: 1px solid #ccc;
			padding-bottom: 10px;
		}
			.search-list-sale {
				max-height: 30px;
				line-height: 30px;
				font-size: 13px;
			}
				.search-list-sale i.fa-quote-left {
					margin-right: 5px;
				}
				.search-list-sale i.fa-quote-right {
					margin-left: 5px;
				}
		.search-list-date {
			float: left;
			display: inline-block;
			height: 40px;
			line-height: 40px;
		}
		.search-list-money {
			float: right;
			display: inline-block;
			height: 40px;
			line-height: 40px;
			/*
			color: #f00;
			font-size: 19px;
			font-weight: bold;
			*/
			letter-spacing: 1px;
		}
		.search-list-join {
			clear: both;
			width: 100%;
			font-size: 15px;
		}
	.search-list-more {
		margin: 0px;
		padding: 0px;
	}
		.search-list-more-btn {
			width: 100%;
			line-height: 23px;
			font-size: 15px;
			font-weight: bold;
		}

/* 搜尋列表頁 End */

/* 商品明細頁 Start */

.detail-tab > li > a {
	/*
	margin-right: 5px;
	border: 1px solid #d7d7d7;
	*/
	margin-right: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

.detail-tab li.group-join-btn a {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer !important;
}

.detail-tab li.group-query-btn a {
	color: #ffffff;
	font-weight: bold;
	cursor: pointer !important;
}

.detail-tab .detail-content #group-info > div {
	margin-bottom: 10px;
}

.detail-tab .detail-content #group-info > div > span {
	margin-right: 5px;
}

/*

.detail-content span {
	margin-right: 5px;
}

.detail-content div {
	margin: 10px;
}

.group-detail-name, .group-detail-join-date, .group-detail-go-date, .group-detail-back-date {
	margin-bottom: 10px;
}

.group-detail-name span, .group-detail-join-date span, .group-detail-go-date span, .group-detail-back-date span {
	margin-right: 10px;
}

*/

.group-detail-name {
	font-size: 17px; /*15px;*/
	font-weight: bold;
}

.group-detail-day .panel-heading a {
	text-decoration: none;
}

.group-detail-day .panel-heading span {
	margin-right: 10px;
}

/*

.group-detail-day .panel-body .group-detail-day-eat-room{
	margin-top: 10px;
}

*/

.group-detail-day .panel-body .group-detail-day-eat-room > div {
	margin-top: 10px;
}

.group-detail-day .panel-body .group-detail-day-eat-room span {
	margin-right: 10px;
}

.group-join-btn-2 .btn {
	width: 100%;
	line-height: 20px;
	font-size: 15px;
	margin-top: 10px;
}

/* 商品明細頁 End */

/* 團體報名 Start */

.group-join-progress {
	width: 33%;
}

.group-join-step2, .group-join-step3 {
	display: none;
}

.group-join-step1 .join-group-name, .group-join-step2 .join-group-name, .group-join-step3 .join-group-name {
	font-size: 15px;
	font-weight: bold;
}

.group-join-step1 > div, .group-join-step2 > div, .group-join-step3 > div {
	margin-top: 10px;
}

.group-join-step1 span, .group-join-step2 span, .group-join-step3 span {
	margin-right: 5px;
}

.group-join-step1 table tfoot td {
	text-align: center;
}

.group-join-step1 table tfoot .btn {
	margin: 10px 5px;
}

.group-join-step1 .contract-agreement {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 5px;
}

.group-join-step1 .contract-agreement span {
	margin: 0;
}

.group-join-step1 .input-group {
	line-height: 30px;
}

.group-join-step1 .member-username {
	margin-top: 30px;
}

.group-join-step1 .member-username i {
	width: 13px;
}

.group-join-step1 .member-password {
	margin-top: 15px;
}

.group-join-step1 .join-group-step1-finish .btn, .group-join-step2 .join-group-step2-finish .btn, .group-join-step3 .join-group-step3-finish .btn {
	width: 100%;
	line-height: 20px;
	font-size: 15px;
}

.group-join-step1 .join-group-step1-no-member {
	text-align: center;
	margin-top: 30px;
}

.group-join-step2 .ch-last-name {
	width: 55px;
}

.group-join-step2 .ch-first-name {
	width: 55px;
}

.group-join-step2 .id-number {
	width: 90px;
}

.group-join-step2 .phone-number {
	width: 90px;
}

.group-join-step2 tbody input.form-control {
	display: inline-block;
	margin-bottom: 5px;
	padding: 6px;
}

.group-join-step2 tbody .checkbox {
	margin-top: 10px;
}

/* 團體報名 End */

/* 加入會員 Start */

.member-join .ch-first-name {
	margin-top: 5px;
}

.member-join .member-join-btn button.btn-primary {
	width: 100%;
}

/* 加入會員 End */

/* 會員登入 Start */

.member-login .member-username {
	margin-top: 10px;
}

.member-login .member-username i {
	width: 13px;
}

.member-login .member-password {
	margin-top: 15px;
}

.member-login .member-login-btn {
	margin-top: 15px;
}

.member-login .member-login-btn button.btn-primary {
	width: 100%;
	line-height: 20px;
	font-size: 15px;
	margin-bottom: 15px;
}

.member-login .member-login-btn button.btn-warning {
	margin-right: 10px;
}

.member-login .member-login-btn button.btn-danger {
	margin-left: 10px;
}

/* 會員登入 End */

/* 會員中心 Start */

.member-center .ch-first-name {
	margin-top: 5px;
}

.member-center .member-center-btn button.btn-primary {
	margin-right: 10px;
}

.member-center .member-center-btn button.btn-danger {
	margin-left: 10px;
}

.member-tab > li > a {
	margin-right: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

/* 會員中心 End */

/* 查詢密碼 Start */

.forgot-password .ch-first-name {
	margin-top: 5px;
}

.forgot-password .query-password-btn button.btn-primary {
	width: 100%;
}

.forgot-password .query-password-btn span.lbl {
	display: inline-block;
	margin-top: 10px;
}

/* 查詢密碼 End */

/* 團體洽詢 Start */

.group-query form {
	padding: 0;
}

.group-query .query-group-name {
	font-size: 15px;
	font-weight: bold;
	margin: 0 5px;
}

.group-query .limiter-label {
	display: inline-block;
}

.group-query form .panel-footer button.btn-primary {
	margin-right: 10px;
}

.group-query form .panel-footer button.btn-danger {
	margin-left: 10px;
}

/* 團體洽詢 End */

/* 下標 Start */

.footer {
	text-align: center;
	/*
	margin-top: 30px;
	*/
	margin-bottom: 20px;
}

.footer div, .footer span, .footer button {
	margin-right: 10px;
}

.footer button {
	margin-top: 5px;
	vertical-align: baseline;
}

.footer div {
	line-height: 20px;
	display: inline-block;
}

.footer a {
	display: block;
	text-decoration: none;
	margin-top: 15px;
}

/* 下標 End */

span.text-danger.text-bg.text-bold {
	margin-right: 0;
}

/* 輪播圖片左右切換 icon 上下置中 */

.carousel-control .fa-chevron-left, .carousel-control .fa-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.money-text {
	font-size: 15px;
}

.navbar-nav li a {
	cursor: pointer;
}

ul.nav-tabs > li#group-join > a, ul.nav-tabs > li#group-query > a {
	background-color: transparent;
}

/* ========== 左選單tag調整 START ========== */
#main-menu .navigation .label {
	margin-top: -1px;
	padding: 3px;
}
/* ========== 左選單tag調整 END ========== */

/* ========== 燈箱標題關閉X START ========== */
.modal-header button.close {
	color: #000;
}
/* ========== 燈箱標題關閉X END ========== */

/* ========== 調整東森色系 START ========== */
.theme-silver {
	background: #fff;
}
.gt-ie9 .theme-silver #main-navbar, .gt-ie9 .theme-silver #main-navbar .navbar-header {
	color: #fff;
	background-image: -webkit-linear-gradient(top,#002957 0,#002957 100%); /*(top,#e4007f 0,#e6003c 100%)*/
	background-image: linear-gradient(to bottom,#002957 0,#002957 100%); /*(to bottom,#e4007f 0,#e6003c 100%)*/
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6003c', endColorstr='#e6003c', GradientType=0); /*(startColorstr='#e4007f', endColorstr='#e6003c', GradientType=0)*/
}
.theme-silver #main-navbar .dropdown-menu>li>a, .theme-silver #main-navbar .dropdown>a, .theme-silver #main-navbar .nav>li>a, .theme-silver #main-navbar .navbar-header a {
	color: #fff;
	font-size: 15px;
}
.theme-silver #main-navbar #main-menu-toggle, .theme-silver #main-navbar #main-menu-toggle .fa:before, .theme-silver #main-navbar .navbar-toggle {
	color: #fff;
}
.theme-silver #main-menu-bg, .theme-silver .mmc-dropdown-open-ul {
	background: #fafafa;
}
.theme-silver #main-menu .menu-content.top {
	border-bottom: 1px solid #669966;
}
.theme-silver #main-menu .menu-content.top span {
	color: #002957;
	font-size: 17px;
	font-weight: bold;
}
.theme-silver #main-menu .mmc-dropdown-open-ul li, .theme-silver #main-menu .navigation li {
	border-bottom: 1px solid 669966;
}
.theme-silver #main-menu-bg, .theme-silver .mmc-dropdown-open-ul {
	border-right: 1px solid #669966;
}
ul.search-engine li {
	background-color: #fea500;
}
ul.search-engine li:hover {
	background-color: #f7a001;
}
ul.search-engine li.search-engine-title:hover {
	background-color: #fff;
}
	ul.search-engine li a, ul.search-engine li a h1 {
		color: #fff;
	}
ul.search-engine li.search-engine-keyword {
	background-color: #fff;
}
.theme-silver .btn-primary, .theme-silver .btn-primary:focus, .theme-silver .btn-primary:hover {
	border-color: #67ba44;
	border-bottom-color: #5ebd5e;
	background: #67ba44;
	background-image: -webkit-linear-gradient(top,#67ba44 0,#5ebd5e 100%);
	background-image: linear-gradient(to bottom,#67ba44 0,#5ebd5e 100%);
	background-repeat: repeat-x;
}
.theme-silver .btn-primary:hover {
	border-color: #5ebd5e;
	border-bottom-color: #53b153;
	background: #5ebd5e!important;
	background-image: -webkit-linear-gradient(top,#5ebd5e 0,#53b153 100%)!important;
	background-image: linear-gradient(to bottom,#5ebd5e 0,#53b153 100%)!important;
	background-repeat: repeat-x;
}
.theme-silver #main-navbar #main-navbar-collapse {
	background: #002957;
}
.theme-silver #main-navbar .navbar-header a {
	font-size: 17px; /*19px;*/
}
#main-navbar .navbar-brand div, #main-navbar .navbar-brand div img {
	height: 32px;
	width: 32px;
}
.theme-silver #main-menu .navigation li a {
	color: #000;
	font-size: 15px;
	font-weight: bold;
}
.theme-silver #main-menu .navigation li a span.mm-text span {
	font-size: 12px;
}

.navigation-wrapper a {
	color: #e6003c;
	font-size: 15px;
	font-weight: bold;
}
.search-list-box {
	background-color: #fff;
	border: 1px solid #e6003c;
}
.table-info thead th, .table-info thead tr {
	font-size: 15px;
	font-weight: bold;
	/*background: #fea500;
	border-color: #ffeeaa!important;*/
}
.join-group-step1-finish .btn-warning {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	background: #dadada!important;
	background-image: -webkit-linear-gradient(top,#dadada 0,#bababa 100%)!important;
	background-image: linear-gradient(to bottom,#dadada 0,#bababa 100%)!important;
	border-color: #ccc;
	border-bottom-color: #aaa;
}
.join-group-step1-finish .btn-warning:hover {
	background: #ddd!important;
	background-image: -webkit-linear-gradient(top,#dddddd 0,#bbbbbb 100%)!important;
	background-image: linear-gradient(to bottom,#dddddd 0,#bbbbbb 100%)!important;
}
.join-group-step1-finish .btn-danger, .join-group-step3-finish .btn-danger {
	font-size: 15px;
	font-weight: bold;
	background: #67ba44;
	border-color: #5ebd5e;
	border-bottom-color: #4eb04e;
}
.join-group-step1-finish .btn-danger:hover, .join-group-step3-finish .btn-danger:hover {
	background: #5ebd5e!important;
	background-image: -webkit-linear-gradient(top,#5ebd5e 0,#53b153 100%)!important;
	background-image: linear-gradient(to bottom,#5ebd5e 0,#53b153 100%)!important;
}
.join-group-step1-no-member {
	font-size: 15px;
	font-weight: bold;
}
.join-group-step2-finish .btn-danger {
	color: #555;
	font-size: 15px;
	font-weight: bold;
	background: #dadada!important;
	background-image: -webkit-linear-gradient(top,#dadada 0,#bababa 100%)!important;
	background-image: linear-gradient(to bottom,#dadada 0,#bababa 100%)!important;
	border-color: #ccc;
	border-bottom-color: #aaa;
}
.join-group-step2-finish .btn-danger:hover {
	background: #ddd!important;
	background-image: -webkit-linear-gradient(top,#dddddd 0,#bbbbbb 100%)!important;
	background-image: linear-gradient(to bottom,#dddddd 0,#bbbbbb 100%)!important;
}
.join-group-num .bg-default {
	color: #555;
	background: #f0f0f0!important;
}
.theme-silver .nav-tabs>li.active>a, .theme-silver .nav-tabs>li.active>a:focus, .theme-silver .nav-tabs>li.active>a:hover {
	font-weight: bold;
	background: #002957;
	border-bottom: 2px solid #e4007f;
}
.nav-tabs > li.log-out-btn > a {
	color: #fff;
}
.member-center .table tbody tr td a {
	font-size: 13px;
	font-weight: bold;
}
#godc-search-to li {
	background-color: #efefef;
}
.theme-silver #main-menu .mm-dropdown ul, .theme-silver #main-menu .mmc-dropdown-open-ul {
	background: #E8F3FF;
}
.theme-silver #main-menu .mm-dropdown ul li a:hover, .theme-silver #main-menu .mmc-dropdown-open-ul li a:hover {
	background: #002957;
}
.theme-silver #main-menu .mm-dropdown.open>a {
	color: #555;
}
.theme-silver #main-menu .navigation .mm-dropdown-root.open ul li.mm-dropdown a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
.theme-silver #main-menu .mmc-dropdown-open-ul li a:hover, .theme-silver #main-menu .navigation li a:hover {
	background: #002957;
}


.theme-silver #main-menu .mm-dropdown ul {
	background: #e6003c;
}
.theme-silver #main-menu .mmc-title {
	color: #fff;
	background: #104682;
	border-bottom: 1px solid #3d3d3d;
}
.theme-silver #main-menu .mmc-dropdown-open-ul li, .theme-silver #main-menu .navigation li {
border-bottom: 1px solid #669966;
}
.theme-silver #main-menu .navigation li.mm-dropdown-root.open ul li.mm-dropdown.open > a {
	color: #fff;
}
.theme-silver #main-menu .navigation li.mm-dropdown-root.open ul li.mm-dropdown.open ul {
	background: #c00032;
}
.theme-silver.mme #main-menu li.mm-dropdown-root.open > a {
	color: #555!important;
}
.theme-silver.mme #main-menu li.mm-dropdown-root.open > a:hover {
	color: #fff!important;
}
.tab-content.detail-content div.group-detail-tour-feature span.label-default,
.tab-content.detail-content div.group-detail-sale-feature span.label-default {
	background: #5ebd5e;
}
div.modal div.modal-header.bg-info {
	background: #e6003c!important;
}
.theme-silver #main-navbar div.navbar-header a.navbar-brand {
	display: block;
	text-align: center;
	padding-right: 50px; /*46px;*/
	width:240px;/*ellie 新增針對旅行社文字過長*/
}
ul.search-engine li, #godc-search-to li, #AirPortText, #AreaText, #DateText {
	font-size: 15px;
}
.search-list-name a {
	color: #000;
}
.group-join-step1 .join-group-name, .group-join-step2 .join-group-name, .group-join-step3 .join-group-name {
	color: #000;
	font-size: 17px;
}
.nav-tabs>li>a {
	color: #000;
}
.modal-title span.panel-title.query-group-name {color: #fff;}

#main-navbar .navbar-brand div {top: 7px; width: 40px; height: 30px; margin-right: 5px;}
#main-navbar .navbar-brand div img {width: 40px; height: 30px;}


/* ========== 調整東森色系 END ========== */