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


/* SUP Modifications */
.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-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"],
.tc-sup-product-open-order .tc-table-column[data-field="name"] {
	background: #7DCEA0;
}

.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: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-order-product-different-quantity .tc-table-column[data-field="received_quantity"],
.tc-sup-product-different-supplier-price .tc-table-column[data-field="price"] {
	background: #F0B27A;
}

.tc-sup-order-product-different-quantity:hover .tc-table-column[data-field="received_quantity"],
.tc-sup-order-product-different-quantity.tc-hover .tc-table-column[data-field="received_quantity"],
.tc-sup-product-different-supplier-price:hover .tc-table-column[data-field="price"],
.tc-sup-product-different-supplier-price.tc-hover .tc-table-column[data-field="price"] {
 background: #F0AC6E !important;
}

