/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #161616 transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 6px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #161616;
    border-radius: 20px;
    border: 3px solid transparent;
}

body {
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
}



#body_tag.NoScale {
zoom: 100% !important;
    transform: scale(1) !important;
}


#body_tag {
    position: absolute;
    left: 0;
    top: 0;
    width: 1024px;
    height: 700px;
    z-index: 9;
    margin: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;

   background: radial-gradient(ellipse at bottom, #0c1116 0%, #090a0f 100%);
}

#starsContainer
{
  /*  display: none !important;*/
}

#container {
    opacity: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    pointer-events: auto;
    z-index: 1;
    position: absolute;
    top: 0;
    margin: 0;
}

#sfondo_demo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

#top_container {
    position: absolute;
    left: 15px;
    top: 105px;
    width: 765px;
    height: 25px;
}


/*LEFT CONTAINER*/

#left_container {
    position: absolute;
    width: 330px;
    height: calc(100% - 160px);
    /* background-color: red; */
    top: 160px;
    left: 10px;
    z-index: 6;
}



#filtri_scommesse {
    float: left;
    width: 366px;
    background-color: #0c0c0c;
    border: 1px solid #1c1c1c;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    border-radius: 15px;
    height: 24px;
    top: 0px;
    position: absolute;
    font-size: 2rem !important;
    display: none;
}

#filtri_scommesse span {
    color: #777;
    border-radius: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    font-size: 1rem !important;
}

#filtri_scommesse span.stato_1 {
    background-color: #282828;
}

#lista_scommesse {
    float: left;
    width: 100%;
    height: 100%;
    /* background-color: #333a463b; */
    border: 1px solid #444f60;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(33 71 109 / 36%);
    /* background: linear-gradient(328deg, rgba(255,255,255,0.1) 0%, rgba(115,194,212,0.15) 100%);*/
}

#titolo_sc {
    float: left;
    width: 100%;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-left: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#tabella_sc {
    float: left;
    width: 100%;
    overflow-y: auto;
    height: calc(100% - 43px);
}

#titoli_tabella {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    position: absolute;
    top: 38px;

}
#giocatori_tabella {
    width: 100%;
    justify-content: space-evenly;
    position: absolute;
    top: 65px;
    height: calc(100% - 65px);
    overflow: hidden auto;

}

#titoli_tabella span {
    float: left;
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.1rem;
}


.riga_tabella {
    float: left;
    margin-left: 4%;
    width: calc(92% - 16px);
    color: #B3B3B3;
    font-size: 1.3rem;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 2px 8px;
    background-color: #161616;
    border: 1px solid #1c1c1c;
    border-radius: 30px;
    height: 20px;
}




.riga_tabella.stato_1 {
    background-color: #16364d;
    border: 1px solid #004170;
}

.riga_tabella span {
    color: #B3B3B3;
    font-size: 1.0rem;
    font-family: 'Roboto Condensed', sans-serif;
    min-width: 50px;
    text-align: center;
}

.riga_tabella span.stato_1 {
    background-color: #006e94;
    border: 1px solid #004c87;
    border-radius: 30px;
}

#middle_container {
    width: calc(100% - 340px);
    height: calc(100% - 310px);
    position: absolute;
    /* background: green; */
    top: 160px;
    left: 340px;
}



#wrap_omino {
    position: absolute;
    width: 100%;
    height: calc(100% - 200px);
/*    background-color: red;*/
    top: 200px;
    transform-origin: center top;
}



#wrap_pannello_scommesse {
    position: absolute;
    width: calc(100% - 360px);
    height: 140px;
    /* border: 1px solid #1c1c1c; */
    z-index: 3;
    top: calc(100% - 140px);
    /* background: pink; */
    left: 350px;
    background-color: #333a463b;
    border: 1px solid #98979782;
    border: 1px solid #444f6082;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: rgb(255,255,255);
    background: linear-gradient(328deg, rgba(255,255,255,0.1) 0%, rgba(115,194,212,0.15) 100%);
}



#pannello_scommesse {
    margin: 0 auto;
    width: 100%;
    margin-top: 25px;
}


#pannello_scommesse.small90 {
    transform: scale(0.9);
}

#wrap_pannello_scommesse.small90
{
    height: 120px;
    top: calc(100% - 120px);
    left: 330px;
    width: calc(100% - 340px);
}

#pannello_scommesse.small80 {
    transform: scale(0.8);
}

