.product-status {
    padding: .75rem 1.25rem;
    border-radius: .25rem;
}

.iframe table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: 12px;
    width: 100%;
}

.iframe th {
    min-width: 100px;
    text-align: left;
}

.iframe td, .iframe th {
    border: 1px solid #ddd;
    padding: 8px;
}

.iframe.alert {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    padding: 12px;
    text-align: left;
    background-color: #f8d7da;
    color: #721c24;
}

/* Disable add button for imageGallery field */
.object_field.object_field_type_imageGallery [data-qtip="Add"] {
    display: none;
}

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


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

.objectlayout_element_QualitySummary {
    margin-bottom: 20px;
}

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

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

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

}

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

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

