@charset "UTF-8";

*{margin: 0; padding: 0;}

body{
    background-color: #ffffff; font-family: "Calibri";
}

/*Tabela do Bilhete*/
#tabela {
    width: 100%; color: black;  border: 0px; border-spacing: 0px; line-height: 1.1;
}

/*Tabelas*/
.tabela_conteudo {
    width: 100%; border-spacing: 0px; text-align: center; border: 1px solid black;
    margin: auto; margin-bottom: 10px; font-size: 18px;
}
.tabela_conteudo a {
    color: blue; text-decoration: none;
}
.tabela_conteudo thead th {
    background: linear-gradient(darkblue, black); font-weight: bold; 
    color: white; padding: 2px 0px; border: 1px solid black;
}

.tabela_conteudo tbody td {
    text-align: center; padding: 2px 0px; border: 1px solid black;
    
}
.tabela_conteudo tbody tr:hover {
    background-color: white; color: black;
}
.tabela_conteudo tbody .link_tabela:hover {
    background-color: darkblue; color: black;
}

.tabela_jogos thead th {
    background-color: #4682B4; color: black; font-size: 18px; border: 1px #142852;
    font-weight: normal;
}
.tabela_jogos tbody a {
    color: white; text-decoration: none;
}
.link_jogos:hover {
    background-color: white;
}



.tabela_jogos2 thead th {
    background-color: #142852; color: white; font-size: 18px; border: 0px #142852;
    font-weight: normal;
}
.tabela_jogos2 tbody a {
    color: #142852; text-decoration: none;
}




.linha_mais_opcoes {
    text-align: right; padding: 3px 5px; display: inline-table; background-color: lightgray; margin: 3px;
    cursor: pointer;
}
.linha_mais_opcoes:hover {
    background-color: yellow;
}
.linha_mais_opcoes:active {
    background-color: black; color: white;
}

.tabela_titulo {
    background-color: #004180; text-align: center; color: white; font-size: 18px;
}

.tabela_titulo2 {
    background-color: #004180; text-align: center; color: white; font-size: 18px;
}

.tabela_padding thead th {
    padding: 3px 7px;
}
.tabela_padding tbody td {
    padding: 3px 7px;
}

.tabela_resultados {
    width: 100%; border-spacing: 0px; text-align: center; border: 1px solid black;
    margin: auto; margin-bottom: 10px; font-size: 18px;
}
.tabela_resultados thead th {
    background-color: darkblue; font-weight: bold; 
    color: black; padding: 2px 0px; border: 1px solid black;
}
.tabela_resultados tbody td {
    text-align: center; padding: 2px 0px; border: 1px solid black;
    
}
.tabela_resultados tbody tr:hover {
    background-color: white; color: black;
}
.placar {
    text-align: center; background-color: lightsteelblue; color: black; padding: 3px 0px; font-weight: bold;
}

#celula_tabela_1 {
    text-align: right; background-color: lightsteelblue;
}
#celula_tabela_2:hover {
    background-color: lightsteelblue;
}

.linha_tabela_jogos {
    background-color: #383838; margin: auto; padding: 10px 5px;
    font-size: 18px; color: white; border: 0px solid; text-align: center; cursor: pointer;
	margin-top: 3px; margin-bottom: 3px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}


.linha_tabela_jogos:hover {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogos:visited {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogos:active {
    background-color: red; color: white; cursor: pointer;
}


.linha_tabela_jogos2 {
background-color: #383838;
border-color: #d8d8d8;
color: #fff;
font-weight: bold;
display: inline-block;
padding: 4px 10px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
text-decoration: none;
box-sizing: border-box;
font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.linha_tabela_jogos2:hover {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogos2:visited {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogos2:active {
    background-color: red; color: white; cursor: pointer;
}



.linha_tabela_jogosSite {
    background-color: #383838;
    border-color: #d8d8d8;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    padding: 4px 10px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.linha_tabela_jogosSite:hover {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogosSite:visited {
    background-color: red; color: white; cursor: pointer;
}

.linha_tabela_jogosSite:active {
    background-color: red; color: white; cursor: pointer;
}


.red {
            background-color: red
        }
.white {
            background-color: #1C1C1C;
        }		
		

.linha_tabela_jogos_destaque {
    background: linear-gradient(red, blue); padding: 3px 10px 5px 10px; width: 60px; color: black;
    font-size: 26px; border: 1px solid white; font-weight: bold; text-align: center;
}
.linha_tabela_jogos_destaque:hover {
    background: linear-gradient(darkblue, black); color: white; cursor: pointer;
}
.linha_tabela_jogos_destaque:active {
    background: linear-gradient(darkblue, black); color: white; cursor: pointer;
}

.linha_tabela {border: 1px solid black; border-spacing: 0px;}
.linha_tabela td {border: 1px solid black; padding: 0px 10px 0px 10px;}