#body_tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 780px;
    margin: 0;
    overflow: hidden;

    color: #fae4ce;
    /* text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);*/
}

#contenitore_sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
    height: 780px;
    overflow: hidden;
}

#sfondo {
    position: absolute;
    left: 0;
    top: 0;
    width: 800px;
}

.testoSuPulsanteIcona {
    width: calc(100% - 45px);
    left: 40px !important;
    text-align: center;
}

.immagineSuPulsante {
    width: 50px !important;
}

.btnQFGenericoSchiacciato > svg {
    height: 22px !important;
}

#cronologia_chiudi_btn {
    position: absolute;
    top: 0;
    width: 48px;
    height: 48px;
}

#scrittacredito {
    display: none;
}

#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    /*background-image: url("../img/header.png");*/
    overflow: hidden;
    z-index: 145;
    background-repeat: repeat-x;
    background-size: auto 40px;
    line-height: 40px;
}

#scritta_credito {
    position: absolute;
    right: 30px;
    width: 160px;
    height: 40px;
    top: 0;
    text-align: right;
    color: white;
    font-size: 1rem;
    line-height: 40px;
}

#Tistruzioni {
    display: none;
    position: absolute;
    left: 50%;
    top: 410px;
    pointer-events: none;
    font-size: 1.1875rem;
    color: black;
    width: 160px;
    margin-left: -125px;
    background-color: white;
    text-align: center;
    padding: 15px;
    z-index: 112;
}

#freccia {
    /*
    position:absolute;left:65px;bottom:-30px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color:#f2b800 transparent transparent transparent;
    */
    z-index: 2;
    left: 85px;
    bottom: -30px;
    position: absolute;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-animation: updownFreccia 1.5s infinite;
    animation: updownFreccia 1.5s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: initial;
    animation-fill-mode: initial;
}

@-webkit-keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0
    }
    4% {
        bottom: -40px;
        opacity: 0
    }
    25% {
        bottom: -40px;
        opacity: 1
    }
    80% {
        bottom: -60px;
        opacity: 1
    }
    100% {
        bottom: -60px;
        opacity: 0
    }
}

/* Standard syntax */
@keyframes updownFreccia {
    0% {
        bottom: -40px;
        opacity: 0
    }
    4% {
        bottom: -40px;
        opacity: 0
    }
    25% {
        bottom: -40px;
        opacity: 1
    }
    80% {
        bottom: -60px;
        opacity: 1
    }
    100% {
        bottom: -60px;
        opacity: 0
    }
}

#area_gioco {
    position: absolute;
    left: 0;
    top: 40px;
    height: 710px;
    width: 800px;
    background-color: transparent;
    overflow: hidden;
}

#btnCheat {
    position: absolute;
    right: 100px;
    cursor: pointer;
    bottom: 100px;
    z-index: 9999999;
}

#clipAlert {
    position: absolute;
    left: 50%;
    width: 300px;
    height: 230px;
    margin-left: -150px;
    margin-top: -115px;
    top: 50%;
    display: none;
    z-index: 9123;
    background-color: black;
}

#titolo {
    position: absolute;
    left: 1px;
    width: calc(100% - 2px);
    height: 60px;
    top: 1px;
    text-align: center;
    line-height: 60px;
    font-size: 1.5625rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    color: white;
}

#testo {
    position: absolute;
    left: 2%;
    width: 96%;
    height: 100px;
    top: 60px;
    font-size: 1.3125rem;
    line-height: 22px;
    text-align: center;
    color: white;
    line-height: 20px;
}

#pulsante {
    position: absolute;
    left: 85px;
    width: 130px;
    height: 50px;
    top: 160px;
    color: white;
    font-size: 1.125rem;
    line-height: 50px;
    text-shadow: none;
}

#clipModGioco {
    display: none;
}

#clipCheatToolContenitore {
    position: absolute;
    left: 50%;
    MARGIN-LEFT: -300px;
    top: 20px;
    display: block;
    width: 600px;
    height: 600PX;
}

#div_iframe_cronologia {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    height: 720px;
    border: 0;
    overflow-y: scroll;
}

