.body {
    font-family: 'Roboto', sans-serif !important;
    overflow-y:scroll;
}



.container {
    max-width: 1320px !important;
}


hidden-sm-down-teste {
    display: none !important;
}

/*Bootstrap Breakpoints*/
/*Até a medida*/
@media (max-width: 575.98px) {

    hidden-sm-down-teste {
        display: none !important;
    }


}

@media (max-width: 767.98px) { }


@media (max-width: 991.98px) { }


@media (max-width: 1199.98px) { }

/*A partir da medida*/
@media (min-width: 576px) {




}
@media (min-width: 768px) {  }


@media (min-width: 992px) {  }


@media (min-width: 1200px) {  }

.container-fluid {
    padding: 0px;
}


.img-logo {
    max-width: 180px;
}

.border-teste {
    border: 1px #970000 solid;
}


.label-normal {
    font-weight: 500 !important;

}

.lbl-invalid {
    color: #ff0000;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}

.lbl-valid {
    color: #1e7e34;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
    margin-top: 5px;
}


.overall-min {

    color: #ff0000;
    font-weight: bold;
    border: 1px #a9a9a9 solid;
    padding: 3px 5px 3px 5px;


}


.overall-max {

    color: #1e7e34;
    font-weight: bold;
    border: 1px #a9a9a9 solid;
    padding: 3px 5px 3px 5px;
    width: 250px;


}

.nov-camp-titulo-passo {
    font-weight: 500;
    font-size: 18px;
}

.home-titulo-card {
    font-weight: 500;
    font-size: 15px;
}




.list-group-home  a {
    color: #212529;
    }

.list-group-home .item-camp-card a:hover {
    background-color: yellow;
}

.item-camp-card {
    padding: 10px 10px 10px 0;
    font-weight:normal;
    color: #212529;
}

.item-camp-card:hover {
    transition: background .5s;
    background-color: #eeeeee;
}


.card-title-campeonatos {
    font-size: 22px;
    margin-top: -15px;


}

.card-title {
    font-weight: 400;
}

.camp-header {
    background-image: url("../images/fundocampeonato02.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: black;
}

.jogos-time-nome {
    font-size: 14px;
    font-weight: 500;
    color: #000000;

}

.jogos-user-nome {
    font-size: 12px;
    margin-top: -10px;
    color: #000000;
}

.jogos-numjogo{
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    right: 5px;
    bottom: 0;
    color: #b6b6b6;
}
.jogos-placar{
    font-size: 20px;
    font-weight: 500;
    color: #000000;
}

.jogos-x {

    font-weight: 200;
    font-size: 20px;
    color: #000000;;
}

.jogos-edit{
    top: -15px;
    position: absolute;
    right: -5px;
    color: #b6b6b6;

}
.jogos-status {

    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}

.jogos-status-r {

    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}



.status-andamento {
    background-color:yellow;
    color: black;
    animation: blinker 1s linear infinite;
    border: 1px #000000 solid;
    padding: 1px 3px 1px 3px;
    border-radius: 5px;
}

.status-encerrado {
    background-color:black;
    color: white;
    border: 1px #000000 solid;
    padding: 1px 3px 1px 3px;
    border-radius: 5px;
}

.status-wo {
    background-color:purple;
    color: white;
    border: 1px #000000 solid;
    padding: 1px 3px 1px 3px;
    border-radius: 5px;

}

.status-naorealizado {

    color: black;


}


/*Setas no campo números ficam aprecendo*/
input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

.modal-time-nome
{
    font-size: 20px;
}

.modal-placar{
    width: 50px;
    margin-top: 35px;
    text-align: center;
    font-size: 25px;

}


.modal-placar-x{
    margin-top: 35px;
    font-size: 25px;
}



.modal-placar-r{
    margin-top: 20px;
    font-size: 40px;
    font-weight: 500;
}

.pontos-extra-r
{
    font-size: 30px;
    font-weight: 500;
}



/*tabela de classificação*/

#tabClassificacao {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

#tabClassificacao thead {

    font-size: 12px;
    text-align: center;

}
#tabClassificacao td {

    display: table-cell;
    vertical-align: inherit;
    width: 25px;
}

#tabClassificacao tr {

    line-height: 40px;
    border-bottom: 1px #eeeeee solid;
}

#tabClassificacao .td-time {
    width: 200px;
    text-align: left;
}

#tabClassificacao .td-num {

}

.modal-user-nome{
    font-size: 14px;
}



.modal-status-jogo {
    list-style-type: none;
    padding-top: 30px;

}

.modal-status-jogo li {
    width: 120px;
    height: 40px;
    position: relative;


}

.modal-status-jogo label,
.modal-status-jogo input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

}

.modal-status-jogo input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
}

.modal-status-jogo input[type="radio"]:checked+label,
.Checked+label {
    /*background: #3d9970;*/
    background: #3d9970;
    color: #ffffff;
}

.modal-status-jogo label {
    padding: 3px;
    border: 1px solid #CCC;
    cursor: pointer;
    z-index: 90;
}

.modal-status-jogo label:hover {
    background: #DDD;
}

