.popupFormERP-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:999}
.popupFormERP-overlay.hidden{display:none}
.popupFormERP-box{background:#fff;width:min(560px,96vw);max-width:560px;padding:0;text-align:left;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.3)}
.popupFormERP-header.subtitulo1{background-image:linear-gradient(#333333,#7f7f7f);justify-content:center;position:relative;padding:6px 10px;display:flex;align-items:center;color:#fff;border-radius:10px 10px 0 0;overflow:hidden}
.popupFormERP-header .popupFormERP-title{font-weight:700;color:#fff}
.popupFormERP-header .popupFormERP-close{position:absolute;top:6px;right:8px;width:12px;height:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;line-height:1;cursor:pointer;border:none;background:transparent;padding:0}
.popupFormERP-header .popupFormERP-close:hover{background:#b02a37}
.popupFormERP-body{padding:12px 14px}
.popupFormERP-footer{padding:10px 12px;display:flex;justify-content:center;align-items:center;gap:8px;background:#fafafa;border-top:1px solid #eee;text-align:center;border-radius:0 0 10px 10px}
.popupFormERP-footer .btnIcono{height:30px;border-radius:5px;box-sizing:border-box;line-height:26px}
.popupFormERP-footer .btnIcono::before{z-index:1;position:relative;vertical-align:middle}
.popupFormERP-footer .btnIcono span{vertical-align:middle}
.popupFormERP-form table{width:100%;border-collapse:separate;border-spacing:0 8px}
.popupFormERP-form td{padding:0 4px;vertical-align:middle;font-size:11px}
.popupFormERP-form td:first-child{width:32%;text-align:left;font-weight:600;white-space:nowrap;padding-right:10px;vertical-align:top;padding-top:6px}
.popupFormERP-form input[type="text"],.popupFormERP-form select,.popupFormERP-form textarea{width:100%;box-sizing:border-box;border:1px solid #cfcfcf;border-radius:4px;padding:4px 8px;background:#fafafa;font:inherit;font-size:11px}
.popupFormERP-form input.popupFormERP-codigo{width:80px}
.popupFormERP-form textarea{height:70px;min-height:70px;max-height:70px;resize:none}
