.current_channel_default {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/synchronize.svg) center center no-repeat !important;
}

.current_channel_all {
    background: url(../../img/icons/all_icon.png) center center no-repeat !important;
}

.current_channel_si {
    background: url(../../img/icons/bb_icon.png) center center no-repeat !important;
}

.current_channel_hr {
    background: url(../../img/icons/sd_icon.png) center center no-repeat !important;
}

.current_channel_bp {
    background: url(../../img/icons/bp_icon.png) center center no-repeat !important;
}

.readonly-style {
    pointer-events: none !important;
    opacity: 0.5 !important;
    user-select: none !important;
}

.readonly-style * {
    pointer-events: none !important;
}