﻿@-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;
}