/* Source and licensing information for the line(s) below can be found at https://thejetrest.com/modules/custom/cpl_customer_account/css/cpl_customer_account.css. */
.l-layout__main {
    padding: 1rem;
    font-size: 14px;
}
.user-login-form, .user-pass {
    margin: auto;
    max-width: 500px;
}
.user-login-form .form-item, .user-pass .form-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.cpl-user-password {
    margin-bottom: 2rem;
}
.user-login-form .g-recaptcha, .user-pass .g-recaptcha {
    margin-bottom: 1rem;
}
.c-subscribe-bar {
    display: none !important;
}


/* Below taken from cpl order management */

.cpl-urgent-order { color: red; font-weight: bold; }
table td, table td * {
    vertical-align: top;
}
.toggle1 {text-align: right; }
.toggle2 {text-align: right; }
.toggle3 {text-align: right; }
.toggle4 {text-align: right; }
.toggle5 {text-align: right; }
.cpl-bordered { display: inline-block; margin-right: 10px; text-align: center; width: 28px; border: 1px solid grey; border-radius: 3px; font-size: 1.75em; padding: 4px 0 0 0; }
.cpl-bordered-wide { display: inline-block; margin-right: 10px; text-align: center; width: 38px; border: 1px solid grey; border-radius: 3px; font-size: 1.75em; padding: 4px 0 0 0; }
.cpl-bordered-super-wide { display: inline-block; margin-right: 10px; text-align: center; width: 50px; border: 1px solid grey; border-radius: 3px; font-size: 1.75em; padding: 4px 0 0 0; }
.cpl-bordered-mega-wide { display: inline-block; margin-right: 10px; text-align: center; width: 62px; border: 1px solid grey; border-radius: 3px; font-size: 1.75em; padding: 4px 0 0 0; }

.cpl-row-wrapper p { font-size: 1.125em; margin-bottom: 0.5rem; }

.cpl-row-wrapper { display: block; width: 100%; }
.cpl-photo-left { display: inline-block; width: 10%; vertical-align: top; }
.cpl-attribute-details { display: inline-block; width: 90%; }


.cpl-attribute-details td:first-child { width: 60%; }

.cpl-image-wrapper {
    position: relative;
    height: 100%; }
.cpl-image-wrapper .cpl-image-trans {
      position: absolute;
      top: 0; }
.cpl-image-wrapper .cpl-image-placeholder-grey {
      border: 1px solid grey;
      height: 90%;
      width: 90%;
      margin-top: 3%;
      margin-left: 3%; }
table { margin-bottom: 0.5rem!important; }
table h3 { margin-bottom: 0.5rem!important; }
.head4 { border-bottom: 1px solid #ccc; }

tr:nth-child(even) {background-color: #f2f2f2;}
.cpl-bold { font-weight: bold; }
th { padding: 5px 6px!important; }
td { padding: 5px 6px!important; }
.cpl-block { display: block; padding: 5px 20px 5px 0px; }

.ui-dialog-title { display: block!important; }

.c-order-details {
    border-bottom: 1px solid var(--medium-grey-color--lighten-10);
    margin-bottom: 1rem !important;
}

.c-order-details__general {
    flex: 2 0 auto !important;
    margin-bottom: 1rem;
}
@media (min-width: 46.25em) {
    .c-order-details__general {
        margin-right: 1rem;
    }
}

.c-order-details__billing {
    flex: 1 0 auto !important;
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.c-order-details__shipping {
    flex: 1 0 auto !important;
    margin-bottom: 1rem;
}

.c-order-details > .o-grid__item {
    border: 1px solid var(--medium-grey-color--lighten-10);
}

.c-order-details > .o-grid__item table {
    margin-bottom: 0 !important;
}

.c-order-items {
    border: 1px solid var(--medium-grey-color--lighten-10);
    margin-bottom: 2rem !important;
    max-width: 100%;
    overflow-x: scroll;
}

.c-order-items__table td:first-of-type {
    min-width: 250px;
}

.c-product-details {
    border: 1px solid var(--medium-grey-color--lighten-10);
    margin-bottom: 2rem !important;
}

.c-product-details h3 {
    padding: 1rem;
    margin: 0;
    background-color: var(--white-color--darken-10);
}

.c-product-details .cpl-row-wrapper {
    padding: 0.5rem 0rem 0.5rem 0.5rem;
    border-bottom: 1px solid var(--medium-grey-color--lighten-10);
}
/* Source and licensing information for the above line(s) can be found at https://thejetrest.com/modules/custom/cpl_customer_account/css/cpl_customer_account.css. */