html {
    position: relative;
    min-height: 100%;
    font-size: 13px;
}

@media (min-width: 768px) {
    html {
        font-size: 13px;
    }
}

body {
    margin-bottom: 60px;
    margin: 3px 0px 60px 0px;
    background-color: #FFFFFF;
    border: 3px solid #67655D;
}

/* Global element styles */
label {
    font-weight: 600;
    font-size: 105%;
    color: #000000;
}

.StrucAdminResultBoxContainer .StrucAdminResultBox {
    margin-top: 5px;
    margin-bottom: 25px;
}

table.leftSideHeadings th {
    text-align: right;
    padding-right: 20px;
}

table.leftSideHeadings td {
    text-align: left;
}

table.rightAlignHeaders th {
    text-align: right !important;
}

:root {
    --dt-row-hover-alpha: 0.0 !important;
    --dt-row-stripe-alpha: 0.0 !important;
}

table.ucase td {
    text-transform: uppercase;
}

table.dataTable th, table.dataTable td {
    padding: 3px 15px 3px 6px;
    text-align: left;
    vertical-align: top;
}

table.dataTable th {
    font-weight: 500;
    font-size: 105%;
    color: #000000;
    padding-right: 6px;
}

table.dataTable.wideCols td {
    padding-right: 4em;
}

    table.dataTable.wideCols td:last-child {
        padding-right: 1em;
    }

table.dataTable.compact td, table.dataTable.compact th {
    padding: 0px 3px 0px 3px !important;
}

table.dataTable.compact tr {
    padding: 0px !important;
}

table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > * {
    box-shadow: initial !important;
}

table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
    border-style: initial !important;
}

table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
    background-color: white;
    /*padding: 24px !important;*/
    text-align: left !important;
    vertical-align: top;
}

table.dataTable.selfSizing {
    width: auto;
    margin-left: 0px;
}

div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
    width: 100%;
}

div.dt-container .dt-search {
    margin-bottom: 8px;
    width: 100%;
}

    div.dt-container .dt-search input {
        border: initial;
        border-radius: initial;
        padding: initial;
        background-color: initial;
        color: initial;
        margin-left: 4px;
        width: 100%;
    }

table.dataTable.row-border > tbody > tr > *,
table.dataTable.display > tbody > tr > * {
    border-top: none;
}

table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
    border-bottom: initial;
}

.dataTable {
    border: 1px solid rgba(0, 0, 0, .125);
}

table.striped tr:nth-child(even), tableEvenNumRow {
    background-color: #EDF5FA;
}

.dataTable tbody tr:hover,
table.rowHover tr:hover {
    background-color: #FFFFE3 !important;
}

tr.rowColorShaded {
    background-color: #EDF5FA !important;
}

tr.rowColorNormal {
    background-color: white !important;
}

tr.hideRow {
    display: none;
}

tr.showRow {
    display: '';
}

tr.sectionLineTop {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

tbody, td, tfoot, th, thead, tr {
    border-style: initial;
}

/* app-wide layout elements */
.shadePanel {
    background-color: #F0F0F0;
    padding: 6px 8px 6px 8px;
}

.paddedPanel {
    padding: 14px 14px 14px 14px;
}

/* ******************** */
/* Main layout elements */
/* ******************** */
#logo img {
    width: 80%;
    height: 80%;
    margin-bottom: 8px;
}

#topbar {
    font-size: 90%;
    padding-top: 8px;
    margin-top: 0px !important;
}

#topbarNav {
    margin-top: -18px;
}

    #topbarNav ul {
        list-style: none;
    }

        #topbarNav ul li {
            border-radius: 5px 5px 0px 0px
        }

    #topbarNav a {
        margin-left: 10px;
        margin-right: 16px;
        font-weight: normal;
    }


ul.horizontalTextNavBar {
    list-style: none;
    display: inline;
    padding: 0px;
    margin: 0px;
}

    ul.horizontalTextNavBar li {
        display: inline-block;
        padding: 0rem .8rem 0rem .8rem;
        margin: 0px;
        vertical-align: middle;
        border-left: 2px solid #FFFFFF;
        line-height: .8rem;
    }

        ul.horizontalTextNavBar li:first-child {
            border-left: none !important;
        }

    ul.horizontalTextNavBar a {
        display: inline;
        padding: 0;
        margin: 0;
    }