#pulsante_chiusura_cronologia {
    position: absolute;
    right: 5px;
    top: 5px;
    /*color: black;*/
    text-align: center;
    cursor: pointer;
    width: 48px;
    z-index: 9992;
}

.mascheraScura {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

#clipFondi {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 380px;
    height: 330px;
    display: block;
    top: 50%;
    margin-top: -165px;
}

.titoloSuPoPup {
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: 80px;
    line-height: 80px;
    font-size: 1.875rem;
    font-weight: bold;
    text-align: center;
    color: white;
}

#messaggio_di_informazione_saldo {
    position: absolute;
    left: 0;
    top: 65px;
    width: 100%;
    height: 60px;
    line-height: 30px;
    font-size: 1.5625rem;
    text-align: center;
    color: white;
}

#messsaggio_di_richiesta_importo {
    position: absolute;
    left: 0;
    top: 110px;
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 1.25rem;
    text-align: center;
    color: white;
}

#valore_fondi_aggiunti {
    position: absolute;
    left: 15%;
    width: 70%;
    top: 170px;
    height: 40px;
    font-size: 1.25rem;
    text-align: center;
}

#pulsante_uscita_fondi {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem;
    background-color: #a0a0a0;
    text-shadow: none;
}

#pulsante_aggiungta_fondi {
    cursor: pointer;
    position: absolute;
    bottom: 30px;
    right: 20px;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 1.25rem;
    text-shadow: none;
}


.angoliArrotondati14 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10 {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
}

.angoliArrotondati10NoOmbra {
    -webkit-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0);
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-align: center;
}

#footer_div {
    position: absolute;
    left: 0;
    bottom: 0px;
    top: unset !important;
    top: 0px !important;
    height: 30px !important;
    width: 100%;
}

#fondi_block {
    z-index: 999;
    position: absolute !important;
    width: 100%;
    height: 100%;
}

#loader_gif_fondi {
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: -40px;
    display: none;
}

#card_container > .cartaGenerica {
    height: 80px !important;
    margin-top: 25px;
}

#card_container > .cartaGenerica > img {
    height: 80px !important;
}

.soloMobile {
    display: none;
    pointer-events: none;
    opacity: 0;

}

#body_tag {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px !important;
    border: 0px solid red;
    margin: 0px;
    font-family: 'Source Sans Pro', sans-serif;

    overflow: hidden !important;
}

#layer_rulli {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    border: 0px solid red;
    margin: 0px;
    font-family: Arial Black, Arial Bold, Gadget, sans-serif;

    overflow: hidden;
    display: none;
    z-index: 12;
}

#pulsante_aggiungi_fondi {
    position: absolute;
    left: 54px;
    Z-index: 4;
    top: 45px;
    z-index: 2;
    cursor: pointer;
    margin-top: 535px;
    margin-left: 120px;
    width: 124px;
    z-index: 10;
}

#pulsante_esci {

    position: absolute;
    left: 54px;
    Z-index: 4;
    top: 70px;
    z-index: 2;
    cursor: pointer;
    margin-top: 535px;
    margin-left: 120px;
    z-index: 10;
    width: 124px;
}

#pulsante_mio_conto {

    position: absolute;
    left: 54px;
    Z-index: 4;
    top: 95px;
    z-index: 2;
    margin-top: 535px;
    margin-left: 120px;
    width: 124px;
    z-index: 10;
}

#pulsante_barra {
    position: absolute;
    left: 50%;
    Z-index: 4;
    bottom: 0px;
    z-index: 2;
    margin-top: 535px;
    margin-left: -430px;
    width: 860px;
    z-index: 6;
    background-color: rgba(150, 150, 150, 0.3);
    height: 140px;
}


#pulsante_barra_2 {
    position: absolute;
    left: 0px;
    Z-index: 4;
    bottom: 140px;
    z-index: 2;

    margin-left: 285px;
    width: 590px;
    z-index: 6;
    background-color: rgba(0, 0, 0, 0.3);
    height: 40px;

    display: none;

}

#regolamento {

    position: absolute;
    left: 44px;
    Z-index: 4;
    top: 89px;
    z-index: 3;
    margin-top: 535px;
    margin-left: 120px;
    height: 19px;
    z-index: 10;
}

