﻿.polla-container {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    background-color: #fefefe;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.panel-resumen {
    margin-top: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
}
h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 20px;
}

.btn {
    margin-top: 10px;
}

.titulo-valida {
    font-size: 18px;
    font-weight:500;
    margin-top: 20px;
    text-align:center;
    color: #0088cc;
    
}
.valida-container.vertical {
    margin-top:10px;
    display: flex;
    flex-direction: column; /* Botones debajo */
    gap: 4px;
    padding-left: 4px;
    margin-bottom: 20px;
}

.botones-valida {
    display: flex;
    gap: 2px;
    flex-wrap: wrap;
}


.valida-input {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 5px;
}

.valida-label {
    font-weight: bold;
    width: 30px;
    text-align: right;
    font-size: 15px;
}

.txt-jugada {
    width: 130px;
    padding: 3px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
}



.btn-caballo {
    margin: 2px;
    width: 28px; /* un pelo más chico */
    height: 28px;
    font-size: 14px;
    border-radius: 4px;
    font-weight: bold;
    background-color: rgba(207, 205, 205, 0.169);
    color: black;
    border: 2px solid grey;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

    .btn-caballo:hover {
        background-color: #1e90ff; /* azul más intenso al pasar */
    }


.btn-retirado {
    background-color: #999;
    color: #eee;
    cursor: not-allowed;
    opacity: 0.6;
}
.fila-validas {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.grupo-valida {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .grupo-valida span {
        font-weight: bold;
        font-size: 14px;
        margin-bottom: 2px;
    }

.jugada-input {
    width: 40px;
    padding: 3px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #ccc;
}
.fecha-jornada {
    text-align: center;
    margin-bottom: 10px;
}


.hipodromo-fecha {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.hipodromo-selector {
    font-size: 16px;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width:240px;
}

.fecha-jornada-label {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
}



.tabla-jugadas {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

.encabezado-tabla th {
    background-color: #f0f0f0;
    font-weight: bold;
    padding: 8px;
    text-align: center;
}

.fila-tabla td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.fila-alterna {
    background-color: #f9f9f9;
}
/* 🧾 Estilo general del GridView */
.tabla-jugadas {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
    font-size: 14px;
}

    /* 🔧 Ajuste individual para la columna HORA */
    .tabla-jugadas th:first-child,
    .tabla-jugadas td:first-child {
        width: 160px; /* Más ancha para mostrar bien la hora */
    }
  /* 📐 Ajuste general de altura más bajita */
    .tabla-jugadas th,
    .tabla-jugadas td {
        padding: 6px;
        height: 26px; /* Más compacta que antes */
        text-align: center;
        vertical-align: middle;
        border: 1px solid #ddd;
    }
/* 🎨 Estilo del encabezado */
.encabezado-tabla th {
    background-color: #f5f5f5;
    font-weight: bold;
    color: #333;
}

/* 🔳 Filas normales */
.fila-tabla {
    background-color: #ffffff;
}

/* 🔲 Filas alternas */
.fila-alterna {
    background-color: #f9f9f9;
}

.resumen-jugada {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.resumen-item {
    font-size: 15px;
    font-weight: bold;
    background-color: #eee;
    padding: 6px 10px;
    border-radius: 5px;
}
#lblPremio1er {
    color: green;
}

#lblPremioUnico {
    color: orange;
}

.titulo-resumen {
    font-size: 17px;
    font-weight: bold;
    color: #333;
}

.info-jornada {
    font-weight: normal;
    color: #555;
    margin: 0 4px;
}

.chk-jugadas {
    font-size: 13px;
    font-weight: bold;
    color: #007bff;
}
.jugada-perfecta {
    background-color: #ffeeba;
    font-weight: bold;
    color: #000;
}

.fila-primero {
    background-color: #ffeeba;
    font-weight: bold;
}
/* Dorado claro */
.fila-segundo {
    background-color: #cde5ff;
    font-weight: bold;
}
/* Azul claro */
.fila-tercero {
    background-color: #f8d7da;
    font-weight: bold;
}
/* Rosado claro */
.resaltado-jugada {
    background-color: #F39C12 !important; /* Gris grafito */
    color: #ffffff !important;
    font-weight: bold;
}





@media screen and (max-width: 600px) {
    .tabla-jugadas {
        font-size: 12px;
    }

    .resumen-item {
        font-size: 13px;
        flex: 1 1 100%;
    }
}
