body{
    min-height:100vh;
    position:relative;
}
@font-face {
    font-family: EA;
    src: url(fonts/scoreboard.ttf);
}
@font-face
{
    font-family: "Citizen";
    src: url(fonts/Citizen.ttf) format("truetype");
}
@font-face
{
    font-family: "Ubuntu";
    src: url(fonts/Ubuntu-R.ttf) format("truetype");
}
a{
    color: rgb(111, 116, 122);
}
a:hover, a:focus{
    color: rgb(68, 70, 74);
}
.placar{
    font-family: "Ubuntu";

}
.jogos_hoje{
    margin-top:10px;
    margin-bottom:10px;
    float:right;
    padding:5px 20px 5px 20px;
    border-radius: 50px;
    border: 1px solid #ccc;
    display:table;
    color:#5F9B1C;
    font-weight:bold;
}

/*
Menu de datas
 */
.bloco_dias{
    display:block;
    width:95%;
    overflow:auto;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ccc;
}

.bloco_dia{
    letter-spacing: 1px;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    float:left;
    padding:10px 0 10px 0;
    margin:0 20px 0 20px;
}

.data_dia{
    font-weight: 500;
}

.menu_data{
    margin:0 auto;
    display:block;
}
.data_muda{
    float:left;
    white-space: nowrap;
    width:5%;
    font-size:25px;
    font-weight:800;
    color: #5F9B1C;
    margin-top:-7px;
    text-align:center;
}
.data_muda:hover{
    color: #7ac221;
}
/* ######### */
/* Bloco do jogo */
.jogos_horario > .glyphicon{
    font-size:13px;

}
.jogos_horario > .hor_texto{
    font-size:15px;
    font-weight:900;
    margin-left:4px;
}
.bloco_jogos{
    width:95%;
    margin: 0 auto;
}
.bloco_jogo{
    border: 1px solid #eee;
    background-color:#fdfdfd;
    padding-bottom:15px;
    margin-top:5px;
    border-radius: 2px;
    margin-bottom:20px;
    position:relative;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
}
.bloco_class{
    border: 1px solid #eee;
    background-color:#fdfdfd;
    padding-bottom:15px;
    margin-top:25.5px;
    border-radius: 2px;
    margin-bottom:70px;

    -webkit-box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
    -moz-box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
    box-shadow: 0px 2px 2px 0px rgba(199,199,199,1);
}
.bloco_jogo_texto{
    margin-top:5px;
}
.jogo_texto{
    font-size: 9pt;
    text-transform: uppercase;
}
.jogo_meio{
    display: table;
    padding-top:10px;
    margin: 0 auto;
}
.jogo_casa{
    text-align: right;
    margin-right:20px;
}
.jogo_fora{
    text-align: left;
    margin-left:20px;
}
.gol_cel_dir{
    padding-left:70px;
    padding-right:10px;
}
.gol_cel_esq{
    padding-left:10px;
    padding-right:70px;
}
.jogo_img{
    float: left;
}
.jogo_img > img{
    width:45px;
    height:45px;
}
.time_txt_xs{
    text-transform: uppercase;
    display: none;
}
.jogo_placar{
    float: left;
    font-size: 20pt;
    letter-spacing: 5px;
    width:100px;
}
.jogo_placar_playoff{
    float: left;
    font-size: 18pt;
    letter-spacing: 5px;
    width:120px;
    transform: translateY(20%);
}
.ico_radio{

}
.time_casa{
    float: left;
    font-size: 13pt;
    margin-right:10px;
    line-height:50px;
    width:180px;
}
.time_fora{
    float: right;
    font-size: 13pt;
    margin-left:10px;
    line-height:50px;
    width:180px;
}
.jogo_radio{
    margin: 0 auto;
    width: 90px;
    font-size: 15pt;
    top: 20%;
    position:relative;
    text-align: center;
}
.jogo_radio > img{
    width:90px;
    position:relative;
    bottom:20px;
}

