﻿#scheduling {
    display: none;
    overflow: hidden;
    height: 100%;
    width: calc(100% - 5px);
    min-height: 500px;
    min-width: 600px;
}

    #scheduling td {
        empty-cells: show;
    }

#scheduling_left {
    float: left;
    overflow: hidden;
    background-color: white;
}

#scheduling_body {
    float: right;
    background-color: white;
    overflow: scroll;
}

#scheduling_content {
    overflow: visible;
    position: relative;
}

#scheduling_footer {
    background-color: white;
}

#scheduling_bottom {
    background-color: #FFFFFF;
}

.scheduling-grid-container {
    border: 1px solid #CFD7D9;
    border-right-width: 0px;
    border-bottom-width: 0px;
    margin: 0px;
    padding: 0px;
    white-space: nowrap;
}

.scheduling-header-totals {
    background-color: #939596;
    color: #000000;
}

#scheduling_orderby {
    float: left;
    border-width: 0px;
    background-color: #FFFFFF;
}

#scheduling_top_header {
    overflow: hidden;
    float: left;
}

.scheduling-grid-cell-width {
    width: 50px;
}

.scheduling-grid-day-cell-width {
    width: 100px;
}

.scheduling-header-cell {
    text-align: center;
    vertical-align: middle;
    float: left;
}

.scheduling-grid-cell .scheduling-header-cell {
    padding-right: 3px;
}

.scheduling-grid-cell {
    border: 1px #CFD7D9 solid;
    border-left-width: 0px;
    border-top-width: 0px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
}

.scheduling-grid-cell-totals {
    border: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
}

    .scheduling-grid-cell-totals .scheduling-header-cell {
        padding-right: 3px;
    }

.scheduling-cell-right-align {
    text-align: right;
    padding-right: 3px;
}

.scheduling-store-closed-area {
    background-color: #F6F4F5;
}

.scheduling-store-power-hour-area {
    background: repeating-linear-gradient( 45deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, #FF9D02 10px, #FF9D02 11px );
    z-index: 2;
}

.scheduling-store-week-power-hour-area {
    background-color: #FFFA91;
    z-index: 1;
}

.scheduling-store-closed {
    text-align: center;
    vertical-align: middle;
    background-color: #666868;
    color: white;
}

.scheduling-store-open {
    text-align: center;
    vertical-align: middle;
    background-color: #F3F5F6;
    color: #2C2C2C;
}

.scheduling-employee-regular {
    color: #2C2C2C;
}

.scheduling-employee-keyholder {
    color: #CC9900;
}

.vertical-line {
    width: 1px;
    border-left: 1px solid #CFD7D9;
    position: absolute;
    top: 0px;
    z-index: 3;
}

.horizontal-line {
    height: 1px;
    border-top: 1px solid #CFD7D9;
    position: absolute;
    left: 0px;
    z-index: 3;
}

.scheduling-activity {
    position: absolute;
    z-index: 5;
    text-align: center;
    cursor: default;
    overflow: hidden;
    border-right: 1px solid #CFD7D9;
    white-space: nowrap;
}

.scheduling-other-department-shift {
    position: absolute;
    z-index: 5;
    text-align: center;
    cursor: default;
    overflow: hidden;
    border: 1px solid #000000;
    white-space: nowrap;
    background-color: white;
    color: #2C2C2C;
    font-weight: bold;
}

.scheduling-other-department-activity {
    position: absolute;
    text-align: center;
    overflow: hidden;
    cursor: default;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
    z-index: 5;
    font-weight: bold;
}

.scheduling-other-department-shift-week {
    text-align: center;
    cursor: default;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 50%;
}

.scheduling-availability {
    position: absolute;
    z-index: 4;
    height: 34px;
}

.scheduling-day-shift {
    cursor: ns-resize;
    display: inline-block;
    width: 50%;
}

.ui-dialog {
    z-index: 50000;
}

#cc2 td, #cc2 th {
    border: 1px solid lightgray;
    padding: 3px 5px;
    width: 25%;
}

#cc3 td, #cc3 th {
    border: 1px solid lightgray;
    padding: 1px 3px;
}

