#ucRoot {
    position: absolute!important;
    height: 100%!important
}

.ucComponent {
    position: absolute!important
}


#suspense0
{
    position: absolute;
    /* background-color: #ff0000a6; */
    z-index: 99;
    width: 200px;
    height: 509px;
    left: 50%;
    margin-left: -100px;
    top: 96px;
}
#suspense1
{
    position: absolute;
    /* background-color: #ff0000a6; */
    z-index: 99;
    width: 200px;
    height: 509px;
    left: 50%;
    margin-left: 57px;
    top: 96px;
}
#suspense2
{
    position: absolute;
    /* background-color: #ff0000a6; */
    z-index: 99;
    width: 200px;
    height: 509px;
    left: 50%;
    margin-left: 216px;
    top: 96px;
}
.canvasLinea
{
    left: 50%;
    margin-left: -512px;
    width: 1024px;
    height: 700px;
    top: 1px;
    z-index: 14;
}
#maschera_linea
{
    left: 50%;
    margin-left: -400px;
    width: 800px;
    top: 50px;
    height: 580px;
    z-index: 1;
}
.canvas_simboli
{

    margin-left: 62px;
    margin-bottom: 120px;
    z-index: 15 ;
}
.statici_rulli
{
    margin-left: 62px;
    margin-bottom: 120px;
    z-index: 13;
}


#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);*/
}
#pulsantiera_sfondo_bis
{
    position: absolute;
    left: 50%;
    margin-left: -514px !important;
    width: 1028px !important;
    top: 121px !important;
    display: none;
}
#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;
}

#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;
    border: 0 solid red;
    text-align: right;
    color: white;
    font-size: 16px;
    line-height: 40px;
}

#Tistruzioni {
    display: none;
    position: absolute;
    left: 50%;
    top: 410px;
    pointer-events: none;
    font-size: 19px;
    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: 25px;
    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: 21px;
    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: 18px;
    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: 30px;
    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: 25px;
    text-align: center;
    color: white;
}

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

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

#pulsante_uscita_fondi {
    position: absolute;
    width: 150px;
    height: 50px;
    bottom: 30px;
    left: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    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: 20px;
    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_lavagna2 {
    position: absolute;
    right: 0px;
    top: 0px;
    height: 700px;
    width: 1024px;
    z-index: 0;
}



#faro_1 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}
#faro_2 {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}
#faro_3 {
    position: absolute;
    left: 200px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}


#faro_4 {
    position: absolute;
    left: 790px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}
#faro_5 {
    position: absolute;
    left: 790px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}
#faro_6 {
    position: absolute;
    left: 980px;
    top: 0px;
    width: 60px;
    z-index: 0;
    opacity: 0.7;
}






#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:16px;
    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:16px;
    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:16px;
    border: 0px solid gray;
}

#boxSTATOAS {
    position: absolute;
    right: -29px;
    cursor: pointer;
    bottom: 2px;
    z-index: 10;
    width: 150px;
}

.AS_rimanenti {

    position: absolute;
    left: 163px;
    width: 71px;
    height: 35px;
    border: 0px solid red;
    top: 2px;
    text-align: center;
    line-height: 40px;
    color: #3d2207;
    font-size: 26px;
    z-index: 100;
    font-family:'Source Sans Pro', sans-serif;

    color: #56292d;
    font-weight: bolder;

    -webkit-text-stroke: 1px rgb(79, 4, 0);



}
.visori_FS
{
    position: absolute;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    top: 584px;
    z-index: 6;
}

#FS_rimanenti {

    position: absolute;
    left: 565px;
    width: 71px;
    height: 35px;
    top: 6px;
    text-align: center;
    line-height: 40px;
    color: #3d2207;
    font-size: 26px;
    z-index: 100;
    font-family:'Source Sans Pro', sans-serif;

    color: #56292d;
    font-weight: bolder;


}

#FS_moltiplicatore {
    position: absolute;
    left: 390px;
    width: 71px;
    height: 35px;
    top: 6px;
    text-align: center;
    line-height: 40px;
    color: #3d2207;
    font-size: 26px;
    z-index: 100;font-family:'Source Sans Pro', sans-serif;

    color: #56292d;
    font-weight: bolder;


}

#pulsante_autostart {
    position: absolute;
    right: -37px;
    cursor: pointer;
    bottom: -5px;
    z-index: 10;
    width: 151px;
}
#gira_fs
{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    top: 338px;
    z-index: 10;
}


