.wider-dialog {
    width: 1400px !important;
    max-width: 1400px !important;
}

/* Fix awesomplete dropdown painting behind datatable on report pages (EVU-62) */
.awesomplete > ul,
.awesomplete > [role="listbox"] {
    z-index: 5;
}