/* TEMP - PRIVATE BANNER */
/* REMOVE THIS CSS WHEN PORTAL IS PUBLIC */
#privateModeText,
.private-mode-text,
.private-mode-banner {
    display: none;
}

/* END TEMP - PRIVATE BANNER */

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")
}

.dropdown-menu>li>a,
html[dir=ltr] li a {
    margin-left: 0;
    text-decoration: none;
}

.dropdown-menu>li>a:hover,
html[dir=ltr] li a:hover {
    text-decoration: underline;
}

/* Home - Dashboard */

.vm-home-hero-area {
    padding: 50px;
}

.vm-home-hero-wrapper {
    background-image: url(/bg-heartsPattern.png);
    background-color: var(--primary);
    margin-bottom: 70px;
}

.vm-home-hero-content {
    background-color: #fff;
    min-height: 200px;
}


.vm-home-hero-content {
    padding: 0 30px;
    display: flex;
}

.vm-home-hero-image {
    height: 200px;
    min-width: 200px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(/MentalHealth.jpg);
    float: left;
}

.vm-home-hero-content h1 {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

.vm-home-main-area h2 {
    padding-top: 30px;
}

/* Microsoft Electric Blue Theme Overrides */

.blue_border {
    border-bottom: 7px solid var(--primary);
}

.sidebar-home {
    border-top: 7px solid var(--primary);
}

.sectionPrimaryColor {
    background-color: var(--primary);
    color: #ffffff;
}

/* Body */

.wrapper-body {
    background-color: #fff;
}

.page-copy {
    background-color: #fff;
}

.breadcrumb {
    background-color: #ece7e5;
}

.breadcrumb>li a {
    color: var(--primary);
    text-decoration: none;
    padding: 0;
}

.breadcrumb>li a:hover {
    color: var(--primary);
    text-decoration: underline;
}

.vm-main-bottom {
    padding-bottom: 100px;
}

/* Forms and Inputs */

/* List Calendar View */

.calendar-navs .btn,
button#NavigateToToday,
.calendar-views .btn.active,
.calendar-views button#YearViewToggleButton,
.calendar-views button#MonthViewToggleButton,
.calendar-views button#WeekViewToggleButton {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #333 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.calendar-navs .btn-group:first-child .btn {
    font-size: 3rem;
    line-height: 1;
}

.calendar-navs button#NavigateToToday {
    font-size: 1rem;
}

.calendar-views #YearViewToggleButton.active,
.calendar-views button#MonthViewToggleButton.active,
.calendar-views button#WeekViewToggleButton.active {
    color: #fff !important;
    background-color: var(--primary);
    border-color: #f82a21;
}

.calendar-views #YearViewToggleButton.active:hover,
.calendar-views button#MonthViewToggleButton.active:hover,
.calendar-views button#WeekViewToggleButton.active:hover {
    color: #fff !important;
    background-color: #f71309;
    border-color: #d60f07;
}

[class*=cal-cell]:hover,
[class*=cal-cell]:focus {
    background-color: #ece7e5 !important;
}

.cal-day-today {
    background-color: var(--primary) !important;
}

.cal-day-today span[data-cal-date] {
    color: #fff !important;
}

#cal-day-tick {
    background-color: #ece7e5 !important;
}

#cal-slide-content,
#cal-slide-content:hover {
    background-color: #f6f3f2 !important;
    border: 1px solid #ece7e5;
}

.cal-cell1.cal-day-today {
    color: #fff;
}

.cal-cell1.cal-day-today:hover {
    color: #333;
}

.cal-cell1.cal-day-today:hover span[data-cal-date] {
    color: #333 !important;
}

.cal-event-list .list-group .event-item .list-group-item-heading {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    gap: 4px;
    margin-bottom: 0;
    font-size: 1rem;
}

.cal-event-list .list-group .event-item .list-group-item-heading .event-info {
    width: 2rem;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

a.label.label-primary.event-info:hover {
    background-color: #f71309 !important;
    border-color: #f82a21;
}

/* Modals */

/* Events */

.vm-event-wrapper {
    background-color: #f6f3f2;
    padding: 15px;
    margin: 15px 0 30px;
}

.vm-event-wrapper .vm-event-subject {
    font-size: 18px;
    font-weight: 500;
}

.vm-event-wrapper .vm-event-duedate {
    font-weight: 600;
}

.vm-event-wrapper .vm-event-description {
    margin: 15px 0;
    background-color: #fff;
    padding: 15px;
    border-bottom: 4px solid #ece7e5;
    max-height: 150px;
    overflow-y: auto;
}

.vm-event-wrapper .vm-event-duedate .label {
    float: right;
}

/* Buttons */

/* Headings */

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 1.2px;
}

