﻿.stage {
    padding: 15px;
    
    ;
}
#fullPageContainer textarea {
    min-width: 100%;
}
#fullPageContainer .row label {
    font-weight: bold;
}
.depot-list-circle {
    cursor: pointer;
}
.blue-background {
    background-color: #4472c4;
}
.green-background {
    background-color: #00C800;
}
.depot-container {
    height: 500px;
}
#workRequiredPanel {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: #dedede;
    z-index: 1000;
}
.multi-select {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #dedede;
    box-sizing: border-box;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.grow {
    flex-grow: 1;
}
.red-border {
    border: 2px red solid !important;
}
.active-booking-date {
    border: 2px blue solid;
    border-radius: 5px;
}

#appointmentCalendar.k-calendar {
    width: 100%;
    border: none;
    padding: 0;
}

    #appointmentCalendar.k-calendar table {
        height: 100%;
    }

        #appointmentCalendar.k-calendar table .k-state-disabled {
            color: lightgray;
        }

        #appointmentCalendar.k-calendar table .k-state-hover {
            background-color: lightgreen;
        }

    #appointmentCalendar.k-calendar td {
        font-weight: bold;
    }

#appointmentCalendar.k-calendar table .k-header {
    background-color: transparent;
    font-size: 1.5rem;
}

#appointmentCalendar.k-calendar table th {
    font-size: 1.2rem;
    font-weight: bold;
}

    #appointmentCalendar.k-calendar table td a {
        margin: 0 3px 0 3px;
        border-bottom: 2px solid darkgrey;
        border-radius: 0;
    }

        #appointmentCalendar.k-calendar table td.k-state-hover a {
            background-color: unset;
        }


        #appointmentCalendarMobile table {
            width: 100%;
        }

#appointmentCalendarMobile table th {
    text-align: center;
    padding: 5px 0 5px 0;
}

#appointmentCalendarMobile table td {
    text-align: center;
    font-size: 1.5rem;
    padding: 10px 0 10px 0;
}

#appointmentCalendarMobile table td hr {
    margin-right: 10px;
    margin-left: 10px;
}

.mobileSelectedCell {
    background-color: lightblue;
    border: 1px solid darkcyan;
}
