/**
 * Estilos principales del plugin matriculas
 */

/* Elementos generales
---------------------------------------------------------------------------- */
.div_fech_matr {
    display: none;
    margin-left: 10px;
    white-space: nowrap;
}

#tabla_temporal {
    margin: 20px auto;
    border-collapse: collapse;
    width: 80%;
    max-width: 500px;
    table-layout: fixed;
}

#tabla_temporal tr {
    height: 40px;
}

#tabla_temporal td {
    padding: 8px;
    vertical-align: middle;
}

#td_meses, #td_anios, #td_dias {
    text-align: right;
    width: 30%;
    white-space: nowrap;
}

/* Radio buttons y contenido */
#tabla_temporal input[type="radio"] {
    margin-left: 10px;
    vertical-align: middle;
}

.div_fech_matr {
    font-weight: bold;
    color: #2d3748;
}

/* Columna de valores */
#tabla_temporal td:last-child {
    width: 70%;
}

/* Elementos de entrada
---------------------------------------------------------------------------- */
#matricula_text {
    background: url("../../../../uploads/matricula.png") center no-repeat;
    background-size: 100%;
    border-width: 0;
    text-align: center;
    font-size: x-large;
    width: 250px;
}


/* Campos de formulario
---------------------------------------------------------------------------- */
.cmb_filtros {
    width: 90%;
}

.txt_number {
    width: 100px;
}

.txt_fecha {
    width: 153px;
}

/* Estilos para el formulario de consulta de matrículas */
.simutranfer-matricula-form {
    max-width: 600px;
    margin: 2em auto;
    padding: 1em;
}

.matricula-input {
    display: flex;
    gap: 1em;
    margin-bottom: 2em;
}

.matricula-input input[type="text"] {
    flex: 1;
    padding: 0.5em;
    font-size: 1.2em;
    text-transform: uppercase;
}

.matricula-input button {
    padding: 0.5em 1.5em;
    background-color: #2b6cb0;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1.2em;
}

.matricula-input button:hover {
    background-color: #1e4e8c;
}

#res_matricula {
    margin: 1em 0;
    font-size: 1.1em;
    line-height: 1.5;
}

#tabla_temporal {
    margin-top: 2em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    text-align: center;
}

#tabla_temporal > div {
    padding: 1em;
    background-color: #f5f5f5;
    border-radius: 4px;
}
