﻿/* hide Edge password button*/
input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.btn.btn-link-aaa {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: var(--color-token-link-primary-default) !important;
    -webkit-column-gap: var(--space-x1) !important;
    -moz-column-gap: var(--space-x1) !important;
    column-gap: var(--space-x1) !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    text-decoration: none !important;
}
    .btn.btn-link-aaa:focus-visible, .btn.btn-link-aaa:hover {
        color: var(--color-token-link-primary-hover) !important;
        text-decoration: underline !important;
    }

.text-transparent {
    color: transparent!important;
}

.form-check-input {
    width: 1em;
    height: 1em;
    border: 1px solid #333;
}

.form-check-input:checked {
    background-color: #fff!important;
    border-color: #dee26e!important;
}

input:checked[type="checkbox"] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e") !important;
}

button.ui-dialog-titlebar-close:hover {
    background-color: #fff !important;
    border-color: #000 !important;
}

#ersAccordion .accordion-button {
    width: auto !important;
}

#ersAccordion .accordion-button:hover {
    color: #000 !important;
}

    #ersAccordion .accordion-button:focus {
        box-shadow: none;
        border-color: rgba(0,0,0,.125);
    }

#ersAccordion .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;
    content: "";
    background-image: var(--bs-accordion-btn-active-icon);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}
.accordion-button:not(.collapsed)::before {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}

#ersAccordion .accordion-button::after {
    display: none !important;
}

.linkHoveUnderline:hover {
    text-decoration: underline;
}

.mt-6 {
    margin-top: 5rem;
}

.not-bootstrap-hide {
    display: inherit;
}

.not-bootstrap-show {
    display: none;
}

.form-label {
    margin-bottom: 0.5rem;
}

.fs-7 {
    font-size: 0.9rem;
}
.edit-icon {
    width: 20px !important;
}
.edit-icon-30 {
    width: 30px !important;
}
.input-validation-error, .form-control.error {
    border-color: #ee1328
}
.field-validation-error, label.error {
    color: #ee1328;
    font-size: 12px;
}

#skew-steps-nav {
    background: #FFF;
}
    #skew-steps-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: -ms-flexbox;
        display: flex
    }
        #skew-steps-nav ul li {
            border-bottom: 4px solid #000;
            -ms-flex-direction: row;
            flex-direction: row;
            padding: 10px;
            text-transform: uppercase;
            text-align: center;
            width: 100%;
        }

            #skew-steps-nav ul li.step-completed {
                background: #000;
                color: #FFF;
            }
            #skew-steps-nav ul li.step-inprogress {
                background: #74cbe5; /* TODO: update this color*/
            }
            #skew-steps-nav ul li:last-child {
                margin-bottom: 8px;
            }

/*
    Additional Bootstrap config
*/

.bottom-10 {
    bottom: 10% !important;
}

.start-5 {
    left: 5% !important;
}

.start-10 {
    left: 10% !important;
}

/*
    Datatables branding overrides
*/
.active > .page-link, .page-link.active {
    color: #fff!important;
    background-color: #000!important;
    border-color: #000!important;
}

/*
    Password Input group
*/
.input-group.password {
    box-shadow: none !important;
    border: #dee2e6 solid 1px !important;
    border-radius: 0.375rem;
}

    .input-group.password:has(input.valid.modified) {
        border: rgb(38, 176, 80) solid 1px !important;
    }

    .input-group.password:has(input.error) {
        border: #ee1328 solid 1px !important;
    }

    .input-group.password:has(input[disabled=""]) {
        background-color: #e9ecef !important;
        opacity: 1 !important;
    }

    .input-group.password:has(input:focus) {
        border: #86b7fe solid 1px !important;
        box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb !important;
    }

    .input-group.password input {
        border: none !important;
        outline: none !important;
    }

    .input-group.password .form-control:focus {
        box-shadow: none !important;
    }

    .input-group.password .input-group-text {
        background-color: #fff;
        border: none;
    }

/*
    jQuery UI
*/
.dialogNoTitleColor .ui-dialog-titlebar {
    color: black !important;
    font-weight: bold !important;
    background-color: transparent !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: gray !important;
}

    .dialogNoTitleColor .ui-dialog-titlebar button:hover {
        background-image: url("jquery/images/ui-icons_555555_256x240.png");
    }

    .dialogNoTitleColor .ui-dialog-titlebar button {
        background-image: url("jquery/images/ui-icons_777777_256x240.png");
    }

.ui-dialog-titlebar-close {
    color: #454545;
    text-decoration: none;
}

.ui-dialog-titlebar-close {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-dialog-titlebar-close {
    background-position: -96px -128px;
    width: 16px;
    height: 16px;
    line-height: 1;
    font-size: 1em;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
}

.ui-dialog-titlebar-close:hover {
    background-position: -96px -128px;
}
/* 
    Adobe Header & Footer
*/

#aaa-remote-footer-iframe {
    height: 1150px;
    width: 100%;
}

@media (min-width: 670px) {
    #aaa-remote-footer-iframe {
        height: 1000px;
    }
}

@media (min-width: 992px) {
    #aaa-remote-footer-iframe {
        height: 800px;
    }
    .desktop-border-start {
        border-left: 2px solid var(--bs-border-color);
    }
}
.form-control[type="password"] {
    padding-right: 4.5rem;
}
.position-relative .password-toggle {
    position: absolute;
    top: 50%;
    right: .75rem;
    transform: translateY(-50%);
    z-index: 5;
    color: var(--bs-secondary-color);
}
.password-rules li {
    margin-bottom: 0 !important;
}
/*
.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .form-control:valid,
.form-control.is-valid {
    background-position: right 2.5rem center;
}

   responsive widths
*/

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .w-md-50 {
        width: 50% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }
}