#scheduling_nonSell_footer td, #scheduling_nonSell_footer th {
    border: 1px solid #CFD7D9;
}

.scheduling-unavailable {
    background-color: lightgray;
}

.scheduling-vacation {
    background-color: black;
}

#view-loan-period-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

.scheduling-violation-image {
    width: 16px;
    height: 16px;
    position: relative;
    left: 3px;
    top: 2px;
}

.scheduling-borrowed {
    text-align: center;
    font-weight: bold;
    border: 2px solid;
    overflow: hidden;
    background: repeating-linear-gradient( 135deg, transparent, transparent 10px, #ccc 5px, #ccc 15px ), linear-gradient( #eee, white )
}

.scheduling-borrowedWeek {
    text-align: center;
    font-weight: bold;
    border: 1px solid;
    overflow: hidden;
    background: repeating-linear-gradient( 135deg, transparent, transparent 10px, #ccc 5px, #ccc 15px ), linear-gradient( #eee, white )
}

.scheduling-overlapped {
    border: 2px solid;
    background: repeating-linear-gradient( 135deg, transparent, transparent 10px, Red 5px, Red 15px ), linear-gradient( #eee, White )
}

#cc2 .central-reforecast-conditions tbody th {
    width: 50%;
    text-align: right;
}

#cc2 .central-reforecast-conditions tbody td {
    padding: 0;
    width: 25%;
}

    #cc2 .central-reforecast-conditions tbody td input {
        border: none;
        outline: none;
    }

#centralReforecastAllHours {
    outline: 0;
    margin-left: 10px;
    width: 2em;
    float: right;
}

#centralReforecastAllHoursLabel {
    float: right;
}

#centralReforecastExcludeAll {
    float: left;
}

.central-reforecast-days td {
    border: 1px solid lightgray !important;
    padding: 1px 3px;
}

#schedulingRulesDialog {
    padding: 10px;
}

    #schedulingRulesDialog tr {
        height: 30px;
    }

    #schedulingRulesDialog td {
        padding: 0;
    }

    #schedulingRulesDialog p {
        margin: 5px 20px;
        margin-block-start: 0;
        margin-block-end: 0;
    }

    #schedulingRulesDialog table {
        width: 100%;
    }

.non-sell-toggle-button {
    color: #FFFFFF;
}

#alerts-summary {
    padding: 10px;
}

    #alerts-summary label {
        line-height: 24px;
    }

.wizard-content-container {
    height: calc(100% - 120px);
    overflow-y: auto;
}

.wizard-fit-container {
    height: calc(100% - 140px);
    overflow-y: auto;
    overflow-x: hidden;
}

#activity-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#rec-coverage-summaryreport-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#employee-pay-report-dialog .ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#scheduling-bottom-grid img {
    width: 16px;
    height: 16px;
    margin: 3px;
}

.scheduling-footer-header img {
    width: 16px;
    height: 16px;
    margin: 2px;
}

.scheduling-bullet-point {
    margin-left: 12px;
    margin-right: 4px;
    position: relative;
    top: -2px;
}

.scheduling-footer-bubble {
    text-align: center;
    padding: 0 30px;
    height: 55px;
    line-height: 55px;
    font-weight: 700;
    top: 0;
    bottom: 0;
    position: absolute;
    margin: auto;
    font-size: 30px;
}

.scheduling-footer-left-bubble {
    background-color: #FFFFFF;
    color: #00AEFF;
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
    left: 0;
}

.scheduling-footer-right-bubble {
    background-color: #00AEFF;
    color: #FFFFFF;
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
    right: 0;
}

.scheduling-footer-bubble-wrapper {
    height: 100%;
    position: relative;
}