#cronologia {

    position: absolute;
    left: 180px;
    Z-index: 4;
    top: 89px;
    z-index: 3;
    margin-top: 535px;
    margin-left: 120px;
    height: 19px;
    z-index: 10;

}

#schermataSlot {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* height: 100%;*/
    z-index: 5;
    /* overflow: hidden;*/
}

#sfondo_lavagna {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 700px;
    width: 1024px;
    z-index: 0;
}

#sfondo_JK {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 700px;
    width: 1024px;
    z-index: 1;
    display: none;

}

#pierino_idle_rulli {
    position: absolute;
    left: -12px;
    bottom: 10px;
    background-image: url("../img/pierinoIdleSH.png");
    width: 226px;
    height: 440px;
    background-position: 0px 0px;
    transform: scale(0.65, 0.65);
    transform-origin: left bottom;
    z-index: 10;
    opacity: 1;
}

#pierino_yoyo_rulli {
    position: absolute;
    left: -18px;
    bottom: 5px;
    background-image: url("../img/pierinoYoyoSH.png");
    z-index: 10;
    width: 288px;
    height: 440px;
    background-position: 0px 0px;
    transform: scale(0.65, 0.65);
    transform-origin: left bottom
}

#label_credito {
    position: absolute;
    right: 175px;
    top: 520px;
    line-height: 24px;
    z-index: 333;
    color: white;
    border: 0px solid red;
    height: 24px;
    width: 110px;
    background-color: transparent;
    text-align: center;
    font-size: 1rem;
    border: 0px solid gray;
}

#label_linee {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    border: 0px solid red;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}

#label_puntata {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    border: 0px solid red;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}

#label_puntata_top {
    position: absolute;
    right: 140px;
    top: 490px;
    line-height: 30px;
    z-index: 333;
    color: #fe8d02;
    border: 0px solid red;
    height: 30px;
    width: 90px;
    text-align: left;
    display: none;
}


#infoVincita {
    position: absolute;
    left: 308px;
    top: 529px;
    line-height: 24px;
    z-index: 333;
    color: white;
    border: 0px solid red;
    height: 24px;
    width: 280px;
    font-size: 1rem;
    background-color: TRANSPARENT;
    text-align: center;
    border: 0px solid gray;
    display: none !important;
}

#label_vincita {
    position: absolute;
    right: 295px;
    top: 520px;
    line-height: 24px;
    z-index: 333;
    color: white;
    border: 0px solid red;
    height: 24px;
    width: 110px;
    background-color: transparent;
    text-align: center;
    font-size: 1rem;
    border: 0px solid gray;
}

#boxSTATOAS {
    position: absolute;
    right: -3px;
    cursor: pointer;
    bottom: 15px;
    z-index: 10;
}

.AS_rimanenti {
    position: absolute;
    right: -5px;
    width: 90px;
    height: 35px;
    border: 0px solid red;
    bottom: 15px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 1.0625rem;
    z-index: 100;
    font-family: SpectralBold;

}

#FS_rimanenti {

    position: absolute;
    left: 399px;
    width: 60px;
    height: 35px;
    border: 0px solid red;
    top: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.0625rem;
    z-index: 100;
    font-family: SpectralBold;

}

#FS_moltiplicatore {
    position: absolute;
    left: 561px;
    width: 60px;
    height: 35px;
    border: 0px solid red;
    top: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 1.25rem;
    font-size: 1.0625rem;
    z-index: 100;
    font-family: SpectralBold;
}

#pulsante_autostart {

    position: absolute;
    right: -3px;
    cursor: pointer;
    bottom: 15px;
    z-index: 10;
}


#pulsante_massima {
    position: absolute;
    left: -5px;
    cursor: pointer;
    bottom: 15px;
    z-index: 10;
}

#spinna {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;

    margin-left: -60px;
    z-index: 10;
    width: 120px;
    height: 110px;
}

#stoppa {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 30px;
    z-index: 2;
    cursor: pointer;

    margin-left: -60px;
    z-index: 10;
    width: 120px;
    height: 110px;
    display: none;
}

#ubet {

    position: absolute;
    bottom: 48px;
    left: 161px;
    width: 95px;
    height: 38px;

    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 1.0625rem;

    z-index: 13;
    /* border:1px solid blue;*/
    font-family: SpectralBold;

}

