﻿
:root {
    --bs-primary: var(--streamline-navy) !important;
    --streamline-navy: #192F7C;
    --streamline-navy-fixed: #192F7C;
    --streamline-blue: #5C88DA;
    --login-logo: url('/img/logo-providerconnect-blue.svg');
    --footer-logo: url('/img/logo-streamline-blue.svg');
    --text-body-inverse: var(--bs-white);
    --streamline-dark-grey: #343A40;
}

[data-bs-theme="light"] {
    --streamline-navy: #192F7C;
    --streamline-navy-fixed: #192F7C;
    --streamline-blue: #5C88DA;
    --login-logo: url('/img/logo-providerconnect-blue.svg');
    --footer-logo: url('/img/logo-streamline-blue.svg');
    --text-body-inverse: var(--bs-white);
}

[data-bs-theme="dark"] {
    --streamline-navy: #192F7C;
    --streamline-navy-fixed: #192F7C;
    --streamline-blue: #5C88DA;
    --login-logo: url('/img/logo-providerconnect-blue.svg');
    --footer-logo: url('/img/logo-streamline-blue.svg');
    --text-body-inverse: var(--bs-white);
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 24px;
}

div.bg-brand {
    background-color: var(--streamline-navy-fixed) !important;
}


div.border-brand {
    border-color: var(--streamline-navy) !important;
}

div.border-brand-alt {
    border-color: var(--streamline-blue) !important;
}

div.login-logo {
    border-bottom: 1px solid #757575;
}

footer {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    padding: 1rem !important;
    padding-bottom: .5rem !important;
    padding-left: 20px !important;
}

    footer > a {
        color: var(--streamline-navy);
    }

h1 {
    font-family: Inter;
    font-size: 28px !important;
    color: var(--streamline-dark-grey);
}

header {
    min-height: 60px;
}

label {
    font-weight: normal;
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    font-family: Inter;
    color: var(--bs-body-color);
}

span.login-logo {
    display: block;
    height: 36px;
    width: 250px;
    background: var(--login-logo) no-repeat;
    background-size: contain;
    background-position: center;
}

span.footer-logo {
    display: block;
    height: 14px;
    width: 100px;
    background: var(--footer-logo) no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 4px;
}

th.bg-brand,
tr.bg-brand th,
tr.bg-brand-search th {
    background-color: var(--streamline-navy) !important;
    color: var(--text-body-inverse) !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
}

    tr.bg-brand th:first-child,
    tr.bg-brand-search th:first-child,
    .rounded-top-left {
        border-top-left-radius: var(--bs-border-radius) !important;
    }

    tr.bg-brand th:last-child,
    tr.bg-brand-search th:last-child {
        border-top-right-radius: var(--bs-border-radius) !important;
    }

tr.bg-brand-search th {
    padding-top: 4px;
    padding-bottom: 4px;
    height: 62px;
}

.alert-navy {
    border-left-color: var(--streamline-navy) !important;
    border-left-width: 10px;
}

.bg-success {
    background-color: #53A551 !important;
}

.btn-brand {
    background: var(--streamline-navy) !important;
    border-color: var(--streamline-navy) !important;
    color: var(--bs-white) !important;
}

    .btn-brand:hover {
        background: var(--streamline-navy) !important;
        border-color: var(--streamline-navy) !important;
        opacity: 0.9;
    }

.btn-header {
    border-color: var(--bs-white) !important;
    background: var(--streamline-navy) !important;
    color: var(--bs-white) !important;
    border-radius: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 38px;
}

.dropdown-toggle::after {
    vertical-align: 0.25em;
}

.nav-user,
.nav-download,
.btn-nav {
    border-color: var(--bs-white) !important;
    background: var(--streamline-navy) !important;
    color: var(--bs-white) !important;
}

.footer-logo {
    height: 14px;
    width: 100px;
    background-size: contain;
    background-position: center;
    margin-bottom: 3px;
}

