/* Login */
:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}

body {
    padding-top: 90px
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 12px;
    color: #777;
}

/* Footer */
.footer-clean {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.footer-clean .item.nonsocial {
    text-align: left;
}

.footer-clean .item.social {
    text-align: right;
}

@media (max-width: 767px) {
    .footer-clean {
        position: relative;
    }

    .footer-clean .item.social,
    .footer-clean .item.nonsocial {
        text-align: center;
        padding-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .footer-clean {
        position: relative;
    }

    .footer-clean .item.social,
    .footer-clean .item.nonsocial {
        text-align: center;
    }
}

.footer-clean .item.social > a {
    font-size: 22px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-top: 22px;
    color: inherit;
    opacity: 0.75;
}

.footer-clean .item.social > a:hover {
    opacity: 0.9;
}

@media (max-width: 991px) {
    .footer-clean .item.social > a {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .footer-clean .item.social > a {
        margin-top: 10px;
    }
}

.footer-clean .copyright {
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 11px;
    opacity: 0.6;
}

/*calendar*/
.fc-view-harness {
    background-color: #FFFFFF;
    opacity: 75%;
}

.fc-timegrid-event {
    font-size: .85em;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #ccd0d9;
}

.fc-timegrid-event .fc-event-time {
    margin-bottom: 0;
}

.h-event {
    opacity: .75;
}

.fc .fc-toolbar {
    font-size: 80%;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1em;
}

.fc .fc-toolbar-title {
    font-size: 2rem;
}

.fc .fc-timegrid-col.fc-day-today {
    background-color: rgba(51, 102, 153, 0.05);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.05));
}

.fc .fc-daygrid-day.fc-day-today {
    background-color: rgba(51, 102, 153, 0.05);
    background-color: var(--fc-today-bg-color, rgba(51, 102, 153, 0.05));
}

#calendar {
    max-width: 100%;
    margin: 0 auto;
}

/*
    Scheduled
 */
    .bg-scheduled {
        background-color: #003366;
        border-color: #003366;
    }

    .btn-outline-scheduled {
        color: #003366;
        background-color: transparent;
        background-image: none;
        border-color: #003366;
    }

    .btn-outline-scheduled:hover {
        color: #fff;
        background-color: #003366;
        border-color: #003366;
    }

    .btn-outline-scheduled:focus, .btn-outline-scheduled.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
    }

    .btn-outline-scheduled.disabled, .btn-outline-scheduled:disabled {
        color: #003366;
        background-color: transparent;
    }

    .btn-outline-scheduled:not(:disabled):not(.disabled):active,
    .btn-outline-scheduled:not(:disabled):not(.disabled).active,
    .show > .btn-outline-scheduled.dropdown-toggle {
        color: #fff;
        background-color: #003366;
        border-color: #003366;
    }

    .btn-outline-scheduled:not(:disabled):not(.disabled):active:focus,
    .btn-outline-scheduled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-scheduled.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 51, 102, 0.5);
    }

/*
    New Client
 */
    .bg-newpatient {
        background-color: #330066;
        border-color: #330066;
    }

    .text-newpatient {
        color: #330066;
    }

    .btn-outline-newpatient {
        color: #330066;
        background-color: transparent;
        background-image: none;
        border-color: #330066;
    }

    .btn-outline-newpatient:hover {
        color: #fff;
        background-color: #330066;
        border-color: #330066;
    }

    .btn-outline-newpatient:focus, .btn-outline-newpatient.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
    }

    .btn-outline-newpatient.disabled, .btn-outline-newpatient:disabled {
        color: #330066;
        background-color: transparent;
    }

    .btn-outline-newpatient:not(:disabled):not(.disabled):active,
    .btn-outline-newpatient:not(:disabled):not(.disabled).active,
    .show > .btn-outline-newpatient.dropdown-toggle {
        color: #fff;
        background-color: #330066;
        border-color: #330066;
    }

    .btn-outline-newpatient:not(:disabled):not(.disabled):active:focus,
    .btn-outline-newpatient:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-newpatient.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 0, 102, 0.5);
    }

    .badge-newpatient {
        color: #fff;
        background-color: #330066;
    }

    .badge-newpatient[href]:hover, .badge-newpatient[href]:focus {
        color: #fff;
        text-decoration: none;
        background-color: #330066;
    }

