/** Tablas. */
table{width:100%;border-collapse:collapse;border-spacing:0;text-indent:0;margin-bottom:1rem}
th,td{border:1px solid #adb5bd;border-radius:0;text-align:left;vertical-align:middle;padding:.25rem .5rem}
th{font-size:.8rem;font-weight:700;color:#343a40;background-color:#e9ecef}
td{background-color:transparent}
.table-edit td{padding:0}
.table-index tbody tr:hover > td{background-color:#eee}
.table-compact th,.table-compact td{padding:.15rem .35rem}
.table-compact input,.table-compact select{padding:.15rem .25rem}
.table-control{display:block;width:100%;padding:.25rem .5rem;color:#495057;background-color:#fff;border:1px solid #fff;border-radius:0}
.table-control:focus{border:1px solid #86B6FE;outline:unset}
.table-edit .table-control:focus{border-color:#ced4da;outline:none;box-shadow:inset 0 0 0 1px #dee2e6;background-color:#fff}
.table-edit .informe-sat-subfields .table-control:focus{border-color:#adb5bd}

.informe-sat-editor{margin-top:.75rem}
.informe-sat-table{border:1px solid #adb5bd}
.informe-sat-table th,.informe-sat-table td{vertical-align:middle}
.informe-sat-section th{background-color:#e9ecef;font-size:.8rem}
.informe-sat-label{background-color:#f8f9fa;font-weight:400;color:#343a40}
.informe-sat-column-header th{background-color:#f8f9fa;font-size:.78rem;text-align:center}
.informe-sat-value{background-color:#fff}
.informe-sat-value .table-control{min-height:32px;border-color:#f8f9fa;background-color:#fff}
.informe-sat-matrix-table th,.informe-sat-matrix-table td{font-size:.82rem}
.informe-sat-matrix-table .informe-sat-label{min-width:260px;white-space:nowrap}
.informe-sat-subfields{display:grid;grid-template-columns:repeat(3,minmax(42px,1fr));gap:.25rem;padding:.2rem}
.informe-sat-subfields .table-control{padding:.2rem .25rem;border:1px solid #adb5bd}
