@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600);

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*  Bootstrap Variables  */
:root {
    --bs-gutter-x: 4rem;
    --bs-body-color: #555;
    --bs-secondary-color: #777;
    --bs-heading-color: #4f82a5;
    --bs-dropdown-link-active-bg: #eee;
    --bs-link-color: #4f82a5;
    --bs-link-color-rgb: 79, 130, 165;
    --kendo-font-size: 1rem;
    --kendo-color-on-primary: #ffffff;
    --kendo-color-border: rgba(0, 0, 0, 0.5);
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}
@media (min-width: 768px) {
    html {
        font-size: 14px;
    }
}

body {
  margin-bottom: 60px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Open Sans',Arial, Tahoma, sans-serif;
}
h1 {font-size: 28px;}
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px; color: #4e9447}
h5 {font-size: 16px;}
h6 {font-size: 14px; color: #4e9447}

p {margin: 0 0 .75rem 0;}

.text-error {color: red;}

.redFlag {
    color: red;
}

/*A:link {color: #4f82a5;}
A:visited {color: #4f82a5;}
A:hover {color: #4f82a5;}
A:active {color: #4f82a5;}
A.Footer:hover {color: #4f82a5;}*/

.color_text {color: #4f82a5;}

.color_bg {background-color: #4f82a5;}

.header-icon {color: #6a8044;}

.logo-icon {
    font-size: 40px;
    color: #6a8044;
    padding-right: .5em;
}

#loginList, #logoutList {
    padding: 5px 0;
    font-size: 18px;
    list-style: none;
}

    #loginList a, #logoutList a {
        font-family: 'Open Sans', sans-serif !important;
        letter-spacing: .05em;
        font-size: 16px;
        color: #6a8044;
        padding-top: 2px;
        line-height: 1.34em;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }

    #loginList li, #logoutList li {
        display: inline-block;
    }

    #loginList .fas, #logoutList .fas {
        margin-right: 10px;
        font-size: 16px;
    }

.login-link {
    font-family: 'Open Sans', sans-serif !important;
    letter-spacing: .05em;
    font-size: 15px;
    color: steelblue;
    line-height: 1.34em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
}

.help-icon {
    color: #3b73af;
    margin-left: 10px;
    vertical-align: middle;
}

.required::after {
    content: " *";
    font-weight: bold;
    color: red;
}

.header_main {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.headerLogo {
    margin-left: 20px;
    padding: 0 10px 0 15px;
    height: 40px;
    max-width: 320px;
}
.headerLogo img{
    height: 40px !important;
}

.headerOrgName{
    max-width: 400px;
    text-align: center;
    padding: 5px 10px 0;
}
.headerOrgName h2 {
    margin: 0;
    font-size: 24px;
}
.headerLogin{
    max-width: 320px;
    margin-right: 20px;
    text-align: right;
    padding: 10px 10px 0;
    height: 45px;
}
.headerLogin ul li {
    list-style-type: none;
    line-height: 18px;
}
.menuContainer {
    margin-left: 20px;
}

#OrgHeaderPartial {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    #OrgHeaderPartial h2 {
        margin: 0;
    }

#OrgHeaderAddress {
    max-width: 35%;
}

#OnlineInTakeHeader div h2 {
    text-align: center;
}

#OrgHeaderAddress h2 {
    margin: 0;
    font-size: 14px;
    text-align: left !important;
}

.footer_bg {
    background: #f6f6f6;
}

.navbar-nav .nav-link {
    padding: .5em .75em .4em;
    line-height: 1.2em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
}

    .navbar-nav .nav-link:hover {
        color: #4e9447;
    }
    .navbar-nav .nav-link.active {
        font-weight: bold;
        text-decoration: underline;
        color: #4e9447 !important;
    }

.dropdown-menu .dropdown-item {
    padding: .5em .75em .4em;
    line-height: 1.2em;
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    background-color: transparent;
}

.dropdown-item:hover {
    color: #4e9447;
    background-color: #eee;
}

    .dropdown-item.active {
        font-weight: bold;
        text-decoration: underline;
        color: #4e9447 !important;
        background-color: #eee;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
}

.body-content {
    padding: 0 15px 15px 15px;
    margin-bottom: 10px;
    min-height: 600px;
    overflow: auto;
    width: 100%;
}

.form-group {
    margin-bottom: .5rem;
    line-height: 16px;
}

label {
    margin-bottom: 0 !important;
    color: #000;
}
.grid-icon {
    margin: 0;
    color: #4e9447 !important;
}

.iFrameWidth {
    max-width: 750px;
    border: 1px solid;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    box-shadow: 0 0 20px #a3a3a3;
}

