@charset "UTF-8";
/* CSS Document */

@media (max-width: 375px) {
    .medallero-stackbar{
        display: none;
    }
}

.medallero-stackbar{
    width: 35%;
    margin-bottom: 0 !important;
}

.medallero-stackbar .progress-bar-oro{
    background-color: #f2c85c;
}

.medallero-stackbar .progress-bar-plata{
    background-color: #d9d9d9;
}

.medallero-stackbar .progress-bar-bronce{
    background-color: #d6ac6b;
}

.medallero .text-muted {
    display: none;
}

table.medallero img {
    max-width: 20px;
    margin-right: 5px;
    vertical-align: top;
    margin-top: 3px;
    border: 1px solid #e1e1e1;
}

table.medallero {
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 0px;
    margin-top: -1px;
}

table.medallero th img {
    border: 0;
    margin: 0;
}

table.medallero .medalla {
    width: 9%;
    text-align: center;
}

table.medallero .centrado {
    text-align: center;
}

table.medallero a {
    display: inline-block;
    color: #666;
}

.panel.medallero {
    padding: 0;
}

.panel.medallero .panel-heading, .panel.medallero .panel-footer {
    margin: 0;
}

.col-lg-8 table.medallero .medalla {
    width: 4%;
}

.col-lg-12 table.medallero .medalla {
    width: 3%;
}

/* Nuevos estilos para tablas internas */
.cmp-medalleria .medallero.table th, .cmp-medalleria .medallero.table td {
    width: 5% !important;
    /*padding: 7px 12px; revisar medalleria tablet landscape home */
    border-left: 1px solid #e1e1e1;
}

.cmp-medalleria .medallero.table th:nth-child(2), .cmp-medalleria .medallero.table td:nth-child(2) {
    width: 100% !important;
}

.medallero.table th:first-child, .medallero.table td:first-child {
    border-left: 0;
    text-align: center
}

.col-md-6 table.medallero tr td:first-child img {
    border: 0;
}

.col-md-6 table.medallero tr td:first-child {
    width: 10%;
}

.col-md-6 table.medallero tr td:nth-child(2), .col-md-6 table.medallero tr td:nth-child(3) {
    width: 40%;
}

/* Fin estilos para tablas internas */

/* ----- Medallería ----- */
.item-masonry.col-md-4.cmp-toolbar_medalleria {
    width: 100%;
}

@media (min-width: 300px) and (max-width: 768px) {
    .cmp-lista_medallistas table tr td, .cmp-lista_medallistas table tr th {
        font-size: 8px !important;
    }
}

@media (max-width: 1200px) and (min-width: 300px) {
    .tipo img {
        max-width: 10px !important;
    }

    table.medallero th img {
        max-width: 10px !important;
    }
}