legend {
    font-size: 1rem;
}

input.currency {
    text-align: right;
    padding-right: 15px;
}

.ws {
    color: #fff;
}

.reservation-cards {
    font-size: 11px;
}

.reservation-cards .col {
    padding: 5px;
}

.reservation-cards .card-deck:last-child {
    padding-right: 10px !important;
}

.reservation-cards .card-deck:first-child {
    padding-left: 10px !important;
}

.reservation-cards .widget-card-content {
    min-height: 370px;
}

.card-deck .card {
    min-width: 220px;
    font-size: 14px;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .15);
}

.card-body-min-height {
    min-height: 300px;
}

.card-buttons {
    position: absolute;
    bottom: 10px;
}

.form-inline .form-group label, .form-inline .form-group {
    margin-right: 4px;
}

.highlight {
    background-color: #f5f5f5;
}

h4 a {
    color: black;
}

.bg-green {
    background-color: green;
}

.bg-yellow {
    background-color: #eddb39;
}

.bg-orange {
    background-color: orange;
}

.bg-red {
    background-color: red;
}

a.fc-col-header-cell-cushion, a.fc-daygrid-day-number, .fc-event-title {
    color: black !important;
}

.clickable-options-selected {
    border-color: black;
    border-style: solid;
    border-width: medium;
}

.spa-results {
    padding: 10px;
    border-color: black;
    border-style: solid;
    border-width: thin;
    background-color: whitesmoke;
}

.mylogo {
    width: 30%;
}

.nav-tabs {
    background-color: #d9e0e7;
}

.pagination {
    margin-top: 10px;
}

th a {
    color: black;
}

.input-group > .form-floating:not(:first-child) > .form-control, .input-group > .form-floating:not(:first-child) > .form-select, .input-group > :not(:first-child):not(.dropdown-menu):not(.form-floating):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select, .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.close-button {
    cursor: pointer;
    font-size: 10px;
}

.incomplete-notification-list {
    max-height: 150px
}

.notification .media-object {
    width: 48px;
    height: 48px;
    font-size: 24px;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    color: #fff;
}

.notification .media {
    border-bottom: 1px;
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    padding-bottom: 8px;
}

.scrollable-content {
    background: white;
    flex-grow: 1;
    overflow: auto;
    min-height: 0;
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 2;
}

.reservation-calendar-row {
    height: 30px;
}

.reservation-calendar-dates {
    min-width: 70px;
}

.reservation-calendar td {
    padding: 4px;
    line-height: 1.0;
    font-size: 85%;
    font-weight: 500;
    vertical-align: middle;
}

.reservation-calendar-selected {
    border-color: black !important;
    border-left-width: 2px !important;
    border-top-width: 0 !important;
    border-bottom-width: 0 !important;
    border-right-width: 0 !important;
    cursor: pointer;
}

.tableFixHead table {
    width: 100%;
}

.tableFixHead td:first-child,
.tableFixHead th:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
}

.tableFixHead td:nth-child(1),
.tableFixHead th:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    background-color: white;
}

.tableFixHead th:first-child(1) {
    background-color: #eee;
}

.tableFixHead th {
    position: sticky;
    top: 0;
    background: #eee;
    z-index: 2
}

.tableFixHead th:first-child,
.tableFixHead th:nth-child(1) {
    z-index: 3;
    background-color: #eee;
}