﻿@-moz-document url-prefix() {
    .dx-scheduler-work-space-month .dx-scheduler-date-table-cell {
        position: relative;
    }

        .dx-scheduler-work-space-month .dx-scheduler-date-table-cell .disable-date {
            position: absolute;
            width: 100%;
            height: 100%;
        }
}

.disable-date,
.dinner {
    height: 100%;
    width: 100%;
}

.disable-date {
    background-color: #f2f2f2;
    /*background-image: repeating-linear-gradient( 135deg, rgba(244, 67, 54, 0.1), rgba(244, 67, 54, 0.1) 4px, transparent 4px, transparent 9px );*/
    color: #9b6467;
}

.suadeo-scheduler-one-flag {
    min-width: 52.5px !important;
    max-width: 52.5px !important
}

.dx-scheduler-appointment-resource-list
{
    display:none !important;
}


/* SCHEDULED TASK CSS CHANGES */
.schedule-task-popup-wrapper .use-cron-toggle-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#check-use-cron-express{
    padding-bottom: .5rem !important;
    padding-top: .5rem !important;

}

.schedule-task-popup-wrapper .sds-multi-select-container.sds-multi-select-dropdown .dropdown-menu {
    height: 190px !important;
    overflow-y: scroll;
    
    padding: 5px 0;
}
.schedule-task-popup-wrapper .sds-multi-select-container.sds-multi-select-dropdown .dropdown-item {
    padding: 5px 16px;

}
.schedule-task-popup-wrapper .sds-multi-select-container.sds-multi-select-dropdown .multi-select-input{
    height: 35px !important;
}

#taskDayOfMonth, #taskDaysOfWeek .sds-multi-select-dropdown, #tasktime, #taskstartdate, #taskfrequency {
    height: 35px;
}
#taskDaysOfWeek,#taskDaysOfWeek .dx-dropdowneditor-input-wrapper,#taskDaysOfWeek .dx-dropdowneditor-input-wrapper .dx-texteditor-container{
    min-height: 35px;
}
#taskDaysOfWeek .dx-dropdowneditor-input-wrapper, #taskDaysOfWeek {
    cursor: text;
}
.selectTaskDaysofWeek .dx-list .dx-list-item.dx-list-item-selected,
.selectTaskDaysofWeek .dx-list .dx-list-item.dx-state-hover{
    background-color: var(--sds-primary-100, #E5F1F2);
    border-left: 3px solid var(--sds-primary-500, #0B9294);
}

#taskDaysOfWeek .dx-tag .dx-tag-content {
    border-radius: 10px;
    border: 1px solid var(--Grey-500, #B6BFBF);
    background: var(--Grey-200, #F8F9FA);
    margin-top: 4px;
    margin-left: 4px;
}
.selectTaskDaysofWeek .dx-popup-content{
    padding: 0 !important;
}

.schedule-task-popup-wrapper #defaultContainer .form-group{
    display: flex;
    align-items: center;
}
.schedule-task-popup-wrapper #defaultContainer .form-group .col-lg-3{
    width: 35% !important;
}
.schedule-task-popup-wrapper #defaultContainer .form-group .col-lg-9{
    width: 65% !important;
}
.schedule-task-popup-wrapper #tasktype{
    height: 37px;
}

.schedule-task-popup-wrapper .form-group{
    padding-bottom: 12px !important;
}

.schedule-task-popup-wrapper .dx-texteditor.dx-editor-outlined{
    border-radius: 6px;
}

/** Scheduling Popup wide on Large device */
@media screen and (max-width: 650px) {
    .schedule-task-popup-wrapper > .dx-popup-normal{
        width: unset !important;
    }
}