#sceltaAutostart
{
    position: absolute;
    left: 569px !important;
    z-index: 9;
    bottom: 98px !important;
    width: 82px !important;
}

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

#spinna {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 12px;
    z-index: 2;
    cursor: pointer;
    margin-left: -70px;
    z-index: 10;
    width: 140px;
}

#stoppa {
    position: absolute;
    left: 50%;
    Z-index: 94;
    bottom: 12px;
    z-index: 2;
    cursor: pointer;
    margin-left: -70px;
    z-index: 10;
    width: 140px;
    display: none;
}

#ubet {

    position: absolute;
    bottom: 45px;
    left: 136px;
    width: 50px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-size: 16px;
    z-index: 13;

    font-family:'Source Sans Pro', sans-serif;
    color: #ffe2af;
    text-shadow: 0px 0px 12px rgba(67, 0, 0, 0.64);

}

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

#diminuisciUbet {
    position: absolute;
    bottom: 41px;
    left: 110px;
    width: 18px;
    height: 38px;
    z-index: 14;
    cursor: pointer;
    border: 0px solid red;


}

#totUbet {
    position: absolute;
    bottom: 45px;
    left: 260px;
    width: 68px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-size: 16px;
    z-index: 13;

    font-family:'Source Sans Pro', sans-serif;
    color: #ffe2af;
    text-shadow: 0px 0px 12px rgba(67, 0, 0, 0.64);

}


#Tcredito {
    position: absolute;
    bottom: 45px;
    left: 679px;
    width: 118px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-size: 16px;
    z-index: 13;

    font-family:'Source Sans Pro', sans-serif;
    color: #ffe2af;
    text-shadow: 0px 0px 12px rgba(67, 0, 0, 0.64);

}


#Tvincita{
    position: absolute;
    bottom: 45px;
    left: 819px;
    width: 100px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-size: 16px;
    z-index: 13;

    font-family:'Source Sans Pro', sans-serif;
    color: #ffe2af;
    text-shadow: 0px 0px 12px rgba(67, 0, 0, 0.64);
}




#layer_free_spin
{

    position:absolute;left:0px;top:;width:1024px;height:700px;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:#858585;z-index:50;display:block;
    pointer-events:none;

    top:-00px;
    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;background-color:;height:10px;width:320px;color:white;  font-family: 'Roboto Condensed',Arial,sans-serif;padding:5px;line-height:10px;font-size:12px;border-radius:5px;
    border:0px solid red;



}


#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:12px;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:'Source Sans Pro', sans-serif;
    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:0%;top:0px;
    margin-left:-0px;
    width:1024px;
    height:700px;
    z-index:3;
    opacity:1;
}





.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:'Source Sans Pro', sans-serif;    font-size:17px;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:'Source Sans Pro', sans-serif;    font-size:14px;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:'Source Sans Pro', sans-serif;    font-size:17px;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:'Source Sans Pro', sans-serif;    font-size:17px;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: 45px;
    left: 29px;
    width: 50px;
    height: 38px;
    text-align: center;
    color: #FFF;
    line-height: 46px;
    font-size: 16px;
    z-index: 13;

    font-family:'Source Sans Pro', sans-serif;
    color: #ffe2af;
    text-shadow: 0px 0px 12px rgba(67, 0, 0, 0.64);

}

#AS_scelta
{

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



#logo_main
{
    position: absolute;
    left: 50%;
    margin-left: -110px;
    z-index: 990;
    top: 23px;
    width: 220px;
}


.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: 17px !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: 17px !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: 17px !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: 17px !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:55px;
    text-transform: capitalize;

}

.sottoLavagna {

    font-size: 30px !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: 37px !important;
    bottom: 33px !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: 13px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
    background: #572600;
    z-index: 51 !important;
}
#general_canvas
{
    z-index:931 !important;
}
#img_box_fs
{
    margin-left: 354px !important;
    z-index: 99;
    height: 92px !important;
    top: -16px;
}
#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: 11px !important;
    font-family: 'Source Sans Pro', sans-serif !important;
}






#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;
}



#as50
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    position: absolute;
    left: 577px !important;
    z-index: 123103;
    bottom: 185px !important;
    height: 23px !important;
    width: 64px !important;
}


