/* DEFINIZIONE COMPATTA */
    /**********************************************/
/* portrait iPhone */
@media only screen and (max-device-width: 800px) and (orientation: portrait) {
    .btn-iphone-none {
        display: none;
    }
    .btn-iphone {
        float: left;
    }
    .espandi-dettagli-contratto {
        position: fixed; top: 14% !important; left: 1% !important;
        width: 98% !important;
    }
    .div-msg {
        width: 45vw !important;
        height: auto !important;
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        border-radius: 4px !important;
    }
    #page-wrapper {
        margin: 4px;
    }
    .iPhone-table-elenco-clienti {
        display: none;
    }
    .navbar-top-links {
        position: relative; top: 10px;
        /*display: none;*/
    }
    .pablos-button-search-single {
        margin-top: 14px !important;
    }
    .logo-azienda {
        display: none !important;
    }
    .navbar-top-links {
        position: relative; top: 10px;
    }
    /* /NASCONDO LOGO AZIENDA */
    /* NASCONDO IL TASTO CHIUDI QUANDO SONO NELLA VISUALIZZAZIONE COMPLETA DEI DATI */
    .btn-close-window {
        display: none;
    }
    /* /NASCONDO IL TASTO CHIUDI QUANDO SONO NELLA VISUALIZZAZIONE COMPLETA DEI DATI */
    .content, .message-sgn {
        width: 90% !important;
    }
    .pablos-button-search-single {
        margin-top: 14px !important;
    }
    .btn-elettrico, .btn-gas, .btn-home, .btn-dati-utente, .btn-contattaci {
        width: 100%;
        float: none !important;
    }
    .panel-button-pre-credit-check {
        grid-template-columns: repeat(1, 1fr) !important;
       
    }
    .panel-button-pre-credit-check div {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .img-b2c-populate-modulo {
        position: relative; left: 0;
    }
}/* ./portrait iPhone */

/* portrait iPad */
@media only screen and (min-device-width: 810px) and (orientation: portrait) {
    /* HERE CODE IPAD GIUSTO */
    .espandi-dettagli-contratto {
        position: fixed; top: 14% !important; left: 1% !important;
        width: 98% !important;
    }
    .div-msg {
        width: 45vw !important;
        height: auto !important;
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        border-radius: 4px !important;
    }
    
}/* ./portrait iPad */

/* landscape iPhone */
@media only screen and (max-device-height: 800px) and (orientation: landscape) {
    .btn-iphone-none {
        display: none;
    }
    .btn-iphone {
        float: left;
    }
    .espandi-dettagli-contratto {
        position: fixed; top: 14% !important; left: 1% !important;
        width: 98% !important;
    }
    .div-msg {
        width: 45vw !important;
        height: auto !important;
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        border-radius: 4px !important;
    }
    .navbar-top-links {
        position: relative; top: 10px;
    }
    .pablos-button-search-single {
        margin-top: 14px !important;
    }
}/* ./* landscape iPhone */

/* iPhone X Pro Max */
@media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .btn-iphone-none {
        display: none;
    }
    .btn-iphone {
        float: left;
    }
    .espandi-dettagli-contratto {
        position: fixed; top: 14% !important; left: 1% !important;
        width: 98% !important;
    }
    .div-msg {
        width: 45vw !important;
        height: auto !important;
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        border-radius: 4px !important;
    }
    .btn-elettrico, .btn-gas, .btn-home, .btn-dati-utente, .btn-contattaci {
        width: 100% !important;
        float: none !important;
    }
}
/* ./iPhone X Pro Max */

/* iPhone 11 Pro */
@media only screen and (max-device-width: 896px) and (orientation: landscape) {
    .btn-elettrico, .btn-gas, .btn-home, .btn-dati-utente, .btn-contattaci {
        width: 100% !important;
        float: none !important;
    }
}/* ./iPhone 11 Pro */

/*Galaxy S20 Ultra Android 11 */
@media only screen and (max-device-width: 915px) and (orientation: landscape) {
    .btn-elettrico, .btn-gas, .btn-home, .btn-dati-utente, .btn-contattaci {
        width: 100% !important;
        float: none !important;
    }
}/*Galaxy S20 Ultra Android 11 */

/* iPad */
@media only screen
    and (min-device-width: 834px)
    and (max-device-width: 1112px)
    and (-webkit-min-device-pixel-ratio: 2) {
    
}/* ./iPad */
    /**********************************************/
/* DEFINIZIONE COMPATTA */