/**address issue with ui.dialog being behind ctools modals**/
.ui-dialog, .ui-front {
    z-index: 1002;
}