﻿@charset "UTF-8";
/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body,
html {
    width: 100%;
    height: 100%;
}

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    font-family: Montserrat,'Heiti TC','microsoft jhenghei';
    -webkit-text-size-adjust: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    word-break: break-all;
    word-wrap: break-word;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', 微軟正黑體, 'Microsoft JhengHei', sans-serif;
    font-weight: 500;
}

p {
    line-height: 30px;
    letter-spacing: 0.1em;
}

.btn-primary {
    background: rgb(17, 32, 76);
}

.form-control-feedback {
    line-height: 48px;
}

.intro-header {
    text-align: center;
    color: #f8f8f8;
    background-size: cover;
}

    .intro-header .container {
        width: 100%;
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        max-width: none;
    }

.intro-message {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

    .intro-message > h1 {
        margin: 0;
        font-size: 5em;
    }

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

        .intro-message > h1 {
            font-size: 3em;
        }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

        ul.intro-social-buttons > li:last-child {
            margin-bottom: 0;
        }

    .intro-divider {
        width: 100%;
    }
}



.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

    .content-section-b .container {
        max-width: 750px;
    }

    .content-section-b label.control-label {
        font-size: 14px;
    }

.logo-ticketxpress {
    margin: 10px auto;
    max-width: 100%;
}

.content-section-b form {
    margin: 20px 0;
}

@media(max-width:767px) {
    .logo-ticketxpress {
        margin: 15px auto;
        max-width: 100%;
        width: 220px;
        height: auto;
    }
}



footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

/*.stamp {
    min-height: 100vh;
    max-width: 192px;
    margin-top: 121px;
}

    .stamp.expire {
        background: url(https://txp.rs/Images/stamp_expire_edn.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.used {
        background: url(https://txp.rs/Images/stamp_used_edn.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.denied {
        background: url(https://txp.rs/Images/stamp_denied_edn.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.expireedn {
        background: url(https://txp.rs/Images/stamp_expire_edn.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.usededn {
        background: url(https://txp.rs/Images/stamp_used_edn.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.deniededn {
        background: url(https://txp.rs/Images/stamp_denied_edn.png) no-repeat top right;
        background-size: contain;
    }*/

.form-control {
    height: 48px;
}

@media(min-width:1200px) {
    .stamp {
        margin-top: 148px;
    }
}

.g-recaptcha > div {
    margin: 10px auto !important;
    text-align: center;
    width: auto !important;
    height: auto !important;
}

.gray-blur-img {
    -webkit-filter: grayscale(100%) blur(4px) !important;
    filter: grayscale(100%) blur(4px) opacity(70%) !important;
}

/*alice*/

.welcome {
    margin: 110px 0 0 0;
    font-size: 17px;
    text-align: center;
}

.navbar-inverse1 {
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1)
}

    .navbar-inverse1 img {
        width: 150px;
        margin: 10px;
    }

ul.a {
    list-style-type: disc;
}

.Box-product {
    background: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin: 15px 3px;
    border: none;
    border-radius: 5px;
}

    .Box-product:hover {
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
        transition: 0.5s;
        color: #0085ca;
    }

.Productimage img {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0
}

.Product {
    height: 57px;
    margin: 10px 10px;
}

.ProductName {
    text-align: left;
    color: #162056;
    font-size: 13pt;
    margin: 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 49px;
}

    .ProductName:hover {
        color: #0085ca;
        transition: 0.5s;
    }

.ProductNumber {
    text-align: left;
    color: #0085ca;
    font-size: 29pt;
    padding: 0 8px;
    float: left;
}

.logo_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    text-align: center;
    padding: 5px 0;
}

.footer-clear {
    clear: both;
    height: 70px;
}

@media screen and (max-width:768px) {

    .ProductName {
        font-size: 12pt;
    }

    .logo_footer {
        position: relative;
    }

    .logo_footer {
        /* 設定footer的高度 */
        height: 22vh;
    }

    .footer-clear {
        clear: both;
        height: 20px;
    }
}

