.completeDialogClass .ui-dialog-titlebar {
	border-bottom: none;
}

.completeDialogClass .ui-dialog-buttonpane {
	display: none;
}

.completeDialogClass .ui-dialog-content {
	overflow: visible!important;
}
div.ui-widget-overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0.5;
}
.notidGroupDialog{
	width:900px!important;
}
@media screen and (max-width: 1199px) {
	.notidGroupDialog{
	   width:750px!important;
	}
}