#aumenta_Ubet {
    position: absolute;
    bottom: 55px;
    left: 248px;
    width: 18px;
    height: 28px;
    z-index: 14;
    cursor: pointer;
    border: 0px solid red;
}

#diminuisciUbet {


    position: absolute;
    bottom: 55px;
    left: 152px;
    width: 18px;
    height: 28px;
    z-index: 14;
    cursor: pointer;
    border: 0px solid red;


}

#totUbet {
    position: absolute;
    bottom: 48px;
    left: 276px;
    width: 95px;
    height: 38px;

    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 1.0625rem;

    z-index: 13;
    /* border:1px solid blue;*/
    font-family: SpectralBold;

}


#Tcredito {
    position: absolute;
    bottom: 48px;
    right: 280px;
    width: 95px;
    height: 38px;

    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 1.0625rem;

    z-index: 13;
    /* border:1px solid blue;*/
    font-family: SpectralBold;

}


#Tvincita {
    position: absolute;
    bottom: 48px;
    right: 162px;
    width: 95px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 1.0625rem;
    z-index: 13;
    font-family: SpectralBold;
}

#layer_free_spin {
    position: absolute;
    left: 0px;
    width: 1024px;
    height: 700px;
    background-color: white;
    z-index: 10;
    display: block;
    pointer-events: none;
    opacity: 0;
}

#sfondo_FS {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    z-index: 1
}


#layer_ingresso_cordaFS {
    position: absolute;
    left: 0px;
    top: 700px;
    left: 50%;
    margin-left: -6px;
    width: 4px;
    height: 780px;
    background-color: blue;
    z-index: 999;
    transform-origin: top center;
    display: none;
}


#layer_bonus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    background-color: red;
    z-index: 10;
    display: block;
    pointer-events: none;
    opacity: 0;
}

#bonuscreenMSup {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    display: none;
}

#bonuscreenMInf {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    display: none;
}

#contenitore_sfondo_bonus {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
}


#layer_scelta_serratura {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1024px;
    height: 700px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    pointer-events: none;
    opacity: 0;
}

.conclusioneBONUS {
    display: none;
}

#contenuto_mossa {
    position: absolute;
    left: 20px;
    top: 3px;
    z-index: 5;
    height: 10px;
    width: 320px;
    color: white;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px;
    line-height: 10px;
    font-size: 0.75rem;
    border-radius: 5px;
}


#contenuto_biglietto {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 5;
    background-color: #1c2b54;
    height: 10px;
    width: 220px;
    color: white;
    font-family: 'Roboto Condensed', Arial, sans-serif;
    padding: 5px;
    line-height: 10px;
    font-size: 0.75rem;
    border-radius: 5px;
}

#titolo_free_spin {
    color: white;
}

#resoconto_FS {
    position: absolute !important;
    color: white;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    margin-top: 0px;
    font-family: SpectralBold;
    width: 100% !important;
    height: 100% !important;

}

.divisoriRulli {
    display: none;
}

#griglia_rulli {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -395px;
    width: 790px;
    height: 490px;
    z-index: 5;
    transform-origin: center top;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);


}

#sfondo_rulli {
    position: absolute;
    left: 50%;
    top: 60px;
    margin-left: -395px;
    width: 790px;
    height: 490px;
    z-index: 3;
    transform-origin: center top;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1;
}


.centratura_rulli {

    position: absolute;
    left: 50%;
    top: 92px;
    width: 700px;
    height: 430px;
    z-index: 4;
    margin-left: -349px;
    border: 0px solid green;
    pointer-events: none;
    transform-origin: center top;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    overflow: unset !important;

}


.riquadriRulli {

    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0) !important;
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0) !important;;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0) !important;
}


#banner_mossa {


    position: absolute;
    left: 200px;
    top: 1px;

}

#spazio_mossa {
    position: absolute;
    left: 210px;
    top: 5px;
    line-height: 10px;
    border: 0px solid blue;
    height: 10px;
    width: 75px;
    text-align: center;
}

#box_sinistra {

    position: absolute;
    left: 155px;
    width: 160px;
    z-index: 9;
    bottom: 40px;
}