.scheduling-footer-wrapper {
    height: 60%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#scheduling_dashboard_footer {
    width: 100%;
    height: 25%;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.header-section {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scheduling-grid-department-row {
    width: 100%;
    margin: 0px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #A2DDFF;
    color: #2C2C2C;
    float: left;
    padding: 0px 10px;
    white-space: nowrap
}

.ellipsis-with-padding {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}

.icon-row {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 10px;
}

.icon-row-header {
    align-self: flex-start;
    margin-right: 15px;
}

.icon-row-header-png {
    align-self: flex-start;
    margin-right: 10px;
    margin-top: 3px;
}

.auto-generate-line-seperator {
    margin: 10px;
    border-bottom: 1px solid rgb(164, 166, 167)
}

.scheduling-change-total-button {
    border: none;
    border-left-width: 0px;
    border-top-width: 0px;
    border-radius: 20px;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    background-color: #0177BC;
    color: #FFFFFF;
}

    .scheduling-change-total-button:hover {
        background-color: #003F54 !important;
    }

#scheduling-menu {
    float: right;
    border-width: 0px;
    background: none;
    vertical-align: bottom;
    color: #FFFFFF;
    font-weight: 700;
}

    #scheduling-menu li:hover {
        background-color: #003F54;
        border: 1px solid #003F54;
    }

.scheduling-stats-color {
    font-weight: 700;
    color: #0177BC;
}

.scheduling-grid-cell-totals-alt {
    background-color: #F3F3F3;
}

#scheduling-menu-wrapper {
    height: 35px;
    position: absolute;
    top: 1px;
    left: 170px;
    width: calc(100% - 570px);
    overflow: hidden;
}

#treeQualifications .jqx-widget-content {
    border: none !important;
}

.scheduling-grid-cell-bold {
    font-weight: 700;
}

#EmployeeDataTable img.ui-datepicker-trigger, #empRecordDP img.ui-datepicker-trigger {
    position: relative;
    top: 4.5px;
    left: -22px;
}

#schedulingPreviousWeekButton {
    margin-top: 16px;
    cursor: pointer;
}

#schedulingNextWeekButton {
    margin-top: 16px;
    cursor: pointer;
}

/*.wrap-text {
    max-width: 200px;
    word-wrap: break-word;
    color: red;
}
*/


.center-content {
    width: 95%;
    margin: 0 auto;
}

.gantt-email {
    margin: 0 auto;
    margin-top: 1rem;
}

.gantt-print__radios {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 100%;
}

.gantt-email__radio {
    margin: 0;
    max-width: 50%;
}

.gantt-options-container {
    display: grid;
    grid-template-columns: 250px 1fr;
    justify-content: center;
}

.gantt-option {
    margin-bottom: 10px;
    word-wrap: break-word;
    white-space: initial;
    min-width: 250px !important;
    display: flex;
}

.checkbox-container {
    min-width: 240px;
    max-width: 100% !important;
}

    .checkbox-container label {
        display: inline-block;
        white-space: initial;
        max-width: 100% !important;
        margin-left: 4px;
    }

.gantt-print-options {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.gantt-print-options__child {
    margin: 0 auto;
    text-align: center;
    padding-top: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#scheduling-share-email p {
    margin-top: 0;
}

.employee-profile-image-container {
    width: 28px;
    height: 28px;
    margin: 3px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e9ea;
}

.employee-profile-image {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 28px;
    max-height: 28px;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.selling-hour-bar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.selling-hour-text {
    display: flex;
    justify-content: space-evenly;
    width: 160px;
    margin-top: 12px;
    position: absolute;
    bottom: -32px;
    left: -16px;
}

.non-selling-hour-text {
    display: flex;
    justify-content: space-evenly;
    width: 160px;
    margin-top: 9px;
    position: absolute;
    bottom: -32px;
    right: -6px;
}

#open-close-staff-table {
    border: 1px solid #d8d8d8;
    border-radius: 13px;
    border-spacing: 0;
    width: 90%;
    margin: 0.5vw;
}

    #open-close-staff-table td,
    #open-close-staff-table th {
        border-bottom: 1px solid #d8d8d8;
        padding: 10px;
    }

    #open-close-staff-table th {
        text-align: left;
    }


    #open-close-staff-table tr:last-child > td {
        border-bottom: none;
    }

@media screen and (max-width: 1300px) {
    #scheduling_top {
        zoom: 75%;
        margin-bottom: 20px;
    }
}
