@import '_content/DIWMSI.Razor/DIWMSI.Razor.1vt1lmhwqn.bundle.scp.css';

/* _content/DixiePortal/Pages/CARPAR/CARDetails.cshtml.rz.scp.css */
.page-wrapper[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
    min-width: 345px;
}

.page-title[b-j9hhqtcqxe] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 600;
    margin: 20px 0px 30px 0px;
}

.header-info-container[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
}
.flex-row[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}
.flex-between[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.row-item-container[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.row-item-title[b-j9hhqtcqxe] {
    width: 115px;
    height: 20px;
    color: var(--global-grey-700);
    font-weight: 600;
}
.section-a[b-j9hhqtcqxe], .section-b[b-j9hhqtcqxe]{
    width: 50%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.info-row[b-j9hhqtcqxe] {
    padding: 3px;
    width: calc(100% - 6px);
    height: 34px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--global-grey-300);
}
.info-title[b-j9hhqtcqxe] {
    width: 150px;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.info-content[b-j9hhqtcqxe] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.field-info-container[b-j9hhqtcqxe] {
    height: fit-content;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--global-grey-300);
}

.field-info-header[b-j9hhqtcqxe] {
    padding: 3px 8px;
    width: calc(100% - 16px);
    height: fit-content;
    background-color: var(--global-bluegrey-600);
    color: var(--global-grey-50);
    font-size: 1.2em;
    font-weight: 500;
}
.field-info-textfield[b-j9hhqtcqxe] {
    padding: 3px 8px;
    width: calc(100% - 16px);
    height: fit-content;
    color: var(--global-grey-700);
    font-size: 1.1em;
}
textarea[b-j9hhqtcqxe] {
    width: calc(100% - 10px);
    height: 100%;
    overflow-y: auto;
    padding: 5px;
    resize: vertical;
    min-height: 30px;
}

.read-only[b-j9hhqtcqxe] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

#overlay[b-j9hhqtcqxe] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}
textarea:read-only[b-j9hhqtcqxe] {
    background-color: var(--global-grey-100);
}
.form-control-container[b-j9hhqtcqxe] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.form-submit-control[b-j9hhqtcqxe] {
    width: 49%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

.form-attachment-container[b-j9hhqtcqxe] {
    width: 49%;
}

.attachment-title[b-j9hhqtcqxe] {
    height: 30px;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    background-color: var(--global-bluegrey-600);
}

    .attachment-title > span[b-j9hhqtcqxe] {
        color: var(--global-grey-50);
        font-weight: 700;
        font-size: 1.3em;
        padding-left: 5px;
    }

.attachment-row[b-j9hhqtcqxe] {
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--global-grey-100);
}
    .attachment-row > a[b-j9hhqtcqxe] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .attachment-row > a > span[b-j9hhqtcqxe] {
        padding-left: 5px;
        font-size: 1.1em;
        font-weight: 300;
        color: var(--global-grey-700);
    }
    .attachment-row:hover[b-j9hhqtcqxe] {
        background-color: var(--global-grey-100);
    }
#att-description[b-j9hhqtcqxe] {
    margin-right: 20px;
}
/* _content/DixiePortal/Pages/CARPAR/CARPARSummary.cshtml.rz.scp.css */
.page-wrapper[b-93rgw26epe] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-93rgw26epe] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-title[b-93rgw26epe] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}

#current-date[b-93rgw26epe] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

#page-content[b-93rgw26epe] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    padding-top: 20px;
}

#car-container[b-93rgw26epe] {
    height: 100%;
    width: 100%;
    min-width: 320px;
    margin-bottom: 30px;
    /*background-color: blue;*/
}

#par-container[b-93rgw26epe] {
    height: 100%;
    width: 100%;
    min-width: 320px;
    margin-bottom: 30px;
    /*background-color: red;*/
}
.section-title[b-93rgw26epe] {
    font-size: 1.5em;
    color: var(--global-grey-700);
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 1100px) {
    #page-content[b-93rgw26epe] {
        flex-flow: column;
    }
}
/* _content/DixiePortal/Pages/CARPAR/PARDetails.cshtml.rz.scp.css */
.page-wrapper[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
    min-width: 345px;
}

.page-title[b-3cg2pgq9h1] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 600;
    margin: 20px 0px 30px 0px;
}

.header-info-container[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: row;
    width: 100%;
    height: fit-content;
    justify-content: space-between;
}

.flex-row[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: row;
    justify-content: space-around;
}