#bonus_step {
    z-index: 99;
    width: 300px;
    position: absolute;
    left: 200px;
    bottom: 200px;
}


#spin_mancanti_JK {

    position: absolute;
    left: 128px;
    z-index: 11;
    bottom: 45px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    font-family: SpectralBold;
    font-size: 1.0625rem;
    color: white;

}

#spin_descrizione_JK {

    position: absolute;
    left: 312px;
    z-index: 11;
    bottom: 45px;
    height: 30px;
    line-height: 30px;
    width: 140px;
    text-align: center;
    font-family: SpectralBold;
    font-size: 0.875rem;
    color: white;

}

#spin_ultimo_JK {

    position: absolute;
    left: 516px;
    z-index: 11;
    bottom: 45px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    font-family: SpectralBold;
    font-size: 1.0625rem;
    color: white;

}

#spin_totale_JK {

    position: absolute;
    left: 712px;
    z-index: 11;
    bottom: 45px;
    height: 30px;
    line-height: 30px;
    width: 120px;
    text-align: center;
    font-family: SpectralBold;
    font-size: 1.0625rem;
    color: white;

}

.testoSottile {
    line-height: 12px !important;
}

#logo_bonus {
    left: 50%;
    margin-left: -194px;
    Z-index: 4;
    top: 0px;
    z-index: 120;
    width: 430px
}

#contenitore_BN_progresso {
    width: 100%;
}


#porta1 {
    position: absolute;
    left: 684px;
    top: 160px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}

#porta2 {
    position: absolute;
    left: 834px;
    top: 220px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}

#porta3 {
    position: absolute;
    left: 534px;
    top: 220px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}

#porta4 {
    position: absolute;
    left: 834px;
    top: 340px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}

#porta5 {
    position: absolute;
    left: 534px;
    top: 340px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}

#porta6 {
    position: absolute;
    left: 684px;
    top: 420px;
    opacity: 1;
    width: 100px;
    height: 100px;
    background-color: transparent;
    cursor: pointer;
    border: 0px solid blue;
}


#conteggio_linee {
    position: absolute;
    bottom: 48px;
    left: 98px;
    width: 50px;
    height: 38px;

    text-align: center;
    color: #FFF;
    line-height: 50px;
    font-size: 1.0625rem;

    z-index: 13;
    border: 0px solid blue;
    font-family: SpectralBold;

}

#AS_scelta {

    position: absolute;
    z-index: 3;
    bottom: 0px;
    display: none;
}

.logo_rulli {
    position: absolute;
    left: 50%;
    margin-left: -190px;
    width: 379px;
    top: 30px;

}

.t_jk_mini {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 37px !important;
    height: 35px !important;
    font-size: 1.0625rem !important;
    font-weight: bolder;
    color: white;
}

.t_jk_medium {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 37px !important;
    height: 35px !important;
    font-size: 1.0625rem !important;
    font-weight: bolder;
    color: white;
}

.t_jk_maxi {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 37px !important;
    height: 35px !important;
    font-size: 1.0625rem !important;
    font-weight: bolder;
    color: white;
}

.t_jk_super {
    font-family: 'Source Sans Pro', sans-serif !important;
    line-height: 37px !important;
    height: 35px !important;
    font-size: 1.0625rem !important;
    font-weight: bolder;
    color: white;
}

.jkFiller {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9c7b3b+0,c9a959+17,edd080+33,f1e391+51,c9a959+70,edd080+85,f1e391+100 */
    background: rgb(156, 123, 59); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(156, 123, 59, 1) 0%, rgba(201, 169, 89, 1) 17%, rgba(237, 208, 128, 1) 33%, rgba(241, 227, 145, 1) 51%, rgba(201, 169, 89, 1) 70%, rgba(237, 208, 128, 1) 85%, rgba(241, 227, 145, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c7b3b', endColorstr='#f1e391', GradientType=0); /* IE6-9 */
}

#bkg_filler {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0e0e0e+0,7d7e7d+100 */
    background: rgb(14, 14, 14); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(125, 126, 125, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(14, 14, 14, 1) 0%, rgba(125, 126, 125, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(14, 14, 14, 1) 0%, rgba(125, 126, 125, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0e0e', endColorstr='#7d7e7d', GradientType=0); /* IE6-9 */
}

.sottoLavagna {
    font-family: Beckett !important;
}

#sfondo_pulsantiera {
    position: absolute;
    left: 50%;
    margin-left: -421px;
    width: 842px;
    bottom: 00px;
    height: 112px;
    z-index: 3;
}

#webview_label {
    font-family: "Roboto Condensed";
    font-size: 3.4375rem;
    text-transform: capitalize;

}

.sottoLavagna {

    font-size: 1.875rem !important;
}

#new_box_puntata {
    left: 154px !important;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    height: 57px;

}

