input[type="checkbox"] {
    transform: scale(1.4);
    margin: 8px;
}
.holiday {
    background-color: red !important;
    color: white !important;
    border-radius: 50%;
}

.empleado-chip {
    white-space: nowrap;
    background-color: #f7fff4;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 4px 8px;
    display: inline-block;
}

/* Tooltip (por si quieres estilos personalizados) */
.has-tooltip:hover {
    cursor: pointer;
    text-decoration: underline;
}

.cursor-pointer{
    cursor: pointer;
}

.fc-event {
    cursor: pointer;
}

.filtro-seleccionado {

    -webkit-box-shadow: 0px 0px 6px 1px rgba(43,138,255,1);
    -moz-box-shadow: 0px 0px 6px 1px rgba(43,138,255,1);
    box-shadow: 0px 0px 6px 1px rgb(24, 255, 53);

    display: block;
    background-color: #b6ff9b;
    border-radius: 5px;
    margin: 1px;
    padding: 0 3px;
}

.tabla-configuracion-vista thead th {
    background-color: #eee;
    text-align: center;
}

.fondo-gris{background-color: #eef}
.celda-filtro-utilizado{background-color: #c9ffc5 !important;}
.celda-filtro-no-utilizado{background-color: #f4f4f4 !important;}
.font-size-09rem{font-size: 0.9rem !important;}

div.pestania-listado li.nav-item a.active{
    color: #ff0000 !important;
    font-weight: bold;
}
.pointer{cursor:pointer;}

.error-validacion{
    border: 1px solid #ff6c79 !important;
    padding: 0.3rem;
    border-radius: 0.25rem;

}

.tabla-no-padding td {padding:0 !important;}
.tabla-padding-1 td {padding:1px !important;}
.tabla-padding-1-x td {padding:0 1px !important;}

.truncated-text {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-fixed {
    table-layout: fixed; /* Fija el ancho de las columnas */
    width: 100%;
}

.btn-carpeta, .btn-carpeta:hover{
    background-color: pink;
    color:#000;
}

.texto-truncado-asignacion{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sortable-ghost {
    opacity: 0.4;
    background-color: #ddd;
}

/* Evita que el fantasma bloquee eventos y mejora el arrastre */

.plan-table .sortable-drag { pointer-events: none; }  { pointer-events: none; }

/* Asegura que los chips no se rompan en varias líneas al arrastrar */
.empleado-chip, .aviso-item { white-space: nowrap; }

/* La “mesa” debe poder ensancharse horizontalmente */
.plan-table {
    display: inline-block;      /* <--- hace que su ancho sea el de su contenido */
    min-width: max-content;     /* <--- obliga a crecer según el contenido */
}

/* Header y filas deben estar en línea, sin saltos */
.plan-header,
.plan-row {
    white-space: nowrap;
}

/* Cada “columna” tiene ancho fijo: 350px */
.col-dia {
    flex: 0 0 350px;            /* <--- NO se encoge, NO crece, ancho fijo */
    max-width: 350px;
    width: 350px;               /* redundante, pero ayuda con BS */
}


.w-5{width: 5% !important;}
.w-10{width: 10% !important;}
.w-15{width: 15% !important;}
.w-20{width: 20% !important;}
.w-25{width: 25% !important;}
.w-30{width: 30% !important;}
.w-35{width: 35% !important;}
.w-40{width: 40% !important;}
.w-45{width: 45% !important;}
.w-48{width: 48% !important;}
.w-49{width: 49% !important;}
.w-50{width: 50% !important;}
.w-55{width: 55% !important;}
.w-60{width: 60% !important;}
.w-65{width: 65% !important;}
.w-70{width: 70% !important;}
.w-75{width: 75% !important;}
.w-80{width: 80% !important;}
.w-85{width: 85% !important;}
.w-90{width: 90% !important;}
.w-95{width: 95% !important;}
.w-100{width: 100% !important;}