#wrap_pannello_scommesse.small80
{
    height: 109px;
    top: calc(100% - 109px);
    left: 310px;
    width: calc(100% - 320px);
}
#wrap_pannello_scommesse.small70
{

    left: 10px;
    width: calc(100% - 20px);
}

#left_container.small90
{
    width: 310px;
}
#left_container.small80
{
    width: 290px;
}
#titoli_tabella.small80 span
{
    font-size: 1rem;
}


#middle_container.small90
{
    left: 320px;
    width: calc(100% - 320px);
}

#middle_container.small80
{
    left: 300px;
    width: calc(100% - 300px);
}

#middle_container.small70
{
    left: 0px;
    width: calc(100% - 0px);
}


#left_container.noContainer
{
display:none;
}


#pannello_scommesse .col-1,
#pannello_scommesse .col-2,
#pannello_scommesse .col-3 {
    float: left;
    width: 250px;
    position: absolute;
}

#pannello_scommesse .col-3 {
left:50%;
    margin-left: 140px;
}

#pannello_scommesse .col-1 {
left:50%;
    margin-left: -386px;
}


#a_valori_scommesse {
    float: left;
    width: 90%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    border-radius: 20px;
    background-color: #161616;
    position: relative;
    margin-left: 5%;
}



#a_valori_scommesse #meno {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    background-color: #282828;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 2em;
    cursor: pointer;
}


#a_valori_scommesse #puntato {
    float: left;
    width: 140px;
    height: 39px;
    color: #FFF;
    text-align: center;
    font-size: 1.5em;
    line-height: 39px;
    font-family: 'Roboto Condensed', sans-serif;
    border: 0;
    background-color: transparent;
}


#a_valori_scommesse #piu {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    background-color: #282828;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 30px;
    font-size: 2em;
    cursor: pointer;
}


#valori_scommesse {
    width: 90%;
    height: 30px;
    float: left;
    margin-left: 5%;
}



#valori_scommesse span {
    float: left;
    width: 23%;
    text-align: center;
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 31px;
    border-radius: 20px;
    background-color: #282828;
    /* margin-bottom: 4px; */
    height: 30px;
    margin-left: 4px;
}

#wrap_tasti {
    /* float: left; */
    width: 250px;
    margin-left: -125px;
    height: 80px;
    position: absolute;
    font-size: 1.4em;
    /* border-radius: 20px; */
    /* overflow: hidden; */
    left: 50%;
}



#tasto_attendi {
    background-color: #7A7777;
    display: none;
    z-index: 4;
    border: 2px solid #a4a4a4;
}

#tasto_scommetti {
    background-color: #2a9b2d;

}

#tasto_cashOut {
    background-color: #0093B3;
    display: none;
    border: 2px solid #03cbf3;
}

#tasto_annulla {
    background-color: #e84e50;
    display: none;
    color: #281d2b;
    border: 2px solid #c68c8d;
}

.puntateBTN {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    font-size: 1.3em;
    border-radius: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    cursor: pointer;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border: 2px solid #8cc68e;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 10px;
}

.puntateBTN:hover
{

    border: 2px solid #d1d1d1 !important;
}
/*

#tasto_scommetti:hover {
    -webkit-box-shadow: inset 0px 1px 0px 1px rgba(255, 255, 255, 0.18);
    box-shadow: inset 0px 1px 0px 1px rgba(255, 255, 255, 0.18);
}
*/
#piu:hover {
    box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
}

#meno:hover {
    box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
}
#valori_scommesse>span:hover {
    box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(143,218,232,0.75);
}

#right_container {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 250px;
    height: auto;
    background-color: #13223a3b;
    border: 1px solid #1c1c1c;
    padding: 10px;
    display: none;
}



.superChart {
    float: left;
    width: 100%;
    height: 50px;
    margin-bottom: 40px;
    position: relative;
}


.superChart.line_bottom:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 28px;
    width: 2px;
    height: 40px;
    background-color: #005675;
}


#superChartIcon {
    float: left;
    width: 70px;
    height: 100%;
}


#superChartIcon > img {
    float: left;
    height: 100%;
}

.superChartInfo {
    float: left;
    width: 170px
}


.superChartTitle {
    float: left;
    width: 100%;
    color: #FFF;
}

.superChartValue {
    float: left;
    width: 100%;
    font-size: 32px;
    color: #00c4ff;
}



