﻿/* Jogo */
#pgJogo {
    background-image: url('../img/pgJogo/bg.png');
}

/* Painéis jogadores */
#imgPainelSuperior {
    background-image: url('../img/pgJogo/img_barra_superior.png');
    position: absolute;
    top: 0px;
    left: 80px;
    width: 836px;
    height: 125px;
    background-repeat: no-repeat;
}

#txtNivel {
    position: absolute;
    font-size: 28px;
    color: #00fffc;
    top: 30px;
    left: 500px;
}

#imgPainelLateral {
    background-image: url('../img/pgJogo/img_barra_lateral.png');
    position: absolute;
    top: 0px;
    left: 0px;
    width: 280px;
    background-repeat: no-repeat;
    height: 768px;
}

#imgPainelJogador1 {
    background-image: url('../img/pgJogo/img_equipe1.png');
    position: absolute;
    top: 120px;
    left: 40px;
    width: 159px;
    background-repeat: no-repeat;
    height: 132px;
}

.fontePontuacao {
    font-size: 32px;
    color: #ffffff;
    background-repeat: no-repeat;
}

#imgEstrela1 {
    background-image: url('../img/pgJogo/img_estrela_equipe1.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 120px;
    left: 0px;
    width: 45px;
    height: 44px;
}

#txtPontuacao1 {
    position: absolute;
    top: 131px;
    left: 42px;
    background-repeat: no-repeat;
    width: 110px;
    height: 42px;
}

#imgSeparador1 {
    background-image: url('../img/pgJogo/img_separador.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 170px;
    left: 0px;
    width: 162px;
    height: 7px;
}

#tentativas1 {
    position: absolute;
    top: 200px;
    background-repeat: no-repeat;
    left: -40px;
}

#imgPainelJogador2 {
    background-image: url('../img/pgJogo/img_equipe2.png');
    position: absolute;
    top: 460px;
    left: 40px;
    width: 183px;
    height: 138px;
    background-repeat: no-repeat;
}

#imgEstrela2 {
    background-image: url('../img/pgJogo/img_estrela_equipe2.png');
    position: absolute;
    top: 130px;
    left: 0px;
    width: 45px;
    background-repeat: no-repeat;
    height: 44px;
}

#txtPontuacao2 {
    position: absolute;
    top: 141px;
    left: 42px;
    width: 110px;
    background-repeat: no-repeat;
    height: 42px;
}

#imgSeparador2 {
    background-image: url('../img/pgJogo/img_separador.png');
    position: absolute;
    top: 180px;
    left: 0px;
    background-repeat: no-repeat;
    width: 162px;
    height: 7px;
}

#tentativas2 {
    position: absolute;
    top: 200px;
    left: -40px;
    background-repeat: no-repeat;
}

.imgTentativa1 {
    background-image: url('../img/pgJogo/img_tentativas.png');
    position: absolute;
    left: 50px;
    width: 35px;
    background-repeat: no-repeat;
    height: 78px;
    background-position: 0px 0px;
}

.imgTentativa2 {
    background-image: url('../img/pgJogo/img_tentativas.png');
    position: absolute;
    left: 90px;
    width: 35px;
    background-repeat: no-repeat;
    height: 78px;
    background-position: 0px 0px;
}

.imgTentativa3 {
    background-image: url('../img/pgJogo/img_tentativas.png');
    position: absolute;
    left: 130px;
    width: 35px;
    background-repeat: no-repeat;
    height: 78px;
    background-position: 0px 0px;
}

.imgTentativa4 {
    background-image: url('../img/pgJogo/img_tentativas.png');
    position: absolute;
    left: 170px;
    width: 35px;
    background-repeat: no-repeat;
    height: 78px;
    background-position: 0px 0px;
}

/* Equação */
#imgPainelEquacao {
    background-image: url('../img/pgJogo/img_operacao.png');
    position: absolute;
    top: 120px;
    background-repeat: no-repeat;
    left: 390px;
    width: 521px;
    height: 143px;
}

.fonteEquacao {
    font-size: 32px;
    color: #ffffff;
    background-repeat: no-repeat;
}

#txtNumero1 {
    position: absolute;
    text-align: center;
    background-repeat: no-repeat;
    top: 42px;
    left: 55px;
    width: 40px;
    height: 40px;
}

#txtNumero2 {
    position: absolute;
    background-repeat: no-repeat;
    text-align: center;
    top: 42px;
    left: 240px;
    width: 40px;
    height: 40px;
}

#txtResultado {
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
    top: 42px;
    left: 412px;
    width: 60px;
    height: 40px;
}


/* Tabela de Números */
#tbTabelaNumeros {
    background-repeat: no-repeat;
    position: absolute;
    top: 280px;
    left: 367px;
    width: 542px;
    height: 380px;
}

.clickTabela {
    cursor: pointer;
    position: absolute;
    width: 32px;
    background-repeat: no-repeat;
    height: 44px;
}

.tamanhoDiamante {
    position: absolute;
    width: 110px;
    height: 134px;
}

.rosa {
    background: url('../img/pgJogo/img_diamante_rosa.png') no-repeat;
    background-position: 0px 0px;
}

.verde {
    background: url('../img/pgJogo/img_diamante_verde.png') no-repeat;
    background-position: 0px 0px;
}

.azul {
    background: url('../img/pgJogo/img_diamante_azul.png') no-repeat;
    background-position: 0px 0px;
}

.amarelo {
    background: url('../img/pgJogo/img_diamante_amarelo.png') no-repeat;
    background-position: 0px 0px;
}

.txtDiamante {
    position: absolute;
    font-size: 29.69px;
    background-repeat: no-repeat;
    color: #ffffff;
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    top: 27px;
    left: 20px;
    padding: 15px 20px;
}

