/* Site specific CSS styling */

/* Sample Status Colouring */
.stateOrange {background-color: #FFAD33;}
.stateYellow {background-color: #FFFF5E;}
.stateRed {background-color: #FF3333;}
.stateBlue {background-color: #80E6FF;}
.stateLime {background-color: #99ff99;}

.TestYes {background-color: #FF0000;}
.TestNo {background-color: #00FF00;}

.tableView th.RRP {background-color: #80ffcc;}
.tableView td.RRP {background-color: #e6fff5;}
.tableView th.Target {background-color: #ffd699;}
.tableView td.Target {background-color: #fff5e6;}
.tableView th.Previous {background-color: #bfbfbf;}
.tableView td.Previous {background-color: #f2f2f2;}
.tableView th.Landed {background-color: #99e6ff;}
.tableView td.Landed {background-color: #e6f9ff;}
.tableView th.Current {background-color: #d7b3ff;}
.tableView td.Current {background-color: #f1e6ff;}
.tableView th.Margins {background-color: #ffff66;}
.tableView td.Margins {background-color: #ffffe6;}
.tableView th.Average {background-color: #c68c53;}
.tableView td.Average {background-color: #f9f2ec;}
.tableView th.Costing {background-color: #ff99ff; !important;}
.tableView td.Costing {background-color: #ffe6ff; !important;}
.Costing {background-color: #ffe6ff;}
th.Costing {background-color: #ff99ff;}
.tableView th.Negotiated {background-color: #aaff00;}
.tableView td.Negotiated {background-color: #eeffcc;}

/* HH-912 MC 03022021 */
.tableView th.TotalCost {background-color: #ff99ff; font-weight: bold;}
.tableView td.TotalCost {background-color: #ffe6ff; font-weight: bold;}

/* HH-961 ZM 09/08/2022 */
.tableView th.DTCMargin {background-color: #32D56D;}
.tableView td.DTCMargin {background-color: #7ef3a8;}

/* HH-936 ZM 09072021 */
.tableView th.MarginsNew {background-color: #ffb84d;}
.tableView td.MarginsNew {background-color: #ffebcc;}

/* This declaration resolving strange Chrome bug with scrolling C8-14525 */
.home, 
.dijitDialog {
	.csi-table-container-inner {
		overflow-y: auto;
	}
 }
 
 /* MC 11042020 HH-830*/
/*  img, image {
    image-orientation: none;
} */