.flex-between[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.row-item-container[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.row-item-title[b-3cg2pgq9h1] {
    width: 115px;
    height: 20px;
    color: var(--global-grey-700);
    font-weight: 600;
}

.section-a[b-3cg2pgq9h1], .section-b[b-3cg2pgq9h1] {
    width: 50%;
    height: 100%;
    display: flex;
    flex-flow: column;
}

.info-row[b-3cg2pgq9h1] {
    padding: 3px;
    width: calc(100% - 6px);
    height: 34px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--global-grey-300);
}

.info-title[b-3cg2pgq9h1] {
    width: 150px;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.info-content[b-3cg2pgq9h1] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.field-info-container[b-3cg2pgq9h1] {
    height: fit-content;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid var(--global-grey-300);
}

.field-info-header[b-3cg2pgq9h1] {
    padding: 3px 8px;
    width: calc(100% - 16px);
    height: fit-content;
    background-color: var(--global-bluegrey-600);
    color: var(--global-grey-50);
    font-size: 1.2em;
    font-weight: 500;
}

.field-info-textfield[b-3cg2pgq9h1] {
    padding: 3px 8px;
    width: calc(100% - 16px);
    height: fit-content;
    color: var(--global-grey-700);
    font-size: 1.1em;
}

textarea[b-3cg2pgq9h1] {
    width: calc(100% - 10px);
    height: 100%;
    overflow-y: auto;
    padding: 5px;
    resize: vertical;
    min-height: 30px;
}

.read-only[b-3cg2pgq9h1] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

/*New Switch*/
.toggle[b-3cg2pgq9h1] {
    --width: 80px;
    --height: calc(var(--width) / 3);
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-radius: var(--height);
    cursor: pointer;
}

    .toggle input[b-3cg2pgq9h1] {
        display: none;
    }

    .toggle .slider[b-3cg2pgq9h1] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: var(--height);
        background-color: #ccc;
        transition: all 0.4s ease-in-out;
    }

        .toggle .slider[b-3cg2pgq9h1]::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: calc(var(--height));
            height: calc(var(--height));
            border-radius: calc(var(--height) / 2);
            background-color: #fff;
            box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked + .slider[b-3cg2pgq9h1] {
        background-color: #2196F3;
    }

        .toggle input:checked + .slider[b-3cg2pgq9h1]::before {
            transform: translateX(calc(var(--width) - var(--height)));
        }

    .toggle .labels[b-3cg2pgq9h1] {
        position: absolute;
        top: 8px;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 12px;
        font-family: sans-serif;
        transition: all 0.4s ease-in-out;
    }

        .toggle .labels[b-3cg2pgq9h1]::after {
            content: attr(data-off);
            position: absolute;
            right: 5px;
            color: #4d4d4d;
            opacity: 1;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
            transition: all 0.4s ease-in-out;
        }

        .toggle .labels[b-3cg2pgq9h1]::before {
            content: attr(data-on);
            position: absolute;
            left: 5px;
            color: #ffffff;
            opacity: 0;
            text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
            transition: all 0.4s ease-in-out;
        }

    .toggle input:checked ~ .labels[b-3cg2pgq9h1]::after {
        opacity: 0;
    }

    .toggle input:checked ~ .labels[b-3cg2pgq9h1]::before {
        opacity: 1;
    }


#overlay[b-3cg2pgq9h1] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

textarea:read-only[b-3cg2pgq9h1] {
    background-color: var(--global-grey-100);
}

.form-control-container[b-3cg2pgq9h1] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.form-submit-control[b-3cg2pgq9h1] {
    width: 49%;
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}

.form-attachment-container[b-3cg2pgq9h1] {
    width: 49%;
    
}
.attachment-title[b-3cg2pgq9h1] {
    height: 30px;
    width: 100%;
    display: flex;
    flex-flow: row;
    align-items: center;
    background-color: var(--global-bluegrey-600);
    
}
    .attachment-title > span[b-3cg2pgq9h1] {
        color: var(--global-grey-50);
        font-weight: 700;
        font-size: 1.3em;
        padding-left: 5px;
    }
.attachment-row[b-3cg2pgq9h1] {
    width: 100%;
    height: 40px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid var(--global-grey-100);
}
    .attachment-row > a[b-3cg2pgq9h1] {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    .attachment-row > a > span[b-3cg2pgq9h1] {
        padding-left: 5px;
        font-size: 1.1em;
        font-weight: 300;
        color: var(--global-grey-700);
    }
    .attachment-row:hover[b-3cg2pgq9h1] {
        background-color: var(--global-grey-100);
    }
#att-description[b-3cg2pgq9h1] {
    margin-right: 20px;
}
/* _content/DixiePortal/Pages/CARPAR/_CARInstructionsPartial.cshtml.rz.scp.css */
.partial-wrapper[b-uy7f9wvrey] {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.instruction-wrapper[b-uy7f9wvrey] {
    height: calc(100% - 60px);
    width: fit-content;
    background-color: var(--global-grey-50);
    width: 70%;
    height: 80%;
    border: 1px solid var(--global-grey-100);
    border-radius: 5px;
}

#page-header-container[b-uy7f9wvrey] {
    text-align: center;
    background-color: var(--global-bluegrey-700);
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

#page-title[b-uy7f9wvrey] {
    font-size: 1.2em;
    justify-content: space-between;
    align-items: center;
    color: var(--global-grey-50);
    font-weight: 700;
}

#page-content[b-uy7f9wvrey] {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    height: 100%;
    height: calc(100%-60px);
    overflow-y: auto;
}

#car-container[b-uy7f9wvrey] {
    height: 100%;
    height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-flow: column;
}
    #car-container[b-uy7f9wvrey]::after {
        content: ' ';
        white-space: pre;
    }

.section-title[b-uy7f9wvrey] {
    color: var(--global-grey-700);
    font-weight: 700;
    margin: 10px 5px;

}
.data-row[b-uy7f9wvrey] {
    margin: 5px;
}
/*
.info-row {
    padding: 3px;
    width: calc(100% - 6px);
    height: 34px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}*/

.info-title[b-uy7f9wvrey] {
    width: 100%;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.info-content[b-uy7f9wvrey] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/*.info-column-content {
    width: 100%;
    height: 100%;
    display: flex;
}
.info-column {
    display: flex;
    flex-flow: column;
}*/


/* #instruction-wrapper::-webkit-scrollbar {
        width: 8px;
    }

    #instruction-wrapper::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #instruction-wrapper::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #instruction-wrapper::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #instruction-wrapper::after {
        content: ' ';
        white-space: pre;
    }
*/
/* _content/DixiePortal/Pages/CARPAR/_PARInstructionsPartial.cshtml.rz.scp.css */
.partial-wrapper[b-16ko7jf0tl] {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.instruction-wrapper[b-16ko7jf0tl] {
    height: calc(100% - 60px);
    width: fit-content;
    background-color: var(--global-grey-50);
    width: 70%;
    height: 80%;
    border: 1px solid var(--global-grey-100);
    border-radius: 5px;
}

#page-header-container[b-16ko7jf0tl] {
    text-align: center;
    background-color: var(--global-bluegrey-700);
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

#page-title[b-16ko7jf0tl] {
    font-size: 1.2em;
    justify-content: space-between;
    align-items: center;
    color: var(--global-grey-50);
    font-weight: 700;
}

#page-content[b-16ko7jf0tl] {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    height: 100%;
    height: calc(100%-60px);
    overflow-y: auto;
}