/*
    Attended
 */
    .bg-attended {
        background-color: #666666;
        border-color: #666666;
    }

    .btn-outline-attended {
        color: #666666;
        background-color: transparent;
        background-image: none;
        border-color: #666666;
    }

    .btn-outline-attended:hover {
        color: #fff;
        background-color: #666666;
        border-color: #666666;
    }

    .btn-outline-attended:focus, .btn-outline-attended.focus {
        box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
    }

    .btn-outline-attended.disabled, .btn-outline-attended:disabled {
        color: #666666;
        background-color: transparent;
    }

    .btn-outline-attended:not(:disabled):not(.disabled):active,
    .btn-outline-attended:not(:disabled):not(.disabled).active,
    .show > .btn-outline-attended.dropdown-toggle {
        color: #fff;
        background-color: #666666;
        border-color: #666666;
    }

    .btn-outline-attended:not(:disabled):not(.disabled):active:focus,
    .btn-outline-attended:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-attended.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 102, 102, 0.5);
    }

/*
    Cancelled
 */
    .bg-cancelled {
        background-color: #006600;
        border-color: #006600;
    }

    .btn-outline-cancelled {
        color: #006600;
        background-color: transparent;
        background-image: none;
        border-color: #006600;
    }

    .btn-outline-cancelled:hover {
        color: #fff;
        background-color: #006600;
        border-color: #006600;
    }

    .btn-outline-cancelled:focus, .btn-outline-cancelled.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
    }

    .btn-outline-cancelled.disabled, .btn-outline-cancelled:disabled {
        color: #006600;
        background-color: transparent;
    }

    .btn-outline-cancelled:not(:disabled):not(.disabled):active,
    .btn-outline-cancelled:not(:disabled):not(.disabled).active,
    .show > .btn-outline-cancelled.dropdown-toggle {
        color: #fff;
        background-color: #006600;
        border-color: #006600;
    }

    .btn-outline-cancelled:not(:disabled):not(.disabled):active:focus,
    .btn-outline-cancelled:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-cancelled.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(0, 102, 0, 0.5);
    }

/*
    No Show
 */
    .bg-noshow {
        background-color: #daa520;
        border-color: #daa520;
    }

    .btn-outline-noshow {
        color: #daa520;
        background-color: transparent;
        background-image: none;
        border-color: #daa520;
    }

    .btn-outline-noshow:hover {
        color: #fff;
        background-color: #daa520;
        border-color: #daa520;
    }

    .btn-outline-noshow:focus, .btn-outline-noshow.focus {
        box-shadow: 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
    }

    .btn-outline-noshow.disabled, .btn-outline-noshow:disabled {
        color: #daa520;
        background-color: transparent;
    }

    .btn-outline-noshow:not(:disabled):not(.disabled):active,
    .btn-outline-noshow:not(:disabled):not(.disabled).active,
    .show > .btn-outline-noshow.dropdown-toggle {
        color: #fff;
        background-color: #daa520;
        border-color: #daa520;
    }

    .btn-outline-noshow:not(:disabled):not(.disabled):active:focus,
    .btn-outline-noshow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-noshow.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 165, 32, 0.5);
    }

/*
    Block\Meeting
 */
    .bg-meeting {
        background-color: #A0522D;
        border-color: #A0522D;
    }

    .btn-outline-meeting {
        color: #A0522D;
        background-color: transparent;
        background-image: none;
        border-color: #A0522D;
    }

    .btn-outline-meeting:hover {
        color: #fff;
        background-color: #A0522D;
        border-color: #A0522D;
    }

    .btn-outline-meeting:focus, .btn-outline-meeting.focus {
        box-shadow: 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
    }

    .btn-outline-meeting.disabled, .btn-outline-meeting:disabled {
        color: #A0522D;
        background-color: transparent;
    }

    .btn-outline-meeting:not(:disabled):not(.disabled):active,
    .btn-outline-meeting:not(:disabled):not(.disabled).active,
    .show > .btn-outline-meeting.dropdown-toggle {
        color: #fff;
        background-color: #A0522D;
        border-color: #A0522D;
    }

    .btn-outline-meeting:not(:disabled):not(.disabled):active:focus,
    .btn-outline-meeting:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-meeting.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(160, 82, 45, 0.5);
    }

