﻿#errorTerm {
    display: none;
}

#errorRecaptcha {
    display: none;
    margin-top: 5px;
    float: none;
}

.errorMsg {
    color: #e33c2f;
}

.barcode {
    width: 100%;
    height: auto;
}

.timeout-msg {
    text-align: center;
    margin-top: 250px;
}

    .timeout-msg span {
        color: dodgerblue;
        font-size: 43px;
        font-weight: bold;
    }

.p-vcode {
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    position: absolute;
    width: 100%;
	left: 0;
}

.st3 .huggiesPackGroup .couponText a {
    font-size: 15px;
}

.st1 .promotionText .promotionTextWarning a {
    color: #ff2222;
    text-decoration: underline;
}

.timeout-text {
    font-weight: bold;
    font-size: 23px;
    color: gray;
    margin: 60px 0 50px 0;
}

#btnRedeem {
    margin-bottom: 15px;
}

.button {
    text-align: center;
}

    .button a {
        color: #58595b;
        font-size: 15px;
        text-decoration: underline;
    }

.txt-underline {
    color: gray;
    font-weight: normal;
    text-decoration: underline;
}

.TC-Heading {
    font-weight: bold;
    font-size: 25px;
}

.modalTC .modal-header {
    border-bottom: none;
}

.modalSuccess .listHeading {
    font-size: 26px;
    font-weight: bold;
    color: gray;
    text-align: center;
}

.modalSuccess .modal-footer .confirm {
    background: #87bb60;
    color: #fff;
    width: 100%;
    border-radius: 5px;
    letter-spacing: normal;
    font-family: 'MHeiHK-Bold';
    font-size: 20px;
}

.modalTC .modal-header .close {
    color: #fff;
    background: #87bb60;
    font-weight: 100;
    opacity: 1;
    font-size: 30px;
    font-weight: bold;
    /* padding: 0px 0px 4px 0px; */
    margin-top: -5px;
    margin-right: -8px;
    border-radius: 5px;
    /* width: 34px; */
    font-family: 'MHeiHK-Bold';
    padding: 5px 8px 4px 8px;
    line-height: 1;
}

.custom-models .modal {
    text-align: center;
    padding: 0 !important;
}

    .custom-models .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }

.custom-models .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.promotion-Text-Warning {
    color: #58595b;
}

    .promotion-Text-Warning ul li {
        text-align: left !important;
    }

        .promotion-Text-Warning ul li a {
            color: #58595b;
            border-bottom: 0.5px solid #58595b;
        }

.tc-listText li {
    font-size: 15px;
    color: #58595b;
}

/*Prefix style*/
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

input {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    display: table-cell;
    padding: 6px 12px;
    border: 1px solid #ccc;
    margin: 0;
}

.prefix input {
    border-radius: 0px 4px 4px 0px;
}

.prefix .input-group-addon {
    border-right: 0;
    border-radius: 4px 0px 0px 4px;
}

.presuffix input {
    border-radius: 0px;
}

.input-group-addon.prefix {
    border-radius: 4px 0px 0px 4px;
    border-right: 0;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.couponText-content {
    line-height: 1.4;
}

    .couponText-content span:first-child {
        font-size: 15px;
    }
#storeListModal .modal-body .TC-Heading{
    color:red;
}
#storeListModal .modal-body ul li a{
    color:gray;
    border-bottom: 1px solid;
}