/* ---- Kiki ---- */

html * {
    max-height:1000000px;
}

body {
/*    font-family: Helvetica, verdana, Arial, "微軟正黑體", "Microsoft JhengHei", "新細明體", "PMingLiU", san-serif;	*/
    font-size: 13px;
    color: #202020;
    background: #FFFFFF;
}

a {
    cursor:pointer;
}

a img {
    border: 0;
}

.cursorHelp {
    cursor:help;
}

hr {
    margin: 15px 0px 5px 0px;
    padding: 0px;
    border: 0;
    height: 1px;
    line-height: 1px;
    background-color: #d4d4d4;
    color: #d4d4d4;
}

/* ---------- 仿本網CSS ---------- */

/* 步驟流程 - Green */
.dotTitle {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: #006600;
}

.dotTitle span {
    margin-right: 5px;
    padding: 0px 5px;
    color: #FFFFFF;
    background-color: #5BC31F;
}

/* 步驟流程 - Orange */
.dotTitleOrange {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 16px;
    color: #F40;
}

.dotTitleOrange span {
    margin-right: 5px;
    padding: 0px 5px;
    color: #FFF;
    background-color: #F40;
}

.rowTopPadding {
    padding-top: 20px;
    padding-bottom: 5px;
}

.txt-sGreen {
    clear: both;
    font-size: 13px;
    font-weight: normal;
    color: #006600;
}

.divInline {
    display: inline;
}

.control-label {
    font-weight: normal;
}

.input-warning {
    background-color: #E9FFCD;
}

.input-placeholder {
    color: #999;
}

.txt-center {
    text-align: center;
}

.txt-right {
    text-align: right;
}

.txt-top {
    vertical-align: text-top;
}

.txt-bottom {
    vertical-align: text-bottom;
}

/* ---- For 住宿旅客資料 ---- */
.rowPassenger {
    margin: 5px;
    padding: 8px;
    border: #dddddd 1px dashed;
    border-radius: 8px;
}

/* ---- For 404.500 Error Page ---- */
/* ------- 2017.05.15 --------- */
.main-header{
    margin: 55px 0 0;
    padding-top: 150px;
    color: #159e03;
}
.main-header h1{
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    color: #159e03;
}
.errorMsgImages {
    max-width: 100%;
    max-height: 100%;
    padding: 50px 0px 30px 0px;
}
.error-content,
.border-green{
    text-align: center;
    padding: 0;
    margin: 15px auto 0;
}
.error-content p,
.border-green p {
    font-size: 12px;
    color: #222;
    line-height: 20px;
    margin: 0;
}
.error-content p a,
.border-green p a{
    color: #159e03;
    text-decoration: none;
    font-size: 12px;
    border-bottom: 1px dashed #159e03;
}
.ez-home{
    display: block;
    width: 190px;
    height: 75px;
    margin: 60px auto 10px;
    background: url(../../images/common/ez-home.png) no-repeat;
}
@media only screen and (min-width: 560px) {
    .main-header{
        margin-top: 95px;
        padding-top: 55px;
    }
    .main-header h1{
        text-align: left;
        font-size: 28px;
    }
    .error-content,
    .border-green{
        text-align: left;
        margin: 28px 0 25px;
    }
    .error-content p,
    .border-green p{
        font-size: 18px;
        line-height: 28px;
    }
    .error-content p a,
    .border-green p a{
        font-size: 18px;
    }
}
@media (min-width:992px) {
    .main-header h1{
        font-family: "微軟正黑體", "Microsoft JhengHei";
    }
    .error-content p,
    .border-green p{
       font-family: "微軟正黑體", "Microsoft JhengHei"; 
    }
}
/* ---- Green 表格 (for 會員登入 / 訂購頁table) ---- */
.table-green {
    border: 1px solid #abea45;
    border-collapse: collapse;
    padding: .3em .5em;
    vertical-align: middle;
    width: 100%;
}

.table-green thead th {
    border: 1px solid #abea45;
    padding: .4em;
    *padding: .4em .5em;
    background: #e9ffcd;
    color: #060;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.table-green tbody th {
    border: 1px solid #abea45;
    padding: .4em;
    *padding: .4em .5em;
    /*	background: #FFFFFF;*/
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
}