#as20
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    position: absolute;
    left: 577px !important;
    z-index: 123103;
    bottom: 158px !important;
    height: 23px !important;
    width: 64px !important;
}
#as10
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    position: absolute;
    left: 577px !important;
    z-index: 123103;
    bottom: 128px !important;
    height: 23px !important;
    width: 64px !important;
}

#as5
{
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: white;
    position: absolute;
    left: 577px !important;
    z-index: 123103;
    bottom: 102px !important;
    height: 23px !important;
    width: 64px !important;
}

#as50:hover {text-shadow: 0px 0px 14px rgba(55, 202, 255, 1);}

#as20:hover {text-shadow: 0px 0px 14px rgba(55, 202, 255, 1);}

#as10:hover {text-shadow: 0px 0px 14px rgba(55, 202, 255, 1);}

#as5:hover {text-shadow: 0px 0px 14px rgba(55, 202, 255, 1);}



#palazzo_bkg
{

    position:absolute;left:0px;bottom:0px;width:100%;
}
#piattaforma
{
    position: absolute;
    left:0px;
    width: 100%;
    background-coloXr: pink;
    bottom: 365px;
    height: 1310px;
    pointer-events:none;
    z-index: 10;
}
#piano0
{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 411px;
    z-index: 3;
}
#piano1
{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 656px;
    z-index: 3;
}
#piano2
{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 904px;
    z-index: 3;
}
#piano3
{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 1152px;
    z-index: 3;
}
#piano4

{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 1400px;
    z-index: 3;
}




#piano5

{
    position: absolute;
    left: 50%;
    margin-left: -425px;
    width: 761px;
    height: 200px;
    /* border: 7px solid red; */
    bottom: 1648px;
    z-index: 3;
}




.finestra
{
    position: absolute;
    top: 0px;
    width: 100px;
}
.finestraContainer
{
    position: absolute;
    top: 0px;
    width: 100px;
    height: 200px;
}
#conteggio_bonus
{
    position: absolute;
    top: 124px;
    left: 49px;
    width: 114px;
    /* background-color: red; */
    height: 30px;
    z-index: 999;
    font-family: copperplate_gothic_boldRg;
    color: #f38c49;
    line-height: 33px;
    text-align: center;
    font-size: 25px;
}

#vincita_BN_finestra
{

}
#box_AS
{



    bottom: 26px !important;
    margin-left: -111px !important;
}
#sfondo_bonus
{
    position: absolute;
    left: 0% !important;
    top: 0px !important;
    width: 100% !important;
}

#box_no_FS
{
    bottom: 33px !important;
    margin-left: -119px !important;
}
#box_FS
{
    bottom: 99px !important;
}

#gattoCanvas
{
    width: 396px !important;
    height: 528px !important;
}

#FSW_FS.BNCASE
{
    top: 34px !important;
    right: 129px !important;
}
#FSW_base.BNCASE
{
    display: none !important;
}
#FSW_linee.BNCASE
{
    top: -13px !important;
    right: 129px !important;
}
#FSW_tot.BNCASE
{
    top: 133px !important;
    right: 129px !important;
}

.logo_main.LOGOXFS
{

    margin-left: -200px!important;
    top: -20px !important;
    width: 400px!important;
}
#controMaschera
{
    top: 50% !important;
    left: 50% !important;
    margin-left: -400px !important;
    margin-top: -250px !important;
    width: 800px !important;
    height: 500px !important;
    z-index: 8;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    display: none;

}
#minor_indi
{
    text-align:center;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
}
#medium_indi
{
    text-align:center;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
}
#maxi_indi
{
    text-align:center;
    line-height: 36px;
    text-align: center;
    font-size: 25px;
}
#sipario
{
    position: absolute !important;
}
#infoLayer
{
    position: absolute !important;
}
#bigWinBox
{
    position: absolute !important;
}
.luceLogo
{
    position: absolute;
    left: 50%;
    margin-left: -512px;
    width: 1024px;
    z-index: 9;
    top: 0px;
    pointer-events: none;
    opacity: 0;
}
.lucePalco
{
    position: absolute;
    left: 50%;
    margin-left: -512px;
    width: 1024px;
    z-index: 5;
    top: 521px;
    pointer-events: none;
    opacity: 0;
}
#sabbia_bn
{
    top: 319px !important;
}
#segnalatore_line
{
    transform: scale(0.7);
}
#sfondo_fs_3
{
    right: -11px;
}

.centratura_rulli
{

}