.header-form{
    margin-bottom: .5rem;
}

.form-general{
    height: 100%;
    margin-top: 1rem;
}

.titulo-form{
    font-weight: bold;
    font-size: 1.3rem;
}
.btnBuscarC {
    background-color: #F9BA5D !important;
    color: white;
    font-weight: 500;
    text-decoration: none;
    width: auto;
}
/* Estilo básico del botón */
.btn-form-grobal {
    padding: 0.5rem;
    font-weight: bold;
    background: #FED386; /* Rojo */
    border: 1px solid white; /* Borde blanco */
    border-radius: 5px;
    color: white; /* Texto blanco */
    text-decoration: none; /* Quitar subrayado */
    display: inline-block; /* Asegura que el padding se aplique correctamente */
    transition: background-color 0.3s, color 0.3s; /* Transición suave */
}

/* Estilo cuando el cursor está encima del botón */
.btn-form-grobal:hover {
    background-color: #ea942d; 
    /*box-shadow: 1px 1px 10px #ea942d;
    border: 1px solid #ea942d; */
}


.btn-form-grobal-2{
   
    padding: 0.5rem;
    font-weight: bold;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    margin-right: 5px;
    
}

.btn-form-grobal-2 > a{
    text-decoration: none;
    color: #000;
    text-align: initial;
    margin-bottom: 5px;
}

.inputFormu, .selectFormu{
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    padding: 5px 0;
    width: 70%; 
    font-size: 16px;
    box-sizing: border-box; 
}


.selectFormu:focus {
    background-color: #E0DFFF; /* Color de fondo al seleccionar */
    color: #1c0e49; /* Cambia el color del texto al seleccionar */
    border-color: #1c0e49; /* Cambia el color del borde al seleccionar */
}

/* Opcional: Cambiar color cuando una opción esté activa */
.optionFormu:checked {
    background-color: #1c0e49; /* Fondo de la opción seleccionada */
    color: white; /* Color del texto de la opción seleccionada */
}

.inputFormu:focus {
    border-bottom: 2px solid #007eab;
    cursor: pointer;
}
.btn-form-grobal > a{
    text-decoration: none;
    color: black;
}
/*rgba(204,204,204,255)*/
.div-group{
    padding: .5rem;
    border: solid, #f1eeee, 1px;
    border-radius: 10px;
    
    
}

.label-titulo-grupo{
    font-weight: bold;
    font-size: 1.1rem;
}


.formulariolabel{
    margin-bottom: 0px;
    font-size: 18px;
}

.formulariolabel > span{
    font-weight: bold;
}

.field-group{
    height: 100%;
    margin: 0.2rem;
}

.formularioControl{
    border: none;
    border-bottom: 2px solid #000;
    outline: none;
    box-sizing: border-box;
    font-size: 0.9rem !important;
    padding: 0.1rem;
}


.formularioControl:focus{
    border-bottom: 2px solid #007eab;
}

input:checked{
    accent-color: #c2b19d;
}

.btn-form-event{
    border-radius: 5px;
    text-decoration: none;
    padding: 0.2rem;
    font-size: .9rem;
    margin-top: .3rem;
    display: inline-block;
    width: auto;
    min-width: 10%;
    background: #90959a; 
    color: white;  
    cursor: pointer;  
    border: 2px solid #90959a;
    font-weight: 600;
}
.btn-form-event:hover {
    background-color: #A3A7AB;
    /*box-shadow: 1px 1px 10px #ea942d;
    color: white;
    font-weight: 900;
    border: 1px solid #ea942d;*/
}


/**Tabla*/

.table-th{
    padding: 0 !important;
}
.table-th > div >div{
    height: 2rem;
}



.btn-form-event-m{
    background: #90959a; /* Rojo */
    border: 1px, solid, white;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 0.2rem;
    font-size: .9rem;
    margin-top: .3rem;
    display: inline-block;
    width: auto;
    min-width: 10%;
    text-align: center;
}
.btn-form-event-m:hover {
   /* box-shadow: 1px 1px 15px #90959a;*/
    color: white;
    background-color: #A3A7AB;
}