#box_vincita {
display: block;
    position: absolute;
    left: 50%;
    margin-left: -180px;
    width: 360px;
    height: 80px;
    background-color: rgb(1, 53, 10);
    border-radius: 25px;
    border: 2px solid rgb(1, 76, 8);
    bottom: 6px;
    z-index: 9999;
     opacity: 0; 
    pointer-events: none;
}


#titolo_chat {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 15px;
    font-size: 15px;
    color: #777;
    border-bottom: 1px solid #777;
    padding-bottom: 10px;
    display: none;
}

#chat_container {
    float: left;
    width: 100%;
    height: 492px;
    padding: 10px 5px;
    display: none;
}

.messaggio_chat {
    float: left;
    width: 100%;
    color: #777;
    line-height: 12px;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
}

#messaggio,
#messaggio:focus {
    position: absolute;
    left: calc((100% - 195px) / 2);
    bottom: 44px;
    width: 175px;
    height: 30px;
    border-radius: 90px;
    background-color: #161616;
    border: 1px solid #1b1b1b;
    color: #777;
    font-size: 15px;
    padding: 0 10px;
    line-height: 30px;
    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;
}

#scrittacredito {
    display: none;
}

#header {
    float: left;
    width: 100%;
    height: 50px;
  /*  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(89, 25, 114, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #1e46aa61 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #1e46aa61 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#591972', GradientType=1);
    overflow: hidden;
    z-index: 145;
    background: #101f34;
}


#logo {
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 20px;
    max-width: 50%;
    width: 230px;
}

#logo img {
    width: 100%;
}


/*MENU*/

#menu {
    float: right;
    width: auto;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}



#menu > li {
    float: left;
    width: auto;
    min-width: 60px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #FFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.0em;
    height: 100%;
    cursor: pointer;

    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);

    text-transform: uppercase;
    font-weight: bolder;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-right: -20px;
}


#opzioni_audio {
}

#aggiungi_fondi {
}

#cronologia {
}

#how_to {

}

#credito_tot {
    margin-right: 0;
    background-color: #E96105 !important;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%) !important;
    width: 100px !important;
}
.scritta_credito
{
    text-transform: uppercase;
    font-weight: 600;


}


#credito_tot:before {
    content: '';
    position: absolute;
    left: -87%;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    height: 100%;
    z-index: 3;
    clip-path: polygon(0 0, 89% 0, 99% 100%, 10% 100%);

}


#credito_tot span {
    float: left;
    width: 100%;
}

/*MENU MOBILE*/

#menu_mobile {
    position: absolute;
    /* width: auto; */
    height: auto;
    /* display: none; */
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    /* margin-left: 5px; */
    /* margin-right: 10px; */
    right: 135px;
    top: 10px;
}


#menu_mobile > div {
    display: flex;
    flex-direction: column;
    width: 35px;
    cursor: pointer;
}

#menu_mobile > div > span {
    background: #fff;
    border-radius: 10px;
    height: 4px;
    margin: 3px 0;
    transition: .4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}

#menu_mobile > div > span:nth-of-type(1) {
    width: 50%;
}

#menu_mobile > div > span:nth-of-type(2) {
    width: 100%;
}

#menu_mobile > div > span:nth-of-type(3) {
    width: 75%;
}

#menu_mobile.active span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(4px, 0px)
}

#menu_mobile.active span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg)
}

#menu_mobile.active span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(15px, -4px) rotatez(45deg);
}

#credito_mobile {
    position: absolute;
    width: 100px;
    height: 42px;
    /* display: none; */
    text-align: center;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #E96105 !important;
    /* clip-path: polygon(-10% 0%, 100% 0%, 90% 100%, 0% 100%) !important; */
    color: #FFF;
    line-height: 18px;
    font-size: 1.1rem;
    padding-top: 8px;
    right: -15px;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%) !important;
}



#chartBox {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 50px;
}

#chartBox #myChart {
    float: left;
    width: 2598px;
    height: 150px;
    display: block;
    box-sizing: border-box;
}


#wrap_moltiplicatore {
    position: absolute;
    left: calc((100% - 450px) / 2);
    top: 50%;
    width: 450px;
    height: 140px;
    z-index: 9;
    /*    background: gray;*/
    margin-top: -70px;
    font-family: 'Orbitron', sans-serif;
}




#moltiplicatore_centrale_up {
    position: absolute;
    left: 50%;
    top: 0%;
    width: 400px;
    height: 200px;
    transform-origin: center top;
    text-align: center;