.table-green tbody td {
    padding: .3em .5em;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #abea45;
}

.table-green tfoot td {
    font-size: 13px;
    padding: 1em;
    margin-top: -.85em;
    background: url(../../images/common/bg_dn.gif) repeat-x bottom;
    border-top: none;
}

.table-greenTitle {
    vertical-align: middle;
    font-size: 16px;
    margin: 3px auto;
    color: #060;
    font-weight: normal;
}

/* ---- Green 表格 (for 訂購明細、訂購需知) ---- */
.table-green2 {
    border: 1px solid #abea45;
    border-collapse: collapse;
    padding: .3em .5em;
    vertical-align: middle;
    width: 100%;
}

.table-green2 tbody th {
    border: 1px solid #abea45;
    padding: .4em;
    *padding: .4em .5em;
    background: #e9ffcd;
    color: #060;
    font-weight: normal;
    vertical-align: middle;
}

.table-green2 tbody td {
    padding: .3em .5em;
    background: #FFFFFF;
    vertical-align: middle;
    border: 1px solid #abea45;
}


.table-none {
    border: none;
    border-collapse: collapse;
    padding: .3em 0;
    vertical-align: middle;
    width: 100%;
}

.table-none tbody td {
    padding: .3em 0;
    text-align: left;
    vertical-align: top;
    border: none;
}


/* ---------- 仿本網CSS ---------- */

