
#imStickyBar_pluginAppObj_07_wrapper{
    z-index: 999999999999!important;
}
#imStickyBar_pluginAppObj_07{
    z-index: 999999999999!important;
}
#icm_stickybuttonimStickyBar_pluginAppObj_07 {
    background-color:transparent;
    padding: 10px 10px 10px 10px;
    color:rgba(35, 35, 35, 1);
    position:fixed;
    text-align: center;
    overflow: hidden;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 1);
    border-radius: 0px 0px 10px 10px; /* Cambiamo la posizione del radius in base alla posizione della label */
    z-index: 999999999999!important;
    font:16px 'Verdana';
    font-weight: normal;
    font-style: normal;
    /* line-height:19.2px; */
    transition: transform 1s;
    transform: rotate(-90deg);
}

#icm_stickybuttonimStickyBar_pluginAppObj_07.icm_stickybuttonhidden {
    transform: translate(-200%,0) rotate(-90deg); /*Top negativo*/
}

#icm_stickybuttonimStickyBar_pluginAppObj_07>img {
    display:inline-block;
    max-width:35px;
    border:0;
    height: auto;
    max-height:35px;
    margin-right: 6px;
    vertical-align: middle;
}