html {
  -webkit-print-color-adjust: exact !important;
}
.pvtUi {
    color: #333 !important;
    width: 98% !important;
}
.Tablas table.pvtTable {
    width: 98% !important;
}
.pvtRowLabel {
    padding: 20px !important;
    font-size: 14px !important;
    text-transform: capitalize !important;
}
#BrutoDiv .pvtRowLabel {
    padding: 2px 10px !important;
    font-size: 12px !important;
    text-transform: capitalize !important;
}
.progress-bar {
  display: flex;
  align-items: center;
  height: 20px;
  background-color: #fff;
  width: 100%;
}
.progress-fill {
  height: 100%;
  border-radius: 4px;
}
.progress-text {
  color: #000000;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 5px;
  width: 80px;
}
.TablaCorrecta {
    width: 100%;
}
.TablaCorrecta tr {
    border-bottom: 1px solid #bebebe;
}
.TablaCorrecta td {
    padding: 3px;
}
.pvtAxisLabel {
    padding: 20px !important;
    color: #fff !important;
    background-color: #666 !important;
}
.pvtColLabel {
    padding: 20px !important;
    color: #fff !important;
    background-color: #666 !important;
}
.Tablas thead th {
    padding: 10px 30px !important;
    color: #fff !important;
    background-color: var(--color) !important;
}
.Tablas table.pvtTable tbody tr td {
    border: 2px solid #e7e7e7 !important;
}
.Tablas table.pvtTable tbody tr th{
    background-color: #e8e8e8 !important;
    border: 2px solid #fff !important;
}
.pvtTable thead tr:first-child th:nth-child(2) {
    font-size: 0 !important;
}
.Tablas table.pvtTable thead tr th {
    font-size: 11px !important;
    font-weight: normal;
    border: none !important;
    padding: 5px 4px !important;
}
.Grafico {
    margin: 0 0 0px 0 !important;
    overflow: auto;
}
#DivFiltrosPivot {
    background: #eeeeee !important;
    padding: 14px !important;
    min-height: 65px !important;
    margin: 7px !important;
    margin-bottom: 20px !important;
}
#DivFiltrosPivot label {
    font-weight: bolder !important;
    font-size: 14px !important;
    color: #666 !important;
}
text.xtitle {
    display: none !important;
}
.example-title {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    margin-top: 60px !important;
    min-height: 50px;
}
#avisoSinTareas {
    display: none;
    font-size: 12px !important;
    text-align: center !important;
    opacity: 0.5 !important;
    margin-top: 100px !important;
}
/*.legend {
    display: none !important;
}*/
.Grafico { 
    /*break-inside:avoi !important;*/
}
.col-md-4 {
    padding: 1px !important;
}
.pvtRendererArea {
    padding: 1px !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .25);
}
.TablaChecklist table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}

.TablaChecklist table thead th {
  background-color: #f5f5f5;
  padding: 5px 10px;
  text-align: left;
  font-weight: bold;
}

.TablaChecklist table tbody td {
  padding: 8px 10px;
}

.TablaChecklist table tbody tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.TablaChecklist table tfoot {
  background-color: var(--color2) !important;
  color: var(--color2t) !important;
}

.TablaChecklist table tfoot td {
  padding: 10px;
  text-align: left;
  font-weight: bold;
}

.TablaChecklist table tfoot td[colspan] {
  background-color: var(--coloro) !important;
  color: var(--colort) !important;
}

.PreCheckpoint {
    opacity: 0.6;
    font-size: 10px;
}

.flagAnalisis {
    font-size: 18px;
    margin: 5px 5px 5px 6px;
    clear: both;
    display: block;
}
.large-fontDuracion {
    font-size: 16px;
}
.large-fontCantidad {
    font-size: 24px;
}
.BuscarPorTermimosDiv {
    display: flex;
}
.CheckboxInicio input, .CheckBoxAcciones input {
    width: 30px !important;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
}
.canvasjs-chart-tooltip * {
  max-width: 200px !important; 
}
.BuscarPorDuracion {
    margin-left: 2px;
}

/* ============================================
   Tablas Pivot Modernas - Diseño Minimalista
   ============================================ */

/* Diseño compacto y moderno para todas las tablas */
.pvtTable {
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 9px !important;
}

/* Headers - usar variables del sistema - SIN MAYÚSCULAS */
.pvtTable thead tr th.pvtColLabel,
.pvtTable thead tr th.pvtAxisLabel {
    background-color: var(--color) !important;
    color: var(--colort) !important;
    font-size: 9px !important;
    font-weight: 500 !important;
    padding: 4px 6px !important;
    border-right: 1px solid rgba(255,255,255,0.2) !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
}

/* Mayúsculas SOLO para tablas con fechas (primer nivel) */
#output4_2 .pvtTable thead tr:first-child th.pvtColLabel,
#output5_2 .pvtTable thead tr:first-child th.pvtColLabel,
#output6_2 .pvtTable thead tr:first-child th.pvtColLabel {
    font-size: 10px !important;
    padding: 6px 8px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