/*
    Screening
 */
    .bg-screen {
        background-color: #339999;
        border-color: #339999;
    }

    .text-screen {
        color: #339999;
    }

    .btn-outline-screen {
        color: #339999;
        background-color: transparent;
        background-image: none;
        border-color: #339999;
    }

    .btn-outline-screen:hover {
        color: #fff;
        background-color: #339999;
        border-color: #339999;
    }

    .btn-outline-screen:focus, .btn-outline-screen.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
    }

    .btn-outline-screen.disabled, .btn-outline-screen:disabled {
        color: #339999;
        background-color: transparent;
    }

    .btn-outline-screen:not(:disabled):not(.disabled):active,
    .btn-outline-screen:not(:disabled):not(.disabled).active,
    .show > .btn-outline-screen.dropdown-toggle {
        color: #fff;
        background-color: #339999;
        border-color: #339999;
    }

    .btn-outline-screen:not(:disabled):not(.disabled):active:focus,
    .btn-outline-screen:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-screen.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 153, 153, 0.5);
    }

/*
    Referral
 */
    .bg-refer {
        background-color: #e680e6;
        border-color: #e680e6;
    }

    .btn-outline-refer {
        color: #e680e6;
        background-color: transparent;
        background-image: none;
        border-color: #e680e6;
    }

    .btn-outline-refer:hover {
        color: #fff;
        background-color: #e680e6;
        border-color: #e680e6;
    }

    .btn-outline-refer:focus, .btn-outline-refer.focus {
        box-shadow: 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
    }

    .btn-outline-refer.disabled, .btn-outline-refer:disabled {
        color: #e680e6;
        background-color: transparent;
    }

    .btn-outline-refer:not(:disabled):not(.disabled):active,
    .btn-outline-refer:not(:disabled):not(.disabled).active,
    .show > .btn-outline-refer.dropdown-toggle {
        color: #fff;
        background-color: #e680e6;
        border-color: #e680e6;
    }

    .btn-outline-refer:not(:disabled):not(.disabled):active:focus,
    .btn-outline-refer:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-refer.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(230, 128, 230, 0.5);
    }

/*
    Group
 */
    .bg-group {
        background-color: #336699;
        border-color: #336699;
    }

    .btn-outline-group {
        color: #336699;
        background-color: transparent;
        background-image: none;
        border-color: #336699;
    }

    .btn-outline-group:hover {
        color: #fff;
        background-color: #336699;
        border-color: #336699;
    }

    .btn-outline-group:focus, .btn-outline-group.focus {
        box-shadow: 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
    }

    .btn-outline-group.disabled, .btn-outline-group:disabled {
        color: #336699;
        background-color: transparent;
    }

    .btn-outline-group:not(:disabled):not(.disabled):active,
    .btn-outline-group:not(:disabled):not(.disabled).active,
    .show > .btn-outline-group.dropdown-toggle {
        color: #fff;
        background-color: #336699;
        border-color: #336699;
    }

    .btn-outline-group:not(:disabled):not(.disabled):active:focus,
    .btn-outline-group:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-group.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(51, 102, 153, 0.5);
    }

/*
    Transfer
 */
    .bg-transfer {
        background-color: #7744aa;
        border-color: #7744aa;
    }

    .btn-outline-transfer {
        color: #7744aa;
        background-color: transparent;
        background-image: none;
        border-color: #7744aa;
    }

    .btn-outline-transfer:hover {
        color: #fff;
        background-color: #7744aa;
        border-color: #7744aa;
    }

    .btn-outline-transfer:focus, .btn-outline-transfer.focus {
        box-shadow: 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
    }

    .btn-outline-transfer.disabled, .btn-outline-transfer:disabled {
        color: #7744aa;
        background-color: transparent;
    }

    .btn-outline-transfer:not(:disabled):not(.disabled):active,
    .btn-outline-transfer:not(:disabled):not(.disabled).active,
    .show > .btn-outline-transfer.dropdown-toggle {
        color: #fff;
        background-color: #7744aa;
        border-color: #7744aa;
    }

    .btn-outline-transfer:not(:disabled):not(.disabled):active:focus,
    .btn-outline-transfer:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-transfer.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(119, 68, 170, 0.5);
    }

