/* STD V8.16.78 · durante Shift la selección es del sistema, no del navegador */
body.stdShiftMultiSelect #viewCRM tbody tr,
body.stdShiftMultiSelect #viewDashboard tbody tr,
body.stdShiftMultiSelect #viewCobranza tbody tr,
body.stdShiftMultiSelect #viewLiquidaciones tbody tr,
body.stdShiftMultiSelect #viewContratos tbody tr,
body.stdShiftMultiSelect #viewContratosHistorial tbody tr,
body.stdShiftMultiSelect #viewExpedientes tbody tr,
body.stdShiftMultiSelect #viewTrash tbody tr,
body.stdShiftMultiSelect #viewUsuarios tbody tr,
body.stdShiftMultiSelect #advisorViewLeads tbody tr,
body.stdShiftMultiSelect .savingsSelectableRow,
body.stdShiftMultiSelect [data-crm-row],
body.stdShiftMultiSelect [data-lead-row-id],
body.stdShiftMultiSelect tr[data-client-id] {
  -webkit-user-select:none !important;
  user-select:none !important;
}

/* Los controles siguen comportándose normalmente. */
body.stdShiftMultiSelect input,
body.stdShiftMultiSelect textarea,
body.stdShiftMultiSelect select,
body.stdShiftMultiSelect button,
body.stdShiftMultiSelect a,
body.stdShiftMultiSelect [contenteditable="true"] {
  -webkit-user-select:auto;
  user-select:auto;
}

/* Nunca bloquear las capas creadas para documentos/PDF con texto seleccionable. */
.stdPdfTextLayer,.textLayer,[data-std-selectable-text],.stdSelectableText,.pdfTextLayer {
  -webkit-user-select:text !important;
  user-select:text !important;
}