.blink_me {
    animation: blinker 1.2s infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.ratinglabel
{
    background: #00a65a;
    color: white;
    padding: 10px;
}


.destaque-primeiros td
{
    border-bottom: 1px #ffffff solid;
    background-color: #d9ffdc;


}

.destaque-intermediarios td
{
    border-bottom: 1px #ffffff solid;
    background-color: #b3e7ff;


}

.destaque-ultimos td
{
    border-bottom: 1px #ffffff solid;
    background-color: #ffdbda;

}

.th-rating-sorteio
{
    width: 35px;
    text-align: center;
    padding: 0px 0;
    font-size: 12px;
    font-weight: bold;
    border: 1px black solid;
    background-color: black;
    color: white;
}
.td-rating-sorteio
{
    width: 35px;
    text-align: center;
    padding: 2px 0;
}

.table-artilharia
{
    width: 80%;
}


.table-artilharia thead {
    text-align: center;
    font-weight: bold;
}

.table-artilharia td {
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.table-artilharia td span {
    font-weight: bold;
}

.conf-fases {
    font-weight: 500;

}


.msg-sucesso{
    color: #129800;
    font-weight: 500;
}

.amigos {
    /*border: 1px #970000 solid;*/
    line-height: 30px;
}

.amigos .linha {
    padding: 0px 10px 0 10px;

}

.amigos .img-amigo
{
 max-width: 50px;
}

.amigos .info {
    line-height: 20px;
    padding-top: 15px;
    padding-left: 5px;
}

.amigos .status {
    margin-top: -5px;
    font-weight: 500;
    font-size: 14px;
}


.font-500 {
    font-weight: 500;
}

.jogos-ponto-extra {

    color: #ff0000;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 35px;
}

.camp-home-amigo {
    font-size: 12px;
    background-color: #0c525d;
    color: white;
    position: absolute;
    right: 35px;
    margin-top:5px;
    padding: 2px 5px 2px 5px;
    z-index: 999;
}
.camp-home-amigo a {

color: white;
}



.meu-time-posicao {
    font-weight: 500;
    padding-left: 3px;
    font-size: 14px;
}


.jogador-posicao {
    font-weight: bold;
    padding-left: 0px;
    font-size: 14px;
}

.stats-name{
    font-weight: bold;
    color: #606060;
    font-size: 18px;

}

.stats-info{
    font-weight: bold;
    color: #000000;
    font-size: 18px;

}

.stats-overall {
    color: white;
    font-weight: bold;
    padding: 0 5px 0 5px;
    font-size: 14px;
}



.stats-overall-text
{
    padding-left: 5px;
}


.text-area-obs {
    width: 100%; height: 200px; font-size: 14px; line-height: 18px; border: 1px solid #dddddd; padding: 10px;"
}


.div-hover a
 {
     text-decoration: none;
     color: #000000;
 }

.div-hover a:hover {
    background-color: #fafafa;
}


.display-none {
    display: none;
}



/*.table .header-floating{*/
/*    color: #970000;*/
/*    position: fixed;*/
/*    top: 0;*/
/*    !*visibility: hidden;*!*/
/*    z-index: 10;*/
/*    overflow: visible;*/
/*    width: 100%;*/
/*}*/
.header-fixed {
    position: fixed;
    top: 0px;
    display:none;
    background-color:white;
    min-width: 47rem;
}

.table .table-time-name {
    font-size: 18px;
    font-weight: 500;
}

#tbTimes {
    min-width: 47rem;
}



.time-type a {

    color: black;
    padding: 10px;
    font-weight: 500;
}

.time-type a:hover {
    border-bottom: 2px #ffc61b solid;
}


.time-type-nav.active {
    border-bottom: 2px #ffc61b solid;

}


.fifa-pesq-text {
    max-width: 60px;
    border: 0 !important;
    background-color: #f9f9f9;
    padding: 5px;
}


.fifa-pesq-text:focus{
    outline: none;
    background-color: #eceaea;
}

.fifa-pesq-text:hover{
    outline: none;
    background-color: #eceaea;
}

.fifa-pesq-text-b {
    max-width: 80px;
    border: 0 !important;
    background-color: #f9f9f9;
    padding: 5px;
}

.fifa-pesq-text-b:focus{
    outline: none;
}


.fifa-pesq-text-c {
    max-width: 160px;
    border: 0 !important;
    background-color: #f9f9f9;
    padding: 5px;
}

.fifa-pesq-text-c:focus{
    outline: none;
}


.fifa-pesq-label {
    font-weight: 500 !important;
    font-size: 16px;

}

#divFiltros .row {
    padding-bottom: 20px;
}


.statsplayer {
    color: #000000;
}

.statsplayer a {
    color: #000000;
}

.statsplayer a:hover {
    color: #eeeeee;
    color: #606060;
}

.table a {
    color: black;
}


.btn-pesquisa {
    font-weight: 500;
    border-radius: 0 !important;

}

.btn-pesquisa:hover {
    background-color:#cfcfce;

}


.col-sort
{
    background-color: #fcfbfb;
}

#cla-final {

    line-height: 20px;

}

#cla-final .time {
    font-weight: 500;
    padding-top: 10px;
}

#cla-final .posicao {
    font-size: 12px;
}

#cla-final .tecnico {
    font-size: 14px;
    font-weight: 500;
}


#resumo .titulo {
    font-weight: bold;
    padding-bottom: 10px;


}

#resumo .time {
    font-weight: 500;
    padding-top: 5px;

}

#resumo .tecnico {
    font-size: 12px;
    font-weight: bold;
}

#resumo .numeros {
    font-size: 30px;
    font-weight: 300;
}



.btn-dark a {
    color: #FFFFFF;
}

.bg-black{
    background-color: #000000;
}

