
input[type="radio"], input[type="checkbox"] {
    width: auto;
    margin-right: 1px;
}


td, th {
    padding: 5px;
    border: 1px solid #ddd;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    height: 100vh;
}

/* Menú lateral */
.sidebar {
    width: 250px;
    background-color: #0a2647;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.sidebar button {
    background: none;
    border: none;
    color: white;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.sidebar button:hover {
    background-color: #144272;
}

/* Área de contenido */
.content {
    flex-grow: 1;
    padding: 30px;
    background-color: #f4f4f4;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

h2 {
    margin-top: 0;
}

select, input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.container {
    display: flex;
    height: 100vh;
}

/* Menú lateral */
.sidebar {
    width: 250px;
    background-color: #0a2647;
    color: white;
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.sidebar button {
    background: none;
    border: none;
    color: white;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.sidebar button:hover {
    background-color: #144272;
}

/* Área de contenido */
.content {
    flex-grow: 1;
    padding: 30px;
    background-color: #f4f4f4;
}

.form-section {
    display: none;
}

.form-section.active {
    display: block;
}

h2 {
    margin-top: 0;
}

select, input {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
}

label {
    font-weight: bold;
}

.oculto {
    display: none !important;
}

#btnMostrarEvolucion {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #fff;
    border: none;
    padding: 6px 16px;           /* menos altura y ancho */
    border-radius: 30px;         /* aún redondeado */
    font-size: 14px;             /* texto más pequeño */
    font-weight: 500;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.2s ease;
}

#btnMostrarEvolucion:hover {
    background: linear-gradient(135deg, #0056b3, #003f7f);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
}

#btnMostrarEvolucion i {
    font-size: 16px; /* ícono más pequeño */
}