#new_box_tot {
    left: 269px !important;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    height: 57px;

}

#new_box_credito {
    right: 273px !important;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    height: 57px;

}

#new_box_vincita {
    right: 155px !important;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    height: 57px;

}

#new_box_linee {
    left: 95px !important;
    position: absolute;
    bottom: 40px !important;
    z-index: 10;
    height: 57px;

}


#pinfo_nm {
    right: 95px !important;
    bottom: 40px !important;
    height: 57px !important;
}

#sfondo_pulsantiera_jk {

    position: absolute;
    left: 50%;
    margin-left: -440px;
    width: 880px;
    top: 173px;
    height: 102px;
}

#avviso_bonus {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    top: 173px;
    /* height: 102px;*/
    z-index: 10;


}

#avviso_fs {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    top: 173px;
    /* height: 102px;*/
    z-index: 10;


}

#header_dk_new {
    font-size: 0.8125rem !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #484849;
}

#general_canvas {
    z-index: 931 !important;
}

#img_box_fs {

    margin-left: 389px !important;
    z-index: 99;
    height: 52px !important;
}

#sotto_contenitore_rulli {
    top: 6px !important;
}

#overlay_rulli {
    top: -5px !important;
}

#box_jk_mancanti {
    height: 45px !important;
    left: 100px !important;
}

#box_jk_descr {
    height: 45px !important;
    left: 296px !important;
}

#box_box_ultimo {
    height: 45px !important;
    left: 490px !important;
}

#box_box_totale {
    height: 45px !important;
    left: 685px !important;
}

#pinfo_jk {

    right: 95px !important;
    bottom: 39px !important;
    height: 57px !important;
}


#pulsantiera_generica {

    top: 400px !important;

}

#pulsantiera_per_jk {
    top: 399px !important;
}

#footer_div {
    font-size: 0.6875rem !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}


.t_jk_mini {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 10);
}

.t_jk_medium {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 10);
}

.t_jk_maxi {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 10);
}

.t_jk_super {
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 10);
}

#fs_avvio_report {

    width: 500px !important;
    margin-left: -250px !important;
    margin-top: -156px !important;
}

#testo_avvio_fs {
    line-height: 26px !important;
    width: 500px !important;
    margin-left: -250px !important;
    margin-top: -43px !important;
    top: 50% !important;
}

#box_footer {
    font-family: helvetica;
    position: absolute;
    left: 0;
    top: 670px;
    height: 30px;
    z-index: 2200;
    width: 100%;
    background-color: red;
    font-size: 0.75rem;
    color: #fff;
}

.tt1 {
    position: absolute;
    left: 50%;
    margin-left: 57px;
    width: 361px;
    top: 298px;
}

.tt2 {
    position: absolute;
    left: 50%;
    margin-left: 55px;
    width: 361px;
    top: 390px;
}

.tt3 {
    position: absolute;
    left: 50%;
    margin-left: 58px;
    width: 361px;
    top: 407px;
}

.tt4 {
    position: absolute;
    left: 50%;
    margin-left: -44px;
    width: 558px;
    top: 30px;
}


#imgUltimi {
    position: absolute;
    left: 50%;
    top: 49px;
    width: 284px;
    z-index: 9;
    margin-left: -311px;
}

#box_ultimi {
    position: absolute;
    left: 50%;
    top: 49px;
    width: 204px;
    z-index: 10;
    margin-left: -246px;
    font-family: 'Source Sans Pro', sans-serif;
    color: white;

    height: 29px;
}