.admin-form-fullwidth {
    max-width: 100%;
    margin: 0 auto 0;
    padding: 0 1rem 1rem 1rem;
}

    .admin-form-fullwidth h2 {
        line-height: 1em;
    }

    .admin-form-fullwidth input[type="checkbox"] {
        vertical-align: bottom;
    }


/* Bootstrap Tabs*/
.nav-tabs {
    border-bottom: 1px solid #000;
}

    .nav-tabs .nav-link {
        color: #333;
        border: #999 1px solid;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: 1px solid #000 !important;
            border-bottom-color: transparent !important;
        }

.tab-content {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 600px;
    padding: 10px;
}

.tab-container {
    padding: 0 10px 10px 10px;
}

.edit-page-title {
    font-weight: 500;
    color: #666;
    font-family: Arial, Helvetica, Tahoma, Sans-Serif;
}

.case-background {
    background-color: #E7EEF3 !important;
}

    .case-background td {
        border-bottom: 1px solid #999 !important;
    }

.clinic-background {
    background-color: #E3ECDA !important;
}

    .clinic-background td {
        border-bottom: 1px solid #999 !important;
    }

.other-call-background {
    background-color: #ededed !important;
}

    .other-call-background td {
        border-bottom: 1px solid #999 !important;
    }

/* Dashboard  ----------------------------------------------------------*/
.dashboard-stats-container {
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif !important;
    background-color: aliceblue;
}

.dashboard-container {
    padding: 0 10px 0 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
    justify-content: space-around;
}

    .dashboard-container .count {
        font-size: 20px;
        line-height: 22px;
        font-weight: 600;
        margin: 5px 10px 0;
    }

    .dashboard-container .count-label {
        font-size: 16px;
        padding: 4px 0 0 0;
    }

.tile_count .tile_stats_count:before {
    content: "";
    position: absolute;
    left: 0;
    height: 65px;
    border-left: 2px solid #ADB2B5;
    margin-top: 10px;
}

.grid-filter-container {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.grid-filter-separator {
    border-left: #e0e0e0 solid 2px;
    margin: .5rem .75rem 0;
}

.grid-filter-group {
    display: flex;
    justify-content: start;
    gap: .5em;
}

    .grid-filter-group > div:first-child {
        /*		margin-left: 1.5em; */
    }

.grid-filter-item {
    max-width: 180px;
}

    .grid-filter-item > div:first-child {
        margin: 28px 0 0 0;
    }

    .grid-filter-item > input[type="radio"] {
        margin: 0 0 0 1rem;
        padding: .25rem 0 0 0;
    }

.client-note-icon {
    color: #468847;
}

.confirm-container {
    display: flex;
    justify-content: space-around;
}

.confirm-textbox {
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    width: 125px;
    height: 20px;
    border-radius: 5px;
    color: #333333;
    background: #e7eef3 none;
    border: solid 1px #A8A8A8;
    box-sizing: content-box;
}

.confirm-btn-primary {
    border-color: #ff6358;
    border-radius: 0.25rem;
    color: #ffffff;
    font-size: 1rem;
    margin-right: 1rem !important;
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    background-color: #ff6358;
}

.confirm-btn-secondary {
    border-color: #ebebeb;
    border-radius: 0.25rem;
    color: #3d3d3d;
    font-size: 1rem;
    margin-right: 1rem !important;
    padding-block: 0.25rem;
    padding-inline: 0.5rem;
    background-color: #f5f5f5;
}

.client-profile-name-container {
    border: 2px solid #a8a8a8;
    border-radius: 1.5em;
    padding: 10px;
}

.client-profile-notes-outer-container {
    height: 250px;
    overflow: hidden;
    border: 2px solid #a8a8a8;
    border-radius: 1.5em;
    padding: 10px;
}

.client-profile-notes-inner-container {
    height: 100%;
    overflow: auto;
    margin: 10px;
}

.client-profile-notes-item {
    padding: 10px;
    border-bottom: 2px solid #a8a8a8;
}


/* ****  ListBox **** */

.listbox-container {
    max-width: none;
    width: 100%;
}

    .listbox-container .k-listbox {
        width: 45%;
        height: 350px;
    }

        .listbox-container .k-listbox:first-of-type {
            width: 50%;
            margin-right: 1px;
        }

/*   Telerik Report Viewer  */

.report-viewer-container {
    position: relative;
    left: 5px;
    right: 5px;
    top: 10px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
    width: 98%;
    height: 950px;
}

.report-viewer-container-with-menu {
    position: relative;
    left: 5px;
    right: 5px;
    top: 220px;
    bottom: 5px;
    overflow: hidden;
    font-family: Verdana, Arial;
    width: 98%;
    height: 950px;
}

/* Hide Html5 Report Viewer icons */

.trv-toolbar [aria-label="Stop rendering"] {
    display: none;
}

.trv-toolbar [aria-label="Navigate Backward"] {
    display: none;
}

.trv-toolbar [aria-label="Navigate Forward"] {
    display: none;
}

.trv-toolbar [aria-label="Stop Rendering"] {
    display: none;
}

.trv-toolbar [aria-label="Toggle Document Map"] {
    display: none;
}

.trv-toolbar [aria-label="Toggle Parameters Area"] {
    display: none;
}

.trv-nav {
    background-color: #eee
}

.report-checkbox-container {
    margin: 26px 0 0 15px;
}

.site-button {
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    background: none;
    font-family: var(--kendo-font-family, inherit);
    font-weight: var(--kendo-font-weight-normal, normal);
    font-size: var(--kendo-font-size, inherit);
    padding-block: var(--kendo-spacing-1, 0.25rem);
    padding-inline: var(--kendo-spacing-2, 0.5rem);
    line-height: var(--kendo-line-height, normal);
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--kendo-spacing-1, 0.25rem);
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    position: relative;
    transition: color var(--kendo-transition-rapid), background-color var(--kendo-transition-rapid), border-color var(--kendo-transition-rapid), box-shadow var(--kendo-transition-rapid), opacity var(--kendo-transition-rapid);
    border-radius: var(--kendo-border-radius-md, 0.25rem) 0.25rem;
}
.site-button-primary {
    border-color: rgba(212, 83, 73, 0.5);
    color: #ffffff;
    background-color: #ff6358;
}
    .site-button-primary:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #ea5a51;
    }
    .site-button-primary:active {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #d45349;
    }

