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

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

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

header {
    min-height: 60px;
}

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;
}

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);
}

.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%);
}

.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;
}

    .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
    }

.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: #343A40;
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    padding-top: 16px;
    padding-bottom: 16px;
}

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

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

.popover {
    min-width: 350px;
}

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

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;
}

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

.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: #343A40;
        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: #343A40;
    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;
}

/* 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;
}
