/* Main navigation icon */
.main_nav_icon_channelproductmanagerbundle {
    background: url("/bundles/pimcoreadmin/img/flat-white-icons/group-by.svg")
        center center no-repeat !important;
    background-size: 22px 22px !important;
}

/* Menu Nav icons */
.nav_icon_channelproductmanager {
    background: url("/bundles/pimcoreadmin/img/flat-white-icons/share.svg")
        center center no-repeat !important;
    background-size: 22px 22px !important;
}

.nav_icon_channeldataexporter {
    background: url("/bundles/pimcoreadmin/img/flat-white-icons/export.svg")
        center center no-repeat !important;
    background-size: 22px 22px !important;
}

/* Panel icons */
.panel_icon_channelproductmanagerpanel {
    background: none;
    background-color: deepskyblue;
    mask: url("/bundles/pimcoreadmin/img/flat-color-icons/share.svg") center
        center no-repeat;
    -webkit-mask: url("/bundles/pimcoreadmin/img/flat-color-icons/share.svg")
        center center no-repeat;
    mask-size: 24px 24px !important;
    -webkit-mask-size: 24px 24px !important;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.pimcore_icon_channeldataexporterpanel {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/export.svg")
        center center no-repeat;
    background-size: 24px 24px !important;
}

/* Other Pimcore Icons */
.pimcore_icon_percent {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/percent.svg")
        center center no-repeat !important;
}