#topbar {
    background-color: #577492;
    color: #F0F0FF;
}

    #topbar a {
        font-weight: bold;
    }

footer {
    font-size: 90%;
}

#footerNavLinks {
    display: block;
    width: 100%;
    text-align: center;
    padding: .8rem 0rem 1.2rem 0rem;
    background-color: #999999;
    vertical-align: middle;
}

#baseFooter * {
    color: #FFFFFF;
}

#baseFooter a {
    color: #FFFFFF;
    text-decoration: none;
}

    #baseFooter a:hover {
        text-decoration: underline;
    }

#footerAddressInfo {
    background-color: #67655D;
    padding: 1rem 0rem .5rem 0rem;
    font-variant: small-caps;
}

    #footerAddressInfo .left {
        text-align: left;
        padding-left: 1.5rem;
    }

    #footerAddressInfo .right {
        text-align: right;
        padding-right: 1.5rem;
    }

    #footerAddressInfo .center {
        text-align: center;
    }

    #footerAddressInfo .finePrint {
        font-size: .85rem;
    }

.tabTitle {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #CCCCCC;
}

.pageSectionHeader {
    font-size: 20px;
    color: #444444;
    font-weight: 500;
    background-color: #F0F0F0;
    padding: 5px 10px 5px 8px;
    margin: 1em auto .5em auto;
}

.leftBordered {
    border-left: 1px solid #CCCCCC;
}

.rightBordered {
    border-right: 1px solid #CCCCCC;
}

.topBordered {
    border-top: 1px solid #CCCCCC;
}

.infoBox {
    display: inline-block;
    border: 1px solid #868686;
    padding: 5px 8px 5px 8px;
    border-radius: 8px;
}

/* Advanced Branch Details Styles */
#AdvancedBranchDetailsDisplay {
    padding-left: 0px;
}

.textTreeChildItemIco {
    display: inline-block;
    width: 1em;
    height: 12px;
    border-left: 1px solid #111111;
    border-bottom: 1px solid #111111;
}

.textTreeChildItemIcoWide {
    display: inline-block;
    width: 1.25em;
    height: 12px;
    margin-right: .5em;
    margin-left: .25em;
    border-left: 1px solid #111111;
    border-bottom: 1px solid #111111;
}

.contentBody {
    padding: 0px 0px 0px 0px;
}

.tabBluf {
    padding: 10px 20px 10px 20px;
}

.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
}

.nav-link {
    color: #000000;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

    .nav-link.active {
        background-color: #F0F0F0 !important;
    }

.nav-pills .nav-item {
    margin-right: 4px;
}

.nav-pills a.nav-link.active {
    background-color: #F0F0F0 !important;
    color: #0066CC;
    border-bottom: 6px solid #0066CC;
    margin-bottom: -6px;
}

.rightJustify {
    text-align: right !important;
}

.largeBodyText {
    font-size: 130%;
}

.marginTopBox {
    margin-top: 4px;
}

.cas-input-compact-height {
    height: 18px;
    line-height: 15px;
}

.cas-spacedrow {
    margin-bottom: 10px;
}

.btn.cas-input-compact-height {
    padding-top: 0px;
    padding-bottom: 3px;
    margin: 0px 0px 0px 0px;
}

.panel {
    margin-bottom: 23px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 10px;
}

.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
    font-weight: bold;
    font-size: 120%;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    color: inherit;
}

    .panel-title > a,
    .panel-title > small,
    .panel-title > .small,
    .panel-title > small > a,
    .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item,
    .panel > .panel-collapse > .list-group .list-group-item {
        border-width: 1px 0;
        border-radius: 0;
    }

    .panel > .list-group:first-child .list-group-item:first-child,
    .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        border-top: 0;
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

    .panel > .list-group:last-child .list-group-item:last-child,
    .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        border-bottom: 0;
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption,
    .panel > .table-responsive > .table caption,
    .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child,
    .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 2px;
        border-top-left-radius: 2px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
        .panel > .table:first-child > tbody:first-child > tr:first-child,
        .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 2px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 2px;
            }

    .panel > .table:last-child,
    .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 2px;
        border-bottom-left-radius: 2px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
        .panel > .table:last-child > tfoot:last-child > tr:last-child,
        .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 2px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 2px;
            }

    .panel > .panel-body + .table,
    .panel > .panel-body + .table-responsive,
    .panel > .table + .panel-body,
    .panel > .table-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table > tbody:first-child > tr:first-child th,
    .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
    .panel > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .panel > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .panel > .table-bordered > thead > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
    .panel > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .panel > .table-bordered > tfoot > tr > td:first-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
    .panel > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .panel > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .panel > .table-bordered > thead > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
    .panel > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .panel > .table-bordered > tfoot > tr > td:last-child,
    .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
    .panel > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
    .panel > .table-bordered > thead > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
    .panel > .table-bordered > tbody > tr:first-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .panel > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
    .panel > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .panel > .table-bordered > tfoot > tr:last-child > th,
    .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 23px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 3px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body,
        .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #dddddd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #dddddd;
        }