/*文字顏色*/
.txt-bl { color: #06c; } /* 藍 */
.txt-bk { color: #222; } /* 灰黑 */
.txt-gr { color: #444; } /* 深灰 */
.txt-or { color: #F40; } /* 橘紅 */
.txt-gn { color: #060; } /* 深綠 */
.txt-blue { color: #0000ff; } /* 藍 blue */
.txt-no-r { color: #F40; text-decoration: line-through; }

/*文字迷你小中大*/
.txt-ss {
    font-size: .75em;
    font-weight: normal;
}

.txt-s {
    font-size: .88em;
    *font-size: .8em;
    font-weight: normal;
}

.txt-s2 {
    font-size: .9em;
    font-weight: normal;
}

.txt-m {
    font-size: 1em;
    font-weight: normal;
}

.txt-L {
    font-size: 1.1em;
    font-weight: normal;
}

.txt-LL {
    font-size: 1.2em;
    font-weight: normal;
}




/* ---- Login (for 會員登入 頁 : 登入中…) ---- */

#blockBg {
    display: none;
    position: fixed;
    background: #000;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: 0.75;
}

#waitingRow {
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    color: #006600;
    font-size: 16px;
    line-height: 35px;
    display: none;
    position: fixed;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    background-image: none;
    vertical-align: middle;
    padding: 4px 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
            transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    z-index: 3;
    border-radius: 5px;
    width: 30%;
    height: 80px;
    top: 50%;
    left: 50%;
    margin: -40px -15%;
}

#waitingRow img {
    max-width: 100%;
    max-height: 100%;
}



/* ---- Green Button (for 會員登入 / 訂購頁) ---- */

.btn-orderGreen {
    color: #FFFFFF;
    background-color: #8EC31E;
    border-color: #80AF1B;
}

.btn-orderGreen:hover, 
.btn-orderGreen:focus, 
.btn-orderGreen:active, 
.btn-orderGreen.active, 
.open .dropdown-toggle.btn-orderGreen {
    color: #FFFFFF;
    background-color: #86B81B;
    border-color: #80AF1B;
}

.btn-orderGreen:active,
.btn-orderGreen.active,
.open .dropdown-toggle.btn-orderGreen {
    background-image: none;
}

.btn-orderGreen.disabled,
.btn-orderGreen[disabled],
fieldset[disabled] .btn-orderGreen,
.btn-orderGreen.disabled:hover,
.btn-orderGreen[disabled]:hover,
fieldset[disabled] .btn-orderGreen:hover,
.btn-orderGreen.disabled:focus,
.btn-orderGreen[disabled]:focus,
fieldset[disabled] .btn-orderGreen:focus,
.btn-orderGreen.disabled:active,
.btn-orderGreen[disabled]:active,
fieldset[disabled] .btn-orderGreen:active,
.btn-orderGreen.disabled.active,
.btn-orderGreen[disabled].active,
fieldset[disabled] .btn-orderGreen.active {
    background-color: #8EC31E;
    border-color: #80AF1B;
}

.btn-orderGreen .badge {
    color: #8EC31E;
    background-color: #FFFFFF;
}

.app-ad{
    margin: auto;
    margin-bottom: 40px;
}
.app-ad img{
    max-width: 100%;
    max-height: 100%;
}
.app-ad-2017{
    margin: 20px auto;
    display: block;
    background: url("/assets/images/common/app-2017-mb.png") 0 0 no-repeat;
    width: 300px;
    height: 104px;
    background-size: 300px 104px;
    mt
}
.error-2017{
    width: 300px;
    margin: 0 auto 120px;
    min-height: 210px;
    text-decoration: none;
    background: url("/assets/images/common/error-2017-MB.png") top center no-repeat;
    background-size: 127px 120px;
}
@media only screen and (min-width: 560px) {
    .app-ad-2017{
        background: url("/assets/images/common/app-2017-tb.png") 0 0 no-repeat;
        width: 620px;
        height: 175px;
        background-size: 620px 175px;
    }
    .error-2017{
        width: 620px;
        min-height: 210px;
        background: url("/assets/images/common/error-2017-TB.png") top right no-repeat;
        background-size: 204px 210px;
    }
}
@media only screen and (min-width: 992px) {
    .app-ad-2017{
        background: url("/assets/images/common/app-2017-pc.png") 0 0 no-repeat;
        width: 700px;
        height: 175px;
        background-size: 700px 175px;
    }
    .error-2017{
        width: 700px;
    }
}
/* ---------- IE 提醒更新瀏覽器上方bar & 中間內容content BY kevinhu - Start ---------- */

.oldBrowser-remindbar{
    width: 100%;
    background-color: #e7ffcb;
    border-bottom: 1px solid #00ab00;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
/*    height: 44px;
    *height: 28px;*/
}

.oldBrowser-remindbar{
    font-size: 13px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei";
}

.oldBrowser-remindbar a{
    text-decoration: none;
    color: #428bca;
}

.oldBrowser-remindbar img{
   display: inline-block;
   vertical-align: middle;
}

.oldBrowserContent {
    padding: 60px 0;
    height: 479px;
    *height: 300px; /* for IE 7 and less */
    line-height: 22px;
    font-size: 14px;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei";
    margin: 0 auto;
    text-align: center;
}

.updateTitle {
    color: #2ca302;
    font-size: 24px;
}

.updateTitle > img{
    vertical-align: text-top;
}

.updateDsc {
    font-size: 15px;
}

.browser {
    width: 575px;
    height: 130px;
    padding: 0px;
    margin: 60px auto;
    *margin-left: 55px; /* for IE 7 and less */
    list-style-type : none;
}

.browser > li {
    float: left;
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei";
}

.browser > li a {
    width: 115px;
    text-decoration: none;
    display: block;
}

.browser > li a div {
    background-image: url('/assets/images/common/browser_ico_sprites.png');
    width: 105px;
    height: 110px;
    margin: 0 auto;
}

.chrome_ico  { background-position: 0 0;}

.ie_ico      { background-position: 0 -150px ;}

.firefox_ico { background-position: 0 -300px ;}

.safari_ico  { background-position: 0 -450px ;}

.opera_ico   { background-position: 0 -600px ;}

.browser > li:hover > a div {
    width: 115px;
    height: 120px;
}

.browser > li:hover > a > .chrome_ico  { background-position: 150px 0;}

.browser > li:hover > a > .ie_ico        { background-position: 150px -150px;}

.browser > li:hover > a > .firefox_ico { background-position: 150px -300px;}

.browser > li:hover > a > .safari_ico    { background-position: 150px -450px;}

.browser > li:hover > a > .opera_ico     { background-position: 150px -600px;}

.browser > li p {
    color: #4c4c4c;
}

.browser > li:hover > p {
  font-size: 16px;
}

.browser-btn-area button{
  margin:0 auto;
}

.browser-btn-area :hover{
     background-color: #37b400;
}

.browser-btn-area button{
    font-family: "微軟正黑體", "Microsoft JhengHei";
    background-color: #00ab00;
    border: #00a500 1px solid;
    font-size: 22px;
    color: white;
    width: 180px;
    height: 45px;
    border-bottom: 1px solid #0ab40a;
    -webkit-box-shadow: 0px 3px 0px 0px #19913c;
    box-shadow: 0px 3px 0px 0px #19913c;
    text-decoration: none;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

/* ---------- IE 提醒更新瀏覽器上方bar & 中間內容content BY kevinhu - End ---------- */

/* 2017.05 有MB版:<html> 加掛 class="rwd" */
/* ================ header ================
黑透明漸層 >> ghostHeader
簡易無連結 >> spBasicHeader
簡易有連結 >> spHeader */
header,
footer {
    width: 100%;
    min-width: 760px;
    padding: 0;
    margin: 0;
}
header .container,
footer .container {
    width: 760px;
    min-width: 760px;
    padding: 0 12px;
}
header .container .logo{
    width: 100px;
    height: 20px;
    margin-top: 8px;
    background: url("/assets/public/images/globalShare/tb-ez-logo.png") no-repeat;
    background-size: 100px 20px;
    display: inline-block;
}
/* .rwd 有 MB 版 */
.rwd header,
.rwd footer {
    min-width: 320px;
}
.rwd header .container,
.rwd footer .container {
    width: 320px;
    min-width: 320px;
}
.rwd footer .container {
    padding: 0;
}
@media only screen and (min-width: 560px) {
    .rwd header,
    .rwd footer {
        min-width: 760px;
    }
    .rwd header .container,
    .rwd footer .container{
        min-width: 760px;
    }
}
@media only screen and (min-width: 992px) {
    .rwd header .container,
    header .container,
    .rwd footer .container,
    footer .container {
        width: 960px;
        max-width: 960px;
    }
    .rwd header .container .logo,
    header .container .logo {
        width: 190px;
        height: 25px;
        margin-top: 12px;
        background: url("/assets/public/images/globalShare/pc-ez-logo.png") no-repeat;
        background-size: 190px 25px;
    }
}

.sp-header {
    height: 40px;
    line-height: 40px;
    background-image: -webkit-linear-gradient(top, #7edd31 0%, #69c81d 100%);
    background-image: -o-linear-gradient(top, #7edd31 0%, #69c81d 100%);
    background-image: linear-gradient(to bottom, #7edd31 0%, #69c81d 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7edd31', endColorstr='#69c81d', GradientType=0);
}
.sp-header .container .logo {
    display: inline-block;
}
/* .sp-header TB 版 & 無 MB 版 */
.sp-header {
    text-align: left;
}
/* .rwd .sp-header 有 MB 版 */
.rwd .sp-header {
    text-align: center;
}
@media only screen and (min-width: 560px) {
    .rwd .sp-header{
        text-align: left;
    }
    .rwd .sp-header .container{
        padding: 0 12px;
    }
    
}
@media only screen and (min-width: 992px) {
    .sp-header,
    .rwd .sp-header{
        text-align: left;
        height: 54px;
        line-height: 54px;
    }
}
/* ghost-header */
.ghost-header {
    height: 40px;
    line-height: 40px;
    background-image: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    background-color: rgba(0,0,0,0);
    font-family: "Gudea";
    position: absolute;
    z-index: 2001;
}
.ghost-header .container .logo {
    display: block;

}
.ghost-header .container .user .user-icon {
  background: url("/assets/public/images/globalShare/user_icon.png") -50px 0 no-repeat;
  width: 25px;
  height: 25px;
  background-size: 75px auto;
  display: block;
}

/* .ghost-header TB 版 & 無 MB 版 */
.ghost-header .container {
    overflow: hidden;
}
.ghost-header .container .logo {
    float: left;
}
.ghost-header .container .user {
    position: relative;
    margin-top: 8px;
    right: 0;
    top: 0;
    float: right;
}

/* 麵包屑 */
.ghost-header #breadcrumbList {
    float: left;
    display: inline;
    padding-left: 15px;
    margin-top: 3px;
    line-height: 34px;
    position: relative;
}
.ghost-header #breadcrumbList ul,
.ghost-header #breadcrumbList ol {
    padding: 0;
    margin: 0;
}
.ghost-header #breadcrumbList ul li,
.ghost-header #breadcrumbList ol li {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 14px;
    font-family: "Gudea";
    height: 30px;
    line-height: 30px;
}
.ghost-header #breadcrumbList ul li a,
.ghost-header #breadcrumbList ol li a {
    color: #ffffff;
    position: relative;
    display: block;
    padding: 2px 15px 0 10px;
}

.ghost-header #breadcrumbList ul li a:after,
.ghost-header #breadcrumbList ol li a:after {
    content: '>';
    font-family: "Gudea";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 1px;
}
.ghost-header #breadcrumbList ul li.lastitem a,
.ghost-header #breadcrumbList ol li.lastitem a {
    cursor: default;
}
.ghost-header #breadcrumbList ul li.lastitem a:after,
.ghost-header #breadcrumbList ol li.lastitem a:after {
    display: none;
}
/* .rwd .ghost-header 有 MB 版 */
.rwd .ghost-header .container .logo {
    margin: inherit auto;
    float: none;
}
.rwd .ghost-header .container .user {
    float: right;
    position: absolute;
    right: 8px;
    top: -1px;
    z-index: 2001;
}
.ghost-header .container .user .user-link {
    display: none;
}
.rwd .ghost-header #breadcrumbList {
    display: none;
}
@media only screen and (min-width: 560px){
    .rwd .ghost-header .container{
        padding: 0 12px;
    }
    .rwd .ghost-header .container .logo {
        float: left;
    }
    .rwd .ghost-header .container .user {
        position: relative;
        margin-top: 8px;
        right: 0;
        top: 0;
        float: right;
    }
    .rwd .ghost-header #breadcrumbList {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .ghost-header,
    .rwd .ghost-header {
        height: 60px;
        line-height: 60px;
        font-family: "Gudea", "Heiti", "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei";
    }
    .ghost-header .container .user,
    .rwd .ghost-header .container .user {
        width: 95px;
        margin-top: 16px;
    }
    .ghost-header .container .user .user-icon,
    .rwd .ghost-header .container .user .user-icon {
        float: left;
    }
    .ghost-header .container .user .user-link,
    .rwd .ghost-header .container .user .user-link {
        display: block;
        float: right;
        width: 65px;
        height: 25px;
        line-height: 25px;
        font-size: 15px;
        color: #ffffff;
    }
    /* 麵包屑 */
    .ghost-header #breadcrumbList,
    .rwd .ghost-header #breadcrumbList {
        margin-top: 12px;
        padding-left: 40px;
    }
    .ghost-header #breadcrumbList ul li,
    .ghost-header #breadcrumbList ol li
    .rwd .ghost-header #breadcrumbList ul li,
    .rwd .ghost-header #breadcrumbList ol li {
        font-size: 15px;
        font-family: "Gudea", "Heiti", "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei";
    }
}

/* ================ footer ================
簡易版 >> spFooter
簡易版無分享 >> spBasicFooter */
.sp-footer {
    height: 40px;
    line-height: 40px;
    background-color: #fafafa;
    text-align: center;
    color: #999999;
    font-size: 12px;
    border-top: #7ed321 solid 1px;
}
.sp-footer .icon-copy {
    font-family: Arial;
    margin-right: 2px;
}
.sp-footer .container .social{
    display: none;
}
@media only screen and (min-width: 992px) {
    .sp-footer,
    .rwd .sp-footer {
        font-size: 13px;
        font-family: "Gudea";
        text-align: left;
    }
    .sp-footer .container .info,
    .rwd .sp-footer .container .info{
        float: left;
    }
    .sp-footer .container .social,
    .rwd .sp-footer .container .social{
        display: block;
        line-height: 30px;
        float: right;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .sp-footer .container .social li,
    .rwd .sp-footer .container .social li{
        float: left;
        margin-right: 7px;
    }
    .sp-footer .container .social li#gpls,
    .rwd .sp-footer .container .social li#gpls{
        padding-top: 10px;
    }
}