/* CSS comune a tutte le skin e interfacce desktop */
body {
    overflow: hidden;
}

/** COMPONENTI VARI **/

.linea {
    height: 2px;
}

.select {
    height: 24px;
    font-size: 12px;
    background-size: 16px 16px;
}

.checkbox,
.radio,
.radioChecked {
    line-height: 19px;
    width: 16px;
    height: 16px;
}

.labelCheckBox {
    left: 18px;
}

/***** SPLASH PAGE***/
.splashPage {
    position: absolute;
    height: 700px;
}

.ricercaBoxIcona {
    position: absolute;
    top: calc(50% - 10px);
    left: 2px;
    height: 20px;
    width: 20px;
    z-index: 1;
}

.ricercaBoxInput {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    text-indent: 4px;
}

.ricercaBoxChiudi {
    position: absolute;
    top: calc(50% - 6px);
    left: calc(100% - 10px);
    height: 12px;
    width: 12px;
    z-index: 2;
}

.iconaChiudi {
    height: 16px;
    width: 16px;
}

/**** CARICAMENTO PAGINA *****/
.preloaderLabel {
    position: absolute;
    left: 50%;
    margin-left: -102px;
    top: 55%;
    width: 204px;
    height: 30px;
    color: white;
    text-align: center;
    z-index: 3;
    font-size: 20px;
}

.preloaderProgressBg {
    position: absolute;
    left: 50%;
    margin-left: -102px;
    top: 50%;
    width: 204px;
    height: 30px;
    background-color: white;
    z-index: 3;
}

.preloaderProgressBar {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 0;
    height: 26px;
    background-color: white;
    z-index: 3;
}

/** PARTI GENERICHE GOL **/
.pannelloChiudiBtn {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 16px;
    height: 16px;
}

.alertTesto {
    float: left;
    display: inline-block;
    width: calc(100% - 28px);
    padding: 30px 14px;
    word-wrap: break-word;
}

.alertTesto p {
    padding: 20px;
    overflow-wrap: break-word;
}

.alertTesto form {
    float: left;
    width: 100%;
}

.alertTesto > div {
    display: inherit !important;
}

.alertTesto font {
    overflow-wrap: break-word;
}


.alertBackground,
.pannelloBackground {
    position: absolute;
    left: 35%;
    width: 30%;
    height: auto;
    padding: 2px;
}

.headerGenerico, .footerGenerico, .pannelloHeader, .alertHeader {
    height: 28px;
    max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Source Sans Pro", serif;
}

.pannelloHeader {
    position: relative;
    top: 0;
    left: 0;
    /*width: calc(100% - 4px); 25 ott 2019 prova per nuova lobby responsive*/
}

.pannelloHeader h1 {
    font-size: 14px;
}

.pannelloBody {
    position: relative;
    top: 30px;
    line-height: 20px;
    left: 2px;
    width: calc(100% - 4px);
}

.subheaderGenerico {
    height: 18px;
    top: 30px;
}

.wrapButtons {
    float: left;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
}

.wrapButtons > .btnGenerico:not(:first-child) {
    margin-left: 10px;
}

#alert_container .btnGenerico {
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    height: auto;
    min-width: 70px;
}

/** TABELLA **/
.tabellaContainer {
    top: 30px;
}

.tabellaRiga,
.tabellaRigaBis,
.tabellaRigaCompleta,
.tabellaRigaOver {
    line-height: 16px;
    height: 20px;
}


.cellaTabella14,
.cellaTabella24,
.cellaTabella34,
.cellaTabella44 {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 25%;
}

.cellaTabella24 {
    left: 25%;
}

.cellaTabella34 {
    left: 50%;
}

.cellaTabella44 {
    left: 75%;
}

/** HEADER MENU CLIENT **/
.headerMenuLink1,
.headerMenuLink2,
.headerMenuLink3,
.headerMenuLink4,
.headerMenuLink5,
.headerMenuLink6,
.headerMenuLink7,
.headerMenuSep,
.headerMenuSep2,
.headerMenuUsername,
.headerMenuSaldo,
.headerMenuProfilo,
.headerMenuProfiloAperto,
.headerMenuLogo,
.headerMenuPresenti,
.headerMenuOrario {
    height: 30px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    margin-left: 5px;
    display: inline-flex;
}

.headerMobileBtn {
    display: none;
}

.headerMenuNomeGioco,
.headerMenuReplayLabel {
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-left: 10px;
    left: 0;
    display: inline-flex;
    color: white;
    font-weight: 600;
    font-size: 18px;
    opacity: 0.6;
}

