            .header-container_to_delete {
                height: 80px;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
            }

            #AppLogo {
                height: 50px;
                padding-left: 10px;
                display: flex;
                align-items: flex-start;
                padding-top: 0.5px;
            }

            #AppLogo img {
                height: 49px;
                width: auto;
            }

            #AppSubTit {
                height: 30px;
                padding-left: 10px;
                display: flex;
                align-items: flex-start;
            }

            #AppSubTit h2,
            #AppSubTit h3,
            #AppSubTit h4 {
                margin: 0;
                padding: 0;
                height: 30px;
                line-height: 30px;
                font-size: 1.1rem;
                font-weight: 600;
                display: block;
            }



body
{
    padding: 10px;
}

.evenrow
{
    background-color: #F5DEB3;
}

.oddrow
{
    background-color: #FFFFFF;
}

table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: none;
    background-color: #deeb8869;
  }

.btn-search {
    background-color: #c2cf6e;
    color: black;
    border: none;
}

.btn-search:hover {
    background-color: #c2cf6e;
    color: black;
    border: none;
}

.btn-search:active {
    background-color: #c2cf6e;
    color: black;
    border: none;
}

#submitButton {
    background-color: #c2cf6e;
    margin-left: 10px;
}

#submitButton:hover {
    background-color: #c2cf6e;
    margin-left: 10px;
}

#submitButton2 {
    background-color: #c2cf6e;
    margin-left: 10px;
}

#submitButton2:hover {
    background-color: #c2cf6e;
    margin-left: 10px;
}

#accountbar
{
    position: fixed;
    right: 0px;
    top: 0px;
    background-color: #E0FFFF;
    border: 1px solid #87CEFA;
    padding: 5px;
    max-width: 400px;
    z-index: 1;
}

/*
#search .ranking_summary
{
    position: relative;
    width: 300px;
    top: -80px;
    margin-top: 20px;
    margin-bottom: -70px;
    float: right;
}

#search
{
    padding:10px;
    display: flex;
}
*/

/* Contenedor principal */
#search {
    display: flex;
    flex-wrap: wrap;       /* Permite que los elementos bajen a la siguiente línea */
    padding: 15px;
    gap: 20px;
}

/* Los enlaces ocupan el 100% de la fila superior */
.links-section {
    flex: 0 0 100%;        /* No crece, no encoge, ocupa el 100% */
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 10px;
    line-height: 1.8;
}

/* Columna del buscador (izquierda) */
.search-left-column {
    flex: 1;               /* Toma todo el espacio sobrante de la izquierda */
    min-width: 400px;      /* Evita que se colapse demasiado */
}

/* Columna del resumen (derecha) */
#search .ranking_summary {
    flex: 0 0 320px;       /* Ancho fijo para el resumen */
    background-color: #fcfcfc;
    padding: 15px;
    border: 1px solid #c2cf6e;
    border-radius: 5px;
    position: static;      /* Limpiamos cualquier rastro de tu CSS antiguo */
    margin: 0;
}

/* Estilo para que el formulario no se vea tan apretado */
.search-controls {
    line-height: 2.5;
}

/* El contenedor de resultados fuerza que nada se le ponga al lado */
#results-container {
    width: 100%;
    display: block; /* Importante para romper el flex anterior */
    clear: both;
}

/* Nivel 1: Enlaces */
.links-full-width {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

/* Nivel 2: Flexbox para buscador y resumen */
.search-flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 0 10px;
}

.search-left-box {
    flex: 1; /* Ocupa el resto del ancho */
}

.ranking_summary {
    flex: 0 0 300px; /* Ancho fijo para que no moleste */
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #c2cf6e;
    border-radius: 5px;
}

.table-responsive-container {
    width: 100%;
    overflow-x: auto;
    clear: both;
}

.dataTable {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    margin-top: 10px;
}

/*
.table-responsive-container {
    width: 100%;
    overflow-x: auto;
    clear: both;
}

.dataTable {
    width: 100%;
    min-width: 1000px;
    border-collapse: collapse;
    margin-top: 10px;
}

.dataTable th, .dataTable td {
    padding: 10px;
    border: 1px solid #eee;
    text-align: left;
}


.dataTable th:first-child,
.dataTable td:first-child {
    max-width: 300px;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
}


.nowrap {
    white-space: nowrap;
    width: 1%;
}

*/




#detail
{
    padding:10px;
}

#search #searchhelp
{
    display: none;
    background-color: #E0FFFF;
    border: 1px solid #87CEFA;
    padding: 5px;
    max-width: 400px;
}

/*#search .export*/
/*{*/
/*    position: absolute;*/
/*    right: 15px;*/
/*}*/

#search .export input
{
    font-size: medium;
}
#search-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: nowrap;
}

.nowrap
{
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .table-responsive {
        overflow-x: auto;
    }
    .table-responsive table {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    #sidebar img {
        max-width: 100%;
        height: auto;
    }
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: center;
}

.for-table {
    flex: 1 1 auto;
    border-collapse: collapse;
    border: 1px solid black;
    width: 800px;
    height: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    caption-side: top;
}
.for-table td {
    border: 1px solid black;
    padding: 6px 10px;
    text-align: left;
    vertical-align: top;
}
.for-table td:nth-child(3) {
    border-left: 8px double black;
    padding-left: 14px;
}
.for-table caption {
    text-align: center;
}

#centile-header {
    display: flex;
}
