.pimcore_icon_folder_green {
    background: url(/pimcore-root/public/static/img/flat-color-icons/opened_folder_green.svg) center center no-repeat !important;
}
.pimcore_icon_folder_blue {
    background: url(/pimcore-root/public/static/img/flat-color-icons/opened_folder_blue.svg) center center no-repeat !important;
}
.pimcore_icon_folder_pink {
    background: url(/pimcore-root/public/static/img/flat-color-icons/opened_folder_pink.svg) center center no-repeat !important;
}
.pimcore_icon_folder_burgundy {
    background: url(/pimcore-root/public/static/img/flat-color-icons/opened_folder_burgundy.svg) center center no-repeat !important;
}
.pimcore_icon_folder_purple {
    background: url(/pimcore-root/public/static/img/flat-color-icons/opened_folder_purple.svg) center center no-repeat !important;
}
.pimcore_icon_page_blue {
    background: url(/pimcore-root/public/static/img/flat-color-icons/page_blue.svg) center center no-repeat !important;
}
.pimcore_icon_page_green {
    background: url(/pimcore-root/public/static/img/flat-color-icons/page_green.svg) center center no-repeat !important;
}
.pimcore_icon_home{
    background: none !important;
}