/*    background: green;*/
    margin-left: -200px;
}

#moltiplicatore_centrale {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: 'Orbitron', sans-serif;
    font-size: 6em;
    color: white;
    font-weight: 600;
    transform-origin: center top;
}



#attesa {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    top: 0;
    display: none;
}

#attesaText {
    position: absolute;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    top: 18px;
    height: 25px;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 1em;
}

#contorno {
    position: absolute;
    left: 50%;
    margin-left: -102px;
    width: 204px;
    background-color: rgba(255, 255, 255, 0.2);
    top: 50px;
    height: 20px;
    border-radius: 14px;
    overflow: hidden;
    border: 2px solid white;
}

#l_bar {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 1px;
    height: 18px;
    border-radius: 12px;
}

#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 {
    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: 120px;
    /* 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% !important;
    height: 100% !important;
}

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

}


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

#st {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 24px;
    width: 126px;
    text-align: center;
    line-height: 21px;
}

#ms {
    position: absolute;
    left: 147px;
    top: 1px;
    height: 24px;
    width: 86px;
    text-align: center;
    line-height: 21px;
}

#inc {
    position: absolute;
    left: 280px;
    top: 1px;
    height: 24px;
    width: 62px;
    text-align: center;
    line-height: 21px;
}


#testo_attesa {
    float: left;
    font-size: 12px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}

#testo_cashOut {
    float: left;
    font-size: 1.4rem;
    width: 100%;
    text-align: center;
}

#areaCashOut {
    float: left;
    height: 40px;
    background-color: #161616;
    z-index: 8;
    width: 90%;
    margin-left: 5%;
    border-radius: 63px;
    position: relative;
    margin-bottom: 10px;
}

#areaCashOut.active {
    background-color: #0093B3;
}



#icona_cashout {
    display: none;
    position: absolute;
    top: 20%;
    left: 9px;
    height: 60%;
}



#checkbox_cashOut {
    position: absolute;
    /* margin-top: 5px; */
    height: 28px;
    background-color: #282828;
    z-index: 9;
    width: 60px;
    top: calc((100% - 28px) / 2);
    border-radius: 14px;
    left: 7px;
    border: 1px solid #8d8d8d;
}



#cashOutText {
    float: left;
    width: auto;
    margin-left: 80px;
    height: 100%;
    z-index: 9;
    top: 10px;
    font-size: 1.1rem;
    line-height: 40px;
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
}


#cashOutValue {
    float: left;
    height: 37px;
    z-index: 9;
    width: 55px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #ed000000;
    line-height: 42px;
    font-size: 1.3em;
    color: white;
    border: 0;
    margin-left: 10px;
}


#areaAutoPlay {
    float: left;
    height: 40px;
    background-color: #161616;
    z-index: 9;
    width: 90%;
    margin-left: 5%;
    border-radius: 63px;
    position: relative;
}

#areaAutoPlay.active {
    background-color: #0093B3;
}


#icona_autoplay {
    display: none;
    position: absolute;
    top: calc((100% - 65%) / 2);
    left: calc((100% - 29px) / 2);
    height: 65%;
}


#autoplay_value {
    display: none;
    float: left;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 0.6em;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    pointer-events: none;
}



#checkbox_autoPlay {
    position: absolute;
    /* margin-top: 5px; */
    height: 28px;
    background-color: #282828;
    z-index: 9;
    width: 60px;
    top: calc((100% - 28px) / 2);
    border-radius: 14px;
    left: 7px;
    border: 1px solid #8d8d8d;
}



#autoPlayText {
    float: left;
    height: 40px;
    z-index: 9;
    color: #777;
    font-family: 'Roboto Condensed', sans-serif;
    width: auto;
    font-size: 1.1em;
    margin-left: 80px;
    line-height: 40px;
}




#rad_CO {
    position: absolute;
    top: 2px;
    height: 24px;
    width: 24px;
    background: #b2b2b4;
    border-radius: 14px;
    left: 2px;
    pointer-events: none;
}

#rad_AP {
    position: absolute;
    top: 2px;
    height: 24px;
    width: 24px;
    background: #b2b2b4;
    border-radius: 14px;
    left: 2px;
    pointer-events: none;
}

#bkk {
    background-color: transparent;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2500px;
}

#bkk_stelle {
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 6500px;
    /*  border:1px solid pink;*/
    overflow: hidden;
    z-index: 1;
}