#car-container[b-16ko7jf0tl] {
    height: 100%;
    height: calc(100% - 60px);
    width: 100%;
    display: flex;
    flex-flow: column;
}

    #car-container[b-16ko7jf0tl]::after {
        content: ' ';
        white-space: pre;
    }

.section-title[b-16ko7jf0tl] {
    color: var(--global-grey-700);
    font-weight: 700;
    margin: 10px 5px;
}

.data-row[b-16ko7jf0tl] {
    margin: 5px;
}

.info-title[b-16ko7jf0tl] {
    width: 100%;
    height: 100%;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.info-content[b-16ko7jf0tl] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
/* _content/DixiePortal/Pages/Components/CarGrid/CarGrid.cshtml.rz.scp.css */
#component-container[b-tr69jyjuxe] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
}

#table-container[b-tr69jyjuxe] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
}

    #table-container[b-tr69jyjuxe]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-tr69jyjuxe]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-tr69jyjuxe]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-tr69jyjuxe]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

#table-container[b-tr69jyjuxe]::after {
    content: ' ';
    white-space: pre;
}

.table-head[b-tr69jyjuxe] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-tr69jyjuxe] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-tr69jyjuxe] {
    /*margin-top: 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
}

table[b-tr69jyjuxe] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-tr69jyjuxe] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-tr69jyjuxe] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-tr69jyjuxe] {
    border-top-right-radius: 10px;
}

.header-text[b-tr69jyjuxe] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-tr69jyjuxe] {
    text-align: left;
}

.text-right[b-tr69jyjuxe] {
    text-align: right;
}

.text-center[b-tr69jyjuxe] {
    text-align: center;
}

.table-row[b-tr69jyjuxe] {
    height: 40px;
}

.row-data[b-tr69jyjuxe] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}​[b-tr69jyjuxe]
/* _content/DixiePortal/Pages/Components/InfoWidget/InfoWidget.cshtml.rz.scp.css */
.widget-wrapper[b-6hlgyjr3uz] {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background-color: var(--global-grey-100);
    display: flex;
    flex-flow: column;
    justify-content: center;

    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
}
.widget-header-container[b-6hlgyjr3uz] {
    width: 100%;
    height: 40px;
    /*background-color: var(--global-blue-100);*/
    background-color: var(--global-orange-300);

    display: flex; 
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    border-radius: 3px 3px 0px 0px;
}
.widget-icon-container[b-6hlgyjr3uz] {
    height: 28px;
    width: 28px;
    /*background-color: var(--global-grey-500);*/
    margin-left: 8px;
}

.widget-icon[b-6hlgyjr3uz] {
    height: 28px;
    width: 28px;
}

.widget-title[b-6hlgyjr3uz] {
    font-size: 1.15em;
    color: var(--global-bluegrey-700);
    margin-left: 12px;
}

.widget-info-container[b-6hlgyjr3uz] {
    width: calc(100% - 16px);
    height: auto;
    
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 8px;
}
.info-row-container[b-6hlgyjr3uz] {
    height: auto;
    min-height: 40px;
    max-height: 60px;
    width: 100%;

    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
    align-items: center;

    border-bottom: 1px solid var(--global-grey-300);
}
.row-title[b-6hlgyjr3uz] {
    height: 100%;
    width: 90px;
    color: var(--global-grey-500);
    text-align: left;
}
.row-value[b-6hlgyjr3uz] {
    height: 100%;
    min-width: 200px;
    width: calc(100% - 90px);
    max-width: 240px;
    text-align: left;
    color: var(--global-grey-700);
}
/* _content/DixiePortal/Pages/Components/NavBar/NavBar.cshtml.rz.scp.css */
.navbar-component-container[b-zkzd5na4gr] {
    height: 100%;
    width: calc(100% - 15px);
    background-color: #ECEFF1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 60px;
    padding-left: 15px;
   /* box-shadow: 0px 4px 8px 0px var(--global-grey-400);*/
}
/*Nav Link Container Start*/
.nav-links-container[b-zkzd5na4gr] {
    display: flex;
    flex-flow: column;
    justify-content: center;

    margin-bottom: 50px;
}

.section-title[b-zkzd5na4gr] {
    height: 40px;
    width: 90%;
    width: calc(100% - 15px);
    font-size: 1.15em;
    text-decoration: underline;
    color: var(--global-grey-700);

    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}
.link-icon-container[b-zkzd5na4gr] {
    height: 30px;
    width: 30px;
    margin-right: 12px;

   /* background-color: gray;*/
}
.link-container[b-zkzd5na4gr] {
    height: 40px;
    width: 90%;
    width: calc(100% - 15px);
    color: #78909C;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}
.link-container > a[b-zkzd5na4gr] {
    width: 90%;
    width: calc(100% - 12px);
}

/*Nav Link Container End*/
/* _content/DixiePortal/Pages/Components/OpenQuotesGrid/OpenQuotesGrid.cshtml.rz.scp.css */
#component-container[b-4d4318s459] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
}

#table-container[b-4d4318s459] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;

    /*AddedTEST*/
    width: 90%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
}

    #table-container[b-4d4318s459]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-4d4318s459]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-4d4318s459]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-4d4318s459]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-4d4318s459]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-4d4318s459] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-4d4318s459] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-4d4318s459] {
    /*margin-top: 8px;*/
    /*margin: 0px 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);

    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-4d4318s459] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-4d4318s459] {
    height: 40px;
    background-color: var(--portal-table-header);

    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-4d4318s459] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-4d4318s459] {
    border-top-right-radius: 10px;
}

.header-text[b-4d4318s459] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-4d4318s459] {
    text-align: left;
}

.text-right[b-4d4318s459] {
    text-align: right;
}

.text-center[b-4d4318s459] {
    text-align: center;
}

.table-row[b-4d4318s459] {
    height: 40px;
}

.row-data[b-4d4318s459] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}

.row-data-quoteexpired[b-4d4318s459] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
    color: red;
}
/* _content/DixiePortal/Pages/Components/ParGrid/ParGrid.cshtml.rz.scp.css */
#component-container[b-w93086sldj] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
}

