.pimcore_rule_active {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/approve.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pimcore_rule_prepared {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/automatic.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pimcore_rule_expired {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/expired.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pimcore_rule_non_active {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/cancel.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pricing_manager_pricing_rule_applicable_products_label {
    font-weight: bold;
}


.pricing-rule-required-field .x-form-item-label-text:after {
    content: " *";
    color: red;
}