.login-heading-section {
    font-weight: 400;
}

.h-margin-top-50 {
    margin-top: 50px;
}

/* Header - Provider Reminders */

#reminders-modal #content-container {
    width: 100%;
}

#reminders-modal button.close {
    display: none;
}

#reminders-modal .vm-modal-reminder-text {
    position: relative;
    padding: 15px 30px 0;
}

/* Header - Mobile Nav */

/* Header - Nav */

.navbar {
    background-color: #ece7e5;
}

/* Footer */

footer .footer-bottom .vm-footer-identity {
    display: flex;
    justify-content: center;
    padding: 20px;
    color: var(--primary);
}

footer .footer-bottom .vm-footer-identity svg path {
    fill: var(--primary);
}

footer .footer-bottom {
    background-color: #ece7e5;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}

footer .footer-bottom ul li a,
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus,
footer .footer-bottom ul li a:active,
footer .footer-bottom ul li a.active {
    color: #000;
    font-size: 20px;
}

footer .footer-bottom .vm-footer-links {
    text-align: center;
    font-family: "Bebas Neue", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 20px;
}

footer .footer-bottom ul.list-inline li {
    margin-bottom: 8px;
    padding-left: 20px;
}

footer .footer-bottom ul#vm-footer-links-social a svg {
    fill: var(--primary);
}

footer .footer-bottom ul#vm-footer-links-social li {
    padding-left: 10px;
    height: 28px;
}

footer .footer-bottom ul#vm-footer-links-social {
    margin: 30px 0;
}

footer .footer-bottom #vm-footer-links-copyright p {
    font-family: Mukta, Tahoma, Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

/* Media Queries */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {}

/* Small to Medium Only (768px to 991px) */
@media (min-width: 768px) and (max-width: 991px) {}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

.crmEntityFormView,
.entitylist {
    border-width: 0;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
    border-right: 0px;
}

.input-group .input-group-btn .btn,
.input-group input:not([type=button])~.btn {
    padding: 0;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    font-size: 0.875rem;
    margin-inline-start: -1px;
    border: 1px solid #ccc;
}

.input-group.entitylist-search .input-group-btn .btn {
    height: 35px;
}

.crmEntityFormView .form-control.readonly,
.crmEntityFormView .form-control[readonly][disabled],
.form-readonly .form-control {
    background-color: transparent;
}

/* Calendar overrides */
.entitylist .calendar .events-list>a.event-info {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.task-calendar .entitylist .page-header .row {
    align-items: center;
}

.task-calendar .entitylist .page-header .calendar-views .btn-group .btn {
    margin-right: 0 !important;
}


.task-calendar .entitylist .page-header .calendar-navs .btn-group .btn {
    font-size: 36px;
    line-height: 30px;
    min-width: 44px;
}

.task-calendar .entitylist .page-header .calendar-navs .btn-group .btn:first-child {
    margin-right: 0;
}

.calendar-downloads {
    display: none;
}

/* bootstrap overrides */

a:not(.btn) {
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--primary);
    text-decoration: none;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    padding: 0.25rem 1.5rem;
}

.dropdown-menu>li>a>p,
.dropdown-menu>.active>a>p,
.dropdown-menu>.active>a:focus>p,
.dropdown-menu>.active>a:hover>p {
    padding: 3px 0 0 10px;
    line-height: 1.42857143;
    white-space: normal;
    background-color: #ece7e5;
    color: #000;
    margin-bottom: 0;
}

.navbar .nav-item>a {
    font-family: "Bebas Neue", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
}

.dropdown-menu>li>a {
    font-family: "Bebas Neue", Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
}

th a {
    display: inline-flex;
    align-items: flex-end;
    gap: 4px;
}

.btn.btn-default {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc
}

.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
    background-color: #ece7e5;
}

.dropdown.action .btn.btn.btn-default,
.dropdown.action .btn.btn-default:hover,
.dropdown.action .btn.btn-default:focus,
.dropdown.action .btn.btn-default:active {
    background-color: transparent;
    border-width: 0;
    line-height: 1rem;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination>li>a,
.pagination>li>span {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    border-color: #dee2e6;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
    background-color: var(--primary) !important;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    border-color: var(--primary);
    border-radius: 0;
    border: 1px solid var(--primary);
}