/*contain changes related to new supplier changes*/
.user_filter_options li{
	background-color:#F3F3F1;
}

.supplier_bpx_table .supplier_cost{
	border-bottom:1px solid black !important;
	width:50px;
}



/*.supplier_bpx_table .suppliers-table-content{
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}*/

.supplier_amounts_content .table-responsive.supplier_bpx_table .table thead tr th, .supplier_amounts_content .table-responsive.supplier_bpx_table .table tbody tr td {
    min-width: 140px;
    word-break: break-all;
    line-height:normal !important;
}

/*.supplier_amounts_content .table-responsive.supplier_bpx_table .table tbody tr td:nth-child(6) {
  min-width: 50px;
 }*/

 .supplier_amounts_content .table-responsive.supplier_bpx_table .table tbody tr td:nth-child(8), .supplier_amounts_content .table-responsive.supplier_bpx_table .table thead tr th:nth-child(8) {
  max-width: 10px;
 }

 .supplier_amounts_content .table-responsive.supplier_bpx_table .table tbody tr td:last-child {
  	min-width: 10px;
 }

 /*.supplier_amounts_content .table-responsive.supplier_bpx_table .table thead tr th:nth-child(6)  {
  	width: 50px;
 }*/