// based on https://colorlib.com/etc/tb/Table_Fixed_Header/index.html
.tblBox{
	overflow-x: auto;
}
.tbl1 {
	background-color: #fff;
	width:100%;
	max-width:100%;
	position: relative;
	overflow: hidden;
	line-height: 1.4;
	margin-bottom: 1em;
	border-collapse: collapse;
}
.tbl1 .repeatHead{
	-fs-table-paginate: paginate;
}
.rtl .tbl1{
	line-height: 2
}
.tbl1.cbox{
	display:table;
	padding:0;
}
.tbl1.layoutFixed{
	table-layout: fixed;
}
.tbl1 thead{
	font-size:1.2em;
	display: table-row-group;
}
.tbl1.repeatHead thead{
	display: table-header-group;
}

.tbl1 th {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1rem;
	text-align:left;
	max-width:600px;
	text-overflow: ellipsis;
}
.ltr .tbl1 th.collapsing, .ltr .tbl1 td.collapsing{
	width:1px;
	white-space: nowrap;
}
.rtl .tbl1 th.collapsing, .rtl .tbl1 td.collapsing{
	width:1px;
	white-space: nowrap;
}
.rtl .tbl1 th {
	text-align:right;
	padding-right: 0;
	padding-left: 1rem;
}
.tbl1 tr{
	transition:0.3s;
}
.tbl1 tbody tr:hover{
	background-color:rgba(0,0,0,0.05);
}
.tbl1 tbody tr:active{
	background-color:rgba(0,0,0,0.15)!important;
}
.tbl1 tbody tr[data-selected]{
	background-color:rgba(0,0,0,0.1);
}
.tbl1 td {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1rem;
	color: #808080;
	transition:0.3s;
}
.tbl1 td.breakWord {
	word-break:break-word;
}
.tbl1 td.breakAll {
	word-break:break-all;
}

.rtl .tbl1 td {
	text-align:right;
	padding-right: 0;
	padding-left: 1rem;
}
.ltr .tbl1 tr th:first-of-type, .ltr .tbl1 tr td:first-of-type{
	padding-left: 3rem;
}
.rtl .tbl1 tr th:first-of-type, .rtl .tbl1 tr td:first-of-type{
	padding-right: 3rem;
}
// fix align center
.tbl1.txtC th, .tbl1.txtC td {
	text-align: center;
}

/*================================================================== [ v1 ]*/
.tbl1.v1 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v1 thead {
	color: #fff;
	background-color: #6c7ae0;
}
.tbl1.v1 thead a{
	color: #eee;
}
.tbl1.v1 thead a:focus{
	color: #fff;
}
.tbl1.v1 tbody tr:nth-child(even) {
	background-color: #f8f6ff;
}
.tbl1.v1 tbody tr:hover{
	background-color:rgba(0,0,0,0.1);
}


/*================================================================== [ Ver2 ]*/
.tbl1.v2 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v2 thead {
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.1);
	color: #fa4251;
	background-color: transparent;
}
.tbl1.v2 tbody tr:first-of-type td{
	padding-top:2em;
}
.tbl1.v2 tr {
	border-bottom: 1px solid #f2f2f2;
}


/*================================================================== [ v3 ]*/
.tbl1.v3 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	background-color: #393939;
}
.tbl1.v3 thead {
	font-size: 1em;
	text-transform: uppercase;
}
.tbl1.v3 thead tr{
	color: #00ad5f;
	background-color: #393939;
}
.tbl1.v3 tbody tr {
	background-color: #222;
}
.tbl1.v3 tbody tr:hover {
	background-color: #333;
}
.tbl1.v3 tbody tr th{
	color:#aaa;
}
.tbl1.v3 tbody tr a{
	color:#bbb;
}
.tbl1.v3 tbody tr a:hover{
	color:#ccc;
}
.tbl1.v3 tbody tr a:focus{
	color:#ddd;
}