#table-container[b-w93086sldj] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
}

    #table-container[b-w93086sldj]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-w93086sldj]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-w93086sldj]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-w93086sldj]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-w93086sldj]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-w93086sldj] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-w93086sldj] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-w93086sldj] {
    /*margin-top: 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
}

table[b-w93086sldj] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-w93086sldj] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-w93086sldj] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-w93086sldj] {
    border-top-right-radius: 10px;
}

.header-text[b-w93086sldj] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-w93086sldj] {
    text-align: left;
}

.text-right[b-w93086sldj] {
    text-align: right;
}

.text-center[b-w93086sldj] {
    text-align: center;
}

.table-row[b-w93086sldj] {
    height: 40px;
}

.row-data[b-w93086sldj] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}

​[b-w93086sldj]
/* _content/DixiePortal/Pages/Components/RecentOrdersGrid/RecentOrdersGrid.cshtml.rz.scp.css */
#component-container[b-2bu2u30hkx] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
}

#table-container[b-2bu2u30hkx] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;

    /*AddedTEST*/
    width: 90%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
}

    #table-container[b-2bu2u30hkx]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-2bu2u30hkx]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-2bu2u30hkx]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-2bu2u30hkx]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-2bu2u30hkx]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-2bu2u30hkx] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-2bu2u30hkx] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-2bu2u30hkx] {
    /*margin-top: 8px;*/
    /*margin: 0px 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);

    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-2bu2u30hkx] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-2bu2u30hkx] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-2bu2u30hkx] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-2bu2u30hkx] {
    border-top-right-radius: 10px;
}

.header-text[b-2bu2u30hkx] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-2bu2u30hkx] {
    text-align: left;
}

.text-right[b-2bu2u30hkx] {
    text-align: right;
}

.text-center[b-2bu2u30hkx] {
    text-align: center;
}

.table-row[b-2bu2u30hkx] {
    height: 40px;
}

.row-data[b-2bu2u30hkx] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}

​[b-2bu2u30hkx]
/* _content/DixiePortal/Pages/Components/ServiceOpenReceiptGrid/ServiceOpenReceiptGrid.cshtml.rz.scp.css */
#component-container[b-fgfwsn7x0h] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
    margin-bottom: 30px;
}
.grid-header-container[b-fgfwsn7x0h] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.view-all-container[b-fgfwsn7x0h] {
    color: var(--global-blue-500);
}

#table-container[b-fgfwsn7x0h] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
    /*AddedTEST*/
    width: 100%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
}

    #table-container[b-fgfwsn7x0h]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-fgfwsn7x0h]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-fgfwsn7x0h]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-fgfwsn7x0h]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-fgfwsn7x0h]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-fgfwsn7x0h] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-fgfwsn7x0h] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-fgfwsn7x0h] {
    /*margin-top: 8px;*/
    /*margin: 0px 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-fgfwsn7x0h] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-fgfwsn7x0h] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-fgfwsn7x0h] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-fgfwsn7x0h] {
    border-top-right-radius: 10px;
}

.header-text[b-fgfwsn7x0h] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-fgfwsn7x0h] {
    text-align: left;
}

.text-right[b-fgfwsn7x0h] {
    text-align: right;
}

.text-center[b-fgfwsn7x0h] {
    text-align: center;
}

.table-row[b-fgfwsn7x0h] {
    height: 40px;
}

.row-data[b-fgfwsn7x0h] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}

/* _content/DixiePortal/Pages/Components/ServiceReceiptOverviewGrid/ServiceReceiptOverviewGrid.cshtml.rz.scp.css */
#component-container[b-4ch67qj451] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
    margin-bottom: 30px;
}

.grid-header-container[b-4ch67qj451] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.view-all-container[b-4ch67qj451] {
    color: var(--global-blue-500);
}

#table-container[b-4ch67qj451] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
    /*AddedTEST*/
    width: 100%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
    overflow-x: hidden;
}

    #table-container[b-4ch67qj451]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-4ch67qj451]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-4ch67qj451]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-4ch67qj451]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-4ch67qj451]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-4ch67qj451] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-4ch67qj451] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-4ch67qj451] {
    margin-top: 8px;
    margin: 0px 8px;
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-4ch67qj451] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-4ch67qj451] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-4ch67qj451] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-4ch67qj451] {
    border-top-right-radius: 10px;
}

.header-text[b-4ch67qj451] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-4ch67qj451] {
    text-align: left;
}

.text-right[b-4ch67qj451] {
    text-align: right;
}

.text-center[b-4ch67qj451] {
    text-align: center;
}

.table-row[b-4ch67qj451] {
    height: 40px;
}

.row-data[b-4ch67qj451] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}
/* _content/DixiePortal/Pages/Components/ServiceRecentShipmentGrid/ServiceRecentShipmentGrid.cshtml.rz.scp.css */
#component-container[b-zmj2vp7qxt] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
    margin-bottom: 30px;
}

.grid-header-container[b-zmj2vp7qxt] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.view-all-container[b-zmj2vp7qxt] {
    color: var(--global-blue-500);
}

#table-container[b-zmj2vp7qxt] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
    /*AddedTEST*/
    width: 100%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
}

    #table-container[b-zmj2vp7qxt]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-zmj2vp7qxt]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-zmj2vp7qxt]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-zmj2vp7qxt]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-zmj2vp7qxt]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-zmj2vp7qxt] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-zmj2vp7qxt] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-zmj2vp7qxt] {
    /*margin-top: 8px;*/
    /*margin: 0px 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-zmj2vp7qxt] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-zmj2vp7qxt] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-zmj2vp7qxt] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-zmj2vp7qxt] {
    border-top-right-radius: 10px;
}

.header-text[b-zmj2vp7qxt] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-zmj2vp7qxt] {
    text-align: left;
}

.text-right[b-zmj2vp7qxt] {
    text-align: right;
}

.text-center[b-zmj2vp7qxt] {
    text-align: center;
}

.table-row[b-zmj2vp7qxt] {
    height: 40px;
}

.row-data[b-zmj2vp7qxt] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}
/* _content/DixiePortal/Pages/Components/ServiceSerialGrid/ServiceSerialGrid.cshtml.rz.scp.css */
#component-container[b-t2z0bcn6ry] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
    margin-bottom: 30px;
    /*margin-top: 30px;*/
}

