﻿.k-scheduler {
    font-size: 12px;
}

.k-scheduler-toolbar {
    display: none;
}

.time-period-option {
    width: calc(100% / 4);
    padding: 2px 0 2px 0;
    border: 1px solid rgb(235, 235, 235);
    border-width: 0 1px 0 1px;
    font-size: 14px;
    cursor: default;
}

.scheduler-option {
    width: calc(100% / 3);
    padding: 2px 0 2px 0;
    border: 1px solid rgb(235, 235, 235);
    border-width: 0 1px 0 1px;
    font-size: 14px;
    cursor: default;
}

.selected {
    background-color: gray;
    color: white;
}

.time-period-option:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.time-period-option:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#date-container {
    padding: 2px 0 2px 0;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
    font-size: 14px;
    width: 100%;
    background-color: white;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#date-text {
    cursor: default;
    font-weight: bold;
    padding-top: 2px;
    border: 1px solid rgb(235, 235, 235);
    background-color: rgb(235, 235, 235);
    border-radius: 3px;
    min-width: calc((100% - 100px) / 2);
}

#select-facilities-label {
    font-size: 14px;
    width: 100%;
    text-align: center;
    background-color: white;
    padding: 2px 0 2px 0;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 3px;
}

.k-scheduler-table.k-scheduler-table-auto {
    height: 100% !important;
}

#content-container {
    padding: 8px 8px 8px 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    margin-bottom: 8px !important;
    padding-top: 2px !important;
}

#scheduler-container {
    flex-grow: 1;
}

.schedule-container-non-fullscreen {
    min-height: 256px;
}

.schedule-container-fullscreen {
    min-height: 1px !important;
}

.k-animation-container.k-animation-container-shown[role="region"]:has(#datepicker-popup) {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3), 0px 0px 10px rgba(0, 0, 0, 0.3) !important;
}

.shadow {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3), 0px 0px 5px rgba(0, 0, 0, 0.3) !important;
}

.event-list-panel {

}

.k-current-time {
    display: none;
}

#fullscreen-button {
    width: 30px;
    height: 30px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
    border-radius: 4px;
    background-color: white;
    height: 100%;
}

.option-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: white;
    text-align: center;
    border: 1px solid rgb(235, 235, 235);
    border-radius: 4px;
}

.scroll-icon-container {
    pointer-events: none;
}

.scroll-icon {
    pointer-events: auto;
    text-shadow: -1px -1px 0 #000, /* Top-left */
    1px -1px 0 #000, /* Top-right */
    -1px 1px 0 #000, /* Bottom-left */
    1px 1px 0 #000; /* Bottom-right */
}

.scroll-icon-container div {
    color: white;
    text-shadow: -1px -1px 0 #000, /* Top-left */
    1px -1px 0 #000, /* Top-right */
    -1px 1px 0 #000, /* Bottom-left */
    1px 1px 0 #000,
    -1px -1px 0 #000, /* Top-left */
    1px -1px 0 #000, /* Top-right */
    -1px 1px 0 #000, /* Bottom-left */
    1px 1px 0 #000,
    -1px -1px 0 #000, /* Top-left */
    1px -1px 0 #000, /* Top-right */
    -1px 1px 0 #000, /* Bottom-left */
    1px 1px 0 #000; /* Bottom-right */
}

.facilities-scheduler > table > tbody > tr:nth-child(2) > td:nth-child(2) > div > table > tbody td {
    width: 20px;
}


#event-modal-whole-screen {
    z-index: 2147483646;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, .25);
    align-content: center;
}

#event-modal-container {
    background-color: rgba(255, 255, 255, 1);
    z-index: 2147483647;
    border-radius: 16px;
    min-width: 300px;
    height: min-content;
    margin: 48px;
}

#event-modal {
    margin: 0;
    padding: 16px;
    height: 100%;
    border-radius: 16px;
    text-align: center;
}

#event-modal #event-content-container {
    overflow-y: auto;
    max-height: calc(100vh - 101px);
}

#loading-whole-screen {
    z-index: 2147483646;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0, 0, 0, .25);
    cursor: wait;
}

#loading-whole-screen div {
    font-size: 64px;
}

@media (pointer: coarse) {
    #loading-whole-screen div {
        display: block;
    }
}

@media (hover: hover) and (pointer: fine) {
    #loading-whole-screen div {
        display: none;
    }
}

#current-time-button {
    width: 28px;
    border-radius: 4px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
}

.date-change-button {
    width: 24px;
    border-radius: 4px;
    border-color: rgb(235, 235, 235);
    border-style: solid;
}

#datepicker-container > span.k-datepicker {
    height: 100%;
}

#show-hide-menu {
    min-width: 96px;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid;
    border-color: rgba(255, 255, 255, .35);
    border-radius: 4px;
}