/*
    Returning
 */
    .bg-return {
        background-color: #6699CC;
        border-color: #6699CC;
    }

    .btn-outline-return {
        color: #6699CC;
        background-color: transparent;
        background-image: none;
        border-color: #6699CC;
    }

    .btn-outline-return:hover {
        color: #fff;
        background-color: #6699CC;
        border-color: #6699CC;
    }

    .btn-outline-return:focus, .btn-outline-return.focus {
        box-shadow: 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
    }

    .btn-outline-return.disabled, .btn-outline-return:disabled {
        color: #6699CC;
        background-color: transparent;
    }

    .btn-outline-return:not(:disabled):not(.disabled):active,
    .btn-outline-return:not(:disabled):not(.disabled).active,
    .show > .btn-outline-return.dropdown-toggle {
        color: #fff;
        background-color: #6699CC;
        border-color: #6699CC;
    }

    .btn-outline-return:not(:disabled):not(.disabled):active:focus,
    .btn-outline-return:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-return.dropdown-toggle:focus {
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(102, 153, 204, 0.5);
    }

/*
    Testing
 */
.bg-test {
    background-color: #FFAA66;
    border-color: #FFAA66;
}

.text-test {
    color: #FFAA66;
}

.btn-outline-test {
    color: #FFAA66;
    background-color: transparent;
    background-image: none;
    border-color: #FFAA66;
}

.btn-outline-test:hover {
    color: #fff;
    background-color: #FFAA66;
    border-color: #FFAA66;
}

.btn-outline-test:focus, .btn-outline-test.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 170, 102, 0.5);
}

.btn-outline-test.disabled, .btn-outline-test:disabled {
    color: #FFAA66;
    background-color: transparent;
}

.btn-outline-test:not(:disabled):not(.disabled):active,
.btn-outline-test:not(:disabled):not(.disabled).active,
.show > .btn-outline-test.dropdown-toggle {
    color: #fff;
    background-color: #FFAA66;
    border-color: #FFAA66;
}

.btn-outline-test:not(:disabled):not(.disabled):active:focus,
.btn-outline-test:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-test.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 170, 102, 0.5);
}

.bg-error {
    background-color: #993636;
    border-color: #993636;
}

.text-yellow {
    color: yellow;
}

a.text-yellow:hover, a.text-yellow:focus {
    color: #cdcd00 !important;
}

.text-red {
    color: rgba(139, 0, 0, 0.6);
}

.text-cancelled {
    color: #006600 !important;
}

.text-noshow {
    color: #daa520 !important;
}

.navbar-header {
    float: left;
    text-align: center;
    width: 100%;
}

.navbar-brand {
    font-size: 1.75rem;
    font-style: italic;
    float: none;
}