.grid-header-container[b-t2z0bcn6ry] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.view-all-container[b-t2z0bcn6ry] {
    color: var(--global-blue-500);
}

#table-container[b-t2z0bcn6ry] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
    /*AddedTEST*/
    width: 100%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
}

    #table-container[b-t2z0bcn6ry]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-t2z0bcn6ry]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-t2z0bcn6ry]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-t2z0bcn6ry]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-t2z0bcn6ry]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-t2z0bcn6ry] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-t2z0bcn6ry] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-t2z0bcn6ry] {
    /*margin-top: 8px;*/
    /*margin: 0px 8px;*/
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-t2z0bcn6ry] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-t2z0bcn6ry] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-t2z0bcn6ry] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-t2z0bcn6ry] {
    border-top-right-radius: 10px;
}

.header-text[b-t2z0bcn6ry] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-t2z0bcn6ry] {
    text-align: left;
}

.text-right[b-t2z0bcn6ry] {
    text-align: right;
}

.text-center[b-t2z0bcn6ry] {
    text-align: center;
}

.table-row[b-t2z0bcn6ry] {
    height: 40px;
}

.row-data[b-t2z0bcn6ry] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}

/* _content/DixiePortal/Pages/Components/ServiceShipmentOverviewGrid/ServiceShipmentOverviewGrid.cshtml.rz.scp.css */
#component-container[b-7lbxj7y0p5] {
    width: 80%;
    min-width: 600px;
    /*background-color: blue;*/
    margin-bottom: 30px;
}

.grid-header-container[b-7lbxj7y0p5] {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}

.view-all-container[b-7lbxj7y0p5] {
    color: var(--global-blue-500);
}

#table-container[b-7lbxj7y0p5] {
    width: fit-content;
    max-height: 320px;
    overflow-y: auto;
    /*AddedTEST*/
    width: 100%;
    max-width: 700px;
    min-width: fit-content;
    direction: rtl;
    overflow-x: hidden;
}

    #table-container[b-7lbxj7y0p5]::-webkit-scrollbar {
        width: 8px;
    }

    #table-container[b-7lbxj7y0p5]::-webkit-scrollbar-track {
        background: var(--global-grey-100);
        border-radius: 3px;
    }

    #table-container[b-7lbxj7y0p5]::-webkit-scrollbar-thumb {
        background: var(--global-grey-500);
        border-radius: 3px;
    }

        #table-container[b-7lbxj7y0p5]::-webkit-scrollbar-thumb:hover {
            background: var(--global-grey-300);
        }

    #table-container[b-7lbxj7y0p5]::after {
        content: ' ';
        white-space: pre;
    }

.table-head[b-7lbxj7y0p5] {
    position: sticky;
    top: 0;
    z-index: 1;
}

#table-title[b-7lbxj7y0p5] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

#table-element[b-7lbxj7y0p5] {
    margin-top: 8px;
    margin: 0px 8px;
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    /*AddedTEST*/
    width: 100%;
    direction: ltr;
}

table[b-7lbxj7y0p5] {
    border-collapse: collapse;
    border-radius: 10px;
    /*border-style: hidden;*/
}


#table-header[b-7lbxj7y0p5] {
    height: 40px;
    background-color: var(--portal-table-header);
    color: var(--global-grey-50);
}

table thead tr:first-child th:first-child[b-7lbxj7y0p5] {
    border-top-left-radius: 10px;
}

table thead tr:first-child th:last-child[b-7lbxj7y0p5] {
    border-top-right-radius: 10px;
}

.header-text[b-7lbxj7y0p5] {
    padding: 0px 5px;
    min-width: 100px;
}

.text-left[b-7lbxj7y0p5] {
    text-align: left;
}

.text-right[b-7lbxj7y0p5] {
    text-align: right;
}

.text-center[b-7lbxj7y0p5] {
    text-align: center;
}

.table-row[b-7lbxj7y0p5] {
    height: 40px;
}

.row-data[b-7lbxj7y0p5] {
    padding: 0px 10px;
    border: 2px solid var(--global-grey-300);
}
/* _content/DixiePortal/Pages/Components/ServiceShipmentSerialGrid/ServiceShipmentSerialGrid.cshtml.rz.scp.css */
.hide-row[b-euuvv6phib] {
    display: none;
}
/* _content/DixiePortal/Pages/Components/VendorNavBar/VendorNavBar.cshtml.rz.scp.css */
.navbar-component-container[b-hq0ng6rzs0] {
    height: 100%;
    width: calc(100% - 15px);
    background-color: #ECEFF1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding-top: 60px;
    padding-left: 15px;
    /*box-shadow: 0px 4px 8px 0px var(--global-grey-400);*/
}
/*Nav Link Container Start*/
.nav-links-container[b-hq0ng6rzs0] {
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-bottom: 50px;
}

.section-title[b-hq0ng6rzs0] {
    height: 40px;
    width: 90%;
    width: calc(100% - 15px);
    font-size: 1.15em;
    text-decoration: underline;
    color: var(--global-grey-700);
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

.link-icon-container[b-hq0ng6rzs0] {
    height: 30px;
    width: 30px;
    margin-right: 12px;
    /* background-color: gray;*/
}

.link-container[b-hq0ng6rzs0] {
    height: 40px;
    width: 90%;
    width: calc(100% - 15px);
    color: #78909C;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}

    .link-container > a[b-hq0ng6rzs0] {
        width: 90%;
        width: calc(100% - 12px);
    }

/*Nav Link Container End*/
/* _content/DixiePortal/Pages/Customer.cshtml.rz.scp.css */
.page-wrapper[b-39ei25wjwi] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-39ei25wjwi] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
#page-content[b-39ei25wjwi] {
    height: calc(100%-60px);
    width: 100%;

    display: flex;
    flex-flow: row;
    justify-content: space-evenly;
}
#page-title[b-39ei25wjwi] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}
#current-date[b-39ei25wjwi] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

