﻿/* Checkbox customizations*/

.e-customsize.e-checkbox-wrapper {
    margin-top: 24px;
}

    .e-customsize.e-checkbox-wrapper .e-label {
        line-height: 24px;
        font-size: 18px;
        font-size: 16px;
        line-height: 18px;
        font-weight: 700 !important;
        margin-bottom: 6px !important;
        display: inline-block !important;
    }

    .e-customsize.e-checkbox-wrapper .e-frame {
        height: 30px;
        width: 30px;
        padding: 8px 0;
    }



    .e-customsize.e-checkbox-wrapper .e-ripple-container {
        height: 52px;
        top: -11px;
        width: 47px;
    }

/* Dialog customizations */

.e-dialog .e-dlg-header * {
    color: #5E5DF0;
    font-size: 24px !important;
    font-weight: bold !important;
}

/* Datagrid customizations */

div[class$="--Results"] {
    z-index: 10000 !important;
}

.customgrid .e-grid .e-headercelldiv {
    font-size: 14px;
}

.customgrid .e-grid .e-rowcell {
    font-size: 14px;
}

.customgrid .e-grid .e-row:hover .e-rowcell {
    background-color: var(--grey-g-5) !important;
}
.customgrid .e-grid {
    border-style: none !important;
}

.customgrid .e-gridheader {
    border-top-style: none !important;
}

.e-grid .e-rowcell {
    overflow: visible !important;
    position: relative;
    z-index: 0;
}

    .e-grid .e-row:hover,
    .e-grid .e-rowcell:hover {
        z-index: 1 !important;
    }

/* Scheduler customizations */
/* Wrap all schedulers in customschedule class */

.customschedule .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells,
.customschedule .e-schedule .e-timeline-day-view.e-ignore-whitespace .e-resource-cells,
.customschedule .e-schedule .e-timeline-view.e-ignore-whitespace .e-work-cells,
.customschedule .e-schedule .e-timeline-day-view.e-ignore-whitespace .e-work-cells,
.customschedule .e-schedule .e-timeline-view.e-ignore-whitespace .e-resource-cells {
    height: 70px;
}

.customschedule .e-schedule .e-timeline-view .e-resource-left-td,
.customschedule .e-schedule .e-timeline-day-view .e-resource-left-td,
.customschedule .e-schedule .e-timeline-view .e-work-cells,
.customschedule .e-schedule .e-timeline-day-view .e-work-cells {
    width: 180px;
}

input.e-input, textarea.e-input, .e-input-group, .e-input-group.e-control-wrapper {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 130%;
}


.e-toast-container .e-toast {
    transition: background-color 0.3s ease;
}


@media (max-width: 1024px) {

    /* Datagrid customizations */

    div[class$="--Results"] {
        z-index: 10000 !important;
    }

    .customgrid .e-grid .e-headercelldiv {
        font-size: 12px;
    }

    .customgrid .e-grid .e-rowcell {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {

}
