header{
    background: linear-gradient(#1C1F8A, #7986CB);
    color: white;
    font-size: 20px;
    font-weight: bold;
    font-family: 'palatino linotype';
    overflow: hidden;
    box-shadow: 0px 4px 4px black;
}
header img{
    cursor: pointer;
}

#rodape{
    width: 100%; 
    position: fixed!important; 
    bottom: 0;  
    height: 15px; 
    padding-top: 2px; 
    margin-top: 300px;
    background: linear-gradient(#1C1F8A, #7986CB);
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-family: 'palatino linotype';
    overflow: hidden;
    box-shadow: 0px 4px 4px black;
}


body{
    background-color: #FFFDE7;
}

.invisivel{
    display: none;
}

#mainMenu{
    position: absolute;
    top: 60px;
    min-height: 150px;
    /*background-color: rgba(0,77,64, 0.5);*/
    background-color: rgba(0,0,0, 0.5);
    width: 400px;
    right: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 10px;
    z-index: 999;
    box-shadow: black 1px 1px 1px 1px;
}


#mainMenu button{
    width: 150px;
    height: 70px;
    color: white;
    cursor: pointer;
    margin: 20px;
    color: #1C1F8A;
}

#pacheco:hover{
    background-image: url('../images/pacheco2.gif');

}
#pacheco{
    background-image: url('../images/pacheco.gif');
    background-size: 35%;

}

.botao{
    margin: 20px 20px;
    width: 150px;
    height: 80px;
    border: solid #E65100 1px;
    box-shadow: black 1px 1px 1px 1px;
    border-radius: 5px;
    background-color: #FFE0B2!important;
    background-repeat: no-repeat!important;
/*    background-size: 50px 50px!important;*/
    background-position: center bottom!important; 
    cursor: pointer;
    display: inline-block; 
    color: #E65100;
    font-family: verdana;
    font-weight: bold;
}

.botao:hover{
    background-color: #eeeeee!important;
}

.bolaSorteio, .bolaLoto6, .bolaLoto7{
    margin: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #1C1F8A;
    border-radius: 25px;
    font-size: 18px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: white;
    border-right: gray 2px solid;
    box-shadow: 2px 2px 2px black;
}

.bolaAcerto{
    margin: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #0097A7; 
    border-radius: 30px;
    font-size: 40px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: white;
    border-right: gray 2px solid;
    box-shadow: 2px 2px 2px black;
}
.bolaAcertoBonus{
    margin: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #FFEB3B; 
    border-radius: 35px;
    font-size: 40px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: black;
    border-right: gray 2px solid;
    box-shadow: 2px 2px 2px black;
}

.bolaNaoAcerto{
    margin: 5px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #1A237E; 
    border-radius: 35px;
    font-size: 40px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: white;
    border-right: gray 2px solid;
    box-shadow: 2px 2px 2px black;
}

.bolaSorteada{
    margin: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: #1C1F8A;
    border-radius: 25px;
    font-size: 18px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: white;
    border-right: gray 2px solid;
}

.bolaSorteadaBonus{
    margin: 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-color: gold;
    border-radius: 25px;
    font-size: 18px;
    float: left; 
    position: relative;
    padding: 5px;
    text-align: center;
    color: black;
    border-right: gray 2px solid;
}


.bolaSorteio:hover{
    background: linear-gradient(white, white);
    color: red;
    
}

.bolaSorteioSel{
    background-color: #E70012;
}

.bolaSorteioBonus{
    background-color: gold;
}

#MSG{
    padding: 50px;
    background-color: rgba(255,0,0,0.9);
    width: 250px;
    margin: auto;
    border-radius: 5px;
    border: solid 2px white;
    
}

#msgArea{
    font-size: 20px;
    color: white;
    font-weight: bold;
}

#novoSorteio{
    width: 50%;
    margin: 0 auto;
}

.data{
    width: 120px;
}

.erro{
    background-color: red;
    color: white;
}

#tblResultado{
    margin: 10px auto;
    border-collapse: collapse;
}

#tblResultado td{
    padding: 0px 5px;
}

#tblResultado tr:first-of-type td:first-of-type{
    border-top-left-radius: 5px;
}

#tblResultado tr:first-of-type td:last-of-type{
    border-top-right-radius: 5px;
}


#tblResultado tr td:first-of-type{
    font-size: 20px;
    text-align: left;
}

.resultado3 td{
    background-color: #C8E6C9;
    font-weight: bold!important;
}

.resultado4 td{
    background-color: #BBDEFB;
    font-weight: bold!important;
}

.resultado5 td{
    background-color: #FFFF00;
    font-weight: bold!important;
}

.sorteioAnterior{
    border-collapse: collapse;
    font-family: tahoma;
    background-color: #FFF3E0;
}

.sorteioAnterior input{
    font-size: 15px;
}

.sorteioAnterior td{
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    padding: 0px 5px;
}

.sorteioAnterior tr td:first-of-type{
    font-weight: bold;
}

.sorteioAnterior tr:first-of-type td, .sorteioAnterior tr:nth-child(2) td{
    font-weight: bold;
    font-size: 14px;
    color: white;
    background-color: #FB8C00;
    border: none;
} 

.estatisticas button{
    width: 80px;
    height:40px;
}

.buttonSelected{
    background-color: orange;
    color: white;
}

.estatisticasTbl{
    border-collapse: collapse;
    margin: 10px auto;
    width: 450px;
}

.estatisticasTbl tr:first-of-type td{
    background-color: #009688;
    color: white;
    
}

.estatisticasTbl td{
    border-bottom: solid #009688 1px;
    font-family: tahoma;
    font-size: 18px;
    padding: 1px 4px;
}

.estatisticasTbl tr:last-of-type td{
    background-color: #009688;
    color: white;
}

.planilha{
    width: 95%;
    margin: 10px auto;
    font-size: 16px;
    border-collapse: collapse;
    font-family: tahoma;
}

.planilha td{
    padding: 0px 5px;
    border-right: #B2DFDB solid 1px;
}
.planilha tr:first-of-type td{
    background-color: #009688;
    color: white;
    text-align: center;
}

.planilha tr:nth-child(even) td{
    background-color: #E0F2F1;
}

.planilha tr:last-of-type td{
    background-color: #009688;
    color: white;
}