﻿/*------------------------------------
	agGrid共通スタイル
------------------------------------*/
.ag-row.ag-row-not-editable {
	background: #ececec;
}

.ag-row.ag-row-error {
	background: #ffe4e1;
}

.ag-cell-editable {
	background-color: #ffffcc;
}

.ag-cell-not-editable {
	background-color: #ececec;
}

.ag-cell-error {
	background: #ffe4e1;
}

.ag-cell-traceability-editable {
	background-color: #ffd4d4;
}

.ag-cell-ordersreceived-unit-diff {
	color: #ff5757;
}