/* Minification failed. Returning unminified contents.
(957,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(961,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
html, body, .mpForm, #mpBodyWrapper {
    height:100%; min-height: 100% !important; 
}
body {    
    padding-bottom: 18px;
    overflow-y: auto;    
}
.body-with-header {
    padding-top: 56px;
}
.clickable {
    cursor: pointer;
}
.navbar-brand { 
    font-size:1.00em;
}
.site-mode-DEV {
    margin-left:10px;
    font-family: Arial;
    text-transform: uppercase;
    color: #4cff00;
}
.site-mode-QA {
    margin-left: 10px;
    font-family: Arial;
    text-transform: uppercase;
    color: darkorange;
}

.list-search-prompt {
    position:absolute; margin-top:-50px; margin-left:50%; z-index:1000; color:#333; font-size:14px; opacity:0.60;
}

@media (min-width: 992px) {
    .navbar-brand {
        font-size: 1.25em;
    }
}

    input[type=checkbox] + label {
        margin-left: 5px;
    }

    input[type=radio] + label {
        margin-left: 13px;
    }

    #mpBodyWrapper {
        display: flex;
        flex-grow: initial;
        flex-direction: column;
        clear: both;
    }

    .out {
        opacity: 0;
    }


    .btn-group-xs > .btn, .btn-xs {
        padding: .125rem .25rem;
        font-size: .675rem;
        border-radius: .2rem;
    }

    .fs-7 {
        font-size: 0.75rem
    }

    .fs-8 {
        font-size: 0.5rem
    }


    .error {
        color: #dc3545;
    }

    .error-summary {
        font-weight: bold;
        font-size: 12px;
        background: #dc3545;
        border-radius: 4px;
        color: #FFF !important;
        padding: 10px;
        margin-bottom: 10px;
    }

        .error-summary a {
            font-weight: normal;
            color: #FFF !important;
        }

        .error-summary ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

    h1.responsive {
        font-size: 4vw
    }

    h2.responsive {
        font-size: 3vw
    }

    h3.responsive {
        font-size: 2vw
    }

    h4.responsive {
        font-size: 1vw
    }

    h5.responsive {
        font-size: 0.5vw
    }

    .text-responsive-xxxl {
        font-size: 60px;
        line-height: 60px;
    }

    .text-responsive-xl {
        font-size: 40px;
        line-height: 50px;
    }

    .text-responsive-lg {
        font-size: 24px
    }

    .text-responsive-md {
        font-size: 14px
    }

    .text-responsive-sm {
        font-size: 12px
    }

    .text-responsive-xs {
        font-size: 10px
    }


    @media (min-width: 992px) {
        .text-responsive-xxxl {
            font-size: 100px;
            line-height: 100px;
        }

        .text-responsive-xl {
            font-size: 75px
        }

        .text-responsive-lg {
            font-size: 28px
        }

        .text-responsive-md {
            font-size: 16px
        }

        .text-responsive-sm {
            font-size: 14px
        }

        .text-responsive-xs {
            font-size: 12px
        }
    }

    @media (min-width: 1200px) {
        .text-responsive-xxxl {
            font-size: 150px;
            line-height: 150px;
        }

        .text-responsive-xl {
            font-size: 100px
        }

        .text-responsive-lg {
            font-size: 40px
        }

        .text-responsive-md {
            font-size: 20px
        }

        .text-responsive-sm {
            font-size: 16px
        }

        .text-responsive-xs {
            font-size: 14px
        }
    }

    .uitb.input-group .input-group-text {
        padding-top: 2px;
    }
    /* fix alignment of floating input groups */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2014 Hakim El Hattab, http://hakim.se
 */