@media (max-width: 575.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 767.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

@media (max-width: 991.98px) {
    .hide-sm {
        visibility: hidden !important;
        padding-left: 0 !important;
        width: 0;
        height: 0;
    }
}

.easy-autocomplete-container {
    width: 98% !important;
}

.easy-autocomplete .form-control {
    color: #495057 !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset !important;
    border: 2px solid #ced4da !important;
    border-top-color: rgb(206, 212, 218) !important;
    border-top-style: solid !important;
    border-top-width: 2px !important;
    border-right: none !important;
    border-bottom-color: rgb(206, 212, 218) !important;
    border-bottom-style: solid !important;
    border-bottom-width: 2px !important;
    border-left-color: rgb(206, 212, 218) !important;
    border-left-style: solid !important;
    border-left-width: 2px !important;
    border-radius: 0.4rem, 0rem, 0.4rem, 0rem !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
}

.strength-meter {
    width: 100% !important;
    text-align: left !important;
    paddingt: 0 !important;
    margin-top: 2px !important;
    font-size: 80% !important;
    font-weight: 400 !important;
}

/* View Hidden Passwords */
::-ms-reveal,
::-ms-clear {
    display: none !important;
}

.hideShowPassword-toggle {
    background-color: transparent;
    background-image: url('../img/eye.svg'), none;
    background-position: 0 center;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    font-size: 100%;
    height: 22px;
    margin: 0;
    max-height: 100%;
    padding: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 46px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
    background-image: url('../img/eye-slash.svg'), none;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
    border-color: transparent;
    outline: transparent;
}

.bs-searchbox .form-control {
    line-height: 1rem !important;
}


.form-inline .form-control.custom-file-upload {
    border: 1px solid #ccc;
    padding: 6px 12px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.wrap-input-container {
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.wrap-input-container input {
    position: absolute;
    font-size: 400px;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
}

.w-special {
    width: 1050px !important;
}

.w-85 {
    width: 85% !important;
}

@media (max-width: 575.98px) {
    .w-special {
        width: 100% !important;
    }

    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 767.98px) {
    .w-special {
        width: 100% !important;
    }

    .w-85 {
        width: 85% !important;
    }
}

@media (max-width: 991.98px) {
    .w-special {
        width: 100% !important;
    }

    .w-85 {
        width: 85% !important;
    }
}

/* Custom Divider */
.divider
{
    position: relative;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
    height: 2px;
}

.div-transparent:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 2px;
    background-image: linear-gradient(to right, transparent, rgb(51,26,43), transparent);
}

.div-dot:after
{
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 200px;
    height: 20px;
    background-color: #804e76;
    border: 1px solid rgb(51,26,43);
    border-radius: 0%;
    box-shadow: inset 0 0 0 2px white,
    0 0 0 4px white;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 0.2rem 0.4rem;
    font-size: 0.7rem;
    line-height: 1.2;
    border-radius: 0.24rem;
}

.mtn-bg {
    margin-top: -90px !important;
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mtn-bg::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.50;
    background-image: url('/resources/img/login_bg.png');
    background-size: cover;
}

.mtn-bg .logo {
    position: relative;
    height: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper {
    position: relative;
    display: inline;
    z-index: 5;
    float: right;
    width: 78px;
    height: 52px;
    margin-top: -52px;
    border-radius: 0 6px 6px 0;
    background-color: #446E9B;
    transition: background-color .25s ease-out;
    cursor: pointer;
}

.eye, .more {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fff;
    transition: color .25s ease-out;
}

.icon-wrapper:hover {
    background-color: #385b80;
    transition: background-color .25s ease-out;
}

.bg-miss {
    color: #fff !important;
    background-color: rgba(128, 0, 0, 0.8) !important;
}

.bg-match {
    color: #fff !important;
    background-color: rgba(0, 128, 0, 0.8) !important;
}

.pretty input:checked ~ .state.p-screen label:after,
.pretty.p-toggle .state.p-screen label:after {
    background-color: #339999 !important;
}

.pretty input:checked ~ .state.p-screen .icon,
.pretty input:checked ~ .state.p-screen .svg,
.pretty.p-toggle .state.p-screen .icon,
.pretty.p-toggle .state.p-screen .svg {
    color: #fff;
    stroke: #fff;
}

.pretty input:checked ~ .state.p-screen-o label:before,
.pretty.p-toggle .state.p-screen-o label:before {
    border-color: #339999;
}

.pretty input:checked ~ .state.p-screen-o label:after,
.pretty.p-toggle .state.p-screen-o label:after {
    background-color: transparent;
}

.pretty input:checked ~ .state.p-screen-o .icon,
.pretty input:checked ~ .state.p-screen-o .svg,
.pretty input:checked ~ .state.p-screen-o svg,
.pretty.p-toggle .state.p-screen-o .icon,
.pretty.p-toggle .state.p-screen-o .svg,
.pretty.p-toggle .state.p-screen-o svg {
    color: #339999;
    stroke: #339999;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-screen-o label:after {
    background-color: #339999 !important;
}

.pretty.p-switch input:checked ~ .state.p-screen:before {
    border-color: #339999;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-screen:before {
    background-color: #339999 !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-screen:before {
    border-color: #339999;
    background-color: #339999 !important;
}


/*      */
.bg-any {
    background-color: #C2E5D3;  /*   light mint green   */
    border-color: #C2E5D3;
}

.btn-outline-any {
    color: #C2E5D3;
    background-color: transparent;
    background-image: none;
    border-color: #C2E5D3;
}

.btn-outline-any:hover {
    color: #666;
    background-color: #C2E5D3;
    border-color: #C2E5D3;
}

.btn-outline-any:focus, .btn-outline-any.focus {
    box-shadow: 0 0 0 0.2rem rgba(194, 229, 211, 0.5);
}

.btn-outline-any.disabled, .btn-outline-any:disabled {
    color: #C2E5D3;
    background-color: transparent;
}

.btn-outline-any:not(:disabled):not(.disabled):active,
.btn-outline-any:not(:disabled):not(.disabled).active,
.show > .btn-outline-any.dropdown-toggle {
    color: #666;
    background-color: #C2E5D3;
    border-color: #C2E5D3;
}

.btn-outline-any:not(:disabled):not(.disabled):active:focus,
.btn-outline-any:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-any.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(194, 229, 211, 0.5);
}


.bg-inoffice {
    background-color: #C9DFEC;  /*   gulf blue   */
    border-color: #C9DFEC;
}

.btn-outline-inoffice {
    color: #C9DFEC;
    background-color: transparent;
    background-image: none;
    border-color: #C9DFEC;
}

.btn-outline-inoffice:hover {
    color: #666;
    background-color: #C9DFEC;
    border-color: #C9DFEC;
}

.btn-outline-inoffice:focus, .btn-outline-inoffice.focus {
    box-shadow: 0 0 0 0.2rem rgba(201, 223, 236, 0.5);
}

.btn-outline-inoffice.disabled, .btn-outline-inoffice:disabled {
    color: #C9DFEC;
    background-color: transparent;
}

.btn-outline-inoffice:not(:disabled):not(.disabled):active,
.btn-outline-inoffice:not(:disabled):not(.disabled).active,
.show > .btn-outline-inoffice.dropdown-toggle {
    color: #666;
    background-color: #C9DFEC;
    border-color: #C9DFEC;
}

.btn-outline-inoffice:not(:disabled):not(.disabled):active:focus,
.btn-outline-inoffice:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-inoffice.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(201, 223, 236, 0.5);
}


.bg-telehealth {
    background-color: #D3D3D3;  /*   light gray   */
    border-color: #D3D3D3;
}

.btn-outline-telehealth {
    color: #D3D3D3;
    background-color: transparent;
    background-image: none;
    border-color: #D3D3D3;
}

.btn-outline-telehealth:hover {
    color: #666;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
}

.btn-outline-telehealth:focus, .btn-outline-telehealth.focus {
    box-shadow: 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}

.btn-outline-telehealth.disabled, .btn-outline-telehealth:disabled {
    color: #D3D3D3;
    background-color: transparent;
}

.btn-outline-telehealth:not(:disabled):not(.disabled):active,
.btn-outline-telehealth:not(:disabled):not(.disabled).active,
.show > .btn-outline-telehealth.dropdown-toggle {
    color: #666;
    background-color: #D3D3D3;
    border-color: #D3D3D3;
}

.btn-outline-telehealth:not(:disabled):not(.disabled):active:focus,
.btn-outline-telehealth:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-telehealth.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(211, 211, 211, 0.5);
}