#content[b-39ei25wjwi] {
    height: 100%;
    width: calc(100% - 340px);

   /* background-color: green;*/
}
.table-grid-container[b-39ei25wjwi] {
    margin: 40px 0px;

}
#widget-container[b-39ei25wjwi] {
    height: 100%;
    min-width: 300px;
    width: 320px;
    padding-top: 60px;
}
.widget[b-39ei25wjwi] {
    margin-bottom: 30px;
}
.table-title[b-39ei25wjwi] {
    margin-bottom: 8px;
    color: var(--global-grey-500);
}

@media screen and (max-width: 1320px) {
    #page-content[b-39ei25wjwi] {
        flex-flow: column;
    }
}
/* _content/DixiePortal/Pages/Login/Index.cshtml.rz.scp.css */
@charset "UTF-8";

*[b-kzswknfsl8] {
    padding: 0px;
    margin: 0px;
}

#page-wrapper[b-kzswknfsl8] {
    padding: 25px;
    height: calc(100vh - 50px);
    min-height: 500px;
    width: calc(100vw - 50px);
    display: flex;
    flex-flow: row;
    /*justify-content: space-between;*/
    justify-content: center;

    background-color: var(--global-grey-50);
}

#mod-container[b-kzswknfsl8] {
    height: 90vh;
    height: 100%;
    width: 45%;
    min-width: 400px;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    background-color: var(--global-blue-900);
    display: none;
}

/*#mod-msilogo {
    width: 120px;
    height: fit-content;
}*/

#login-container[b-kzswknfsl8] {
    height: 100%;
    width: 45%;
    min-width: 345px;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
}

#time-message-container[b-kzswknfsl8] {
    font-size: 1.15em;
    font-weight: 700;
    color: var(--global-grey-500);
}

#app-icon-container[b-kzswknfsl8] {
    /*height: 135px;*/
    width: 135px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
}
#app-icon[b-kzswknfsl8] {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    /*background-color: var(--global-blue-800);*/
}
/*#icon-logo {
    width: 80%;
    height: fit-content;
}*/
#app-title[b-kzswknfsl8] {
    font-size: 1.7em;
    font-weight: 700;
    color: var(--global-grey-700);
    width: 132px;
}

#login-cred-container > .input-container[b-kzswknfsl8] {
    margin-bottom: 25px;
}
.input-container[b-kzswknfsl8] {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
}
/*.input-container > input{
    height: 40px;
    width: 260px;
    border-radius: 10px;
    border: 1px solid var(--global-grey-300);
}
textarea:focus, input:focus {
    outline: none;

    border: 1px solid var(--global-blue-500);
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
}*/

.input-icon[b-kzswknfsl8] {
    height: 25px;
    width: 25px;
    padding-left: 5px;
}
.check-box-row[b-kzswknfsl8] {
    display: flex;
    flex-flow: row;
    justify-content: flex-end;
}
.check-box[b-kzswknfsl8] {
    margin-right: 5px;
}

#login-button-container[b-kzswknfsl8] {
    /*margin-top: 20px;*/
    display: flex;
    justify-content: center;
}

#login-button[b-kzswknfsl8] {
    width: 150px;
    height: 50px;
    font-size: 1.75em;
    border: none;
    border-radius: 10px;
    color: var(--global-grey-50);
    background-color: var(--global-blue-500);
    box-shadow: 0px 4px 8px 0px var(--global-grey-400);
}

#msi-logo-container[b-kzswknfsl8] {
    display: flex;
    justify-content: center;
}

#sign-in-with[b-kzswknfsl8] {
    display: none;

    font-weight: 700;
    color: var(--global-grey-500);
}

@media screen and (max-width: 800px) {
    #mod-container[b-kzswknfsl8] {
        display: none;
    }

    #login-container[b-kzswknfsl8] {
        width: 100%;
    }
}
/* _content/DixiePortal/Pages/Login/Logout.cshtml.rz.scp.css */
/* Dropdown Button */
/*.dropbtn {
    background-color: #3498DB;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}*/

    /* Dropdown button on hover & focus */
    /*.dropbtn:hover, .dropbtn:focus {
        background-color: #2980B9;
    }*/

/* The container <div> - needed to position the dropdown content */
/*.dropdown {
    position: relative;
    display: inline-block;
}*/

/* Dropdown Content (Hidden by Default) */
/*.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}*/

    /* Links inside the dropdown */
    /*.dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }*/

        /* Change color of dropdown links on hover */
        /*.dropdown-content a:hover {
            background-color: #ddd;
        }*/

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
/*.show {
    display: block;
}*/
/* _content/DixiePortal/Pages/Partials/_OverlayActiveRowLink.cshtml.rz.scp.css */
.overlay-container[b-6zmt2b7ucm] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay-partial-container[b-6zmt2b7ucm] {
    display: flex;
    flex-flow: column;
    width: fit-content;
    /*margin-top: 25px;*/
    background-color: var(--global-grey-0);
    margin: auto;
    position: relative;
    top: 20%;
    border-radius: 5px;
}

.overlay-partial-title[b-6zmt2b7ucm] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-0);
    height: 50px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--global-bluegrey-700);
    padding: 0px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.overlay-partial-row[b-6zmt2b7ucm] {
    font-size: 1.2em;
    font-weight: 200;
    color: var(--global-grey-500);
    padding: 10px 15px;
    border: 1px solid var(--global-grey-300);
    margin: 5px;
    border-radius: 3px;
}
/* _content/DixiePortal/Pages/Partials/_OverlayPreferenceSelectPartial.cshtml.rz.scp.css */
.overlay-container[b-f9xmzvb0s7] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay-partial-container[b-f9xmzvb0s7] {
    display: flex;
    flex-flow: column;
    width: fit-content;
    /*margin-top: 25px;*/
    background-color: var(--global-grey-0);
    margin: auto;
    position: relative;
    top: 20%;
    border-radius: 5px;
}

