/* line 1, ../../sass/_voucher.scss */
.voucher-issue-header-wrapper {
    margin: 15px 0;
}

/* line 5, ../../sass/_voucher.scss */
.voucher-issue-header {
    color: #B53F3F;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

/* line 12, ../../sass/_voucher.scss */
.voucher-issue-subheader {
    font-size: 1em;
    color: #A2A2A2;
}

/* line 17, ../../sass/_voucher.scss */
.voucher-reward {
    cursor: pointer;
}

    /* line 21, ../../sass/_voucher.scss */
    .voucher-reward.active {
        -webkit-box-shadow: 0 0 15px #6fdfeb;
        -moz-box-shadow: 0 0 15px #6fdfeb;
        box-shadow: 0 0 15px #6fdfeb;
        border: 1px solid #6fdfeb;
    }

/* line 46, ../../sass/_voucher.scss */
.voucher-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

/* line 55, ../../sass/_voucher.scss */
.voucher-ribbon {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #DE0204;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    /* line 75, ../../sass/_voucher.scss */
    .voucher-ribbon:before, .voucher-ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    /* line 84, ../../sass/_voucher.scss */
    .voucher-ribbon:before {
        left: 0;
    }

    /* line 88, ../../sass/_voucher.scss */
    .voucher-ribbon:after {
        right: 0;
    }

/* line 92, ../../sass/_voucher.scss */
.voucher-left-side {
    text-align: center;
    padding: 15px;
}

/* line 97, ../../sass/_voucher.scss */
.voucher-right-side {
    background-size: cover;
}

/* line 101, ../../sass/_voucher.scss */
.voucher-validity {
    background: url("../../Content/img_payment/img_validity_label.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 10pt;
    color: #ffffff;
    padding: 5px;
    padding-left: 20px;
    margin-top: 5px;
}

/* line 112, ../../sass/_voucher.scss */
.voucher-submit {
    display: block;
    margin: 0 auto;
}

/* end of two two column layout */
/* line 323, ../../sass/_base.scss */
.getzTableStyle {
    width: 100%;
    margin-bottom: 18px;
}

    /* line 328, ../../sass/_base.scss */
    .getzTableStyle th,
    .getzTableStyle td {
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #dddddd;
        border-bottom: 1px solid #dddddd;
    }

/* line 1, ../../sass/_voucher.scss */
.voucher-issue-header-wrapper {
    margin: 15px 0;
}

/* line 5, ../../sass/_voucher.scss */
.voucher-issue-header {
    color: #B53F3F;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
}

/* line 12, ../../sass/_voucher.scss */
.voucher-issue-subheader {
    font-size: 1em;
    color: #A2A2A2;
}

/* line 17, ../../sass/_voucher.scss */
.voucher-reward {
    cursor: pointer;
}

    /* line 21, ../../sass/_voucher.scss */
    .voucher-reward.active {
        -webkit-box-shadow: 0 0 15px #6fdfeb;
        -moz-box-shadow: 0 0 15px #6fdfeb;
        box-shadow: 0 0 15px #6fdfeb;
        border: 1px solid #6fdfeb;
    }


.voucher-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
    padding: 5px;
    position: relative;
    z-index: 1;
    margin: 0px auto;
    margin-bottom: 5px;
    max-width: 365px;
    height: 117px;
}

/* line 39, ../../sass/_voucher.scss */
.voucher-top-wrapper {
    display: flex;
    background-color: #f5f5f5;
    position: relative;
    z-index: 1;
    height: 100px;
}

.voucher-disc-wrapper {
    color: #ffffff;
    border-top: 105px solid #E64F6D;
    border-radius: 7px;
    height: 0;
    position: relative;
    z-index: 2;
}

.voucher-triangle-bottomright {
    z-index: 2;
    position: relative;
    float: right;
    margin-top: -105px;
    width: 0;
    height: 0;
    border-bottom: 105px solid whitesmoke;
    border-left: 25px solid transparent;
}

.voucher-bottomright {
    width: 25px;
    border-bottom: 32px solid #CCCCCC;
    border-left: 8px solid transparent;
    position: relative;
    margin-top: -32px;
    float: right;
    z-index: 2;
}

.voucher-info-wrapper {
    background-color: #E64F6D;
    color: #fff !important;
    text-align: center;
    padding: 20px;
    opacity: 0.95;
    position: relative;
    z-index: 2;
    top: -102px;
    display: none;
    height: 107px;
}

/* line 46, ../../sass/_voucher.scss */
.voucher-ribbon-wrapper {
    width: 85px;
    height: 88px;
    overflow: hidden;
    position: absolute;
    top: -3px;
    right: -3px;
}

/* line 55, ../../sass/_voucher.scss */
.voucher-ribbon {
    font: bold 15px Sans-Serif;
    color: #fff;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    position: relative;
    padding: 7px 0;
    left: -5px;
    top: 15px;
    width: 120px;
    background-color: #DE0204;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

    /* line 75, ../../sass/_voucher.scss */
    .voucher-ribbon:before, .voucher-ribbon:after {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        position: absolute;
        bottom: -3px;
    }

    /* line 84, ../../sass/_voucher.scss */
    .voucher-ribbon:before {
        left: 0;
    }

    /* line 88, ../../sass/_voucher.scss */
    .voucher-ribbon:after {
        right: 0;
    }

/* line 92, ../../sass/_voucher.scss */
.voucher-left-side {
    text-align: center;
    padding: 15px;
}

/* line 97, ../../sass/_voucher.scss */
.voucher-right-side {
    background-size: cover;
}

/* line 101, ../../sass/_voucher.scss */
.voucher-validity {
    background: url("../../Content/img_payment/img_validity_label.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 10pt;
    color: #ffffff;
    padding: 5px;
    padding-left: 20px;
    margin-top: 5px;
}

/* line 112, ../../sass/_voucher.scss */
.voucher-submit {
    display: block;
    margin: 0 auto;
}

.voucher-redeemed {
    background-color: #000;
    border-radius: 4px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

    .voucher-redeemed img {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -125px;
        margin-top: -50px;
    }

/*---------------------------------------------
	Getzpay Credit Card
---------------------------------------------*/
/* === Credit Card === */
/* line 540, ../../sass/payment.scss */
.credit-card-wrapper {
    margin: -15px;
}

/* line 544, ../../sass/payment.scss */
.credit-card {
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border: 1px solid #e3e3e3;
    display: block;
    float: left;
    margin: 5px;
    padding: 5px;
    position: relative;
    width: 351px;
    height: 240px;
    /*height: 250px;*/
}

/* line 557, ../../sass/payment.scss */
.credit-card-checkmark {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 17px;
    height: 17px;
    background-image: url("/Content/img/ui/icon_unticked.png");
}

/* line 566, ../../sass/payment.scss */
.credit-card.active .credit-card-checkmark {
    background-image: url("/Content/img/ui/icon_ticked.png");
}

/* line 570, ../../sass/payment.scss */
.credit-card.active {
    border-color: #428bca;
}

/* line 574, ../../sass/payment.scss */
.credit-card-logo {
    margin-bottom: 15px;
}

    /* line 578, ../../sass/payment.scss */
    .credit-card-logo img {
        max-height: 50px;
        max-width: 60px;
        float: right;
        margin-top: 35px;
    }

/* line 582, ../../sass/payment.scss */
.credit-card-inner {
    color: #666666;
    /*float: left;*/
    font-size: 22px;
    margin-right: 5px;
    margin-bottom: 15px;
}
    /* line 588, ../../sass/payment.scss */
    .credit-card-inner .mask {
        padding-top: 7px;
    }

.cc-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 60px 10px;
    position: relative;
    z-index: 90;
    /*margin: 0px 0px 15px 0px;*/
    max-width: 450px;
    height: 180px;
}

.cc-ribbon-wrapper {
    width: 120px;
    height: 35px;
    overflow: hidden;
    position: absolute;
    left: -4px;
}

.cc-ribbon {
    font: bold 12px Sans-Serif;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 7px 0;
    left: -5px;
    width: 120px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

    .cc-ribbon:before {
        content: "";
        border-top: 3px solid #6e8900;
        border-left: 3px solid transparent;
        position: absolute;
        bottom: -3px;
        left: 5px;
    }


#scrolly {
    width: inherit;
    height: 375px;
    overflow: auto;
    overflow-y: hidden;
    margin: 0 auto;
    white-space: nowrap;
}

.inline {
    display: inline-block;
}

.line-footer {
    height: 1px;
    background-color: grey;
}

.heading-elements-toggle-visible {
    background-color: inherit;
    position: absolute;
    top: 50%;
    right: 20px;
    height: 36px;
    margin-top: 5px;
    padding-right: 20px;
}

    .heading-elements-toggle-visible .breadcrumb {
        padding-top: 0;
        padding-bottom: 0;
    }

@media (min-width: 769px) {
    .page-header .heading-elements-toggle-visible {
        right: 65px;
    }
}

@media (min-width: 1366px) {
    .page-header .heading-elements-toggle-visible {
        right: 130px;
    }
}

.panel-body > .heading-elements-toggle-visible {
    top: 0;
    z-index: 10;
}

@media (min-width: 769px) {
    .page-header .heading-elements-toggle-visible {
        display: block;
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .heading-elements-toggle-visible {
        display: none;
    }
}


@media (min-width: 576px) {
    .membership-wrapper {
        max-width: 245px;
        height: auto;
    }
}

.membership-wrapper {
    background-color: #f9f9f9;
    margin: 5px;
    padding: 10px;
}

.membership-image {
    min-height: 175px;
    background-color: #e7e2e2;
    margin-top: 10px;
    height: 100%;
    width: 100%;
}

.membership-bg {
    display: block;
    height: 175px;
    width: 100%;
    text-align: center;
    line-height: 175px;
}

    .membership-bg img {
        max-width: 100%;
        max-height: 100%;
        height: 100%;
        width: 100%
    }

.membership-text {
    text-align: center;
}

.order-tag-label {
    padding: 2px 6px;
}

.voucherName {
    word-wrap: break-word;
    white-space: normal;
}

.voucher-user-wrapper {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    padding: 5px;
    position: relative;
    z-index: 90;
    margin-top: 10px;
    width: auto;
    height: 140px;
    min-height: 0px;
    margin:10px;
}

.voucher-user-top-wrapper {
    background-color: #f5f5f5;
    position: relative;
    display: flex;
    height: 127px;
    margin-bottom: 0px;
}

.voucher-user-info-wrapper {
    background-color: #E64F6D;
    position: relative;
    display: flex;
    height: 127px;
    margin-bottom: 0px;
    padding: 40px;
    opacity: 0.9;
    z-index: 2;
    top: -127px;
    display: none;
    color: #fff !important;
    text-align: center;
}

.login-container {
    position: relative;
}

    .login-container:before {
        content: ' ';
        display: block;
        position: absolute;
        opacity: 0.1;
        top: 0;
        left: 0;
        height: 100%; /* You must set a specified height */
        width: 100%; /* You must set a specified width */
        background: url("../img/bg_pattern.png"); /* The image used */
        background-position: center; /* Center the image */
        background-repeat: no-repeat; /* Do not repeat the image */
        background-size: cover; /* Resize the background image to cover the entire container */
    }

.navbar-brand-custom {
    float: left;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 20px;
    max-width: 200px;
    max-height: 80px;
}

    .navbar-brand-custom:hover,
    .navbar-brand-custom:focus {
        text-decoration: none;
    }

    .navbar-brand-custom > img {
        display: block;
    }

@media (min-width: 769px) {
    .navbar > .container .navbar-brand-custom,
    .navbar > .container-fluid .navbar-brand-custom {
        margin-left: -20px;
    }
}

.navbar-default .navbar-brand-custom {
    color: #777;
}

    .navbar-default .navbar-brand-custom:hover,
    .navbar-default .navbar-brand-custom:focus {
        color: #5e5e5e;
        background-color: transparent;
    }

.navbar-inverse .navbar-brand-custom {
    color: rgba(255, 255, 255, 0.9);
}

    .navbar-inverse .navbar-brand-custom:hover,
    .navbar-inverse .navbar-brand-custom:focus {
        color: #fff;
        background-color: transparent;
    }