@media (min-width: 992px) {
    .position-lg-absolute {
        position: absolute;
    } 
    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

.clearfix-lg::after {
    content: "";
    display: block;
    clear: both;
}

.clearfix-lg {
    display: block;
}

@media (min-width: 992px) {
    .clearfix-lg {
        display: none;
    }
}

/*
 * Responsive table - new version
 */

table.fluid {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table.fluid caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table.fluid tr {
        border: none;
        padding: .35em;
    }

    table.fluid th,
    table.fluid td {
        padding: .625em;
        text-align: left;
        vertical-align: middle;
    }

    table.fluid th {
        font-size: .85em;
        letter-spacing: .1em;
        text-transform: uppercase;
    }

@media screen and (max-width: 600px) {
    table.fluid {
        border: 0;
    }

        table.fluid caption {
            font-size: 1.3em;
        }

        table.fluid thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table.fluid tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table.fluid td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table.fluid td.fluid-hide {
                display: none;
            }

    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    table.fluid td:last-child {
        border-bottom: 0;
    }
}

/*
    Coping over Bread crumb styles from Portal_Pretty
*/
.py-3 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important;
}
ol, ul {
    list-style: none
}
nav.breadcrumb {
    padding-bottom: 20px;
    padding-top: 5px
}

    nav.breadcrumb ul {
        display: -ms-flexbox;
        display: flex
    }

    nav.breadcrumb li {
        padding-right: 3px
    }

        nav.breadcrumb li:not(:last-child):after {
            content: ' / '
        }

@media screen and (min-width:1px) and (max-width:539px) {
    nav.breadcrumb li.breadcrumb-mobile {
        display: block !important
    }

        nav.breadcrumb li.breadcrumb-mobile a:before {
            content: '< '
        }

        nav.breadcrumb li.breadcrumb-mobile:after {
            content: ''
        }
}
.unhide-mobile {
    display: none;
}

@media screen and (min-width:1px) and (max-width:539px) {
    .hide-mobile {
        display: none !important
    }

    .unhide-mobile {
        display: block;
    }

    .mobile-left-align {
        float: left
    }
}
/*Adding styles for Add HHM*/
.form-control-lg,
.form-select-lg {
    min-height: 56px;
}

.large-price {
    font-size: 2rem;
    font-weight: 700;
}
.price-column {
    border-left: none;
}
@media (min-width: 992px) {
    .price-column {
        border-left: 1px solid var(--bs-border-color);
        min-height: 100%;
        padding-left: 2rem;
    }
}

.row.align-items-stretch {
    align-items: stretch !important;
}
.field-validation-error {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    display: block;
}

.input-validation-error {
    border-color: #dc3545 !important;
}

.validation-summary-errors {
    color: #dc3545;
    margin-bottom: 1rem;
}
sub, sup {
    font-size: .5em;
    line-height: 1
}
.large-price {
    color: #4c4c4c;
    font-size: 20px
}

    .large-price.red {
        color: #ee1328
    }

    .large-price.grey {
        color: #999
    }

    .large-price.strike {
        line-height: .3em;
        position: relative
    }

        .large-price.strike:after {
            border-bottom: .125em solid #ee1328;
            content: "";
            left: 0;
            margin-top: calc(.125em / 2 * -1);
            position: absolute;
            right: 0;
            top: 50%;
            width: 3em
        }

    .large-price sup {
        font-size: 20px;
        position: relative;
        top: -5px
    }

    .large-price span {
        font-size: 36px;
        font-weight: 600
    }

@media screen and (min-width:540px) and (max-width:919px) {
    .large-price.strike:after {
        width: 2em
    }

    .large-price sup {
        font-size: 16px;
        vertical-align: middle
    }

    .large-price span {
        font-size: 18px
    }
}

@media screen and (min-width:1px) and (max-width:539px) {
    .large-price.strike:after {
        width: 1em
    }

    .large-price sup {
        font-size: 16px;
        vertical-align: middle
    }

    .large-price span {
        font-size: 18px
    }
}
.invoice-divider {
    border: 0;
    border-top: 2px solid #d9d9d9;
    margin: 24px 0;
}
#editAddress-btn {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

    #editAddress-btn img {
        display: block;
    }

.bank {
    max-height: 54px;
    display: inline;
    float: left;
    margin-right: 5px;
}

.MembershipLevel-grid__grid {
    display: grid;
    gap: var(--space-x2);
    grid-template-columns: repeat(auto-fit, minmax(140px, 150px));
    justify-content: center;
}

@media(min-width: 1080px) {
    .MembershipLevel-grid__grid {
        grid-template-columns: repeat(6, 150px);
    }
}

/*
 * Reinstate detail page styling
 */

.reinstate-plan-container {
    opacity: .5;
    cursor: pointer;
}

    .reinstate-plan-container.selected {
        border-color: rgba(0,80,149,.6) !important;
        border-width: 2px !important;
        box-shadow: 0 0 .5rem .1rem rgba(0,80,149,.6) !important;
        opacity: 1;
    }

        .reinstate-plan-container.selected .btn-style {
            display: none;
        }

        .reinstate-plan-container.selected .reinstate-plan-checkmark {
            display: block;
        }

.reinstate-plan-checkmark {
    display: none;
}