.headerMenuReplayLabel {
    opacity: 1;
    display: none;
    margin-left: 20px;
}

.tendinaChiaraDx,
.tendinaChiaraSx,
.tendinaChiaraGiu,
.tendinaChiaraSu,
.tendinaScuraDx,
.tendinaScuraSx,
.tendinaScuraGiu,
.tendinaScuraSu {
    width: 12px;
    height: 12px;
}

.segnalino {
    width: 30px;
    height: 30px;
}

/* stelle */
.cellaStella {
    width: 16px;
    height: 16px;
}

.chatHeader {
    height: 9px;
    background: url(../svg/chat/header.svg) repeat-x;
}

.chatElencoMessaggiContainer {
    position: absolute;
    top: 9px;
    left: 5px;
}

.chatInput {
    margin-top: 1px;
    font-size: 12px;
    text-indent: 10px;
}

.chatInviaBtn {
    display: none;
}

.chatEmoticonBtn, .chatHelpBtn, .chatOptionBtn {
    width: 30px;
    height: 18px;
    top: 1px;
}

/** LOGIN **/
.login,
.signin {
    position: absolute;
    top: 100px;
    left: calc(50% - 154px);
    width: 300px;
    height: 400px;
}

.signin {
    height: 220px;
}

.loginForm {
    height: 370px;
}

.signinForm {
    height: 220px;
}

.loginUsername,
.loginPassword,
.mostraPassword,
.nascondiPassword,
.loginPasswordDimenticata,
.loginRicordami,
.loginTouchId,
.loginBtnAccedi,
.loginBtnRegistrati,
.loginBtnOspite,
.loginSkinLabel1,
.loginBtnSkin1,
.loginSkinLabel2,
.loginBtnSkin2 {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 260px;
    height: 20px;
    font-size: 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-indent: 10px;
}

.signinUsername {
    top: 40px;
}

.signinErr {
    position: absolute;
    top: 150px;
    left: 20px;
}

.loginPassword {
    top: 60px;
}


.mostraPassword,
.nascondiPassword {
    top: 64px;
    width: 20px;
    left: 260px;
    cursor: pointer;
    opacity: 0.5;
    background: url("../svg/occhio.svg");
}

.nascondiPassword {
    background: url("../svg/occhio_sbarrato.svg");
}

.loginPasswordDimenticata {
    top: 90px;
    text-decoration: underline;
}

.loginRicordami {
    top: 120px;
    width: 130px;
}

.loginTouchId {
    top: 120px;
    left: 150px;
    width: 130px;
}

.loginBtnAccedi {
    top: 160px;
    height: 40px;
}

.signinBtnInvia {
    top: 90px;
}

.loginRegistratiBox {
    top: 210px;
    height: 80px;
}

.loginRegistratiLabel {
    position: absolute;
    top: 10px;
    width: 100%;
}

.loginBtnRegistrati {
    top: 30px;
    height: 40px;
}

.loginOspiteBox {
    top: 290px;
    height: 80px;
}

.loginBtnOspite {
    top: 30px;
    height: 40px;
}

.loginSkinLabel1 {
    top: 50px;
    height: 20px;
}

.loginBtnSkin1 {
    top: 80px;
    height: 40px;
}

.loginSkinLabel2 {
    top: 124px;
    height: 20px;
}

.loginBtnSkin2 {
    top: 150px;
    height: 40px;
}

/** FOOTER **/
.footer {
    position: absolute;
    left: 0;
    top: 670px;
    height: 30px;
    z-index: 200;
    width: 100%;
    background-color: #4f9945;
    font-size: 12px;
    color: #fff;
}

.footerLogo {
    width: 120px;
    height: 30px;
    margin-left: 5px;
    cursor: pointer;
}

.footerConcessione {
    position: absolute;
    left: 140px;
    bottom: 2px;
    height: 14px;
}

.footerLegalInfo,
.footerLegalInfoBis {
    position: absolute;
    left: 140px;
    top: 2px;
    height: 14px;
}

.footerGiocoResponsabile {
    position: absolute;
    left: 820px;
    bottom: 2px;
    height: 26px;
    cursor: pointer;
}

.footerTutelaMinori {
    position: absolute;
    left: 857px;
    bottom: 2px;
    height: 26px;
    cursor: pointer;
}

.footerInformazioni {
    position: absolute;
    right: 20px;
    top: 16px;
    height: 60px;
}

