body {
    background-color: #EEEEEE;
}

.quick-search {
    margin-top: .25rem;
}

.persi-mp-logo {
    width: 130px;
    padding: 5px;
}

.persi-mp-title {
    width: 100%;
    padding-top: 15px;
    font-size: 1.5em;
}

.arrivos-logo-container {
    padding-left: 20px;
}

.arrivos-environment-banner {
    font-size: 1.5em;
}

.member-portal-admin-top-navbar {
    margin-left: 280px;
    background-color: rgb(47, 64, 80);
    z-index: 1000;
    transition: margin-left 300ms;
}

.member-portal-admin-body-container {
    transition: margin-left 300ms;
}

.member-portal-admin-body-container .container-fluid {
    --bs-gutter-x: 0px;
    --bs-gutter-y: 40px;
    padding-top: 20px;
}

@media (min-width: 1138px) {
    .member-portal-admin-body-container .container-fluid {
        --bs-gutter-x: 40px;
        --bs-gutter-y: 40px;
    }
}
/* Override Arrivos Grid Styles */
.e-grid .e-headercelldiv .e-headertext {
    padding: .5em;
}

/* Normal View*/
@media (min-width: 1138px) {

    .member-portal-admin-top-navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 50px;
    }

    .member-portal-admin-body-container {
        margin-left: 280px; /* This is the width of the sidebar*/
        margin-top: 50px; /* This must be the combined height of the Arrivos Page Header and Arrivos top navbar*/
    }
}


.arrivos-top-navbar-page-title {
    max-width: 55%
}

    .arrivos-top-navbar-page-title h3 {
        font-size: 20pt;
        text-wrap: nowrap;
        overflow: hidden;
    }

@media (max-width: 1500px) {
    .arrivos-top-navbar-page-title {
        max-width: 45%
    }

        .arrivos-top-navbar-page-title h3 {
            font-size: 14pt;
            text-wrap: nowrap;
            overflow: hidden;
        }
}

@media (max-width: 1300px) {
    .arrivos-top-navbar-page-title {
        max-width: 36%
    }

        .arrivos-top-navbar-page-title h3 {
            font-size: 11pt;
            text-wrap: nowrap;
            overflow: hidden;
        }
}


.member-portal-top-navbar {
    background-color: rgb(47, 64, 80);
    z-index: 1000;
}

.member-portal-body-container {
    padding-bottom: 50px;
}

.btn-primary {
    color: #fff;
    background-color: rgb(86, 126, 148);
    border-color: #1861ac;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.button-bottom-div {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%;
}

    .button-bottom-div .button-bottom {
        min-width: 40%;
    }

body .card {
    box-shadow: 2px 4px 4px gray;
    height: 100% !important;
}

body .card-transparent {
    box-shadow: 2px 4px 4px gray;
    background-color: transparent;
}

.card-content-container {
    height: 100% !important;
    padding-bottom: 35px;
}

.i-want-to-button {
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

#PaymentMethodDialog_title {
    width: 90%;
}

.e-dialog .e-dlg-header {
    width: 90%;
}

.e-popup.e-popup-open.e-dialog {
    max-width: 90%;
}

.arrivos-help-section-container {
    border-radius: 10px;
    border: 2pt solid #00A3B3;
    padding: 5px;
    background-color: #C7E7EC;
    font-weight: bold;
    margin-bottom: 15px;
}


.help-content-clear .card-content-container .arrivos-help-section-container {
    border-radius: 10px;
    border: 0pt solid #00A3B3;
    padding: 5px;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.help-content-clear .arrivos-help-section-container {
    border-radius: 10px;
    border: 0pt solid #00A3B3;
    padding: 5px;
    background-color: transparent;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

.background-transparent {
    background-color: transparent;
}

.validation-summary-errors {
    border-radius: 10px;
    color: black;
    margin: 0px;
    margin-bottom: 15px;
}

.validation-message {
    font-weight: bold;
}

.validation-summary-warnings {
    border-radius: 10px;
    color: black;
    background-color: #E2D1E6;
    border-color: #963C97;
    margin: 0px;
    margin-bottom: 15px;
}

.e-warning {
    color: #963C97;
    font-weight: bold;
}

.upload-warning {
    background-color: white;
    font-size: 1em;
    color: red;
    text-align: center;
    padding: 1em;
    border: 5px solid red;
    border-radius: 10px;
}

.arrivos-help-section-container .highlighted-for-edit {
    min-height: 50px;
    min-width: 10px;
    background-color: #71C8D3;
}

.highlighted-for-edit {
    border: 2pt solid lightgray;
    border-radius: 5px;
}

.button-grid-text {
    color: blue;
    font-family: inherit;
    font-size: 1em;
    width: fit-content;
    padding: 0px 0px;
    background-color: transparent;
    border: none;
}

    .button-grid-text:hover {
        background-color: transparent;
        color: blue;
    }

    .button-grid-text:focus {
        background-color: transparent;
        color: blue;
        outline: none;
        box-shadow: none;
    }

/*** Alert Box Styles ***/

.alert-note-container {
    background: #d9edf7;
    border: 2px solid #aedfe9;
    color: #555;
    border-radius: 10px;
    margin: 10px;
    flex-shrink: 1;
}

.alert {
    padding: 10px;
}

.footer {
    overflow: hidden;
    line-height: 30px;
}

html, body {
    height: 100%;
}

#wrapper {
    margin: auto;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
}

    #wrapper:after {
        content: "";
        display: block;
        clear: both;
    }

