<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*

Colored slots are tied to availability

*/

.white-space {
    white-space: normal !important;
}

.base {
    background-color: #fff !important;
}

.std_slot {
    /*background-color: rgb(162, 255, 162) !important;*/
    background-color: $sjs-primary !important;
    white-space: normal !important;
}

.full_slot {
    background-color: #d2d2d2 !important;
    white-space: normal !important;
}

.past_slot {
    background-color: #d2d2d2 !important;
    white-space: normal !important;
}

.hidden_slot {
    display:none !important;
}

/*

below are admin design css

*/

.box {
    border-radius: 0;
    box-shadow: 4px 7px 7px 1px rgba(119, 119, 119, 0.2);
    width:95%;
}

.border-grey {
    border-top: 1px solid grey;
}

.font-white {
    color: white;
}

.font-black {
    color: black;
}

.flex {
    display: flex;
}

.f-item {
    width: auto;
}

.f-grow1 {
    flex-grow: 1;
}

.vert-center-parent {
    display:table;
    width:100%;
}

.vert-center-child {
    display:table-cell;
    vertical-align: middle;
}

.bold {
    font-weight: bold;
}

.center {
    text-align: center;
}

.font-xlrg {
    font-size: 2rem;
    padding: .25rem;
}

.font-lrg {
    font-size: 1.5rem;
    padding: .15rem;
}

.font-med {
    font-size: 1.25rem;
    padding: .1rem;
}

.font-sm {
    font-size: 1rem;
    padding: .1rem;
}

.font-xsm {
    font-size: .75rem;
    padding: .1rem;
}

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

.btn {
    display: block;
    padding: .75rem;
    text-align: center;
}

.black-button {
    background-color: #1a252f !important
}

.btn:hover {
    background-color: rgb(197, 197, 197);
    cursor: pointer;
}

.fc-daygrid-block-event {
    margin-bottom: 1rem;
}

.osprey {
    background-color: rgb(156, 81, 156);
}

.sea-lion {
    background-color: lightskyblue;
}

.kestrel {
    background-color: orangered;
}

.none{
    background-color: #fff;
}

.fc-event-main .base .flex{

}

/*

fixes against GIN theme

*/

table.fc-scroll-grid tr:hover {
    background-color: 'green' !important;
}
</pre></body></html>