.outbound_api_report_icon{
    /*background-position: center center;*/
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/pimcoreadmin/img/flat-color-icons/external.svg) !important;
    background-position: center center !important;
}

.sample_link{
    color: #4c82b1;
    text-decoration: none;
}

.incoming_logs_report_icon{
    background-position: center center;
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/pimcoreadmin/img/flat-color-icons/pie_chart.svg) !important;
}
.go_to_magento_icon{
    /* background-position: center center; */
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/app/img/icons/magento.svg) !important;
}

.go_to_tamo_icon{
    /* background-position: center center; */
    background-size: 25px 25px !important;
    background-repeat: no-repeat;
    background-image: url(/bundles/app/img/icons/tamo.png) !important;
}
/*to hide the process manager link from left panel*/
#plugin_pm_shortcut_menu{
    display: none !important;
}