.overlay-partial-title[b-f9xmzvb0s7] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-0);
    height: 50px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--global-bluegrey-700);
    padding: 0px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.overlay-partial-row[b-f9xmzvb0s7] {
    font-size: 1.2em;
    font-weight: 200;
    color: var(--global-grey-500);
    padding: 10px 15px;
    border: 1px solid var(--global-grey-300);
    margin: 5px;
    border-radius: 3px;
}
/* _content/DixiePortal/Pages/Partials/_OverlayRowListPartial.cshtml.rz.scp.css */
.overlay-container[b-ffcleqmp49] {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.overlay-partial-container[b-ffcleqmp49] {
    display: flex;
    flex-flow: column;
    width: fit-content;
    /*margin-top: 25px;*/
    background-color: var(--global-grey-0);
    margin: auto;
    position: relative;
    top: 20%;
    border-radius: 5px;
}

.overlay-partial-title[b-ffcleqmp49] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-0);
    height: 50px;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    background-color: var(--global-bluegrey-700);
    padding: 0px 15px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.overlay-partial-row[b-ffcleqmp49] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
    padding: 10px 15px;
}
/* _content/DixiePortal/Pages/Partials/_ReceiptDetailInfoProperty.cshtml.rz.scp.css */
.receipt-detail-partial-container[b-kmlgeid4gt] {
    display: flex;
    flex-flow: column;
    width: 192px;
    /*margin-top: 25px;*/
}

.receipt-detail-partial-title[b-kmlgeid4gt] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
}

.receipt-detail-partial-row[b-kmlgeid4gt] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}
/* _content/DixiePortal/Pages/Partials/_ReceiptDetailNoteProperty.cshtml.rz.scp.css */
.receipt-note-partial-container[b-0jcrf0utel] {
    display: flex;
    flex-flow: column;
    width: 350px;
    margin-top: 25px;
}

.receipt-note-partial-title[b-0jcrf0utel] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
}

.receipt-note-partial-row[b-0jcrf0utel] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}
/* _content/DixiePortal/Pages/Service/ReceiptDetails.cshtml.rz.scp.css */
.page-wrapper[b-cfn80vj0jl] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-cfn80vj0jl] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-content[b-cfn80vj0jl] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

#page-title[b-cfn80vj0jl] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
    display: flex;
    flex-flow: row;
    align-items: center;
}
#preference-title[b-cfn80vj0jl] {
    font-size: 1em;
    color: var(--global-amber-600);
    font-weight: 700;
}

#current-date[b-cfn80vj0jl] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}
.receipt-info-row[b-cfn80vj0jl] {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 25px;
}

.receipt-detail-partial-container[b-cfn80vj0jl] {
    display: flex;
    flex-flow: column;
}

.receipt-detail-partial-title[b-cfn80vj0jl] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
    margin-bottom: 5px;
}

.receipt-detail-partial-row[b-cfn80vj0jl] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}


.serial-overview-header-container[b-cfn80vj0jl] {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.serial-overview-form[b-cfn80vj0jl] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.serial-overview-search-container[b-cfn80vj0jl] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.serial-overview-search-icon[b-cfn80vj0jl] {
    height: 28px;
    width: 28px;
    z-index: 1;
    /* position: relative;
    left: 30px;*/
}

.serial-overview-search-box[b-cfn80vj0jl] {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
    padding-left: 30px;
    margin-right: 15px;
    position: relative;
    left: -30px;
}

.serial-overview-submit[b-cfn80vj0jl] {
    height: 30px;
    width: 50px;
    margin-left: 8px;
    border-radius: 5px;
    border: none;
    background-color: var(--global-purple-400);
    color: var(--global-grey-100);
    position: relative;
    left: -40px;
}

@media screen and (max-width: 700px) {
   
    #page-header-container[b-cfn80vj0jl] {
        height: 120px;
    }
}
/* _content/DixiePortal/Pages/Service/ReceiptsOverview.cshtml.rz.scp.css */
.page-wrapper[b-hg1g5i6m23] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-hg1g5i6m23] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-content[b-hg1g5i6m23] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

#page-title[b-hg1g5i6m23] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}

#current-date[b-hg1g5i6m23] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

.grid-component-container[b-hg1g5i6m23] {
    display: flex;
    flex-flow: column;
    margin-top: 25px;
}

.receipt-overview-header-container[b-hg1g5i6m23] {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

.receipt-overview-form[b-hg1g5i6m23] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.receipt-overview-search-container[b-hg1g5i6m23] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.receipt-overview-search-icon[b-hg1g5i6m23] {
    height: 28px;
    width: 28px;
    z-index: 1;
    /* position: relative;
    left: 30px;*/
}

.receipt-overview-search-box[b-hg1g5i6m23] {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
    padding-left: 30px;
    margin-right: 15px;
    position: relative;
    left: -30px;
}

.receipt-overview-date-container[b-hg1g5i6m23] {

}

.receipt-overview-date-box[b-hg1g5i6m23] {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
}

.receipt-overview-submit[b-hg1g5i6m23] {
    height: 30px;
    width: 50px;
    margin-left: 8px;
    border-radius: 5px;
    border: none;
    background-color: var(--global-purple-400);
    color: var(--global-grey-100);
}
/* _content/DixiePortal/Pages/Service/ServiceOverview.cshtml.rz.scp.css */
.page-wrapper[b-o5qjgjgkgm] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-o5qjgjgkgm] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-content[b-o5qjgjgkgm] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

#page-title[b-o5qjgjgkgm] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}

#current-date[b-o5qjgjgkgm] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}
.grid-component-container[b-o5qjgjgkgm] {
    display: flex;
    flex-flow: column;
}
/* _content/DixiePortal/Pages/Service/ServiceSerialDetail.cshtml.rz.scp.css */
.page-wrapper[b-sy9xbv5svd] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-sy9xbv5svd] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#page-content[b-sy9xbv5svd] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