.ladda-button {
    position: relative
}

    .ladda-button .ladda-spinner {
        position: absolute;
        z-index: 2;
        display: inline-block;
        width: 32px;
        height: 32px;
        top: 50%;
        margin-top: 0;
        opacity: 0;
        pointer-events: none
    }

    .ladda-button .ladda-label {
        position: relative;
        z-index: 3
    }

    .ladda-button .ladda-progress {
        position: absolute;
        width: 0;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.2);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.1s linear all !important;
        -moz-transition: 0.1s linear all !important;
        -ms-transition: 0.1s linear all !important;
        -o-transition: 0.1s linear all !important;
        transition: 0.1s linear all !important
    }

    .ladda-button[data-loading] .ladda-progress {
        opacity: 1;
        visibility: visible
    }

    .ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label {
        -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
        transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important
    }

        .ladda-button[data-style=zoom-in], .ladda-button[data-style=zoom-in] .ladda-spinner, .ladda-button[data-style=zoom-in] .ladda-label, .ladda-button[data-style=zoom-out], .ladda-button[data-style=zoom-out] .ladda-spinner, .ladda-button[data-style=zoom-out] .ladda-label {
            -webkit-transition: 0.3s ease all !important;
            -moz-transition: 0.3s ease all !important;
            -ms-transition: 0.3s ease all !important;
            -o-transition: 0.3s ease all !important;
            transition: 0.3s ease all !important
        }

        .ladda-button[data-style=expand-right] .ladda-spinner {
            right: -6px
        }

        .ladda-button[data-style=expand-right][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-right][data-size="xs"] .ladda-spinner {
            right: -12px
        }

        .ladda-button[data-style=expand-right][data-loading] {
            padding-right: 56px
        }

            .ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
                opacity: 1
            }

            .ladda-button[data-style=expand-right][data-loading][data-size="s"], .ladda-button[data-style=expand-right][data-loading][data-size="xs"] {
                padding-right: 40px
            }

        .ladda-button[data-style=expand-left] .ladda-spinner {
            left: 26px
        }

        .ladda-button[data-style=expand-left][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-left][data-size="xs"] .ladda-spinner {
            left: 4px
        }

        .ladda-button[data-style=expand-left][data-loading] {
            padding-left: 56px
        }

            .ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
                opacity: 1
            }

            .ladda-button[data-style=expand-left][data-loading][data-size="s"], .ladda-button[data-style=expand-left][data-loading][data-size="xs"] {
                padding-left: 40px
            }

        .ladda-button[data-style=expand-up] {
            overflow: hidden
        }

            .ladda-button[data-style=expand-up] .ladda-spinner {
                top: -32px;
                left: 50%;
                margin-left: 0
            }

            .ladda-button[data-style=expand-up][data-loading] {
                padding-top: 54px
            }

                .ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
                    opacity: 1;
                    top: 26px;
                    margin-top: 0
                }

                .ladda-button[data-style=expand-up][data-loading][data-size="s"], .ladda-button[data-style=expand-up][data-loading][data-size="xs"] {
                    padding-top: 32px
                }

                    .ladda-button[data-style=expand-up][data-loading][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-up][data-loading][data-size="xs"] .ladda-spinner {
                        top: 4px
                    }

        .ladda-button[data-style=expand-down] {
            overflow: hidden
        }

            .ladda-button[data-style=expand-down] .ladda-spinner {
                top: 62px;
                left: 50%;
                margin-left: 0
            }

            .ladda-button[data-style=expand-down][data-size="s"] .ladda-spinner, .ladda-button[data-style=expand-down][data-size="xs"] .ladda-spinner {
                top: 40px
            }

            .ladda-button[data-style=expand-down][data-loading] {
                padding-bottom: 54px
            }

                .ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
                    opacity: 1
                }

                .ladda-button[data-style=expand-down][data-loading][data-size="s"], .ladda-button[data-style=expand-down][data-loading][data-size="xs"] {
                    padding-bottom: 32px
                }

        .ladda-button[data-style=slide-left] {
            overflow: hidden
        }

            .ladda-button[data-style=slide-left] .ladda-label {
                position: relative
            }

            .ladda-button[data-style=slide-left] .ladda-spinner {
                left: 100%;
                margin-left: 0
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-label {
                opacity: 0;
                left: -100%
            }

            .ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%
            }

        .ladda-button[data-style=slide-right] {
            overflow: hidden
        }

            .ladda-button[data-style=slide-right] .ladda-label {
                position: relative
            }

            .ladda-button[data-style=slide-right] .ladda-spinner {
                right: 100%;
                margin-left: 0;
                left: 16px
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-label {
                opacity: 0;
                left: 100%
            }

            .ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
                opacity: 1;
                left: 50%
            }

        .ladda-button[data-style=slide-up] {
            overflow: hidden
        }

            .ladda-button[data-style=slide-up] .ladda-label {
                position: relative
            }

            .ladda-button[data-style=slide-up] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: 1em
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-label {
                opacity: 0;
                top: -1em
            }

            .ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0
            }

        .ladda-button[data-style=slide-down] {
            overflow: hidden
        }

            .ladda-button[data-style=slide-down] .ladda-label {
                position: relative
            }

            .ladda-button[data-style=slide-down] .ladda-spinner {
                left: 50%;
                margin-left: 0;
                margin-top: -2em
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-label {
                opacity: 0;
                top: 1em
            }

            .ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
                opacity: 1;
                margin-top: 0
            }

        .ladda-button[data-style=zoom-out] {
            overflow: hidden
        }

            .ladda-button[data-style=zoom-out] .ladda-spinner {
                left: 50%;
                margin-left: 32px;
                -webkit-transform: scale(2.5);
                -moz-transform: scale(2.5);
                -ms-transform: scale(2.5);
                -o-transform: scale(2.5);
                transform: scale(2.5)
            }

            .ladda-button[data-style=zoom-out] .ladda-label {
                position: relative;
                display: inline-block
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(0.5);
                -moz-transform: scale(0.5);
                -ms-transform: scale(0.5);
                -o-transform: scale(0.5);
                transform: scale(0.5)
            }

            .ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none
            }

        .ladda-button[data-style=zoom-in] {
            overflow: hidden
        }

            .ladda-button[data-style=zoom-in] .ladda-spinner {
                left: 50%;
                margin-left: -16px;
                -webkit-transform: scale(0.2);
                -moz-transform: scale(0.2);
                -ms-transform: scale(0.2);
                -o-transform: scale(0.2);
                transform: scale(0.2)
            }

            .ladda-button[data-style=zoom-in] .ladda-label {
                position: relative;
                display: inline-block
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-label {
                opacity: 0;
                -webkit-transform: scale(2.2);
                -moz-transform: scale(2.2);
                -ms-transform: scale(2.2);
                -o-transform: scale(2.2);
                transform: scale(2.2)
            }

            .ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
                opacity: 1;
                margin-left: 0;
                -webkit-transform: none;
                -moz-transform: none;
                -ms-transform: none;
                -o-transform: none;
                transform: none
            }

        .ladda-button[data-style=contract] {
            overflow: hidden;
            width: 100px
        }

            .ladda-button[data-style=contract] .ladda-spinner {
                left: 50%;
                margin-left: 0
            }

            .ladda-button[data-style=contract][data-loading] {
                border-radius: 50%;
                width: 52px
            }

                .ladda-button[data-style=contract][data-loading] .ladda-label {
                    opacity: 0
                }

                .ladda-button[data-style=contract][data-loading] .ladda-spinner {
                    opacity: 1
                }

        .ladda-button[data-style=contract-overlay] {
            overflow: hidden;
            width: 100px;
            box-shadow: 0px 0px 0px 2000px transparent
        }

            .ladda-button[data-style=contract-overlay] .ladda-spinner {
                left: 50%;
                margin-left: 0
            }

            .ladda-button[data-style=contract-overlay][data-loading] {
                border-radius: 50%;
                width: 52px;
                box-shadow: 0px 0px 0px 2000px rgba(0,0,0,0.8)
            }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
                    opacity: 0
                }

                .ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
                    opacity: 1
                }

