
/*=============================================================
 risk-management Layout
=============================================================*/
/*
.table-data .wdA{ width:5% !important;}
.table-data .wdB{ width:15% !important;}
.table-data .wdC{ width:8% !important;}
.table-data .wdD{ width:8% !important;}
*/

.table-scroll{
	overflow-x:scroll;
	width:676px !important;
	height: auto;
}
.table-scroll .table-data{
	table-layout:fixed;
	border-collapse:separate !important;
	border-spacing:0;
	width:auto; !important;
}
.table-scroll .table-data thead th{
	text-align:center !important;
	/*width:4em !important;*/
	width:12em; !important;
}

.table-scroll .table-data th.fixed00,
.table-scroll .table-data th.fixed01{
	position: -webkit-sticky;
	position: sticky;
}
.table-scroll .table-data th.fixed00{
	left: 0;
	z-index:3;
	background-color: #fff !important;
}
.table-scroll .table-data th.fixed01{
	left: 3.1em;
	z-index:2;
	background-color: #fff !important;
}
.table-scroll .table-data th.fixed01 span{
	padding-right:1em !important;
}
.table-scroll .table-data tbody tr:nth-child(even) th:nth-child(odd){
	background-color: #f6f6f6 !important;
}





.table-scroll .table-data td{
	text-align:center !important;
}
.table-scroll .table-data th:first-child{
	width:6em !important;
	padding:0.5em !important;
	text-align:center !important;
}
.table-scroll .table-data th:nth-child(2){
	width:100px !important;
}

/*
.table-scroll .table-data thead th{
	position:-webkit-sticky;
	position:sticky;
	top:0;
	z-index:2;
	text-align:center !important;
	width:4em !important;
}
.table-scroll .table-data thead th:first-child{
	z-index:3;
}

.table-scroll .table-data thead tr:nth-child(2) th{
	z-index:2;
}

.table-scroll tbody th{
	z-index:1;
}
.table-scroll thead tr:first-child th:nth-child(6){
	width:200px !important;
}
.table-scroll thead tr:first-child th:nth-child(2){
	width:400px !important;
}
.table-scroll thead tr:first-child th:nth-child(3),
.table-scroll thead tr:first-child th:nth-child(4),
.table-scroll thead tr:first-child th:nth-child(5){
	width:300px !important;
}
.table-scroll thead tr:nth-child(2) th{
	width:50% !important;
}
*/