@media (max-width: 768px){
    #left{
        z-index:10000
    }
}
.popover, .tooltip{
    z-index: 10 !important;
}
#top.fixed{
    z-index: 99999;
}
.tipso_bubble.bottom_left_corner.bottom{
    z-index:999999;
}