﻿

.classificacao-grupo {
    border-top: solid 2px #A3A3A3;
}

    .classificacao-grupo > table {
        width: 100%;
        color: gray;
    }

    .classificacao-grupo table thead tr td {
        font-size: 10px;
        font-weight: 600;
        height: 45px;
        border-bottom: solid 1px #A3A3A3;
        text-align: center;
    }


    .classificacao-grupo table tbody tr td:nth-child(1n+3) {
        color: #666;
        font-size: 12px;
        height: 35px;
        width: 65px;
        text-align: center;
    }

    .classificacao-grupo .pblack {
        color: #575757;
        font-weight: bold;
    }

    .classificacao-grupo .posicao-time {
        text-align: right;
        font-size: 19px;
    }

    .classificacao-grupo table tbody tr td:nth-child(2) {
        text-align: left;
        padding-left: 23px;
    }

    .classificacao-grupo table tbody tr td:nth-child(2n+3) {
        background-color: #f5f9f0;
    }

    .classificacao-grupo table tbody tr td {
        border-bottom: 1px dotted #E7E7E7;
    }

    .classificacao-grupo .evolucao-positiva {
        color: #178DB7 !important;
    }

    .classificacao-grupo .evolucao-negativa {
        color: #FF361F !important;
    }


.ranking-table {
    counter-reset: rowNumber;
}

    .ranking-table tbody tr {
        counter-increment: rowNumber;
    }

.classificacao-grupo .posicao-time:before {
    content: counter(rowNumber);
}

.navbar-brand {
    background: url('../img/sm_logo.png');
    background-repeat: no-repeat;
    background-position: 50%;
    border-right: dotted 1px #e2e2e2;
}

.diretoria .membro {
    display: block;
    border: solid 1px #D4D4D4;
    background: #F1F1F1;
    padding: 5px;
    height: 78px;
    margin-bottom: 5px;
}

    .diretoria .membro img {
        width: 80px;
        float: left;
        margin-right: 8px;
    }

    .diretoria .membro .nome {
        margin-top: 14px;
    }

    .diretoria .membro .cargo {
        font-size: 10px;
        font-weight: 800;
        font-family: verdana;
    }

.parceiroslot {
    height: 186px;
    background: #E3E3E3;
    margin: 15px 0px;
    border: solid 1px #CACACA;
}

.parceiros div:nth-child(1) {
    margin-top: 0px !important;
}

.tmpFotoEvento {
    background: #DEDEDE;
    border: solid 1px #BEBEBE;
    height: 115px;
    padding: 5px;
    font-size: 10px;
}

    .tmpFotoEvento.big {
        height: 300px;
    }

.news-container .row section {
    padding-bottom: 15px;
}

.carrouselsubtitle {
    font-size: 10px;
    font-weight: 900;
    color: #0B0051;
}

.col-md-4.thumbnails img {
    width: 150px;
    margin-bottom: 5px;
}

.titlest1 .page_title hr {
    display: none !important;
}

.associados-table thead td {
    text-align: left !important;
}

.associados-table tbody tr td:nth-child(2) {
    padding-left: 0px !important;
}

.associados-table thead tr td:nth-last-child(1) {
    width: 145px;
    text-align: center !important;
}

.fotoatleta {
    border: solid 1px #BABABA;
    padding: 1px;
    display: inline-block;
}


.rankingatleta {
    border: solid 1px #000;
    background-color: #808080;
    width: 100%;
    height: 120px;
    display: inline-block;
    color: white;
    font-size: 6em;
    text-align: center;
    position: relative;
}

.rankinglegend {
    font-size: 9px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #BEBEBE;
}

.atletaview .row,
.atletaview *[class^="col-"] {
    margin-bottom: 10px;
}

.atletaview .row {
    border-bottom: dotted 1px #dfdffd;
    margin-bottom: 40px;
}



.rdata {
    border-bottom: dotted 1px #CBCBCB;
    margin-bottom: 5px;
}

    .rdata .rotulo {
        font-weight: lighter;
        font-size: 11px;
    }

    .rdata .dado {
        float: right;
        color: #B3B3B3;
    }

.titulotabelaconfronto {
    font-weight: bold;
    background: #EFEFEF;
    padding: 5px;
    color: #808080;
}

.confrontos-atleta table tbody tr td:nth-child(2) {
    text-align: center;
}


.lhufgh:after {
    content: '\f091';
    font-family: FontAwesome;
    font-size: 9px;
    font-weight: normal;
    float: right;
    color: #42B000;
    padding-top: 4px;
    visibility: hidden;
}

.dwins:after {
    visibility: visible;
}

.links > p {
    font-weight: bold;
}

.links > a {
    margin: 10px 0px;
    display: block;
}

    .links > a::before {
        font-family: FontAwesome;
        margin-right: 10px;
        content: '\f0c1';
    }


.fale-conosco {
    font-weight: bold;
    color: #5C5C5C;
}

    .fale-conosco::before {
        content: '\f003' !important;
    }

.links > a:hover {
    text-decoration: none;
}

.torunment-menu {
    margin-bottom: 16px;
}

.btn-group.torunment-menu a {
    border: none;  /*//solid 1px #D1D1D1;*/
    border-radius: 0px;
    /*color: #00F;*/
    font-size: 10px;
    background: #F0F0F0;
}

.btn-group.torunment-menu .btn-group.torunment-menu .btn-default:focus, .btn-group.torunment-menu .btn-default:active, .btn-group.torunment-menu .btn-default.active {
    background: #757575;
    color: #FFF;
}