/* Celdas de datos - minimalista y compacta */
.pvtTable tbody tr td.pvtVal {
    text-align: center !important;
    padding: 3px 4px !important;
    font-size: 9px !important;
    background-color: #fff !important;
    border: 1px solid #f0f0f0 !important;
    color: #333 !important;
}

/* Fondos alternados por FECHA (cada par de columnas) - SOLO TABLAS CON FECHAS */
/* Fecha 1 (columnas 2,3) - blanco */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(2),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(3),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(2),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(3),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(2),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(3) {
    background-color: #fff !important;
}

/* Fecha 2 (columnas 4,5) - gris medio */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(4),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(5),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(4),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(5),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(4),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(5) {
    background-color: #ebebeb !important;
}

/* Fecha 3 (columnas 6,7) - blanco */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(6),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(7),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(6),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(7),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(6),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(7) {
    background-color: #fff !important;
}

/* Fecha 4 (columnas 8,9) - gris medio */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(8),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(9),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(8),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(9),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(8),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(9) {
    background-color: #ebebeb !important;
}

/* Fecha 5 (columnas 10,11) - blanco */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(10),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(11),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(10),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(11),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(10),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(11) {
    background-color: #fff !important;
}

/* Fecha 6 (columnas 12,13) - gris medio */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(12),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(13),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(12),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(13),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(12),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(13) {
    background-color: #ebebeb !important;
}

/* Fecha 7 (columnas 14,15) - blanco */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(14),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(15),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(14),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(15),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(14),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(15) {
    background-color: #fff !important;
}

/* Fecha 8 (columnas 16,17) - gris medio */
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(16),
#output4_2 .pvtTable tbody tr td.pvtVal:nth-child(17),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(16),
#output5_2 .pvtTable tbody tr td.pvtVal:nth-child(17),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(16),
#output6_2 .pvtTable tbody tr td.pvtVal:nth-child(17) {
    background-color: #ebebeb !important;
}

/* Headers alternados con CONTRASTE VISIBLE - SOLO TABLAS CON FECHAS */
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(2),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(3),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(6),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(7),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(10),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(11),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(14),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(15),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(2),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(3),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(6),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(7),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(10),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(11),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(14),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(15),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(2),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(3),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(6),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(7),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(10),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(11),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(14),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(15) {
    background-color: var(--color) !important;
    opacity: 1 !important;
}

#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(4),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(5),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(8),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(9),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(12),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(13),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(16),
#output4_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(17),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(4),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(5),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(8),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(9),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(12),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(13),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(16),
#output5_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(17),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(4),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(5),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(8),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(9),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(12),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(13),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(16),
#output6_2 .pvtTable thead tr:nth-child(2) th.pvtColLabel:nth-child(17) {
    background-color: var(--color) !important;
    opacity: 0.7 !important;
}

/* Labels de filas - minimalista en blanco */
.Tablas table.pvtTable tbody tr th.pvtRowLabel {
    background-color: #fff !important;
    border-right: 1px solid #e0e0e0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    font-weight: 500 !important;
    padding: 3px 8px !important;
    font-size: 9px !important;
    text-align: left !important;
}

/* Columna Total - sin opacidad */
.pvtTable thead tr th:last-child {
    background-color: var(--color) !important;
    border-left: 3px solid rgba(0,0,0,0.2) !important;
}

.pvtTable tbody tr td:last-child {
    background-color: #f5f5f5 !important;
    font-weight: 600 !important;
    border-left: 3px solid rgba(0,0,0,0.15) !important;
    color: #000 !important;
}

/* Fila de totales - gris muy claro con texto negro */
.pvtTable tbody tr:last-child th,
.pvtTable tbody tr:last-child td {
    background-color: #e9ecef !important;
    color: #000 !important;
    font-weight: 700 !important;
    border-top: 2px solid rgba(0,0,0,0.2) !important;
    padding: 4px !important;
}

/* Ocultar la palabra "Estados" en el header */
.Tablas table.pvtTable thead tr th.pvtAxisLabel {
    font-size: 0 !important;
}

/* Sin hover en ninguna celda - IMPORTANTE */
.pvtTable tbody tr:hover td {
    background-color: inherit !important;
}

.pvtTable tbody tr:hover th {
    background-color: inherit !important;
}

/* Compactar espacios */
.Tablas table.pvtTable thead tr th {
    padding: 3px 5px !important;
    font-size: 9px !important;
}

.Tablas table.pvtTable tbody tr td {
    border: 1px solid #f0f0f0 !important;
}

/* Remover padding excesivo de labels anteriores */
.pvtRowLabel {
    padding: 3px 8px !important;
    font-size: 9px !important;
}

.pvtAxisLabel,
.pvtColLabel {
    padding: 4px 6px !important;
}