.panel-default {
    border-color: #dddddd;
}

    .panel-default > .panel-heading {
        color: #67655d;
        background-color: #f5f5f5;
        border-color: #dddddd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #dddddd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #67655d;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #dddddd;
    }

.modal-header {
    background-color: #EDF5FA !important;
}

    .modal-header.strongWarning {
        background-color: #990000 !important;
        color: #FFFFFF;
    }

.requiredAsterisk {
    color: red;
}

.dropdown-menu {
    display: none;
}

.removeIcons,
.thumbIcons,
.editIcons,
.icon-hover:hover,
.fa:hover {
    opacity: 1.0 !important;
}

.fa, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    cursor: pointer;
    color: #343a40;
    text-align: left;
    padding-right: 10px;
}

.fa-filter {
    background-color: transparent;
    cursor: auto !important;
}

    .fa-filter:hover {
        color: black !important;
    }

.modal-footer .btn-group {
    width: 100%;
}

    .modal-footer .btn-group button {
        margin-left: 8px;
        margin-right: 8px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

.fa-info-circle {
    color: #0066CC !important;
}

.center {
    text-align: center !important;
}

.tooltip {
    overflow: visible !important;
}

.fa, .fas {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    cursor: pointer;
    /*font: normal normal normal 26px / 1 FontAwesome;*/
    color: #343a40;
    text-align: left;
    padding-right: 10px;
}

.fa-info-circle {
    cursor: default !important;
}

i {
    vertical-align: middle !important;
}

.icon-default:hover {
    opacity: 0 !important;
}

.removeIcons, .thumbIcons, .editIcons, .icon-hover:hover {
    opacity: 1.0 !important;
    color: #0066cc !important
}

.form-group {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

.navTab.active {
    color: #0066CC !important;
}

.errorToast {
    color: white !important;
    background-color: #BD362F !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-size: 22px;
    margin-right: 180px !important;
    opacity: 0.8 !important;
}

.successToast {
    color: white !important;
    background-color: #51a351 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    border: 1px #51a351 solid;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-size: 22px;
    opacity: 0.8 !important;
}

.fa-check {
    color: white !important;
}

.fa-list {
    color: white !important;
}

.fa-exclamation {
    color: white !important;
}

.new-user-button {
    background-color: #0a58ca !important;
}

.email-list-button, .email-list-button:hover, .email-list-button:active {
    color: white !important;
    background-color: dimgray;
    border: none;
}

.fa-user-plus {
    color: white !important;
}

.fa-plus {
    color: white !important;
}

.btn-secondary .fa {
    color: #000000;
}

/* Ensure icons in primary buttons stay white */
.btn-primary .fa,
.btn-primary .fas,
.btn-primary .far,
.btn-primary .fab {
    color: #FFFFFF !important;
}

/* Force Font Awesome icons to render content properly */
.fa::before,
.fas::before,
.far::before,
.fab::before {
    content: var(--fa) !important;
    font-family: var(--_fa-family) !important;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fa-chevron-right {
    color: white;
}

.fa-save {
    color: white;
}


.successToast {
    color: white !important;
    background-color: #51a351 !important;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
    border: 1px #51a351 solid;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    font-size: 22px;
    margin-right: 180px !important;
    opacity: 0.8 !important;
}

.fa-check,
.fa-exclamation,
.fa-user-plus {
    color: white !important;
}

.toast-body {
    font-size: 18px;
}

.card {
    -ms-flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 2px;
    border-radius: .25rem;
    border-width: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
    min-width: 0px;
    position: relative;
    word-wrap: break-word;
}

.card-header {
    background-color: #E2F0FF;
    font-size: 24px;
}

.card-footer {
    background-color: transparent;
    border-top: none;
    padding: 4px;
}

.zeroPadding {
    padding: 0;
}

.hidden {
    display: none;
}

.btn-sm {
    padding-top: 0px;
}

.btn-primary:hover {
    background-color: black !important;
}

.form-switch .form-check-input {
    cursor: pointer;
}

.input-group-text {
    background-color: white;
}

table.dataTable td .noResults {
    background-color: red !important;
    color: white;
    padding: 0 !important;
    display: block;
    width: 100%;
}

table.dataTable > tbody > tr > td.dt-empty {
    padding: 0 !important;
}

.zeroRecordsDiv {
    background-color: white !important;
    padding: 8px 10px;
}

.togglableInput {
    width: 350px;
}

input:disabled {
    background-color: transparent;
}

.errorMsgBox {
    background-color: #BD362F !important;
    border-radius: 10px;
    color: #FFFFFF;
    padding: 8px 10px 8px 12px;
}

    .errorMsgBox * {
        color: #FFFFFF;
    }

.errorInlineTxt {
    color: #BD362F;
    font-weight: bold;
}

table.dataTable > tbody > tr.selected > * {
    box-shadow: inset 0 0 0 9999px #DDFFC0 !important;
    color: black !important;
}

.XButton {
    cursor: pointer;
}

.btnSaveMkt, .btnSaveMkt *, .btnUnsaveMkt, .btnUnsaveMkt *, .btnSaveOrg, .btnSaveOrg *, .btnUnsaveOrg, .btnUnsaveOrg *, .btnSaveBranch, .btnSaveBranch * {
    white-space: nowrap;
    color: #FFFFFF !important;
    padding: 0px;
    margin-left: 10px;
}

/* Ensure bookmark icons are visible (white) in save buttons */
.btnSaveOrg .fa-bookmark,
.btnSaveMkt .fa-bookmark,
.btnSaveBranch .fa-bookmark,
.btnSaveOrg .far,
.btnSaveMkt .far,
.btnSaveBranch .far {
    color: #FFFFFF !important;
}

/* Fix button layout for icons */
.btnSaveMkt, .btnSaveOrg, .btnSaveBranch,
.btnUnsaveMkt, .btnUnsaveOrg, .btnUnsaveBranch {
    align-items: center;
    justify-content: center;
    padding: 2px 8px !important;
    width: auto !important;
    gap: 5px;
    font-size: 13px;
    white-space: nowrap;
}

/* Save buttons show as inline-flex by default */
.btnSaveMkt,
.btnSaveOrg,
.btnSaveBranch {
    display: inline-flex;
}

/* Unsave buttons show as inline-flex only when explicitly shown (not hidden) */
.btnUnsaveMkt[style*="display: inline"],
.btnUnsaveMkt[style*="display: block"],
.btnUnsaveOrg[style*="display: inline"],
.btnUnsaveOrg[style*="display: block"],
.btnUnsaveBranch[style*="display: inline"],
.btnUnsaveBranch[style*="display: block"] {
    display: inline-flex !important;
}

/* Make bookmark icons slightly smaller */
.btnSaveMkt .fa-bookmark,
.btnSaveOrg .fa-bookmark,
.btnSaveBranch .fa-bookmark,
.btnSaveMkt i,
.btnSaveOrg i,
.btnSaveBranch i,
.btnUnsaveMkt i,
.btnUnsaveOrg i,
.btnUnsaveBranch i {
    font-size: 12px;
}

/* Override inline span widths for compact buttons */
.btnSaveMkt span,
.btnSaveOrg span,
.btnSaveBranch span,
.btnUnsaveMkt span,
.btnUnsaveOrg span,
.btnUnsaveBranch span {
    width: auto !important;
}

/* Make map icons larger in table */
#publicMarketSearchResultTb .fa-map {
    font-size: 20px;
}

/* Hide unsave buttons by default - JavaScript will toggle visibility */
.btnUnsaveMkt, .btnUnsaveMktWide, .btnUnsaveOrg, .btnUnsaveOrgWide, .btnUnsaveBranch, .btnUnsaveBranchWide {
    display: none;
}

.msgBody {
    margin-top: 10px;
}

.close-btn {
    cursor: pointer;
}

.error {
    color: white !important;
    background-color: #BD362F !important;
}

.success {
    background-color: #51a351 !important;
    color: white !important;
}

.btnSaveMkt {
    width: auto !important;
}

.btnUnsaveMkt {
    width: 100px;
}

.inlineErrMsg {
    color: #990000;
    padding-top: 4px;
    padding-left: 10px;
}

.inlineAdminMenu {
    margin-right: 10px;
}

.nohoverUnderline:hover {
    text-decoration: none !important;
}

table.attEditResults th {
    background-color: #F3F3F3;
}

table.attEditResults tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

table.attEditResults .attUpdateNewVals {
    border-left: 1px solid rgba(0, 0, 0, 0.125);
}

a.disableLink {
    pointer-events: none;
    color: #FF7070;
}

table.allCapTd td, .allCap {
    text-transform: uppercase;
}
select.allCap option[value=""] {
    text-transform: none !important;
}

.hiddenDisabled:disabled {
    display: none;
}


.forceNormal {
    font-weight: normal !important;
}

th.sorted-asc .sort-icon,
th.sorted-desc .sort-icon {
    display: inline-block;
    margin-right: 5px;
}

th.sorted-asc .sort-icon {
    font-size: 12px;
    color: #333;
}

th.sorted-desc .sort-icon {
    font-size: 12px;
    color: #333;
}

    th.sorted-asc .sort-icon.fa-sort-up,
    th.sorted-desc .sort-icon.fa-sort-down {
        display: none;
    }

    th.sorted-asc .sort-icon.fa-sort-down,
    th.sorted-desc .sort-icon.fa-sort-up {
        display: inline-block;
    }

/*th.sorted-asc {
    cursor: pointer;
    font-weight: bold;
}

th.sorted-desc {
    cursor: pointer;
    font-weight: bold;
}

*/
#historyDateSearchTable thead th {
    white-space: nowrap;
}

#loadingSpinner {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}

.display.table-striped > tbody > tr:nth-child(odd) {
    background-color: #EDF5FA !important;
}

.display.table-striped > tbody > tr:nth-child(even) {
    background-color: white;
}

div.dt-container .dt-paging .dt-paging-button {
    box-shadow: 0 !important;
    margin-left: 3px !important;
    padding: 2px 2px !important;
}

    div.dt-container .dt-paging .dt-paging-button:hover {
        background-color: white !important;
        background: white !important;
        border-style: none !important;
    }

div.dt-container .dt-paging .ellipsis {
    display: none;
}

.saved-institutions-insert {
    margin-bottom: 6.5px;
    background-color: #617F58;
    color: white;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0px !important;
    border: none;
    padding-right: 8px !important;
    padding-bottom: 3px !important;
}
    .saved-institutions-insert:hover {
        background-color: black;
        color: white;
        padding-right: 8px !important;
        padding-bottom: 3px !important;
    }

.saved-dropdown {
    margin-left: 0px;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    cursor: not-allowed;
    pointer-events: initial;
}

.dropdown-header {
    font-size: 18px !important;
}


.saved-markets-insert {
    margin-bottom: 6.5px;
    background-color: #D16500;
    color: white;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    padding: 0px !important;
    border: none;
    padding-right: 8px !important;
    padding-bottom: 3px !important;
}

    .saved-markets-insert:hover {
        background-color: black;
        color: white;
        padding-right: 8px !important;
        padding-bottom: 3px !important;
    }

.evenRow td {
    background-color: #EDF5FA !important;
}

.oddRow td {
    background-color: white !important;
}

.addTargetTemplate {
    display: none;
}
.refreshMarketNumbers {
    background-color: dimgray;
    margin-left: 25px !important;
    height: 30px !important;
    width: 30px !important;
}
#refreshMarketNumbers:hover {
    background-color: black !important;
}