.bloco_tempo{
    margin:0 auto;
    display:table;
    padding:0 20px 0 20px;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.tempo_live{
    letter-spacing:1px;
}
/* ######### */

/* GOOOL */
.gol{
    position: fixed;
    background-color:white;
    width: 100vw;
    height:100vh;
    top:0px;
    display:none;
    font-family: "Ubuntu";
}
.gol_letreiro{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    margin-top: 40px;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    -webkit-padding-start: 0;
    display:block;
    text-align:center;
    font-size: 50px;
    font-weight:700;
    color: #5F9B1C;
}
.gol_futrio{
    position:relative;
    margin-left:auto;
    margin-right:auto;
    -webkit-margin-start: auto;
    -webkit-margin-end: auto;
    -webkit-padding-start: 0;
    display:block;
    text-align:center;
    font-size: 20px;
    font-weight:700;
    color: #34423f;
}
.gol_placar{
    float: left;
    font-size: 20pt;
    width: 90px;
}
/* RESPONSIVIDADE JOGO */
@media (max-width: 1200px)
{
    .pl_table_time, .pl_regra, .pl_table_val{
        font-size:12px;
    }
    .jogo_casa{
        margin-right:20px;
    }
    .jogo_fora{
        margin-left:20px;
    }
}
@media (max-width: 1000px)
{
    .jogo_casa{
        margin-right:20px;
    }
    .jogo_fora{
        margin-left:20px;
    }
}
@media (max-width: 750px)
{
    .jogo_casa{
        margin-right:15px;
    }
    .jogo_fora{
        margin-left:15px;
    }
    .jogos_horario > .hor_texto{
        font-size:14px;
    }
    .gol_cel_dir{
        padding-left:65px;
    }
    .gol_cel_esq{
        padding-right:65px;
    }
}
/* tablet */
@media (max-width: 720px)
{
    .jogo_img > img{
        width:35px;
    }
    .jogo_casa{
        margin-right:2px;
    }
    .jogo_fora{
        margin-left:2px;
    }
    .time_txt_xs{
        font-size:14pt;
        display: initial;
    }
    .time_fora, .time_casa{
        width: 100px;
    }
    .time_txt_gr{
        display: none;
    }
    .jogo_placar{
        font-size:18pt;
    }
    .jogos_horario > .hor_texto{
        font-size:13px;
    }
    .gol_cel{
        font-size:12px;
    }
    .gol_cel_dir{
        padding-left:5px;
    }
    .gol_cel_esq{
        padding-right:5px;
    }
}
@media (max-width: 500px)
{

    .time_fora, .time_casa{
        width:40px;
    }

}
@media (max-width: 380px)
{
    .jogo_placar{
        width:70px;
    }
    .gol_cel_dir{
        padding-left:37px;
    }
    .gol_cel_esq{
        padding-right:37px;
    }
    .time_txt_xs{
        font-size:12pt;
    }
    .jogo_placar{
        font-size:15pt;
    }

}
/* ######### data ######## */

.slick > div{
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.slick-prev, .slick-next{
    width:35px !important;
}
.dia{
    display:block;
    line-height:50px;
    letter-spacing: 1px;
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    height:50px;
    margin-left:25px;
    margin-right:25px;
    font-family: "Ubuntu";
}
.data_selecionada, .data_selecionada:hover{

    border-bottom: 5px solid #5F9B1C;
}
.data_selecionada, .data_selecionada:hover{
    font-weight: 600;
    color:#5F9B1C;
}
.bloco_gols{

}
.table_gols{
    margin: 0 auto;
    width:90%;
    border: 1px solid #ccc;
    padding:20px;
}
.gol_row:nth-child(odd) {
    background-color:#dddddd;
}

.bola_gol{
    height:12px;
    margin-right:4px;
    margin-left:4px;
}
.gol_cel{
    line-height:12px;
    width:50%;
    padding-top:5px;
    padding-bottom:5px;
}
.gol_cel{
    border-right: 1px solid #ccc;
}
.status_0{
    color:#fff;
    background-color:#6494e0;
}
.status_1{
    background-color:#037c35;
    color:#fff;
}
.status_2{
    background-color:#000000;
    color:#fff;
}
.status_3{
    background-color:#000000;
    color:#fff;
}
.status_4{
    background-color:#017200;
    color:#fff;
}
.status_9{
    background-color:#af1313;
    color:#fff;
}
.obs{
    background-color:#603600;
    color:#fff;
    margin:2px;
}
#pe {
    clear: both;
    position: absolute;
    bottom:0;
    width:100wh;
    z-index: 10;
    margin-top: -3em;
}
.camp_nome{
    text-align:center;
    width:100%;
    text-transform: uppercase;
    font-family: humnst777_blkcn_btblack;
    margin-bottom: 0;
    font-size:16pt;
}
.divisor_camp{
    margin-bottom:20px;
}
.pl_table_time{
    text-align:left;
    font-weight:bold;
    margin-left:2px;
}
.bloco_class > tbody > tr > td{
    padding-bottom:1px;
    padding-top:1px;
}
.bloco_class > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
.pl_grupo{
    font-size:14px;
    font-weight:bold;
    padding:2px;
}
.pl_legenda{
    color: #777;
    font-size:14px;
    font-weight:bold;
    padding:9.61px;
}
.class_titulos>td{
    text-align:center;
    font-weight:bold;
}
.pl_regra{
    float:left;
    margin-right:10px;
}
.pl_table_pos{
    font-size:14px;
    padding:10px;
    font-weight: bold;
    color:black;
}
.bloco_class > thead > tr > th, .bloco_class > tbody > tr > th, .bloco_class > tfoot > tr > th, .bloco_class > thead > tr > td, .bloco_class > tbody > tr > td, .bloco_class > tfoot > tr > td{
    padding:3px !important;
}
.class_titulo{
    border: 0 !important;
}
.switch_class{
    padding-right:8px;
    cursor: pointer;

}
.corpo_class{
    display:none;
}
.jogo_overlay{
    position:absolute;
    width:100%;
    height:100%;
    background-color:white;
    display:none;
    z-index:99999;
}
.pl_casa, .pl_visitante{
    display:inline-block;
    position:relative;
    z-index: 0;
}
.placar_ani{
    color:#5F9B1C;
}
.placar_bloco{
    min-height:calc(100vh - 600px);
}
.gol_img{
    width:14px;
    margin-right:5px;
}
.visivel{
    display: inherit;
}
.nvisivel{
    display:none;
}
.pen_gols{
    font-size:18px;
}
.thgeral{
    display:None;
}