.site-button-secondary {
    border-color: rgba(78, 148, 71, 0.5);
    color: #ffffff;
    background-color: #4e9447;
}

    .site-button-secondary:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #3E7639;
    }

    .site-button-secondary:active {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #376832;
    }
.site-button-base {
    border-color: rgba(0, 0, 0, 0.08);
    color: #3d3d3d;
    background-color: #f5f5f5;
}
    .site-button-base:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #ebebeb;
    }
    .site-button-base:active {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #d6d6d6;
    }

.site-button-blue {
    border-color: rgba(0, 0, 0, 0.08);
    color: #4f82a5;
    background-color: #f5f5f5;
}

    .site-button-base:hover {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #ebebeb;
    }

    .site-button-base:active {
        border-color: rgba(0, 0, 0, 0.5);
        background-color: #d6d6d6;
    }

.tab-content {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    min-height: 600px;
    padding: 10px;
}

.tab-container {
    padding: 0 10px 10px 10px;
}

/**** Calendar Styles ****/

.k-scheduler-header-wrap div.k-event,
.k-scheduler-content div.k-event {
    /*background: url(Images/CalendarPattern.png) repeat-x left top;*/
    border-color: #1e395b;
}

/* increase the height of the cells in day, work week and week views */
.k-scheduler-table td, .k-scheduler-table th {
    height: 30px !important; /* Adjust this value as needed */
}

.k-scheduler-dayview .k-scheduler-table td,
.k-scheduler-weekview tr:nth-child(2) .k-scheduler-table td,
.k-scheduler-workWeekview tr:nth-child(2) .k-scheduler-table td,
.k-scheduler-monthview .k-scheduler-table td {
    height: 30px !important;
}

.k-recur-view {
    margin-top: 10px;
}

    .k-recur-view ul li {
        list-style-type: none;
    }

    .k-recur-view .k-edit-label {
        /*padding: 0;*/
    }

    .k-recur-view .k-edit-field .k-check {
        padding-top: 10px;
    }

.calendar-event {
    font-size: 11px;
    font-weight: bold;
    color: #333;
    padding: 5px 0 0 0;
    overflow: hidden;
}

    .calendar-event .calendar-title {
        font-size: 11px;
        font-weight: bold;
    }

        .calendar-event .calendar-title .event-date {
            font-size: 11px;
            font-weight: normal;
            color: #444444;
        }

    .calendar-event .calendar-desc {
        text-align: left;
        padding: 2px 0 0 0;
        margin: 2px 0;
        font-size: 11px;
        font-weight: normal;
        color: #777777;
        border-top: 1px solid #8bf;
    }


.DayWithAppointments {
    background-color: #c6d5e9 !important;
}

.DayWithClinicAppt {
    background: url('../images/calendarpattern.png') repeat-x left top;
}

.DayWithStaffAppt {
    background-color: #c6d5e9 !important;
}


.calendar-clinic-default {
    color: #333;
    background: url('../images/calendarpattern.png') repeat-x left top !important;
}

.calendar-Orange {
    background-color: #edd5b7 !important;
    border: 1px solid #cdb597 !important;
}