.navy-gradient {
    background: linear-gradient(174deg, #192F7C 3.17%, #14245E 99.58%);
}

.note-editable {
    margin-top: .25rem;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}

.note-status-output, .note-statusbar {
    border-top: none !important;
}

.button-gradient {
    background: linear-gradient(180deg, #374988 0%, #192F7C 99.67%);
}

.font-size-14 {
    font-size: 14px;
}

.loginbox {
    width: 500px;
    height: 560px;
    border-radius: 1rem;
}

.pagination-specs {
    font-weight: bold;
}

.card-header {
    align-self: stretch;
    height: 50px;
    padding: 24px;
    background: linear-gradient(174deg, #192F7C 3.17%, #14245E 99.58%);
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: inline-flex
}

.card-body {
    align-self: stretch;
    padding-top: 8px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    background: white;
    border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex
}

.export-detail,
.export-close-icon {
    position: absolute !important;
    right: 10px;
    top: 5px !important;
}

.export-detail {
    margin-right: 20px;
}

.export-message {
    margin-top: -23px;
}

.form-control::placeholder,
.form-select::placeholder {
    color: var(--bs-gray-500) !important;
    font-weight: normal !important;
    font-size: 16px;
}

.font-details-header {
    font-family: Inter;
    font-size: 15px;
    font-weight: bold;
}

.font-details {
    font-family: Inter;
    color: var(--streamline-dark-grey);
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    padding-top: 16px;
    padding-bottom: 16px;
}

.line {
    align-self: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px #DFDFDF solid;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    display: inline-flex
}

    .line .text {
        align-self: stretch;
        padding-top: 16px;
        padding-bottom: 16px;
        border-bottom: 1px #DFDFDF solid;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 10px;
        display: inline-flex
    }

.logout-panel {
    margin-right: 10px;
    margin-top: 2px;
}

.min-80px {
    min-width: 80px;
}

.min-100px {
    min-width: 100px;
}

.min-120px {
    min-width: 120px;
}

.min-140px {
    min-width: 140px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #eaf2f9;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.payer-div {
    float: right;
    font-family: Inter;
    font-size: 17px;
    color: var(--streamline-dark-grey);
}

.popover {
    min-width: 350px;
}

.scroll-panel {
    display: block;
    max-height: 400px;
    overflow-y: auto;
}

.grid-scroll-container {
    min-height: 0;
    max-height: 60vh;
    overflow-y: auto;
}

.search-section, .upper-section {
    margin-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 10px;
}

.switch {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 16px 12px 16px;
    text-decoration: none;
}

    .switch.active {
        color: var(--streamline-navy);
        border-bottom: 4px solid var(--streamline-navy);
    }

    .switch.inactive {
        color: #000;
    }

.switch-toggle-row {
    margin: 0 -29px 28px -28px;
    background-color: #FFF;
    padding: 0 20px 0;
    height: 50px;
    display: flex;
    align-items: center;
}

.table-activity tr td {
    padding: 2px;
    padding-left: 8px;
}

.table-details {
    line-height: 130%;
    margin-bottom: 0;
}

    .table-details tbody tr {
        padding: 16px 0;
        gap: 10px;
        border-bottom: 1px solid #DFDFDF;
    }

        .table-details tbody tr:last-child {
            border-bottom: 1px solid white;
        }

        .table-details tbody tr td {
            font-family: Inter;
            color: var(--streamline-dark-grey);
            font-size: 17px;
            font-weight: 500;
            font-style: normal;
            padding-top: 16px;
            padding-bottom: 16px;
        }

.table-details-grid tbody tr td {
    font-family: Inter;
    color: var(--streamline-dark-grey);
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
}

.table-details-grid thead tr th {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
}

.table-details-grid tbody tr.tr-expanded2 td {
    font-weight: 400 !important;
}

.table-details-grid .dx-datagrid-text-content {
    font-size: inherit;
}

.table-invoice-line thead tr th,
.table-invoice-line tbody tr td {
    background-color: transparent !important;
}

.u-content {
    padding: 0 1rem 5px 1rem !important;
}

/* tabs */
.underline-tabs > ul {
    font-size: 15px;
}

.underline-tabs .nav-tabs {
    border-bottom: 3px solid #e9ecef;
}

.w-50 {
    width: 50px;
}

.w-500 {
    width: 500px;
}

@media only screen and (width >= 768px) {

    nav .mobile-navigation {
        display: none;
    }
}

@media only screen and (width < 576px) {
    .therapy-card {
        width: 100%;
    }
}
/* Custom Bootstrap tooltip color using --streamline-navy */
.tooltip-inner {
    background-color: var(--streamline-navy) !important;
    color: var(--bs-white) !important;
}

.tooltip-arrow::before {
    background-color: var(--streamline-navy) !important;
}
