
.sc_table_v2020 {}

.sc_table_v2020 			{display:table;border-collapse:collapse;}
.sc_table_v2020.fullwidth	{width:100%;}
.sc_table_v2020 			{counter-reset: list_table_counter;}

.sc_table_v2020>thead 			{}
.sc_table_v2020>tbody 			{}
.sc_table_v2020>tfoot 			{}


.sc_table_v2020 td {
	padding:10px;
	border:1px solid #BAC4CA;
	vertical-align:middle;
}
.sc_table_v2020 td.top {vertical-align:top;}

.sc_table_v2020 .sc_thead td {
	background:#E3E6E8;
	font-weight:bold;
	
}
.sc_table_v2020 .sc_tbody tr td {}
.sc_table_v2020 .sc_tbody tr:nth-child(even) td {
	background:#F8F9F9;
}
.sc_table_v2020 .sc_tbody tr:nth-child(odd) td {
	background:#ffffff;
}

.sc_table_v2020 .sc_tbody tr:hover td {
	background:#E3E6E8;
}

.sc_table_v2020 .fullwidth {width:100%;}


.sc_table_v2020 .options 			{position:relative;width:1px;padding:0px;vertical-align:top;min-width:50px;}
.sc_table_v2020 .options .edit_btn	{position:absolute;left:0px;top:0px;bottom:0px;right:0px;margin:auto;}
.sc_table_v2020 .options .edit_btn	{display:block;width:100%;height:100%;text-align:center;padding:10px 0px;}
.sc_table_v2020 .options .edit_btn	{font-size:16px;}
.sc_table_v2020 .options .edit_btn:hover	{background:#BEC2C4 !important;}

.sc_table_v2020 .move_handler 		{cursor:move !important;}
.sc_table_v2020 .move_handler 		{padding:10px 0px;text-align:center;vertical-align:top;}
.sc_table_v2020 .move_handler:hover {background:#BEC2C4 !important;}
.sc_table_v2020 .index 				{padding:10px 0px;text-align:center;vertical-align:top;}
.sc_table_v2020 .index .index_no	{width:50px;font-size:16px;}
.sc_table_v2020 .sorting_btn 		{padding:0px;width:50px;background:none;}













.sc_group 			{display:table;}
.sc_group .sc_row 	{display:table-row;}
.sc_group.full 		{width:100%;}
.sc_group .cell_item {display:table-cell; padding:3px;vertical-align:middle;}
.sc_group .cell_item.nowrap {white-space:nowrap;}
.sc_group .cell_item.relative {position:relative;}
.sc_group .cell_item.cell_caption {background:#E6E9ED;}
.sc_group .cell_item.nopadding 		{padding:0px;}
.sc_group .cell_item.noborder	 	{border:0px;}