.data_table,.data_table thead tr,.data_table tbody tr{
	background-color: white;
}

.table thead th{
	color: #67768c;
}
/* detail-view 為列表頁的展開細項*/
.table-hover tbody tr:not(.detail-view):hover{
	/*background: #FBFBFB;*/
	background: #ffb060;
}


	.fixed-table-pagination .page-link{
		color: #1A263A;
	}

	.fixed-table-pagination .page-item.active .page-link{
		background: #67768c;
	}



.table tbody tr:not(.detail-view).tr_selected{
	/*background:#1723361a;*/
	background:#ffb060;
}