.bg-testing {
    background-color: #D2B48C;  /*   tan   */
    border-color: #D2B48C;
}

.btn-outline-testing {
    color: #D2B48C;
    background-color: transparent;
    background-image: none;
    border-color: #D2B48C;
}

.btn-outline-testing:hover {
    color: #666;
    background-color: #D2B48C;
    border-color: #C2E5D2B48CD3;
}

.btn-outline-testing:focus, .btn-outline-testing.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 180, 140, 0.5);
}

.btn-outline-testing.disabled, .btn-outline-testing:disabled {
    color: #D2B48C;
    background-color: transparent;
}

.btn-outline-testing:not(:disabled):not(.disabled):active,
.btn-outline-testing:not(:disabled):not(.disabled).active,
.show > .btn-outline-testing.dropdown-toggle {
    color: #666;
    background-color: #D2B48C;
    border-color: #D2B48C;
}

.btn-outline-testing:not(:disabled):not(.disabled):active:focus,
.btn-outline-testing:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-testing.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(210, 180, 140, 0.5);
}


.bg-screening {
    background-color: #FFFFE0;  /*   light yellow   */
    border-color: #FFFFE0;
}

.btn-outline-screening {
    color: #FFFFE0;
    background-color: transparent;
    background-image: none;
    border-color: #FFFFE0;
}

.btn-outline-screening:hover {
    color: #666;
    background-color: #FFFFE0;
    border-color: #FFFFE0;
}

.btn-outline-screening:focus, .btn-outline-screening.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 224, 0.5);
}

.btn-outline-screening.disabled, .btn-outline-screening:disabled {
    color: #FFFFE0;
    background-color: transparent;
}

.btn-outline-screening:not(:disabled):not(.disabled):active,
.btn-outline-screening:not(:disabled):not(.disabled).active,
.show > .btn-outline-screening.dropdown-toggle {
    color: #666;
    background-color: #FFFFE0;
    border-color: #FFFFE0;
}

.btn-outline-screening:not(:disabled):not(.disabled):active:focus,
.btn-outline-screening:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-screening.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 255, 224, 0.5);
}


