.vue-treeselect__indent-level-0 {
    color: #d64635;
    font-size: 20px;
}

.vue-treeselect__indent-level-1 {
    font-size: 19px;
    color: #216b9e;
}

.vue-treeselect__indent-level-2 {
    font-weight: 600 !important;
    font-size: 18px;
    color: #4e4e4e;
}

.vue-treeselect__indent-level-3 {
    font-weight: 900 !important;
    font-size: 17px;
    color: #216b9e;
}

.vue-treeselect__indent-level-4 {
    color: #4e4e4e;
}

.vue-treeselect__indent-level-5 {
    color: #216b9e;
}

.vue-treeselect__indent-level-6 {
    color: #4e4e4e;
}

.vue-treeselect__indent-level-7 {
    color: #216b9e;
}

.vue-treeselect__option.vue-treeselect__option--highlight {
    background-color: unset;
}

.vue-treeselect--open-above .vue-treeselect__menu {
    top: 0;
    margin-top: -1px;
    border-top-color: #f2f2f2;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    border-radius: 5px 5px 0px 0px;
    bottom: unset;
    margin-bottom: unset;
}

.vue-treeselect__option--disabled .vue-treeselect__label-container {
    cursor: not-allowed;
    color: rgba(0,0,0,.25);
}
.vue-treeselect--open.vue-treeselect--open-above .vue-treeselect__control {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.vue-treeselect--open-above:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
    top: 100%;
    bottom: unset;
}

.portlet-title .reservations_day {
    font-size: 24px !important;
    font-weight: 300 !important;
    background-color: #fff !important;
}

td.tree-tools-icons {
    min-width: 15rem !important;
}

.service_class .block {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ReservationsSearchResults td .service_class {
    text-align: left;
    word-break: break-word;
    max-width: 20rem;
    display: inline-block;
    max-height: fit-content;
    white-space: inherit;
    line-height: 16px;
}

.ReservationsSearchResults td .service_class.date_block {
    min-width: 10rem;
}

.reservation_status.patient_Status {
    width: 18rem;
    max-width: 18rem;
}

.vue-treeselect--open:not(.vue-treeselect--append-to-body) .vue-treeselect__menu-container {
    z-index: 99999999 !important;
}

.page-header.navbar.navbar-fixed-top, .page-header.navbar.navbar-static-top {
    z-index: 999511111111;
}

.modal .modal-dialog {
    margin-top: 80px !important;
}
