/* FRM.DIA | AREA/STYLE/*-DEVELOP.CSS | copyright REFLECTLAB.COM */
/* DEVELOP 202006.10 [0610.RZE]*/

/*LAYOUT BLOCKER NEEDS TO BE (AT LEAST) ABOVE FORM MESSAGE*/
.js_overlay {z-index: 251!important;}
/*DIALOG GENERAL*/
.ui-dialog .ui-dialog-titlebar .icon,
.ui-dialog .ui-dialog-footer .icon {cursor: pointer;}

/*DIALOG CONTENT*/
.ui-dialog .ui-dialog-content.ui-widget-content {width: auto!important; height: calc(100% - 48px)!important;} /*JS DIALOG BUGFIX*/
.ui-dialog.js_footerDisabled .ui-dialog-content.ui-widget-content {height: calc(100% - 32px)!important;} /* - FOOTER HEIGHT*/

/*BETTER RESIZE HANDLE WIDTH/HEIGHT*/
.ui-dialog .ui-resizable-n {height:4px; top:-2px}
.ui-dialog .ui-resizable-e {width:4px; right:-2px}
.ui-dialog .ui-resizable-s {height:4px; bottom:-2px}
.ui-dialog .ui-resizable-w {width:4px; left:-2px}
.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw{width:9px; height:9px}
.ui-dialog .ui-resizable-se {right:-2px; bottom:-2px}
.ui-dialog .ui-resizable-sw {left:-2px; bottom:-2px}
.ui-dialog .ui-resizable-ne {right:-2px; top:-2px}
.ui-dialog .ui-resizable-nw {left:-2px; top:-2px}