#refreshMarketNumbersIcon {
    margin-left: 0px;
}

.form-check-input {
    border-color: darkslategrey;
}

.warningLabel {
    color: #990000;
    font-weight: 400;
}
#marketNumbersInput {
    white-space: pre-wrap; /* Preserves spacing and only breaks at spaces */
    word-break: normal;
    overflow-wrap: normal;
}

/* Style the market picker to look like a select */
.targetBranches {
    cursor: pointer;
    background-color: white;
    position: relative;
    padding-right: 2.5rem !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

    .targetBranches:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    }

/* Prevent text selection on the readonly input */
.targetBranches {
    user-select: none;
}

/* session timeout warning modal*/
#sessionInactiveWarningModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

#sessionInactiveWarningModal .boxBody {
    background-color: #ffffff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888888;
    width: 450px;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

#sessionInactiveWarningModal .boxBody button {
    background-color: #0A73E6;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

#sessionInactiveWarningModal .boxButtonBar {
    margin-top: 20px;
    text-align: right;
}

#sessionInactiveWarningModal .boxTitle {
    margin-top: 0;
    color: #872633;
    font-size: 21px;
    font-weight: bold
}

.ChgPktSelector {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ChgPktSelector .left-column {
    flex: 1; /* Expands to fill remaining space */
    background-color: #FFFFFF;
    padding-left: 0 10px;
    white-space: nowrap;
    overflow: hidden;
}

.ChgPktSelector .right-column {
    padding-left: 8px;
}

.clear-btn {
    cursor: pointer;
    color: red;
    user-select: none;
}

.chgPktSelectContainer {
    
}

.chgPktSelectedLbl {
    background-color: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 14px;
    padding: 0 10px;
}

.chgPktLstItems {
    background-color: #FFFFFF;
    border: 1px solid transparent; /* or remove border */
    outline: 1px solid #000000;
    outline-offset: -1px; /* Keeps it inside like a border */
    border-radius: 10px;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0);
    max-height: 250px;
    overflow-y: scroll;
    padding: 8px;
    position: absolute;
    width: 800px;
}

