﻿/* Old styling */

.section-input-group-text {
    font-size: 14px !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.log-modal-note {
    overflow: hidden;
    max-width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.table-cat {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* end of old styling */

.alink {
    cursor: pointer;
    color: var(--carta-blue-dark);
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    font-style: normal;
    text-decoration: underline !important;
}

    .alink:hover {
        color: var(--carta-blue-bootstrap);
    }

.unauthenicated-btn-full {
    width: 100%;
    background: var(--carta-blue-dark);
    font-size: 17px;
    height: 38px;
    border: none;
    box-shadow: 1.5px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #fff;
}

#loadingLogin {
    margin-right: 1em;
}

.unauthenicated-header {
    color: var(--carta-blue-dark);
}

.login-unauthenicated-parent {
    display: flex;
    align-items: center;
    flex-direction: column;
   /* overflow-x: auto;*/
    width: 100%;
    position: absolute;
    top: 60px;
}

.pt-3px {
    padding-top: 3px
}

.unauth-rb-lbl {
    padding: 0 16px 0 6px;
    line-height: 1;
    font-size: 14.5px;
}

.unauth-rb {
    margin: 0 !important;
    height: 14px;
    width: 14px;
    cursor: pointer;
}

.login-footer-section {
    display: flex;
    align-content: baseline;
    justify-content: space-between;
    align-items: flex-start;
    height: 50px;
}

.login-carta-footer {
    z-index: 9999;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    color: white;
    text-align: center;
    background: var(--carta-blue-dark);
}

.login-footer-p-left {
    padding: 0 0 0 15px;
    margin: 0;
}

.login-footer-p-right {
    padding: 0 15px 0 0;
    margin: 0;
}

.login-flexColumn {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

    .login-flexColumn:hover {
        transform: scale(1.1);
    }

.login-appNotify-section {
    display: flex;
    justify-content: space-between
}

.login-appNotify-article {
    width: 50%;
}

.login-appNotify-badgeBg {
    background: linear-gradient(90deg, dodgerblue 0%, rgba(0, 123, 255, 0.8) 100%);
}

.login-appNotify-h {
    color: var(--carta-blue-dark);
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-left: 0.75em
}

.login-appNotify-subH {
    margin-left: 0.75em;
}

.login-appNotify-badges {
    display: flex;
    align-content: center;
    width: 310px;
    justify-content: start;
}

.login-appstore-badge {
    height: 36px;
    width: 121px;
    margin-top: 8px;
    margin-left: 8px;
    cursor: pointer;
}

.login-appNotify-devices {
    width: 320px;
    height: 160px;
}

.error-body {
    position: fixed;
    top: 7.5%;
    left: 0%;
}

.error-body-text {
    position: absolute;
    top: 30%;
    left: 4%;
}

.error-text-header {
    font-weight: 700;
    color: #344A57;
}

.login-br-sm {
    display: none;
}

.login-forgotPassword-length {
    width: 498px;
}

.login-forgotPassword-maxLength {
    max-width: 498px;
}

.login-forgot-length {
    width: 460px;
}

.login-forgot-maxLength {
    max-width: 460px;
}

.login-img-outer {
    position: relative;
    width: 50%;
    top: 60px;
}

.login-leftImage {
    width: 100%;
    height: 100%
}

.login-img-overlay {
    background: rgba(39,62,84,0.75);
    overflow: hidden;
    height: 100.25%;
    z-index: 2;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form-split {
    width: 50%;
    top: 60px;
    position: relative;
    justify-content: center;
    padding-bottom: 3em;
}

.login-main-hr {
    width: 282px;
    margin: 15px 0 20px 0;
}

.login-main-password {
    display: flex;
    align-items: baseline;
}

.login-password-eye {
    margin-left: 4px;
    cursor: pointer;
    color: var(--carta-blue-dark);
    width: 18px;
}

    .login-password-eye:hover {
        color: var(--carta-blue-bootstrap);
    }

.login-password-capsMsg {
    color: var(--carta-red-dark);
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0;
}

.login-main-actions {
    display: flex;
    justify-content: flex-end;
    width: 92%;
}

.login-main-ie-h {
    color: var(--carta-blue-dark);
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}

.login-main-ie-icons {
    display: flex;
    justify-content: space-around;
}

.login-main-ie-i-text {
    padding: 0.5rem;
    font-weight: 900;
}

.login-main-ie-mac {
    font-weight: 400;
    font-size: 10.5px;
    color: #48484A;
}

.login-reset-length {
    width: 632px;
}

.login-reset-maxLength {
    max-width: 310px;
}

.login-reset-require-large {
    display: block;
}

.login-reset-require-small {
    display: none;
}

.tooltip-inner {
    background: linear-gradient(180deg, #344A57 0%, rgba(95, 121, 134, 0.75) 100%) !important;
    max-width: 300px !important;
    line-height: 16px !important;
    min-height: 26px;
}

.tooltip.in {
    opacity: 1;
}

.input-flash {
    border-color: #66afe9 !important;
    outline: 0;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn.disabled {
    pointer-events: none !important;
}

.un-help-header {
    font-size: 13px !important;
}

.font-15 {
    font-size: 15px;
}

.full-width {
    width: 100%;
}

.ml-1half {
    margin-left: 1.5em;
}

.login-show-sm {
    display: none;
}

.login-forgot-links {
    margin-top: 3em;
}

.fuel-spin {
    position: absolute;
    z-index: 9;
    top: 0;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.5);
}

.fuel-spin-i {
    font-size: 56px;
    color: var(--carta-blue-light);
    position: absolute !important;
    top: 33px;
    left: 30px;
}

.fuel-tbl-wrapper {
    border-top: 3px solid var(--carta-grey-light);
    -moz-box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 1px 4px 8px 0 rgb(0 0 0 / 20%);
    box-shadow: 1px 4px 8px 0 rgb(0 0 0 / 20%);
    margin-bottom: 1em;
}

.fuel-fill50 {
    width: 50% !important;
    max-width: 610px;
}

.expiry-main {
    width: 720px;
    margin: 0 auto;   
}

.expiry-main-1 {
    margin-top: 1.5em;
}

.expiry-1 {
    width: 70px;
    padding-top: 2px;
}

    .expiry-1 + p {
        width: calc(100% - 90px);
        padding-top: 2px;
    }

.expiry-2, .expiry-2-ext {
    width: 240px;
    padding-top: 2px;
}

    .expiry-2 + input, .expiry-2 + div, .expiry-2 + p {
        width: 200px;
    }

    .expiry-2-ext + input, .expiry-2-ext + div, .expiry-2-ext + p {
        width: 250px;
    }

.expiry-3 {
    display: none;
    width: 200px;
}

.expiry-4, .onboard-3 {
    width: 290px;
    padding-top: 2px;
}

    .expiry-4 + input, .expiry-4 + select, .onboard-3 + input, .onboard-3 + select {
        width: 150px;
    }

.expiry-5 {
    padding-bottom: 1em;
    padding-top: 5px;
}

.expiry-6 {
    font-size: 15px !important;
}

.expiry-7 {
    font-size: 18px !important;
}

.onboard-1 {
    width: calc(50% - 100px);
}

.onboard-2 {    
    padding-right: 2em;
}

.onboard-3 {
    margin-left: 2em;
}

.onboard-4 {
    padding-bottom: 1em;
}

.onboard-5 {
    width: 90% !important;
}

.onboard-6 {
    width: calc(50% - 110px);
}

div[rel="empty-expiry-1"] {
    display: none;
    width: 58px;
}

div[rel="empty-onboard-6"] {
    display: none;
}

.expiry-search-wrapper {
    position: relative;
    display: inline-block;
}

.expiry-search-open-main {
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
    padding: 10px;
    max-height: 320px;
    overflow-y: auto;
}

.expiry-search-open-subtext {
    color: rgb(72, 72, 74, 65%);
    font-size: 12px;
    margin-bottom: 10px;
}

.unauth-attBtn {
    margin-left: 1rem;
}

.leasinguser-main {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 1em 1.5em 1em;
}

.leasinguser-finished {
    max-width: 970px;
    margin: 0 auto;
    padding: 0 1em;
}

/* tablets and mobile devices */
@media only screen and (max-width: 768px) {
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }

    .login-img-outer {
        display: none;
    }

    .login-form-split {
        width: 100%;
    }

    .login-reset-require {
        margin-top: 0;
    }

    .login-reset-require-large {
        display: none;
    }

    .login-reset-require-small {
        display: block
    }

    .login-sm-fixedWidth {
        width: 332px;
    }

    .login-reset-maxLength, .login-forgot-maxLength, .login-forgotPassword-maxLength {
        max-width: 90%;
        margin: 0 auto;
    }

    .login-reset-lbl {
        margin-left: 1.5rem;
    }

    .login-forgotPassword-length, .login-reset-length, .login-forgot-length {
        width: 100%;
        padding: 0 2px;
    }

    /* Set width on the form input elements since they're 100% wide by default */
    input,
    select,
    textarea {
        max-width: 332px;
    }

    .login-show-sm {
        display: block;
    }      
}


@media only screen and (max-width: 1650px) and (min-width: 1401px) and (max-height: 620px) {   
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 1400px) and (min-width: 1201px) and (max-height: 620px) {   
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 1200px) and (min-width: 1101px) and (max-height: 620px) {  
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 1050px) and (min-width: 751px){   
    .fuel-fill50 {
        width: 70% !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 951px) and (max-height: 620px) {   
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 950px) and (min-width: 851px) and (max-height: 620px) {   
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 850px) and (max-height: 620px) {  
    .unauthenicated-header {
        font-size: 20px;
        margin-top: 0;
    }

        .unauthenicated-header + p {
            font-size: 13px;
        }
}

@media only screen and (max-width: 750px) and (min-width: 601px) {
    .fuel-fill50 {
        width: 80% !important;
    }
}

@media only screen and (max-width: 750px) {
    .expiry-main {
        width: 100%;
        padding: 0 1em;
    }
}

@media only screen and (max-width: 600px) {
    textarea {
        max-width: none;
    }

    body {
        font-size: 13px !important;
    }

    .login-appNotify-article {
        width: 100%
    }

    .login-appNotify-section {
        display: block;
    }

    .login-appNotify-devices {
        width: 280px;
        height: 140px;
    }

    .section-input-group-doubled {
        width: 97% !important;
        padding: 5px 3px !important;
    }

    .zebra-leftRightCol {
        padding-left: 4px !important;
    }

    .w-50, .fuel-fill50 {
        width: 97% !important;
    }

    .onboard-2 {
        height: 48px;
    }

    .onboard-1 {
        width: calc(100% - 70px);
    }

    .onboard-6 {
        width: calc(50% - 92px);
    }

    div[rel="empty-expiry-1"], div[rel="empty-onboard-6"] {
        display: initial;
    }

    .onboard-4 {
        padding-bottom: 0.5em;
    }

    .onboard-3 {
        margin-left: 0;
    }

    .onboard-7 {
        align-items: start !important;
    }
}


@media only screen and (max-width: 536px) {
    .expiry-3 {
        display: block;
    }

    .expiry-4 {
        margin-top: 0.5rem;
        margin-bottom: 0.25rem;
    }
}


/* mobile devices */

@media only screen and (max-width: 500px) {  
    .expiry-2, .expiry-2-ext {
        width: 100%;
    }
        .expiry-2 + input, .expiry-2 + div, .expiry-2 + p {
            width: 100%;
        }

        .expiry-2-ext + input, .expiry-2-ext + div, .expiry-2-ext + p {
            width: 100%;
        }

        .expiry-2-ext + p {
            padding-left: 1em;
        }

    .expiry-3 {
        display: none;
    }

        .expiry-6 {
        font-size: 14px !important;
    }

    .unauth-rb-lbl {
        font-size: 14px;
        line-height: 1.2;
    }

    .expiry-7 {
        font-size: 16px !important;
    }

    .expiry-main-1 {
        margin-top: 0;
    }

    .onboard-6 {
        width: calc(100% - 92px);
    }

    .onboard-8 {
        margin-top: 1.25em;
    }
}

@media only screen and (max-width: 440px) {
    .unauth-attBtn {
        margin-top: 0.75rem;
        margin-left: 0;
        width: 84px !important;
    }
}

@media only screen and (max-height: 600px) {  
    .unauthenicated-header {
        margin-top: 8px;
    }
}

@media only screen and (max-height: 500px) {   
    .unauthenicated-header {
        font-size: 25px;
    }

    .login-forgot-links {
        margin-top: 2em;
    }
}

@media only screen and (max-height: 470px) {
    .login-br-sm {
        display: block;
    }

    .unauthenicated-header {
        font-size: 22px;
    }
}

@media only screen and (max-height: 416px) {   
    body {
        min-height: 415px;
    }
}