/* Pop-Ups */
#popUpInicio {
    background-image: url('../img/pgJogo/popup_erro/popup_numeros.png');
    position: absolute;
    top: 150px;
    left: 135px;
    width: 855px;
    background-repeat: no-repeat;
    height: 531px;
    display: none;
}

#txtInicio {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    top: 100px;
    left: 85px;
    width: 590px;
    height: 170px;
}

#btnInicio {
    background-image: url('../img/pgJogo/popup_erro/btn_ok.png');
    position: absolute;
    top: 340px;
    left: 220px;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

#popUpAcerto {
    background-image: url('../img/pgJogo/popup_feedback_positivo/popup_acerto.png');
    position: absolute;
    top: 210px;
    left: 249px;
    background-repeat: no-repeat;
    width: 855px;
    height: 531px;
    display: none;
}

#txtAcerto {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-repeat: no-repeat;
    top: 130px;
    left: 70px;
    width: 590px;
    height: 265px;
}

    #txtAcerto span.resultado {
        font-size: 32px;
        background-repeat: no-repeat;
        color: #00fefb;
    }

#btnAcerto {
    background-image: url('../img/pgJogo/popup_feedback_positivo/btn_ok.png');
    position: absolute;
    top: 340px;
    left: 230px;
    background-repeat: no-repeat;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

    #btnAcerto:active {
        background-position: 100% 0px;
    }

#popUpErro {
    background-image: url('../img/pgJogo/popup_feedback_negativo/popup_erro.png');
    position: absolute;
    top: 210px;
    left: 250px;
    background-repeat: no-repeat;
    width: 855px;
    height: 531px;
    display: none;
}

#txtErro {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    top: 100px;
    left: 85px;
    width: 575px;
    height: 245px;
    background-repeat: no-repeat;
}

    #txtErro span {
        color: #fff600;
        font-size: 32px;
    }

        #txtErro span.title2 {
            font-size: 32px;
            color: #fff600;
        }

        #txtErro span.subTitle {
            color: #ffffff;
            font-size: 26px;
        }

#txtFimJogo span.title2 {
    color: #f00;
}

#btnErro {
    background-image: url('../img/pgJogo/popup_feedback_negativo/btn_ok.png');
    position: absolute;
    top: 340px;
    left: 230px;
    background-repeat: no-repeat;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

    #btnErro:active {
        background-position: 100% 0px;
    }

#popUpTrocaJogador {
    background-image: url('../img/pgJogo/popup_vez/popup_troca_jogador.png');
    position: absolute;
    top: 231px;
    left: 381px;
    background-repeat: no-repeat;
    width: 485px;
    height: 391px;
    display: none;
}

#txtTrocaJogador {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    top: 130px;
    background-repeat: no-repeat;
    left: 90px;
    width: 300px;
    height: 60px;
}

#btnTrocaJogador {
    background-image: url('../img/pgJogo/popup_vez/btn_ok.png');
    position: absolute;
    top: 260px;
    left: 100px;
    width: 287px;
    background-repeat: no-repeat;
    height: 74px;
    cursor: pointer;
}

    #btnTrocaJogador:active {
        background-position: 100% 0px;
    }

#popUpFimJogo {
    background-image: url('../img/pgJogo/popup_venceu/popup_fim_jogo.png');
    position: absolute;
    top: 210px;
    left: 260px;
    width: 855px;
    background-repeat: no-repeat;
    height: 531px;
    display: none;
}

#txtFimJogo {
    position: absolute;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-repeat: no-repeat;
    top: 100px;
    left: 55px;
    width: 640px;
    height: 240px;
}

#imgEquipeVencedora {
    position: absolute;
    top: 140px;
    background-repeat: no-repeat;
    left: 290px;
}

.imgEquipeVencedora1 {
    background-image: url('../img/pgJogo/popup_venceu/img_equipe1.png');
    width: 159px;
    height: 132px;
    background-repeat: no-repeat;
}

.imgEquipeVencedora2 {
    background-image: url('../img/pgJogo/popup_venceu/img_equipe2.png');
    width: 183px;
    height: 138px;
    background-repeat: no-repeat;
}

#btnFimJogo {
    background-image: url('../img/pgJogo/popup_venceu/btn_jogar_novamente.png');
    position: absolute;
    top: 340px;
    left: 160px;
    width: 427px;
    background-repeat: no-repeat;
    height: 74px;
    cursor: pointer;
}

    #btnFimJogo:active {
        background-position: 100% 0px;
    }

#popUpNumeros {
    background-image: url('../img/pgJogo/popup_erro/popup_numeros.png');
    position: absolute;
    top: 210px;
    left: 250px;
    background-repeat: no-repeat;
    width: 855px;
    height: 531px;
    display: none;
}

#txtNumeros {
    position: absolute;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    background-repeat: no-repeat;
    top: 160px;
    left: 80px;
    width: 600px;
    height: auto;
}

#btnNumeros {
    background-image: url('../img/pgJogo/popup_erro/btn_ok.png');
    position: absolute;
    top: 340px;
    left: 230px;
    width: 287px;
    background-repeat: no-repeat;
    height: 74px;
    cursor: pointer;
}

    #btnNumeros:active {
        background-position: 100% 0px;
    }

#btnVerificar {
    background-image: url('../img/pgJogo/btn_verificar.png');
    position: absolute;
    top: 675px;
    left: 480px;
    background-repeat: no-repeat;
    width: 287px;
    height: 74px;
    cursor: pointer;
}

    #btnVerificar:active {
        background-position: 100% 0px;
        background-repeat: no-repeat;
    }
