.zeroridge_icon_toolbox {
    background: url(/bundles/app/pimcore/static/img/toolbox.svg) center center no-repeat !important;
}

.coreshop_rule_icon_condition_zeroridge_package_types {
    background: url(../img/packaging-type.svg) center center no-repeat !important;
}

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

.coreshop_rule_icon_action_storeGroupMail, .coreshop_rule_icon_action_storeGroupOrderMail {
    background: url(../img/store_group.svg) center center no-repeat !important;
}

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

.coreshop_rule_icon_action_zeroridge_min_margin_percent, .coreshop_rule_icon_action_zeroridge_min_margin_amount {
    background: url(../img/price_display_settings.svg) center center no-repeat !important;
}


.qa-text-not-completed {
    background-color: rgba(255,0,0,0.1);
}


.qa-attributes-not-completed {
    background-color: rgba(255, 228, 52, 0.1);
}

.objectlayout_element_QualitySummary {
    margin-bottom: 20px;
}

.qa-summary-table {
    border-collapse: collapse;
    color: black;
    background-color: white;
    min-width: 500px;
}

.qa-summary-table td:first-child {
    width: 250px;
}

.qa-summary-table thead {
    font-weight: bold;

}

.qa-summary-table th, .qa-summary-table td {
    padding: 7px;
    text-align: left;
}

.qa-summary-table .qa-not-completed {
    background-color: rgba(255, 0, 0, 0.16);
}
.qa-summary-table .qa-completed {
    background-color: rgba(24, 185, 24, 0.13);
}
.qa-summary-table .qa-partly-completed {
    background-color: rgba(255, 228, 52, 0.1);
}
