
#imFooter_pluginAppObj_06_wrapper{
    z-index: 999999999999!important;
}
#imFooter_pluginAppObj_06{
    z-index: 999999999999!important;
}
#icm_stickybuttonimFooter_pluginAppObj_06 {
    background-color:rgba(19, 79, 92, 0.77);
    padding: 15px 15px 15px 15px;
    color:rgba(243, 243, 243, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    
    border-radius: 10px 10px 0px 0px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:20px 'Raleway';
    font-weight: normal;
    font-style: normal;
    /* line-height:24px; */
    transition: transform 1s;
    
}

#icm_stickybuttonimFooter_pluginAppObj_06.icm_stickybuttonhidden {
    transform: translate(0,200%); /*Top negativo*/
}

#icm_stickybuttonimFooter_pluginAppObj_06>img {
    display:inline-block;
    max-width:0px;
    border:0;
    height: auto;
    max-height:0px;
    
    vertical-align: middle;
}

