﻿
h1 {
    color: #CFCFCF;
    text-align: left;
    font-size: 28px;
    margin-bottom: 30px;
    margin-top: 60px;
    border-bottom: solid 1px;
    padding-bottom: 9px;
}

.listatimes {
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}

    .listatimes ul {
        list-style: none;
        padding: 0;
    }

        .listatimes ul li {
            padding-left: 10px !important;
        }

    .listatimes * {
        font-family: verdana;
        font-size: 12px;
        text-align: left;
    }

    .listatimes .title {
        font-weight: bold;
        color: white;
        background: rgb(231, 176, 0);
        padding: 5px;
    }


    .listatimes ul > li {
        padding: 5px 0px;
    }



        .listatimes ul > li:nth-child(2n+1) {
            background-color: rgba(238, 238, 238, 0.13);
        }

.time-container {
    border: solid 1px rgb(230, 173, 70);
    margin-bottom: 10px;
    min-height: 363px;
}

.responsavel::after {
    content: '\f005';
    float: right;
    margin-right: 10px;
    font-family: FontAwesome;
}

#features {
    background-color: white;
    padding-bottom: 45px;
}

.listatimes-grupo tr td {
    color: black;
    border-bottom: solid 4px lightgray;
    border-right: dotted 1px lightgray;
    height: 43px;
}

.azul-claro {
    border-color: #6682da !important;
}

    .azul-claro::after, .azul-claro::before {
        color: #6682da !important;
    }

.azul-escuro {
    border-color: #0c2881 !important;
}

    .azul-escuro::after, .azul-escuro::before {
        color: #0c2881 !important;
    }


.laranja {
    border-color: orange !important;
}

    .laranja::after, .laranja::before {
        color: orange !important;
    }


.amarelo {
    border-color: #f2f20d !important;
}

    .amarelo::after, .amarelo::before {
        color: #f2f20d !important;
    }


.verde {
    border-color: #07bb00 !important;
}

    .verde::after, .verde::before {
        color: #07bb00 !important;
    }


.vermelho {
    border-color: #c90303 !important;
}

    .vermelho::after, .vermelho::before {
        color: #c90303 !important;
    }


.cinza {
    border-color: gray !important;
}

    .cinza::after, .cinza::before {
        color: gray !important;
    }


.preto {
    border-color: black !important;
}

    .preto::after, .preto::before {
        color: black !important;
    }


.grupo {
    border: solid 1px #E0E0E0;
    overflow-x: hidden;
}

    .grupo .titulo {
        background-color: rgb(99, 99, 99);
        padding-top: 4px;
        height: 28px;
        text-align: center;
        border-bottom: solid 1px #E0E0E0;
        color: darkgray;
        font-weight: bold;
        background: #f9fcf7; /* Old browsers */
        background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
    }

    .grupo.final .titulo {
        background: #f9c667; /* Old browsers */
        background: -moz-linear-gradient(top, #f9c667 0%, #f79621 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9c667), color-stop(100%,#f79621)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #f9c667 0%,#f79621 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #f9c667 0%,#f79621 100%); /* IE10+ */
        background: linear-gradient(to bottom, #f9c667 0%,#f79621 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c667', endColorstr='#f79621',GradientType=0 ); /* IE6-9 */
        color: white;
        border-bottom: solid 1px #f79621;
    }

    .grupo.final {
        border: solid 1px #F79621;
    }

.listatimes-grupo {
    width: 100%;
    table-layout: fixed;
}

.timesgrupo ul {
    list-style: none;
}

    .timesgrupo ul li {
        float: left;
        margin-right: 15px;
        padding: 5px;
        width: 100px;
        height: 45px;
        margin-bottom: 10px;
    }

.confronto {
    color: black;
    width: 100%;
}

    .confronto tr td {
        overflow: hidden;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.placar {
    width: 35px;
    text-align: center;
}

    .placar > div {
        border-bottom: solid 1px black;
    }

.row-confronto {
    padding-bottom: 5px;
    text-align: center;
}

.datajogo {
    color: #999;
    font-family: arial, helvetica, freesans, sans-serif;
    font-size: 10px;
    border-bottom: dotted 1px #E0E0E0;
    text-align: center;
}

.row-confronto > td {
    color: #333;
    font-size: 18px;
    font-family: arial, helvetica, freesans, sans-serif;
    font-weight: bold;
    padding-bottom: 7px;
    padding-top: 5px;
}

    .row-confronto > td:nth-child(1) {
        text-align: right;
        padding-right: 30px;
    }


    /*.row-confronto > td:nth-child(1)::after,
        .row-confronto > td:last-child::before {
            font-family: FontAwesome;
            content: '\f0c8 ';
            color: lightgray;
        }*/

    /*.row-confronto > td:nth-child(1)::after {
            margin-left: 10px;
        }*/


    .row-confronto > td:last-child {
        text-align: left;
        padding-left: 30px;
    }

.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;
    }


    .classificacao-grupo table tbody tr td:nth-child(1n+3) {
        color: #666;
        font-size: 12px;
        height: 35px;
        width: 44px;
        text-align: center;
    }

    .classificacao-grupo .pblack {
        color: #575757;
        font-weight: bold;
    }

.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;
}

.finais .confrontos {
    padding-top: 30px;
    padding-bottom: 15px;
}


.jogos-rodada {
    margin-bottom: 30px;
}

.result-wo::before {
    content: 'w.o.';
    background: #CD3838;
    padding: 3px;
    color: #FFF;
    font-size: 9px;
    font-family: verdana;
    float: left;
    margin-left: 5px;
}

/*.result-wo.visitor::before{
    float:right;
    margin-right:5px;
    
}*/

.row-confronto > td.result-wo:nth-last-child(1)::before {
    float: right;
    margin-right: 5px;
}

.playername {
    font-size: 12px !important;
    font-weight: normal !important;
    font-family: 'Century Gothic', futura, 'URW Gothic L', Verdana, sans-serif !important;
    /*font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif*/
}

    .playername:after {
        content: '\f091';
        font-family: FontAwesome;
        font-size: 9px;
        color: #3CB000;
        visibility: hidden;
        font-weight: normal;
    }

.home:after {
    padding-left: 9px;
}

.visitor:after {
    float: left;
    padding-right: 9px;
    padding-top: 3px;
}

.winner:after {
    visibility: visible;
}

.rodata-select {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    background: #F7F7F7;
    padding: 5px;
    border: solid 1px #D9D9D9;
}

.rodata-select-label {
    float: left;
    margin-right: 18px;
    margin-top: 15px;
    color: #868686;
    font-weight: bold;
    font-size: 11px;
    margin-left: 15px;
}