#footer {
    bottom: 0;
    position: fixed;
    width: 100%;
    text-align: center;
    background-color: #ede8e8;
}

.content:before {
    content: "";
    display: block;
    height: 45px;
}

.vertical-align-wrapper {
    display: inline-block;
    white-space: normal;
}

.vertical-align-cell {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    white-space: normal;
}

.e-upload .e-file-select-wrap .e-btn, .e-upload .e-upload-actions .e-btn, .e-bigger.e-small .e-upload .e-file-select-wrap .e-btn, .e-bigger.e-small .e-upload .e-upload-actions .e-btn {
    height: 40px;
    color: #fff;
    border-color: #1861ac;
    background-color: rgb(86, 126, 148);
}

.e-footer-content .e-btn.e-primary.e-flat:not([DISABLED]) {
    color: #fff;
    background-color: rgb(86, 126, 148);
    border-color: #1861ac;
}

.e-btn.e-primary {
    color: #fff;
    background-color: rgb(86, 126, 148);
    border-color: #1861ac;
}

.display-field-spacing .form-field-row {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
}

.display-field-spacing-post {
    padding-top: 1px !important;
    padding-bottom: 1px !important;
    font-style: italic;
}

.col-4-flex {
    width: 33%;
}

.paycheck-col-4-flex {
    width: 33%;
}

/* This style overrides the base address field to not be hardcoded at 400px. Base team says its up to us to do this.*/
/* Number is arbitrary will be auto filled to same size as other fields. Full style path used to ensure other fields arent hit by this. */
div.Arrivos-address-field-editor > div > div > div > div > div:nth-child(2) > div > span.e-ddl.e-lib.e-input-group.e-control-container.e-control-wrapper.valid {
    width: 50px !important;
}

.delete-col-flex {
    display: flex;
    flex-wrap: nowrap;
    padding: .3em;
}

.delete-item-left-header {
    padding-left: 0.25em;
    margin-right: 5em;
}

.delete-item-left {
    padding: .5em;
    margin-right: auto;
    width: 5em;
}

.delete-item {
    margin: auto;
    padding-left: 5em;
}

.delete-item-right {
    margin-left: auto;
    text-align: center;
    padding: 0.5em;
}

.vendor-contact {
    border-color: #1861ac;
}

.vendor-contact-col-flex {
    display: flex;
    flex-wrap: nowrap;
    padding: .3em;
}

.vendor-contact-item {
    padding: 1em;
}

.compare-calculations .arrivos-form-container {
    width: 25%;
}

.center-align {
    text-align: center;
}

.upload-file-history-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-height: 3em;
}

.upload-history-popup {
    min-width: 33em;
    max-height: 15em;
    margin-bottom: -3em;
}

.vendor-contact-name {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding: 1em 0;
    margin: 0;
    text-align: center;
    color: red;
}

.vendor-contact-button-group {
    align-items: center;
    padding-top: 15%;
    height: 10%;
}

.vendor-contact-button-individual {
    align-items: center;
    padding-top: 15%;
    padding-bottom: 5%;
    height: 5%;
}

.text-align-right {
    align-items: center;
    margin-top: 2%;
    height: 10%;
    font-size: inherit;
    text-align: right
}

.wrap {
    text-wrap: auto;
}

/*Remove theme selector*/
.arrivos-top-navbar .nav-pills li .e-ddl {
    display: none;
}


@media only screen and (max-width: 1920px) {
    .vendor-contact-button-group {
        align-items: center;
        padding-top: 25%;
        margin-bottom: 3%;
        height: 10%;
    }

    .vendor-contact-button-individual {
        align-items: center;
        padding-top: 30%;
        padding-bottom: 5%;
        height: 5%;
    }
}


@media only screen and (max-width: 950px) {
    .col-4-flex {
        flex-direction: column;
    }

    .paycheck-col-4-flex {
        padding: 1em;
        font-size: .88em;
        width: 100%;
    }

    .delete-col-flex {
        flex-direction: column;
    }

    .upload-file-history-container {
        border-radius: 10px;
        border: 1pt solid gray;
        flex-direction: column;
        padding-bottom: 7em;
        margin-bottom: 1em;
    }

    .delete-item-left-header {
        padding: 1.55em;
        margin-right: auto;
        width: 5em;
        margin-left: auto;
        justify-content: center;
        margin-bottom: -2.7em;
        margin-top: -2em;
    }

    .delete-item-right-header {
        margin-left: auto;
        text-align: center;
        padding-top: 1.5em;
        margin-right: auto;
        padding: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .delete-item-left {
        text-align: center;
        padding: 1.1em;
        margin-bottom: -1em;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -2em;
        margin-top: -0.5em;
    }

    .delete-item {
        text-align: center;
        padding: 1.1em;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: -2em;
        padding-left: 1.5em;
    }

    .delete-item-right {
        text-align: center;
        padding: 1.1em;
        height: auto;
        margin: 0 auto;
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: -2.5em;
    }

    .col-sm-3 {
        padding: 5em;
    }

    .compare-calculations {
        display: flex;
        flex-direction: column;
        width: 100%
    }

    .upload-history-popup {
        min-width: 10em;
    }

    .compare-calculations .arrivos-form-container {
        width: 100%;
    }
}