.calendar-LightOrange {
    background-color: #ffc780 !important;
    border: 1px solid #ffa600 !important;
}

.calendar-Green {
    background-color: #D0ECBB !important;
    border: 1px solid #B0CC9B !important;
}

.calendar-Blue {
    background-color: #BBD0EC !important;
    border: 1px solid #9BB0CC !important;
}

.calendar-Red {
    background-color: #ECBBBB !important;
    border: 1px solid #CC9B9B !important;
}

.calendar-Pink {
    background-color: #f1dcff !important;
    border: 1px solid #d1bcdf !important;
}

.calendar-Yellow {
    background-color: #fffbc7 !important;
    border: 1px solid #dfdba7 !important;
}

.calendar-Violet {
    background-color: #aecdc2 !important;
    border: 1px solid #742062 !important;
}

.calendar-LightViolet {
    background-color: #ddd1dd !important;
    border: 1px solid #b693b5 !important;
}

.calendar-DarkBlue {
    background-color: #304364 !important;
    border: 1px solid #304364 !important;
}

.calendar-LightBlue {
    background-color: #b1b6e5 !important;
    border: 1px solid #8f9adf !important;
}

.calendar-LightPurple {
    background-color: #caaee9 !important;
    border: 1px solid #7D5F9F !important;
}

.calendar-DarkGreen {
    background-color: #255725 !important;
    border: 1px solid #053705 !important;
}

.calendar-DarkRed {
    background-color: #edd5b7 !important;
    border: 1px solid #cdb597 !important;
}

.RadScheduler .rsCategoryLime .rsAptContent, .RadScheduler .rsCategoryLime .rsAptIn, .RadScheduler .rsCategoryLime .rsAptMid {
    background-color: Lime !important;
}

.calendar-editor-container {
    width: 925px;
    padding: 0 25px;
}

.appointmentToolTip {
    text-align: left;
    color: #555;
}

    .appointmentToolTip hr {
        margin: 3px 0;
    }

.fundingTable {
    margin: 0;
    border: 1px solid #A8A8A8;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    padding: 0 !important;
}

table.fundingTable td {
    text-align: right;
    border: 1px solid #A8A8A8;
    padding: 2px 5px;
    vertical-align: bottom;
}

.fundingToolTipTable {
    border-collapse: collapse;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 10px;
    color: #333;
    margin: 5px !important;
}

table.fundingToolTipTable thead {
    border-bottom: 1px solid #A8A8A8;
}

table.fundingToolTipTable th {
    font-size: 11px;
    text-align: center;
    border: 1px solid #A8A8A8;
    padding: 3px;
}

table.fundingToolTipTable td {
    text-align: left;
    border: 1px solid #A8A8A8 !important;
    padding: 3px;
}

table.fundingToolTipTable tr.alt td {
    background-color: #EAF2D3;
    border: 1px solid #A8A8A8 !important;
}

.legalTrakGrnHeading a:link {
    font-weight: bold;
    font-size: 13px;
    color: #4E9447;
}

.legalTrakGrnHeading a:visited {
    font-weight: bold;
    font-size: 13px;
    color: #4E9447;
}

.legalTrakGrnHeading a:hover {
    font-weight: bold;
    font-size: 13px;
    color: #4E9447;
    text-decoration: underline;
}

table.clientFinancialsTable {
    margin: 0;
    border: 0;
    padding: 10px !important;
    border: 1px solid #333;
    border-collapse: collapse;
}

    table.clientFinancialsTable td {
        text-align: left;
        padding: 3px;
        vertical-align: bottom;
        border-top: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    table.clientFinancialsTable th {
        text-align: center;
        font-size: 16px;
        padding: 3px;
        vertical-align: bottom;
        border-left: 0;
        border-right: 1px solid #333;
        border-top: 1px solid #333;
        border-bottom: 2px solid #333;
    }

    table.clientFinancialsTable .cellMoney {
        text-align: right;
        width: 120px;
        border-left: 0;
        border-right: 1px solid #333;
    }

    table.clientFinancialsTable .cellLabel {
        text-align: right;
        padding-left: 10px;
        height: 35px;
        vertical-align: middle;
        width: 200px;
        border-right: 0;
        border-left: 0;
    }

    table.clientFinancialsTable .totalBalance {
        text-align: right;
        width: 120px;
        font-weight: bold;
        border-left: 0;
        border-right: 1px solid #333;
    }

    table.clientFinancialsTable .totalLabel {
        text-align: right;
        width: 160px;
        font-weight: bold;
        border-right: 0;
        border-left: 0;
    }

.fa-regular[data-role="tooltip"] {
    font-size: 16px;
    color: #4f82a5;
}
