.text-truncate { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.header { height: 176px; background: url(../../../data/midias/bg-institucional.jpg)no-repeat center bottom; position: fixed; z-index: 999; }
.logar-page { background-color: #eeefef; padding: 60px 0; margin-top: 176px; }
.logar-page .wrapper { width: 100%; height: auto; float: left; background-color: #ffffff; padding: 40px 20px; position: relative; }

.abas { width: 100%; height: 60px; float: left; }
.abas a { display: block; float: left; height: 58px; padding: 0 20px !important; font-size: 18px; color: #222222; font-weight: 400; line-height: 58px !important; margin-right: 2px; border: none !important; -moz-border-radius: 0 !important; border-radius: 0 !important; }
.abas a.select, .abas a:hover { background-color: #fff; }
.abas li.active a, .abas li:hover a { background-color: #fff; border: 0; }

.logar { width: 100%; height: auto; float: left; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; flex-flow: column; }
.logar-page input, .logar-page select { height: 50px; border: 1px solid #666; border-radius: 10px; background-color: transparent; padding-left: 15px; outline: none; font-size: 14px; color: #222222; font-weight: 300; }
.logar-page select#desdobramento_opcao_id { font-size: 18px; }
.logar-page button { width: 150px; height: 40px; border-radius: 10px; font-size: 16px; font-weight: 700; border: 0; }
.logar-page .title { font-size: 30px; color: #260085; font-weight: 400; margin-top: 0; text-transform: uppercase; width: 100%; margin-bottom: 20px; }
.logar-page .btn-padrao { width: auto; height: 50px; padding-left: 20px; padding-right: 20px; border-radius: 10px; background-color: #147896; font-size: 18px; color: #ffffff; font-weight: 700; border: 0; outline: none; margin-bottom: 10px; float: left; }
.logar-page .btn-padrao:hover { color: #fff; background-color: #82a824; border: 1px solid #82a824; }
.logar-page .btn-padrao, .logar-page .btn-padrao:hover { -webkit-transition: .2s ease; -moz-transition: .2s ease; -ms-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease; }
.table .box { width: 100%; background: #eee }
.table tr.cabecalho { border-bottom: 2px solid #000; /*margin-bottom: 15px;*/ }
.table > thead > tr > th { border-bottom: 2px solid #000; }
.table tr.cabecalho th { background: #fff; border-top: none;}
.table .lista a.rotate img { transform: rotate(90deg); }
.table tr.total { margin-top: 15px; border-top: 1px solid #000 }
.table tr.total td { font-size: 20px; }
.table table>tbody>tr>td { border-top: none; }
.tooltipo { display: none; }
.table tr.total td .maior { font-size: 26px; color: #4d9128; }
.table tr.total td .menor { font-size: 16px; }
.table .lista .closed { font-family: 'Montserrat', sans-serif; color: #acacff; }
.table form { width: 100%; height: auto; float: left; }
.table form button { width: 176px; height: 36px; display: block; background-color: #82a824; border-radius: 10px; font-size: 14px; color: #fff; font-weight: 400; margin-right: 20px; text-align: center; line-height: 34px; float: right; margin-top: 30px; outline: none }
.table form button:hover { background-color: #2c7897 }
.table form button, .table form button:hover { -webkit-transition: .2s; -moz-transition: .2s; -ms-transition: .2s; -o-transition: .2s; transition: .2s; }
.linha-input label { display: block; position: relative; padding: 2px 20px; margin-bottom: 12px; cursor: pointer; font-size: 22px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; float: left; margin-right: 8px; width: 152px; border-radius: 8px; overflow: hidden; text-align: center; font-size: 20px; border: 2px solid #82a824; }
.linha-input label input { position: absolute; }
.linha-input label .text { position: relative; z-index: 1000; font-weight: 300; color: #212223; height: 100%; display: block; line-height: 40px; }

/* Create a custom radio button */
.linha-input .checkmark { position: absolute; top: 0; left: 0; height: 100%; width: 100%; }

/* On mouse-over, add a grey background color */
.linha-input label:hover input ~ .checkmark { background-color: #82a824; color: #fff }
.linha-input label input:checked { position: absolute; top: -100px; }

/* When the radio button is checked, add a blue background */
.linha-input label input:checked ~ .checkmark { background-color: #82a824; }
.linha-input label input:checked ~ .text { color: #fff }
.creditos-page .linha-valor { width: 100%; height: auto; float: left; }

.linha-valor label span { font-size: 16px; color: #727272; font-weight: 300; float: left; width: 100%; display: block; }
.linha-valor input { width: 215px; height: 50px; border: 2px solid #121212; border-radius: 10px; margin: 15px 18px 20px 0; background-color: transparent; padding-left: 38px; outline: none; font-size: 14px; color: #222222; font-weight: 300; background: url(../../../data/midias/reais.png)no-repeat left 10px center; }
span.link-pagamento { width: 100%; display: block; padding: 8px 5px; border: 2px solid #121212; border-radius: 10px; background-color: transparent; outline: none; font-size: 14px; color: #222222; font-weight: 300; }
.creditos-page button { width: 215px; height: 50px; border-radius: 10px; background-color: #147896; font-size: 18px; color: #ffffff; font-weight: 700; border: 0; outline: none; margin: 10px 0 30px 0; float: left; }
.creditos-page button:hover { color: #fff; background-color: #82a824; border: 1px solid #82a824; }
.creditos-page button:hover, .creditos-page button { -webkit-transition: .2s ease; -moz-transition: .2s ease; -ms-transition: .2s ease; -o-transition: .2s ease; transition: .2s ease; }

.card-wrapper .resumo { text-align: left !important; }
.card-wrapper .resumo-list { margin: 10px 0 10px 2px !important; }

#btn-downloads, #btn-analises { margin-left: 10px; }

@media screen and (max-width:1200px) {
    label { width: 49%; }
    .linha-valor label { width: 100%; }
}
@media screen and (max-width:767px) {
    .header { height: 62px; }
    .logar-page { padding: 20px 0; margin-top: 60px; }
    .logar-page .container { padding: 0; }
    .logar-page input { width: 100%; margin: 5px 18px 10px 0; }
    .logar-page button { width: 100%; font-weight: 400; }
    .logar-page .btn-padrao { width: 100%; font-weight: 400; }
    .logar-page .wrapper { padding: 10px; }
    #jogos-criados, #jogos-cadastro, #jogos-analises { padding: 20px 0; }
    .abas { width: 100%; height: 50px; float: inherit; }
    .abas a { height: 48px; padding: 0 20px; font-size: 16px; line-height: 48px; }

    .table { padding: 20px 0; }
    .table .container { padding: 0; }
    .table .container .col-md-12 { padding: 0; }
    .table h1 { padding: 0 15px; }
    .table tbody { padding: 10px 0px; }
    .table select { background-color: #eee; }
    .table tr.total td .maior { font-size: 22px; }
    .linha-valor label { width: 100%; }
    .linha-valor input { width: 100%; }
    
    #btn-downloads, #btn-analises { margin-left: 0; }
}

/* cadastro */
.alternativas { /*width: 100%; height: auto; float: left;*/ margin-bottom: 8px; }
.alternativas .button { line-height: 34px; font-size: 18px; border: 2px solid #82a824; border-radius: 10px; margin-bottom: 4px;color: #222; text-transform: uppercase; }
.alternativas .button.active, .alternativas .button:hover { background-color: #82a824; color: #fff; }
.faca-aposta { width: 100%; height: auto; float: left; margin-bottom: 30px; }
.faca-aposta h3 { font-size: 30px; color: #260085; font-weight: 400; margin-top: 0; text-transform: uppercase; width: 100%; float: left; }
.faca-aposta p { font-size: 16px; color: #212223; font-weight: 300; width: 100%; float: left; }
#jogos { width: 65%; height: auto; float: left; margin: 20px 0; background: #f3f3f3; border-radius: 10px; padding: 20px; }
#jogos button { width: 51px; height: 51px; border-radius: 50%; margin: 0 16px 15px 0; background-color: #fff; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1); font-size: 20px; font-weight: 700; font-family: 'Montserrat', sans-serif; }
#jogos .btn-success { background-color: #82a824; color: #fff; border-color: transparent; }
#jogos .btn-success.dezena-fixa { background-color: yellow; color: black; }
#jogos2 { width: 65%; height: auto; float: left; margin: 20px 0; }
.dezenas-espelho { background: #f3f3f3; border-radius: 10px; padding: 9px 14px 12px; }
.dezenas-espelho span { width: 30px; height: 30px; padding: 5px; margin: 0 4px 8px 0; float: left; border: 1px solid #ccc; border-radius: 5px; text-align: center; }
.dezenas-espelho .btn-success { border-color: transparent; }
.dezenas-espelho .btn-success.dezena-fixa { background-color: yellow; color: black; }
.escolha .opcoes { width: 35%; height: auto; float: right; padding-left: 17px; margin-top: 20px; }
.escolha .opcoes button { float: left; text-transform: uppercase; background-color: transparent; font-size: 14px; font-weight: 700; padding: 10px 12px; border: 1px solid #666; border-radius: 10px; color: #260085; line-height: 23px; margin-bottom: 10px; width: 220px; height: 45px; }
.escolha .opcoes button:hover img { -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */ filter: grayscale(50%); }
.escolha .opcoes button:hover { background-color: #82a824; color: #fff; border: 1px solid #82a824; }
.escolha .opcoes .dropdown { width: 220px; }
.escolha .opcoes #dezenas_txt { border: 0; border-bottom: 1px solid #222; padding: 10px 5px; width: 100%; outline: none; font-size: 18px; color: #222; font-family: 'Montserrat', sans-serif; margin-bottom: 30px; }

@media screen and (max-width:768px) {
    #jogos { padding: 25px 20px 20px 40px; }
}
@media screen and (max-width:767px) {
    #jogos, #jogos2 { width: 66%; }
    .escolha .opcoes { width: 34%; padding-left: 10px; }
    #jogos2 .card-wrapper { padding: 0 2px; }
}
@media screen and (max-width:676px) {
    .faca-aposta { display: flex; flex-direction: column-reverse; }
    #jogos, #jogos2 { width: 100%; margin-top: 8px; }
    .escolha .opcoes { width: 100%; padding-left: 0; }
    .escolha .opcoes button { float: none; padding: 10px; font-size: 12px; }
    .escolha .opcoes button#limpar_volante { width: 32%; }
    .escolha .opcoes button#palpite { width: 30%; }
    .escolha .opcoes button#desdobrar { width: 35%; }
    .escolha .opcoes button#limpar_conferencia { width: 32%; }
    .escolha .opcoes button#conferir { width: 34%; }
    .escolha .opcoes button#imprimir, .escolha .opcoes .dropdown#imprimir { width: 31%; }
    .escolha .opcoes button#excluir { width: 31%; }
}
@media screen and (max-width:425px) {
    .logar-page .title { font-size: 25px; }
    .alternativas .button { width: calc(33% - 2px); font-size: 16px; }
    #jogos { padding: 25px 22px 26px 28px; }
    .dezenas-espelho { padding: 9px 0 12px 8px; }
    .card-wrapper .resumo-list { max-width: none !important; }
}
@media screen and (max-width:405px) {
    #jogos { padding: 15px 0 15px 14px; }
}
@media screen and (max-width:375px) {
    .alternativas .button { font-size: 14px; padding: 4px 8px;}
}
@media screen and (max-width:368px) {
    #jogos button { width: 46px; height: 46px; margin: 0 12px 13px 0; font-size: 17px; }
}
@media screen and (max-width:325px) {
    #jogos button { width: 43px; height: 43px; margin: 0 10px 11px 0; font-size: 16px; }
}
@media screen and (max-width:320px) {
    .logar-page .title span { display: none; }
    .alternativas .button { font-size: 12px; }
    .escolha .opcoes button img { display: none; }
}
