
[class*=coreshop_rule_icon_condition] {
    background: url(../img/api.svg) center center no-repeat !important;
}

.coreshop_rule_conditions {
    background: url(../img/search.svg) center center no-repeat !important;
}

.coreshop_rule_actions {
    background: url(../img/lightning.svg) center center no-repeat !important;
}

.pimcore_rule_disabled {
    background: url(../img/warning.svg) center right no-repeat !important;
    background-size: 10% 60% !important;
    color: #717171;
    font-style: italic;
}

.pimcore_rule_disabled.standalone {
    display: block;
    float: right;
    height: 14px;
    width: 14px;
    background-size: 100% !important;
    margin: 3px 0 0 5px;
    padding: 0;
}