
/* --------------------------
 *
 * sup.css
 *
 * -------------------------- */

.tc-sup-product-lower-price-no-vat .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-lower-price-no-vat .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-lower-price .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-lower-price .tc-table-column[data-field="price_list_price_with_vat"]
{ background: #F7DC6F; }

.tc-sup-product-lower-price-no-vat:hover .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-lower-price-no-vat.tc-hover .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-lower-price-no-vat:hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-lower-price-no-vat.tc-hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-lower-price:hover .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-lower-price.tc-hover .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-lower-price:hover .tc-table-column[data-field="price_list_price_with_vat"],
.tc-sup-product-lower-price.tc-hover .tc-table-column[data-field="price_list_price_with_vat"]
{ background: #F4D865 !important; }

.tc-sup-product-higher-price-no-vat .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-higher-price-no-vat .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-higher-price .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-higher-price .tc-table-column[data-field="price_list_price_with_vat"]
{ background: #7DCEA0; }

.tc-sup-product-higher-price-no-vat:hover .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-higher-price-no-vat.tc-hover .tc-table-column[data-field="product::price_list_price_no_vat"],
.tc-sup-product-higher-price-no-vat:hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-higher-price-no-vat.tc-hover .tc-table-column[data-field="price_list_price_no_vat"],
.tc-sup-product-higher-price:hover .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-higher-price.tc-hover .tc-table-column[data-field="product::price_list_price_with_vat"],
.tc-sup-product-higher-price:hover .tc-table-column[data-field="price_list_price_with_vat"],
.tc-sup-product-higher-price.tc-hover .tc-table-column[data-field="price_list_price_with_vat"]
{ background: #7DCEA0 !important; }

.tc-sup-product-different-supplier-price .tc-table-column[data-field="price"],
.tc-sup-product-different-supplier-pcn .tc-table-column[data-field="sup_pcn"],
.tc-sup-product-different-supplier-name .tc-table-column[data-field="supplier_name"],
.tc-sup-order-product-ai-update .tc-table-column[data-field="ai_detected_status"]
{ background: lightyellow; }

.tc-sup-order-product-ai-variant .tc-table-column[data-field="ai_detected_status"],
.tc-sup-product-open-order .tc-table-column[data-field="name"]
{ background: #fce5cd; }

.tc-sup-order-product-different-quantity .tc-table-column[data-field="received_quantity"]
{ background: #F0B27A; }

.tc-sup-order-product-ai-new .tc-table-column[data-field="ai_detected_status"]
{ background: #e3fce3; }

.tc-table-row.tc-sup-order-product-ai-product .tc-field[data-field="product_name_search"] .tc-control-value,
.tc-field[data-field="product_name_search"].tc-sup-order-product-ai-product .tc-control-value {
	background: lightyellow;
}

