﻿
.e-grid,
.e-toolbar,
.e-button,
.e-input-group,
.e-popup {
    font-family: 'Times New Roman' !important;
}

.e-toolbar {
    width: 100% !important;
    float: left
}

.e-gridheader {
    width: 100%
}

.e-south-east {
    bottom: 2px !important
}

.e-dlg-container {
    z-index: 10000001;
}

.e-groupcaptionrow {
    cursor: pointer
}

.e-dlg-overlay {
    z-index: 100 !important;
}

.e-dialog {
    z-index: 101 !important;
}

.e-dlg-container {
    z-index: 101 !important;
}

.e-dialog .e-dlg-content {
    padding: 0px !important;
}

.e-alert-dialog .e-dlg-content {
    padding: 15px !important;
}

.e-confirm-dialog .e-dlg-content {
    padding: 15px !important;
}

.e-dropdownbase,
.e-ddl.e-popup,
.e-multiselect .e-popup {
    min-width: 200px !important;
}

.e-colorpicker-wrapper {
    width: 100%;
}

    .e-colorpicker-wrapper .e-split-btn-wrapper {
        width: 100%;
    }

        .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker {
            width: 100%;
        }

            .e-colorpicker-wrapper .e-split-btn-wrapper .e-split-colorpicker .e-selected-color {
                width: 100% !important;
            }
