
.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: 400px;
}

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

.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.1);
}
.qa-summary-table .qa-completed {
    background-color: rgba(23, 127, 23, 0.1);
}
.qa-summary-table .qa-partly-completed {
    background-color: rgba(255, 228, 52, 0.1);
}

.icon-sw {
    background: url("/bundles/pim/img/icon/sw-icon_blue16.png") center center/contain no-repeat !important;
}


.objectlayout_element_Product span.warning {
    font-size: 10px;
}

.pim_icon_status_0 {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/about.svg") center center no-repeat !important;
}
.pim_icon_status_1 {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/synchronize.svg") center center no-repeat !important;
}
.pim_icon_status_2 {
    background: url("/bundles/pimcoreadmin/img/flat-color-icons/approve.svg") center center no-repeat !important;
}
.pim_icon_status_3 {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/high_priority.svg) center center no-repeat !important;
}
.pim_icon_status_4 {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/high_priority.svg) center center no-repeat !important;
}
.pim_shopware_shop {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/shop.svg) center center no-repeat !important;
}
.pim_shopware_frontend {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/shopping-cart.svg) center center no-repeat !important;
}
.pim_shopware_backend {
    background: url(/bundles/pimcoreadmin/img/flat-color-icons/settings.svg) center center no-repeat !important;
}