.modal-body {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

    .modal-body img {
        width: 100%;
    }

.modal-Product {
    text-align: center;
    color: #162056;
    font-size: 20px;
    padding: 5px 0 10px;
}

.modal-Title {
    color: #323232;
    text-align: left;
    font-size: 15px;
}

.modal-Content {
    font-size: 15px;
}

.modal-Confirm {
    text-align: center;
    color: #162056;
    font-size: 20px;
    padding: 10px 0 10px;
}

.btn-choose {
    background: rgba(17, 32, 76, 1);
    border: none;
    padding: 7px 25px;
    color: #fff;
}

    .btn-choose a {
        color: #fff;
    }

        .btn-choose a:hover {
            color: #fff;
            text-decoration: none;
        }


    .btn-choose:hover {
        background: rgba(213, 43, 30, 1);
        border: none;
        transition: 0.5s;
        color: #fff;
    }

    .btn-choose:focus {
        color: #fff;
    }

.btn-back {
    background: rgb(230, 230, 230);
    color: #808080;
}

    .btn-back:hover {
        background: rgb(178, 178, 178);
        transition: 0.5s;
    }

.clear {
    clear: both;
}

/*新增的css*/
footer .footer-icon {
    display: block;
    margin: 10px 0px;
    text-align: left;
}

    footer .footer-icon .text {
        display: inline-block;
        margin: 0px 0px 0px 0px;
        vertical-align: middle;
        text-decoration: underline;
        font-size: 14px;
        font-weight: 400;
    }



.CombinationVoucher,
.Combination Voucher * {
    font-family: Ubuntu;
}

.CombinationVoucher img {
    max-width: 100%;
}

.CombinationVoucher {
    background-image: url(../Images/PromoCoupon/voucherbg04.svg), url(../Images/PromoCoupon/voucherbg02.svg);
    background-color: #fff;
    background-repeat: no-repeat, repeat-y;
    background-position: center bottom, center center;
    padding: 0px;
    max-width: 320px;
    font-size: 16px;
    margin: 0px auto;
}

.CombinationVoucher .Title {
    padding: 10px 10px 8px 10px;
    font-size: 1rem;
    line-height: 150%;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    background-image: url(../Images/PromoCoupon/voucherbg01.svg), url(../Images/PromoCoupon/voucherbg05.svg);
    background-position: center top, center center;
    background-repeat: no-repeat, repeat-y;
    background-size: 100% auto, 100% auto;
}

.CombinationVoucher .Content {
    background-image: url(../Images/PromoCoupon/voucherbg03.svg);
    background-position: center 10%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 12px 10%;
}

.CombinationVoucher .TopInfo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}

    .CombinationVoucher .TopInfo .BannerImg {
        width: 25%;
        font-size: 0px;
        line-height: 0px;
    }

    .CombinationVoucher .TopInfo .ProdName {
        margin: 0px 0px 0px 10px;
        width: calc( 75% - 10px);
        font-size: .875rem;
        line-height: 150%;
        font-weight: 400;
    }

.CombinationVoucher .BottomInfo {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px 0px 0px;
}

.CombinationVoucher .BottomInfo .ExpiryDate {
    font-size: .75rem;
    line-height: 150%;
    font-weight: 400;
    margin: 0px auto 0px 0px;
}

.CombinationVoucher .BottomInfo .ExpiryDate .Label {
    color: #6D7787;
}

.CombinationVoucher .BottomInfo .ExpiryDate .Date {
    color: #000;
    font-weight: 500;
}

.CombinationVoucher .BottomInfo .ComboVoucherLink {
margin: 0px 0px 0px auto;
width: 100%;
}

.CombinationVoucher .BottomInfo .ComboVoucherLink a {
    display: inline-block;
    width: 120px;
    padding: 8px 0px;
    background: #f72717;
    border-radius: 500px;
    text-align: center;
    font-size: .75rem;
    line-height: 150%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all ease .2s;
}

.CombinationVoucher .BottomInfo .ComboVoucherLink a:hover {
    background: #f72718bf;
}

.CombinationVoucher .BottomInfo .ComboVoucherLink input {
    display: inline-block;
    width: 100%;
    padding: 8px 0px;
    background: #f72717;
    border-radius: 500px;
    text-align: center;
    font-size: .75rem;
    line-height: 150%;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: all ease .2s;
    border-width: 0px;
    border-color: #fff;
}

    .CombinationVoucher .BottomInfo .ComboVoucherLink input:hover {
        background: #f72718bf;
    }