/* P217 Ordenes de Venta */
.ov-p217-tabs{display:flex;gap:7px;flex-wrap:wrap;margin:10px 0 14px}.ov-p217-tabs .active{font-weight:700;border-width:2px}.ov-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:10px 0}#salesOrdersP217 .table-wrap{overflow:auto}#salesOrdersP217 table{min-width:880px}#salesOrdersP217 textarea{width:100%}@media(max-width:900px){.ov-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.ov-grid{grid-template-columns:1fr}}
