﻿@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)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Montserrat', 微軟正黑體, 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    color: #646567;
    background: rgba(230, 230, 230, 0.7);
}

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.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.used {
        background: url(https://txp.rs/Images/stamp_used.png) no-repeat top right;
        background-size: contain;
    }

    .stamp.denied {
        background: url(https://txp.rs/Images/stamp_denied.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: 20px 0 0 0;
    font-size: 17px;
    text-align: center;
}

    .welcome.invalid {
        display: none;
    }

.expiry-warning {
    margin: 110px 0px 30px 0px;
    text-align: center;
}

    .expiry-warning .title {
        color: #162056;
        font-size: 24px;
        line-height: 150%;
    }

    .expiry-warning .description {
        font-size: 14px;
        color: #D52B1E;
        margin: 0px;
        line-height: 150%;
    }

.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;
    }

.container > .row > .col-sm-6.invalid {
    position: relative;
}

    .container > .row > .col-sm-6.invalid:before {
        content: "";
        display: block;
        position: absolute;
        border-radius: 5px;
        left: 18px;
        top: 15px;
        bottom: 0px;
        right: 18px;
        z-index: 1;
        background-color: rgba(255,255,255,0.9);
    }

@media screen and (max-width:600px) {
    .container > .row > .col-sm-6.invalid:before {
        bottom: 0px;
    }
}

@media screen and (min-width:768px) {
    .container > .row > .col-sm-6.invalid:before {
        bottom: 15px;
    }
}

.container > .row > .col-sm-6.invalid:after {
    content: "不可使用";
    color: #808080;
    font-weight: 600;
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    z-index: 2;
}

.Productimage img {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    padding: 15px 0
}

.Product {
    display: table;
    width: 100%;
}

.ProductName {
    text-align: left;
    color: #162056;
    font-size: 13pt;
    padding: 10px 0px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: table-cell;
    vertical-align: middle;
}

    .ProductName:hover {
        color: #0085ca;
        transition: 0.5s;
    }

.ProductNumber {
    text-align: center;
    color: #0085ca;
    font-size: 29pt;
    padding: 10px 0px;
    display: table-cell;
    vertical-align: middle;
    width: 50px;
}

.ProductMore {
    text-align: right;
    color: #0085ca;
    text-decoration: underline;
    font-size: 12px;
    padding: 10px 5px 10px 0px;
    display: table-cell;
    vertical-align: bottom;
    width: 60px;
}

    .ProductMore .btn {
        background: #162056;
        color: #FFFFFF;
        border-radius: 5px;
        padding: 2px 5px;
    }

.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;
    }

    .footer-clear {
        clear: both;
        height: 20px;
    }
}

.modal-body {
    max-height: calc(100vh - 255px);
    overflow-y: auto;
}

@media screen and (width:375px) and (height:812px) {
    .modal-body {
        max-height: calc(100vh - 315px);
        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;
}



/*** 失效 ***/
/*body.invalid {
    position: fixed;
    overflow: hidden;
}*/

.warning {
    display: none;
}

.invalid .box > .warning {
    display: table;
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: rgba(240,240,240,0.85);
    text-align: center;
    vertical-align: middle;
    z-index: 9999;
}

    .invalid .box > .warning > .context {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0px 5%;
    }

        .invalid .box > .warning > .context h1 {
            color: #D52B1E;
            font-weight: 400;
            font-size: 36px;
            line-height: 150%;
        }

        .invalid .box > .warning > .context .description {
            margin: 20px 0px 0px 0px;
            color: #162056;
            font-size: 16px;
            line-height: 200%;
        }
