﻿.after-carousel, .sr-only {
    position: absolute
}

.sr-only {
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0
}



.text-wrapper {
    max-width: 374px;
    margin: 5px 0 margin: 5px 0
}

    .text-wrapper.label-inside {
        position: relative;
        margin: .75rem 0
    }

        .text-wrapper.label-inside label:first-of-type:not(.error) {
            color: #707070;
            font-size: 13px;
            margin: 0;
            position: absolute;
            top: 4px;
            left: 10px;
            right: 10px;
            white-space: nowrap;
            overflow: hidden;
            pointer-events: none;
            z-index: 3
        }

        .text-wrapper.label-inside input {
            border-radius: 0;
            border-width: 1px;
            display: block;
            padding: 26px 10px 7px;
            height: 54px;
        }

        .text-wrapper.label-inside.error label:first-of-type {
            color: var(--alert-dk)
        }

        .text-wrapper.label-inside.error .error {
            margin: 0
        }

        .text-wrapper.label-inside.currency input {
            padding-left: 20px
        }

        .text-wrapper.label-inside.currency:before {
            content: "$";
            position: absolute;
            top: 25px;
            left: 11px
        }

    .text-wrapper.error input {
        border-color: var(--alert-dk) !important
    }

    .text-wrapper input {
        display: block;
        width: 100%;
        height: 36px;
        border: 1px solid grey;
        border-radius: 5px;
        margin: 0;
        padding: 0 10px;
        font-size: 16px;
        line-height: 16px;
        box-shadow: none;
        background: #fff;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .text-wrapper input[readonly] {
            color: grey
        }

        .text-wrapper input:active, .text-wrapper input:focus {
            border-color: var(--primary)
        }

    .text-wrapper.input-counter {
        position: relative;
        margin: .75rem 0
    }

        .text-wrapper.input-counter input {
            border-radius: 0;
            border-width: 1px;
            display: block;
            padding: 1px 10px 26px;
            height: 54px;
            text-align: center
        }

        .text-wrapper.input-counter .ic-dec, .text-wrapper.input-counter .ic-inc {
            display: flex;
            position: absolute;
            width: 50%;
            bottom: 0;
            left: 0;
            height: 45%;
            margin: auto;
            border-top: 1px solid #ced4da;
            cursor: pointer
        }

            .text-wrapper.input-counter .ic-dec:after, .text-wrapper.input-counter .ic-inc:after {
                color: #000;
                margin: auto;
                font-size: 18px
            }

        .text-wrapper.input-counter .ic-inc {
            left: auto;
            right: 0;
            border-left: 1px solid #ced4da
        }

            .text-wrapper.input-counter .ic-inc:after {
                content: "\e93d"
            }

        .text-wrapper.input-counter .ic-dec:after {
            content: "\e939"
        }

    .text-wrapper.button-inside {
        flex: 1 1 auto
    }

        .text-wrapper.button-inside input {
            width: 100%
        }

        .text-wrapper.button-inside + button {
            display: block;
            flex: 0 0 auto;
            padding: 0 .8rem;
            height: 54px;
            margin-top: 12px
        }


.credit-cards {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    list-style: none
}

    .credit-cards li {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .credit-cards i {
        display: block;
        background-repeat: no-repeat;
        background-size: 240px;
        width: 40px;
        height: 26px;
        margin: 0 3px;
        box-shadow: 0 0 1px #000;
        border-radius: 2px
    }

        .credit-cards i, .credit-cards i.visa {
            background-position: 0 0
        }

            .credit-cards i.mastercard {
                background-position: 20% 0
            }

            .credit-cards i.discover {
                background-position: 40% 0
            }

            .credit-cards i.american-express {
                background-position: 60% 0
            }

            .credit-cards i.paypal {
                background-position: 80% 0
            }

            .credit-cards i.amazon-pay {
                background-position: 100% 0
            }

    .credit-cards.lazyloaded i, .credit-cards.lazyloading i {
        background-image: url(https://dac8r2vkxfv8c.cloudfront.net/content/images/credit-cards.png)
    }

.container-fluid {
    max-width: 1440px;
    padding-left: 20px;
    padding-right: 20px;
}









body {
    font-family: Lato;
}

/*form {
    width: auto;
    margin: 0 auto;
}*/

.message {
    resize: none;
    border-style: none;
    border-color: Transparent;
    background-color: Transparent;
    overflow: auto;
    text-align: center;
    color: red;
    width: 100%;
    font-weight: bold;
}



.help {
    max-width: 374px;
    line-height: .5;
    font-weight: bold;
    font-size: 15px;
}

    .help.hp1 {
        font-size: 20px;
        line-height: 1.5;
    }


.success {
    max-width: 374px;
    line-height: 1.5;
    font-size:20px;
}

    .success.hd {
        font-size: 20px;
        line-height: 1.5;
        font-size: 25px;
        font-weight: bold;
    }

    .success.id {
        resize: none;
        border-style: none;
        border-color: Transparent;
        background-color: Transparent;
        overflow: auto;
        text-align: center;
        width: 100%;
    }


.text-wrapperX {
    max-width: 200px;
    margin: 5px;
}


.spinnerbackground {
    position: absolute;
    border-radius: 25px;
    background-color: lightgray;
    width: 90%;
    height: 100%;
    z-index: 999;
    opacity: 0.2;
}


.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    opacity: .8;
    z-index: 1000;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}




.paymentresult {
    margin: 0;
    position: absolute;
    top: 30%;
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
}


.table-paymenthistory {
    table-layout: auto;
    max-width: 100%;
    white-space: nowrap;
}

    .table-paymenthistory th.paymenthistory-groupheader {
        text-align: center;
        font-size: larger
    }

    .table-paymenthistory tr:last-child {
        border-bottom: 1px solid black;
    }