.btn-mtz{
    border-radius: 5px;
    text-decoration: none;
    padding: 0.2rem;
    font-size: .9rem;
    margin-top: .3rem;
    display: inline-block;
    width: auto;
    min-width: 10%;
    background-color: white; 
    color: #90959a;  
    cursor: pointer;  
    border: 2px solid #90959a;
    font-weight: 600;
}
.btn-mtz:hover{
    box-shadow: 1px 1px 10px #90959a;
    color: #90959a;
    font-weight: 900;
    border: 1px solid #90959a;
}

.col-formulario{
   
    width: 6%;
    padding: 0.5rem;
    color: #F9BA5D;
    font-weight: bold;
}

/*Modal **/

.btn-modal{
    background: rgba(204, 204, 204, 255);
    border: 1px, solid, white;
    border-radius: 5px;
    color: black; 
    text-decoration: none;
    font-weight: bold;
    padding: 0.2rem;
    font-size: .9rem;
    margin-top: .3rem;
    display: inline-block;
    width: auto;
    min-width: 15%;
}
.btn-chek-matriz{
    min-width: 2%;
}
.link-mtz-anexo{
    cursor: pointer;
    text-decoration: none;
    color: #F9BA5D;
}


/*Scroll bar en tablas**/

.tableContainer {
    max-height: 640px; 
    max-width: auto;
    min-height: 240px;
    overflow-y: auto; /* Habilita el scroll vertical */
    overflow-x: auto; /* Habilita el scroll horizontal */
    border: none; 
    white-space: nowrap; /* Evita que el contenido de las celdas se rompa en múltiples líneas */
}

/* Elimina el scroll bar visualmente en la tabla, pero mantiene el scroll funcional */
.tableContainer::-webkit-scrollbar {
    width: 0px; /* Ancho para ocultar la barra de desplazamiento vertical */
    background: transparent; /* Asegura que el fondo sea transparente */
}

/* Muestra la barra de desplazamiento horizontal */
.tableContainer::-webkit-scrollbar-horizontal {
    max-height: 1px !important;
    
    
}

.tableContainer::-webkit-scrollbar-thumb {
    
    background: #F9BA5D; /* Color del Scroll de la barra */
    border-radius: 10px; 
    
  
}

.tableSc {
    width: auto; /* Permite que la tabla crezca según el contenido */
    min-width: 100%; 
    border-collapse: collapse;
    font-size: 14px; 
}

.theadSc {
    position: sticky;
    top: 0; 
    background: #fff; 
    z-index: 10; /* Asegura que el encabezado esté por encima del contenido */
}

.tdSc {
    
    padding: 2px !important;
    
    vertical-align: middle; /* Centrado vertical del texto */
    border: 1px solid #ddd; 
    white-space: nowrap; /* Evita que el contenido de las celdas se rompa en múltiples líneas */
    height: auto; /* Ajuste dinámico según el contenido */
    font-size: 13px;
}
.thSc{
    
    padding: 8px 12px;  
        text-align: center; 
        vertical-align: middle; /* Centrado vertical del texto */
        border: 1px solid #ddd; 
        white-space: nowrap; /* Evita que el contenido de las celdas se rompa en múltiples líneas */
        height: auto; /* Ajuste dinámico según el contenido */
    
}

.tdSc a {
    display: flex;
    justify-content: center; 
    align-items: center; 
    font-size: 13px;
}

.customTextarea {
    width: 100%; 
    min-width: 100%; 
    max-width: 1000px; 
}

 textarea{
    width: 200PX !important;
 }

/* Clase para activar el scrollbar en la variable CUFE */

p.scrollable {
    display: block !important;
    max-width: 250px !important;
    white-space: nowrap !important;
    overflow-x: auto !important;
    text-overflow: clip !important;
    border: none !important;
    padding: 4px !important;
}