.ChangePacketListTbl thead {
    position: sticky;
    top: -7px;        
}

.ChangePacketListTbl th, .ChangePacketListTbl td {
    text-align: left !important;
    font-size: 78% !important;
    line-height: 18px;
    padding: 8px 6px 8px 6px !important;
    border: 1px solid #E5E5E5 !important;
}

.ChangePacketListTbl th {
    font-weight: 600 !important;
    border: 1px solid #C5C5C5 !important;
}

.ChangePacketListTbl tr.pktItem {
    cursor: pointer;
}

.fa.basicIcon {
    cursor: default !important;
}

table.orgInfoDetailsTab {
    margin: 6px 0px 14px 0px;
    max-width: 900px;
    width: 100%;
    border: 1px solid #D0D0D0;
    border-radius: 6px;
    border-collapse: separate;
}

table.orgInfoDetailsTab th {
    font-weight: bold;
    text-align: left;
    padding: 1px 4px 1px 9px;
    width: 25%;
}

table.orgInfoDetailsTab td {
    text-align: left;
    padding: 1px 4px 1px 0px;
    width: 25%;
    max-width: 225px;    
}

table.orgInfoDetailsTab tr:first-child th, table.orgInfoDetailsTab tr:first-child td {
    padding-top: 6px;
}

table.orgInfoDetailsTab tr:last-child th, table.orgInfoDetailsTab tr:last-child td {
    padding-bottom: 6px;
}

table.orgInfoDetailsTab tr th:first-child {
    padding-left: 10px;
}
.applicantHideBranchPicker {
    display: none !important;
}

.applicantShowBranchPicker {
    display: inline-block;
}

.targetHideBranchPicker {
    display: none !important;
}

.targetShowBranchPicker {
    display: inline-block;
}

#mapContainer {
    width: 75%; 
    margin: auto;
}