/*================================================================== [ v4 ]*/
.tbl1.v4 thead {
	color: #4272d7;
	background-color: transparent;
	border-bottom: 2px solid #f2f2f2;
}
.tbl1.v4 tr {
	border-bottom: 1px solid #f2f2f2;
}
.ltr .tbl1.v4 tr th:first-of-type, .ltr .tbl1.v4 tr td:first-of-type{
	padding-left: 1rem;
}
.rtl .tbl1.v4 tr th:first-of-type, .rtl .tbl1.v4 tr td:first-of-type{
	padding-right: 1rem;
}
.ltr .tbl1.v4 th.collapsing, .ltr .tbl1.v4 td.collapsing{
	width:1px;
	white-space: nowrap;
	padding-right: 1em;
}
.rtl .tbl1.v4 th.collapsing, .rtl .tbl1.v4 td.collapsing{
	width:1px;
	white-space: nowrap;
	padding-left: 1em;
}
.tbl1.v4 tbody tr:hover {background-color: #ebebeb;}
.tbl1 tbody tr[data-selected]{background-color:#daecf9!important;color:#2c662d!important}
.tbl1 tbody tr[data-selected="warn"]{background-color:#f9f7da!important;color:#573a08!important}


/*================================================================== [ v5 ]*/
.tbl1.v5 {
	border-collapse: separate;
	border-spacing: 0 1rem;
	padding:0 1rem;
}
.tbl1.v5 thead {
	font-size: 1em;
	color: #555555;
	text-transform: uppercase;
	background-color: transparent;
}
.tbl1.v5 thead th {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}
.tbl1.v5 tbody tr {
	overflow: hidden;
	border-bottom: 1rem solid #fff;
	border-radius: 1rem;
	background-color: #f7f7f7;
}
.tbl1.v5 tbody tr:hover {
	background-color: #ebebeb;
}
.tbl1.v5 tbody td {
	border: solid 1px transparent;
	border-style: solid none;
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.ltr .tbl1.v5 tbody td:first-child {
	border-left-style: solid;
	border-top-left-radius: 1rem;
	border-bottom-left-radius: 1rem;
}
.ltr .tbl1.v5 tbody td:last-child {
	border-right-style: solid;
	border-bottom-right-radius: 1rem;
	border-top-right-radius: 1rem;
}
.rtl .tbl1.v5 tbody td:first-child {
	border-right-style: solid;
	border-top-right-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.rtl .tbl1.v5 tbody td:last-child {
	border-left-style: solid;
	border-bottom-left-radius: 1rem;
	border-top-left-radius: 1rem;
}

/*================================================================== [ v6 ]*/
.tbl1.v6 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v6 thead {
	color: #fff;
	background-color: #36304a;
}
.tbl1.v6 tbody tr:nth-child(even) {
	background-color: #f5f5f5;
}
.tbl1.v6 tbody tr:hover{
	background-color:rgba(0,0,0,0.1);
}

/*================================================================== [ v7 ]*/
.tbl1.v7 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v7 thead {
	color: #fff;
	background-color: #333;
}
.tbl1.v7 td {
	color:#808080;
}
.tbl1.v7 tbody tr:nth-child(even) {
	background-color: #eaf8e6;
}
.tbl1.v7 tbody tr:hover{
	background-color:#83d160;
}


/*================================================================== [ v8 ]*/
.tbl1.v8 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v8 thead {
	color: #fff;
	background-color: #6c7ae0;
}
.tbl1.v8 thead th{
	text-align:center!important;
}
.tbl1.v8 tr th:first-of-type, .tbl1.v8 tr td:first-of-type{
	padding-left: 1rem;
}
.tbl1.v8 tr {
	border-bottom:1px solid #e5e5e5;
}
.tbl1.v8 td {
	text-align:center!important;
	color:#808080;
}
.tbl1.v8 tbody tr:hover{
	background-color:#fcebf5;
}
.tbl1.v8 td:hover {
	background-color:#e03e9c;
	color:#fff;
}


/*================================================================== [ v9 ]*/
.tbl1.v9 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
}
.tbl1.v9 thead {
	color: #fff;
	background-color: #002933;
}
.tbl1.v9 td {
	color:#808080;
}
.tbl1.v9 tbody tr:nth-child(even) {
	background-color: #e9faff;
}
.tbl1.v9 tbody tr:hover td{
	color:#fe3e64;
	background-color: #bee5f1;
}



/*================================================================== [ v10 ]*/
.tbl1.v10 {
	border-radius: 1rem;
	box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 0px 3em 0px rgba(0, 0, 0, 0.15);

  background: #7918f2;
  background: -webkit-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: -o-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: -moz-linear-gradient(-68deg, #ac32e4 , #4801ff);
  background: linear-gradient(-68deg, #ac32e4 , #4801ff);

}
.tbl1.v10 thead {
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	padding-top:2em;
	padding-bottom:2em;
}
.tbl1.v10 th {
	color:#fff;
}
.tbl1.v10 td {
	color:#fff;
}
.tbl1.v10 tbody tr:hover{
	background-color: rgba(255,255,255,0.1);
}
.tbl1.v10 tr.disabled {
	opacity: 0.3;
}
.tbl1.v10 a{
	color:#fff;
	font-weight: 700;
}





// sort style

.tbl1 thead th[data-sort]{
	transition: background-color 0.3s;
	cursor:pointer;
	position: relative;
}
.tbl1 thead th[data-sort]:hover{
	background-color: rgba(0,0,0,0.1);
}
.tbl1 thead th[data-sort] a{
	display:block;
	color: inherit;
	padding: 1em ;
	position:relative;
}
.tbl1 thead th[data-sort]::after{
	font-family:"siftal";
	display: inline-block;
	cursor:pointer;
	vertical-align: bottom;
	padding: 0 5px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -12px;
}
.rtl .tbl1 thead th[data-sort]::after{
	right: inherit;
	left: 0;
}
.tbl1 thead th[data-sort='desc']::after{
	content:"\58";
}
.tbl1 thead th[data-sort='asc']::after{
	content:"\59";
}



// coloring style
.ltr .tbl1 tr.positive {
	border-left:5px solid #10c000;
}
.rtl .tbl1 tr.positive {
	border-right:5px solid #10c000;
}
.tbl1 tbody tr.positive:hover{
	background-color:rgba(16, 192, 0, 0.2);
}

.ltr .tbl1 tr.negative {
	border-left:5px solid #f07040;
}
.rtl .tbl1 tr.negative {
	border-right:5px solid #f07040;
}
.tbl1 tbody tr.negative:hover{
	background-color:rgba(240, 64, 64, 0.3);
}

.ltr .tbl1 tr.active {
	border-left:5px solid #50b5f0;
}
.rtl .tbl1 tr.active {
	border-right:5px solid #50b5f0;
}
.tbl1 tbody tr.active:hover{
	background-color:rgba(0, 105, 255, 0.2);
}


.ltr .tbl1 tr.warning {
	border-left:5px solid #c0c010;
}
.rtl .tbl1 tr.warning {
	border-right:5px solid #c0c010;
}
.tbl1 tbody tr.warning:hover{
	background-color:rgba(192, 192, 16, 0.3);
}

.ltr .tbl1 tr.disabled {
	border-left:5px solid #807070;
}
.rtl .tbl1 tr.disabled {
	border-right:5px solid #807070;
}
.tbl1 tbody tr.disabled:hover{
	background-color:rgba(0, 0, 0, 0.1);
}