.footerAams {
    position: absolute;
    left: 900px;
    bottom: 2px;
    height: 24px;
    cursor: pointer;
}

.footerGiocoLegale {
    position: absolute;
    left: 980px;
    bottom: 2px;
    height: 24px;
    cursor: pointer;
}

/** avatar **/
.avatar {
    width: 86px;
    height: 86px;
    border-radius: 43px;
    -webkit-border-radius: 43px;
    -moz-border-radius: 43px;
}

/** webviuew su tablet **/
.webviewFrame {
    top: 30px;
    max-width: 1024px;
    left: 50%;
    transform: translate(-50%);
    height: 100%;
    max-height: 100dvh;
}

.chiudiWebview {
    top: 9px;
    left: min(calc(50% + 485px), 98%);
    width: 20px;
    height: 20px;
    border: 0px !important;

    border-top: none !important;
    border-bottom: none !important;
}

/** TUTORIAL **/
.tutorialTitolo {
    height: 60px;
    font-size: 40px;
}

.tutorialAvanti {
    height: 30px;
}

.tutorialAvantiLabel {
    height: 30px;
    font-size: 24px;
}

.tutorialAvantiBg {
    left: 0;
    width: 30px;
    height: 30px;
}

.tutorialStep {
    width: 30px;
    height: 30px;
}

.tutorialfumetto {
    width: 300px;
    padding: 10px;
    box-shadow: 5px 5px 10px 2px #333;
    font-size: 20px;
}

.tutorialfumettoA,
.tutorialfumettoB,
.tutorialfumettoC,
.tutorialfumettoD,
.tutorialManina {
    width: 30px;
    height: 30px;
}

.tutorialfumettoA {
    top: 36px;
    left: 200px;
}

.tutorialfumettoB {
    top: -10px;
    left: 200px;
}

.tutorialfumettoC {
    top: 36px;
    left: 200px;
}

.tutorialfumettoD {
    top: -10px;
    left: 200px;
}

/** CARTE **/
.cartaAlzata {
    margin-top: -10px;
}

.cartaAlzataRuotata {
    margin-top: -10px;
    margin-left: -10px;
}


.cartaAbbassata {
    margin-top: 10px;
}

.cartaAbbassataRuotata {
    margin-top: 10px;
    margin-left: 10px;
}


.ombraXS > :first-child {
    -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.75);
}

.ombraSmall, .ombraS > :first-child {
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.75);
}

.ombraMedium, .ombraM > :first-child {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.ombraNormale {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.ombraM_F1 > :first-child {
    -webkit-box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 1) inset, 0 0 1px 1.5px rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 1) inset, 0 0 1px 1.5px rgba(0, 0, 0, 1);
    box-shadow: 0 0 1px 1.5px rgba(0, 0, 0, 1) inset, 0 0 1px 1.5px rgba(0, 0, 0, 1);
}

.ombraLarge, .ombraL > :first-child {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}

.ombraXL > :first-child {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.75);
}

.ombraRadius > :first-child {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cartaEvidenziata {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 4px solid black;
}

.outlineNoOmbraCartaF1 {
    -webkit-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    -moz-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
     -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
     */
}

.outlineNoOmbraCarta {
    -webkit-box-shadow: 0 0 10px 0 white inset !important;
    -moz-box-shadow: 0 0 10px 0 white inset !important;
    box-shadow: 0 0 10px 0 white inset !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.outlineCartaF1 {
    -webkit-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    -moz-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75), 0 0 0px 1px #000000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    /*
     -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important;
     */
}

.outlineCarta {
    -webkit-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75) !important;
    -moz-box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75) !important;
    box-shadow: 0 0 10px 0 white inset, 0 0 6px 0 rgba(0, 0, 0, 0.75) !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

.outlineCartaEvidenziata {
    -webkit-box-shadow: 0 0 10px 0 white inset, 0 0 0px 3px #F7931E !important;
    -moz-box-shadow: 0 0 10px 0 white inset, 0 0 0px 3px #F7931E !important;
    box-shadow: 0 0 10px 0 white inset, 0 0 0px 3px #F7931E !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
}

/* Slider */

.sliderBg, .sliderBarra, .sliderPerno {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.sliderBarra {
    width: 30%;
}

.sliderPerno {
    width: 20px;
    left: 30%; /* sempre - 7% del left + width della barra piena*/
}


/** FUMETTO **/
.fumetto {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1000;
    border: 2px solid #000000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    transform-origin: 50% 50% 0;
    line-height: 18px;
}