@charset "UTF-8";

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left;
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right;
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify;
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap;
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left;
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center;
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right;
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify;
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap;
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left;
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center;
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right;
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify;
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap;
}

table.dataTable td.dt-control {
    text-align: center;
    cursor: pointer;
}

    table.dataTable td.dt-control:before {
        height: 1em;
        width: 1em;
        margin-top: -9px;
        display: inline-block;
        color: white;
        border: 0.15em solid white;
        border-radius: 1em;
        box-shadow: 0 0 0.2em #444;
        box-sizing: content-box;
        text-align: center;
        text-indent: 0 !important;
        font-family: "Courier New", Courier, monospace;
        line-height: 1em;
        content: "+";
        background-color: #31b131;
    }

table.dataTable tr.dt-hasChild td.dt-control:before {
    content: "-";
    background-color: #d33333;
}

/*! Bootstrap 5 integration for DataTables
 *
 * ©2020 SpryMedia Ltd, all rights reserved.
 * License: MIT datatables.net/license/mit
 */
table.dataTable {
    clear: both;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
    max-width: none !important;
    border-collapse: separate !important;
    border-spacing: 0;
}

    table.dataTable td,
    table.dataTable th {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

        table.dataTable td.dataTables_empty,
        table.dataTable th.dataTables_empty {
            text-align: center;
        }

    table.dataTable.nowrap th,
    table.dataTable.nowrap td {
        white-space: nowrap;
    }

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_filter label {
        font-weight: normal;
        white-space: nowrap;
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0.5em;
        display: inline-block;
        width: auto;
    }

div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
}

div.dataTables_wrapper div.dataTables_paginate {
    margin: 0;
    white-space: nowrap;
    text-align: right;
}

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 2px 0;
        white-space: nowrap;
        justify-content: flex-end;
    }

div.dataTables_wrapper div.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    margin-top: -26px;
    text-align: center;
    padding: 1em 0;
}

table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
    outline: none;
}

table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
    padding-right: 30px;
}