#page-title[b-sy9xbv5svd] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
    display: flex;
}

#current-date[b-sy9xbv5svd] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

.receipt-row-title[b-sy9xbv5svd] {
    font-size: 1.6em;
    font-weight: 600;
    color: var(--global-teal-500);
    text-decoration: underline;
    margin-top: 50px;
    border-top: 2px solid var(--global-grey-300);
}

.receipt-info-row[b-sy9xbv5svd] {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.receipt-detail-partial-container[b-sy9xbv5svd] {
    display: flex;
    flex-flow: column;
}

.receipt-detail-partial-title[b-sy9xbv5svd] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
    margin-bottom: 5px;
}

.receipt-detail-partial-row[b-sy9xbv5svd] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}

.receipt-note-partial-container[b-sy9xbv5svd] {
    display: flex;
    flex-flow: column;
    width: 350px;
    margin-top: 25px;
}

.receipt-note-partial-title[b-sy9xbv5svd] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
}

.receipt-note-partial-row[b-sy9xbv5svd] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}

@media screen and (max-width: 700px) {
    
    #page-header-container[b-sy9xbv5svd] {
        height: 120px;
    }
}
/* _content/DixiePortal/Pages/Service/ServiceShipmentDetails.cshtml.rz.scp.css */
.page-wrapper[b-bgz20ll5uh] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-bgz20ll5uh] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-content[b-bgz20ll5uh] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

#page-title[b-bgz20ll5uh] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}

#current-date[b-bgz20ll5uh] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

.receipt-info-row[b-bgz20ll5uh] {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: baseline;
    margin-top: 25px;
}

.receipt-detail-partial-container[b-bgz20ll5uh] {
    display: flex;
    flex-flow: column;
}

.receipt-detail-partial-title[b-bgz20ll5uh] {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--global-grey-700);
    margin-bottom: 5px;
}

.receipt-detail-partial-row[b-bgz20ll5uh] {
    font-size: 1em;
    font-weight: 200;
    color: var(--global-grey-500);
}


.serial-overview-header-container[b-bgz20ll5uh] {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}

.serial-overview-form[b-bgz20ll5uh] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.serial-overview-search-container[b-bgz20ll5uh] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.serial-overview-search-icon[b-bgz20ll5uh] {
    height: 28px;
    width: 28px;
    z-index: 1;
    /* position: relative;
    left: 30px;*/
}

.serial-overview-search-box[b-bgz20ll5uh] {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
    padding-left: 30px;
    margin-right: 15px;
    position: relative;
    left: -30px;
}

.serial-overview-submit[b-bgz20ll5uh] {
    height: 30px;
    width: 50px;
    margin-left: 8px;
    border-radius: 5px;
    border: none;
    background-color: var(--global-purple-400);
    color: var(--global-grey-100);
    position: relative;
    left: -40px;
}
/* _content/DixiePortal/Pages/Service/ServiceShipmentsOverview.cshtml.rz.scp.css */
.page-wrapper[b-k3y86q53s4] {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0px 15px;
    width: calc(100% - 30px);
}

#page-header-container[b-k3y86q53s4] {
    height: 60px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

#page-content[b-k3y86q53s4] {
    height: calc(100%-60px);
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

#page-title[b-k3y86q53s4] {
    font-size: 2.1em;
    color: var(--global-grey-700);
    font-weight: 700;
}

#current-date[b-k3y86q53s4] {
    font-size: 1.15em;
    color: var(--global-grey-500);
}

.grid-component-container[b-k3y86q53s4] {
    display: flex;
    flex-flow: column;
    margin-top: 25px;
}

.service-shipment-header-container[b-k3y86q53s4] {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
}

.service-shipment-form[b-k3y86q53s4] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.service-shipment-search-container[b-k3y86q53s4] {
    display: flex;
    flex-flow: row;
    align-items: center;
}

.service-shipment-search-icon[b-k3y86q53s4] {
    height: 28px;
    width: 28px;
    z-index: 1;
    /* position: relative;
    left: 30px;*/
}

.service-shipment-search-box[b-k3y86q53s4] {
    width: 180px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
    padding-left: 30px;
    margin-right: 15px;
    position: relative;
    left: -30px;
}

.service-shipment-date-container[b-k3y86q53s4] {
}

.service-shipment-date-box[b-k3y86q53s4] {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid var(--global-grey-300);
}

.service-shipment-submit[b-k3y86q53s4] {
    height: 30px;
    width: 50px;
    margin-left: 8px;
    border-radius: 5px;
    border: none;
    background-color: var(--global-purple-400);
    color: var(--global-grey-100);
}
/* _content/DixiePortal/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-m355ludq5f] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-m355ludq5f] {
  color: #0077cc;
}

.btn-primary[b-m355ludq5f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-m355ludq5f], .nav-pills .show > .nav-link[b-m355ludq5f] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-m355ludq5f] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-m355ludq5f] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-m355ludq5f] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-m355ludq5f] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-m355ludq5f] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
#user-logo-container[b-m355ludq5f] {
    /*pointer*/
}
/* _content/DixiePortal/Pages/Shared/_LoginStatusPartial.cshtml.rz.scp.css */
.dropdown[b-x831v3xqsz] {
    
}
#logout-button[b-x831v3xqsz] {
    background-color: var(--global-grey-300);
    height: 40px;
    width: 99%;
    margin-top: 10px;
    border: none;
    border-top: 2px solid var(--global-grey-300);
    border-bottom: 2px solid var(--global-grey-300);
    color: var(--global-grey-700);
    font-size: 1.2em;
}
#logout-button:hover[b-x831v3xqsz] {
    background-color: var(--global-grey-50);
}
/* _content/DixiePortal/Pages/Viewer/CARPARAttachmentViewer.cshtml.rz.scp.css */
body[b-zg8tmdapqz] {
}
/* _content/DixiePortal/Pages/Viewer/PDFViewer.cshtml.rz.scp.css */
body[b-thlvph94l0] {
}