#bkk_stelle_bis {
    pointer-events: none;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 6500px;
    /*   border:1px solid pink;*/
    overflow: hidden;
    z-index: 1;
}


#box_vincita span {
    min-width: 90px;
    color: #FFF;
    font-size: 10px;
    padding: 11px 5px;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #00739c;
    border: 1px solid #044076;
    border-radius: 30px;
    cursor: pointer;
    line-height: 14px;
    text-align: center;
}

/*
.glow-on-hover {
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    z-index: 0;
}

.glow-on-hover:before {
    content: '';
    background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
}

.glow-on-hover:active {
    color: #000
}

.glow-on-hover:active:after {
    background: transparent;
}

.glow-on-hover:hover:before {
    opacity: 1;
}

.glow-on-hover:after {
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #1a8028;
    left: 0;
    top: 0;
    border-radius: 10px;
}
*/
@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
/*
#how_to:hover {
    background-color: #ff0046;
}

#cronologia:hover {
    background-color: #a509a0;
}

#aggiungi_fondi:hover {
    background-color: #05a010;
}

#opzioni_audio:hover {
    background-color: #8c9326;
}
*/

#how_to:hover {
    background-color: rgba(255,255,255,0.2);
}

#cronologia:hover {
      background-color: rgba(255,255,255,0.2);
}

#aggiungi_fondi:hover {
    background-color: rgba(255,255,255,0.2);
}

#opzioni_audio:hover {
    background-color: rgba(255,255,255,0.2);
}
#incassa:hover {
    background-color: rgba(255,255,255,0.2);
}





#overlay_ac {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    display: none;
    justify-content: center;
    align-items: center;
}

#overlay_ac.active {
    display: flex;
}

#wrap_autoplay {
    max-width: 400px;
    width: 40%;
    height: auto;
    background-color: #161616;
    border-radius: 30px;
    border: 1px solid #777;
    padding: 20px;
    position: relative;
}

.wrap_ac_title {
    float: left;
    width: 100%;
    font-size: 2em;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
}

.wrap_ac_desc {
    float: left;
    width: 100%;
    font-size: 1.3em;
    color: #777;
    text-align: center;
    margin-bottom: 20px;
}

.wrap_ac_values {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.ac_value {
    padding: 5px 20px;
    font-size: 1.3em;
    background-color: #777;
    color: #FFF;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
}

.ac_value.active {
    background-color: #0093B3;
}

.wrap_ac_confirm {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
}

.wrap_ac_confirm_b {
    padding: 5px 20px;
    width: 90px;
    font-size: 1.7em;
    background-color: #29d722;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    border-radius: 20px;
}

.wrap_ac_close_b {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #777;
    border-radius: 20px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.wrap_ac_close_b img {
    height: 50%;
    filter: brightness(0) invert(1);
}

.sfondoMenu
{
	    background: #101f34 !important;
}

#stelle_nuove
{
	position:absolute;
	left:50%;
	margin-left:-512px;
	width:1024px;
	
}

/* AUTOPLAY - INIZIO */

#wrapper_valori_autoplay {
    position: absolute;
    top: -117px;
    left: 158px;
    overflow: hidden;
    width: 80px;
    height: 178px;
    display: none;
}

#valori_autoplay {
    background: linear-gradient(#4a759f88, #aaa);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 68px;
    height: 100%;
    float: left;
    margin-left: 5%;
    flex-direction: column;
    z-index: 9;
    padding: 5px 0px;
    border-radius: 5px 5px 0px 0px;
    animation: fadeAndMoveUp 0.3s ease-out forwards;
}

#valori_autoplay > span:hover {
    box-shadow: 0px 0px 5px 0px rgba(185, 229, 237, 0.75);
}
#valori_autoplay > span:nth-of-type(4):hover {
    box-shadow: 0px 0px 5px 0px rgba(255, 255, 255, 0.75);
}

@keyframes fadeAndMoveUp {
    0% {
        opacity: 0;
        transform: translateY(70px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

#valore_autoplay_selezionato {
    position: absolute;
    top: -2px;
    left: 149px;
    z-index: 10;
}

#valori_autoplay span, #valore_autoplay_selezionato span {
    float: left;
    width: 50px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.2rem;
    cursor: pointer;
    line-height: 31px;
    border-radius: 10px;
    height: 30px;
    margin-left: 9px;
    margin-top: 8px;
    text-align: center;
}

#valori_autoplay span {
    background-color: #282828;
}

/* AUTOPLAY - FINE */