﻿.scheduling-days-container {
    position: absolute;
    left: 0;
    right: 80px;
    top: 10px;
    bottom: 0;
    margin: auto;
    width: 60%;
    display: inline-flex;
    justify-content: space-between;
    height: 100%;
}

.scheduling-day {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

    .scheduling-day label {
        cursor: pointer;
        display: block;
        font-size: 16px;
    }

    .scheduling-day .date-circle {
        border-radius: 25px;
        background-color: transparent;
        width: 30px;
        height: 30px;
        display: inline-block;
        color: #424243;
        font-size: 16px;
    }

    .scheduling-day .scheduling-day-name.selected {
        font-weight: bold;
    }

        .scheduling-day .scheduling-day-name.selected ~ .date-circle {
            background-color: #0177BC;
            color: white;
            font-weight: bold;
            border: none;
        }

.scheduling-day-name {
}

.scheduling-day-date {
    line-height: 30px;
}

#scheduling-secondary-header {
    padding: 0 10px;
    background-color: #FFFFFF;
    width: 100%;
    height: 34px;
    margin-top: 1px;
}

    #scheduling-secondary-header label {
        line-height: 24px;
        float: left;
    }

    #scheduling-secondary-header .left {
        float: left;
        height: 24px;
        margin-top: 5px;
    }

    #scheduling-secondary-header .fill {
        float: left;
        height: 24px;
        margin-top: 5px;
        max-width: calc(100% - 560px);
    }

    #scheduling-secondary-header .right {
        float: right;
        height: 24px;
        margin-top: 5px;
    }

    #scheduling-secondary-header .scheduling-event {
        cursor: pointer;
        margin-left: 20px;
        color: #1F2A2D;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    #scheduling-secondary-header .schedule-activity-buttons-container {
        display: inline-block;
    }

    #scheduling-secondary-header #scheduling_current_activity {
        float: right;
        margin-top: 2px;
    }

#scheduling_top {
    padding: 0 10px;
    border-bottom: 1px solid #E7E9EA;
}

    #scheduling_top #scheduling-week {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    #scheduling_top .fiscal-week-wrapper {
        position: relative;
        width: 120px;
        height: 60px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

    #scheduling_top .fiscal-date-picker-wrapper {
        height: 60px;
        width: 24px;
        position: relative;
        float: left;
    }

        #scheduling_top .fiscal-date-picker-wrapper .ui-datepicker-trigger {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: inline-block;
            width: 25px;
            height: 25px;
        }

.scheduling-grid-cell.large {
    height: 35px;
    line-height: 35px;
}

.week-button {
    height: 60px;
    position: relative;
    float: right;
}

.week-button-wrapper-primary {
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 25px;
    background: transparent;
    top: 0;
    height: fit-content;
    bottom: 0;
    right: 0;
    margin: 0 30px;
    background-color: #E7E9F0;
    color: #FFFFFF;
}

    .week-button-wrapper-primary:hover {
    }

    .week-button-wrapper-primary label {
        cursor: pointer;
        font-weight: bold;
    }

.week-button-wrapper-secondary {
    cursor: pointer;
    padding: 10px 40px;
    border-radius: 25px;
    background: transparent;
    top: 0;
    height: fit-content;
    bottom: 0;
    right: 0;
    margin: 0 30px;
    border: 1px solid #0177BC;
    background-color: #FFFFFF;
    color: #0177BC;
}

    .week-button-wrapper-secondary:hover {
        border: 1px solid #003F54;
        background-color: #FFFFFF;
        color: #003F54;
    }

    .week-button-wrapper-secondary label {
        cursor: pointer;
        font-weight: bold;
    }

#scheduling_footer {
}

.scheduling-footer-header {
    height: 22px;
    width: 100%;
    background-color: #939596;
    color: #000000;
    position: relative;
}

    .scheduling-footer-header div {
    }

#scheduling_left_container {
    background-color: white;
}

img.scheduling-show-hide-totals {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.scheduling-dates-wrapper {
    width: 60%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

#scheduling-secondary-header img, #scheduling-secondary-header input[type=button] {
    cursor: pointer;
}

.scheduling-event-image {
    margin: 4px 0 4px 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

#scheduling_top .availability-wrapper {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

#scheduling_top .peak-wrapper {
    margin-right: 10px;
    margin-top: 5px;
}

#scheduling_dashboard_top {
    padding: 0 10px;
}

    #scheduling_dashboard_top #scheduling-week {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
    }

    #scheduling_dashboard_top .fiscal-week-wrapper {
        position: relative;
        width: 120px;
        height: 60px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-left: 25px;
    }

    #scheduling_dashboard_top .fiscal-date-picker-wrapper {
        height: 60px;
        width: 24px;
        position: relative;
        float: left;
    }

        #scheduling_dashboard_top .fiscal-date-picker-wrapper .ui-datepicker-trigger {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            display: inline-block;
            width: 25px;
            height: 25px;
        }

@media screen and (max-width: 1024px) {
    .scheduling-dates-wrapper {
        width: 58%
    }
}