.bg-new {
    background-color: #DCD0FF;  /*   pale lilac   */
    border-color: #DCD0FF;
}

.btn-outline-new {
    color: #DCD0FF;
    background-color: transparent;
    background-image: none;
    border-color: #DCD0FF;
}

.btn-outline-new:hover {
    color: #666;
    background-color: #DCD0FF;
    border-color: #DCD0FF;
}

.btn-outline-new:focus, .btn-outline-new.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 208, 255, 0.5);
}

.btn-outline-new.disabled, .btn-outline-new:disabled {
    color: #DCD0FF;
    background-color: transparent;
}

.btn-outline-new:not(:disabled):not(.disabled):active,
.btn-outline-new:not(:disabled):not(.disabled).active,
.show > .btn-outline-new.dropdown-toggle {
    color: #666;
    background-color: #DCD0FF;
    border-color: #DCD0FF;
}

.btn-outline-new:not(:disabled):not(.disabled):active:focus,
.btn-outline-new:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-new.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(220, 208, 255, 0.5);
}


.bg-groups {
    background-color: #AFEEEE;  /*   pale turquoise   */
    border-color: #AFEEEE;
}

.btn-outline-groups {
    color: #AFEEEE;
    background-color: transparent;
    background-image: none;
    border-color: #AFEEEE;
}

.btn-outline-groups:hover {
    color: #666;
    background-color: #AFEEEE;
    border-color: #AFEEEE;
}

.btn-outline-groups:focus, .btn-outline-groups.focus {
    box-shadow: 0 0 0 0.2rem rgba(175, 238, 238, 0.5);
}

.btn-outline-groups.disabled, .btn-outline-groups:disabled {
    color: #AFEEEE;
    background-color: transparent;
}

.btn-outline-groups:not(:disabled):not(.disabled):active,
.btn-outline-groups:not(:disabled):not(.disabled).active,
.show > .btn-outline-groups.dropdown-toggle {
    color: #666;
    background-color: #AFEEEE;
    border-color: #AFEEEE;
}

.btn-outline-groups:not(:disabled):not(.disabled):active:focus,
.btn-outline-groups:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-groups.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(175, 238, 238, 0.5);
}


.bg-pre {
    background-color: #F8B88B;  /*   pastel orange   */
    border-color: #F8B88B;
}

.btn-outline-pre {
    color: #F8B88B;
    background-color: transparent;
    background-image: none;
    border-color: #F8B88B;
}

.btn-outline-pre:hover {
    color: #666;
    background-color: #F8B88B;
    border-color: #F8B88B;
}

.btn-outline-pre:focus, .btn-outline-pre.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 184, 139, 0.5);
}

.btn-outline-pre.disabled, .btn-outline-pre:disabled {
    color: #F8B88B;
    background-color: transparent;
}

.btn-outline-pre:not(:disabled):not(.disabled):active,
.btn-outline-pre:not(:disabled):not(.disabled).active,
.show > .btn-outline-pre.dropdown-toggle {
    color: #666;
    background-color: #F8B88B;
    border-color: #F8B88B;
}

.btn-outline-pre:not(:disabled):not(.disabled):active:focus,
.btn-outline-pre:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-pre.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(248, 184, 139, 0.5);
}


.bg-none {
    background-color: #C08081;  /*   old rose   */
    border-color: #C08081;
}

.btn-outline-none {
    color: #C08081;
    background-color: transparent;
    background-image: none;
    border-color: #C08081;
}

.btn-outline-none:hover {
    color: #666;
    background-color: #C08081;
    border-color: #C08081;
}

.btn-outline-none:focus, .btn-outline-none.focus {
    box-shadow: 0 0 0 0.2rem rgba(192, 128, 129, 0.5);
}

.btn-outline-none.disabled, .btn-outline-none:disabled {
    color: #C08081;
    background-color: transparent;
}

.btn-outline-none:not(:disabled):not(.disabled):active,
.btn-outline-none:not(:disabled):not(.disabled).active,
.show > .btn-outline-none.dropdown-toggle {
    color: #666;
    background-color: #C08081;
    border-color: #C08081;
}

.btn-outline-none:not(:disabled):not(.disabled):active:focus,
.btn-outline-none:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-none.dropdown-toggle:focus {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(192, 128, 129, 0.5);
}


.fc .fc-bg-event {
    opacity: 90%;
}