table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}

    table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after,
    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_asc:after,
    table.dataTable > thead .sorting_desc:before,
    table.dataTable > thead .sorting_desc:after,
    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_asc_disabled:after,
    table.dataTable > thead .sorting_desc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:after {
        position: absolute;
        bottom: 0.5em;
        display: block;
        opacity: 0.3;
    }

    table.dataTable > thead .sorting:before,
    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_desc:before,
    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:before {
        right: 1em;
        content: "↑";
    }

    table.dataTable > thead .sorting:after,
    table.dataTable > thead .sorting_asc:after,
    table.dataTable > thead .sorting_desc:after,
    table.dataTable > thead .sorting_asc_disabled:after,
    table.dataTable > thead .sorting_desc_disabled:after {
        right: 0.5em;
        content: "↓";
    }

    table.dataTable > thead .sorting_asc:before,
    table.dataTable > thead .sorting_desc:after {
        opacity: 1;
    }

    table.dataTable > thead .sorting_asc_disabled:before,
    table.dataTable > thead .sorting_desc_disabled:after {
        opacity: 0;
    }

div.dataTables_scrollHead table.dataTable {
    margin-bottom: 0 !important;
}

div.dataTables_scrollBody > table {
    border-top: none;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

    div.dataTables_scrollBody > table > thead .sorting:before,
    div.dataTables_scrollBody > table > thead .sorting_asc:before,
    div.dataTables_scrollBody > table > thead .sorting_desc:before,
    div.dataTables_scrollBody > table > thead .sorting:after,
    div.dataTables_scrollBody > table > thead .sorting_asc:after,
    div.dataTables_scrollBody > table > thead .sorting_desc:after {
        display: none;
    }

    div.dataTables_scrollBody > table > tbody tr:first-child th,
    div.dataTables_scrollBody > table > tbody tr:first-child td {
        border-top: none;
    }

div.dataTables_scrollFoot > .dataTables_scrollFootInner {
    box-sizing: content-box;
}

    div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
        margin-top: 0 !important;
        border-top: none;
    }

@media screen and (max-width: 767px) {
    div.dataTables_wrapper div.dataTables_length,
    div.dataTables_wrapper div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_info,
    div.dataTables_wrapper div.dataTables_paginate {
        text-align: center;
    }

        div.dataTables_wrapper div.dataTables_paginate ul.pagination {
            justify-content: center !important;
        }
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 20px;
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
    top: 5px;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
    top: 5px;
}

table.table-bordered.dataTable {
    border-right-width: 0;
}

    table.table-bordered.dataTable thead tr:first-child th,
    table.table-bordered.dataTable thead tr:first-child td {
        border-top-width: 1px;
    }

    table.table-bordered.dataTable th,
    table.table-bordered.dataTable td {
        border-left-width: 0;
    }

        table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child,
        table.table-bordered.dataTable td:first-child,
        table.table-bordered.dataTable td:first-child {
            border-left-width: 1px;
        }

        table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
        table.table-bordered.dataTable td:last-child,
        table.table-bordered.dataTable td:last-child {
            border-right-width: 1px;
        }

    table.table-bordered.dataTable th,
    table.table-bordered.dataTable td {
        border-bottom-width: 1px;
    }

div.dataTables_scrollHead table.table-bordered {
    border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
    margin: 0;
}

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
        padding-left: 0;
    }

    div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
        padding-right: 0;
    }

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) {
    --bs-table-accent-bg: transparent;
}

table.dataTable.table-striped > tbody > tr.odd {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
}

.no-sort, .primary-sort, .secondary-sort, .tertiary-sort, .sort-asc, .sort-desc { }
.card .card-header h3 {
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.table thead tr th {
    text-transform: uppercase;
    color: #787878;
    font-weight: bold;
    border-bottom-color:#787878;
}
.table tbody tr td {
    vertical-align: middle;
}

.table.table-dark thead tr th {
    color: #DEDEDE;
    border-bottom-color: #FF0000;
}

    div.label {
        font-size: 10px;
        margin-bottom: 0px;
        text-transform: uppercase;
        color: #787878;
        font-weight: bold;
    }
.status_open {
    color: #0d6efd !important
}
.status_completed {
    color: #198754 !important;
}
.load-files { margin-bottom: 10px; }
.load-file {
    margin-bottom: 10px;
}
.load-note-by { font-weight: bold;  font-size:11px; }
.load-note-date { font-size:11px; }
.load-note {
    font-size: 11px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #dedede;
}
.customer-logo { 
    max-height:50px;
}
.ajax__fileupload {
    position: relative;
}
.ajax__fileupload_dropzone { 
    padding-top: 40px; 
    min-height:100px;
    font-size: 16px;
}
    .ajax__fileupload_dropzone:before {
        position: absolute;
        z-index: 2;
        font-family: 'bootstrap-icons';
        top: 15px;
        margin: 0 auto 0 29px;
        content: "\f297";
        font-size: 50px;
        color: #0d6efd;
        opacity: 1;        
    }

.modal-backdrop-opacity { background-color: rgba(0,0,0,0.50); }
