/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.11.3
 *
 * Included libraries:
 *   DataTables 1.11.3
 */

td.dt-control {
  background:url("../images/details_open.png") no-repeat center center; 
  cursor:pointer; 
}

tr.dt-hasChild td.dt-control {
  background:url("../images/details_close.png") no-repeat center center; 
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align:left; 
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align:center; 
  height:30px
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align:right; 
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align:justify; 
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space:nowrap; 
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align:left; 
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align:center; 
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align:right; 
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align:justify; 
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space:nowrap; 
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align:left;
  padding-left:10px;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align:center; 
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align:right; 
  padding-right:10px;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align:justify; 
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space:nowrap; 
}

/*
 * Table styles
 */
#dataGrid,
#dataGrid2,
#dataGrid3,
#dataGrid4,
#detailGrid,
table.dataTable {
    width:100% !important; 
    margin:0 auto;
    clear:both; 
    border-collapse:collapse; 
    border-spacing:0; 
    cursor:pointer; 
    /* height:100% !important; */ 
    background:#fff;
    border-top:2px solid var(--dataTable-color-border); 
    border-bottom:1px solid var(--dataTable-color-border); 
}

.dataTables_scrollHead table.dataTable {
    border-bottom:0; 
    position:relative;
}

.dataTables_scrollHead table.dataTable:after {
    content:"";
    position:absolute;
    top:-1px;
    right:-10px; 
    bottom:0;
    width:10px;
    background:#dfe0e1;
    border-top:2px solid var(--dataTable-color-border); 
    border-bottom:1px solid var(--dataTable-color-border); 
}

table.dataTable thead{
    border-bottom:1px solid var(--dataTable-color-border); 
}

.dataTables_scrollBody table.dataTable thead{
    border-bottom:0; 
}




/* L.S.L Append (Start) */

#dataGrid thead tr,
#dataGrid2 thead tr,
#dataGrid3 thead tr,
#dataGrid4 thead tr,
#detailGrid thead tr,
table.dataTable thead tr {
  background-color:var(--dataTable-color-header) !important; 
}

#dataGrid thead th,
#dataGrid2 thead th,
#dataGrid3 thead th,
#dataGrid4 thead th,
#detailGrid thead th,
table.dataTable thead th {
    border-top:0; 
    font-weight:600; 
    border-bottom:0;
    border-right:1px dotted var(--dataTable-color-border-in); 
    line-height:100% 
}

#dataGrid thead tr:first-child th:last-child ,
#dataGrid2 thead tr:first-child th:last-child ,
#dataGrid3 thead tr:first-child th:last-child ,
#dataGrid4 thead tr:first-child th:last-child ,
#detailGrid thead tr:first-child th:last-child ,
table.dataTable thead tr:first-child th:last-child {
    border-right:0; 
}
/* L.S.L Append (End) */

#dataGrid thead th,
#dataGrid2 thead th,
#dataGrid3 thead th,
#dataGrid4 thead th,
#detailGrid thead th,
table.dataTable thead th,
#dataGrid thead td,
#dataGrid2 thead td,
#dataGrid3 thead td,
#dataGrid4 thead td,
#detailGrid thead td,
table.dataTable thead td {
  padding:9px 5px; 
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline:none; 
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding:5px 18px 3px 18px; 
  border-top:1px solid var(--dataTable-color-border); 
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor:pointer; 
  *cursor:hand; 
  background-repeat:no-repeat; 
  background-position:center right; 
}
table.dataTable thead .sorting {
  background-image:url("../images/sort_both.png"); 
}
table.dataTable thead .sorting_asc {
  background-image:url("../images/sort_asc.png"); 
}
table.dataTable thead .sorting_desc {
  background-image:url("../images/sort_desc.png"); 
}
table.dataTable thead .sorting_asc_disabled {
  background-image:url("../images/sort_asc_disabled.png"); 
}
table.dataTable thead .sorting_desc_disabled {
  background-image:url("./images/sort_desc_disabled.png"); 
}
table.dataTable tbody tr {
  background-color:#ffffff; 
}
table.dataTable tbody tr.even {
  background-color:var(--dataTable-color-row); 
}
table.dataTable tbody tr.selected {
  background-color:#b9dfa1 !important;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding:8px;
  border-right:1px dotted var(--dataTable-color-border-in); 
}
table.dataTable tbody th, table.dataTable tbody td { font-size:13px; line-height:24px; padding:5px }
table.dataTable tbody td button, table.dataTable tbody td input:not(input[type="checkbox"]):not(input[type="radio"]), table.dataTable tbody td select { font-size:13px; padding:2px 5px 3px 5px; height:26px }
table.dataTable tbody td select { padding:2px 2px 3px 2px}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top:1px dotted var(--dataTable-color-border-in); 
}
table.dataTable tbody tr td:last-child {
    border-right:none; 
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top:0
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top:1px solid #ddd; 
  border-right:1px solid #ddd; 
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left:1px solid #ddd; 
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top:none; 
}
table.dataTable tbody tr:hover:not(.selected), table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color:#ffebcc !important
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color:#b9dfa1 !important;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color:#fafafa; 
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color:#acbad5; 
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color:#fafafa; 
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color:#fcfcfc; 
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color:#fefefe; 
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color:#acbad5; 
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color:#aebcd6; 
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color:#afbdd8; 
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color:#eaeaea; 
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color:#ececec; 
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color:#efefef; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color:#a2aec7; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color:#a3b0c9; 
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color:#a5b2cb; 
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space:nowrap; 
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding:4px 17px; 
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding:4px; 
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding:4px; 
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align:left; 
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align:center; width:100%
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align:right; 
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align:justify; 
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space:nowrap; 
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align:left; 
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align:center; 
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align:right; 
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align:justify; 
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space:nowrap; 
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align:left; 
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align:center; 
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align:right; 
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align:justify; 
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space:nowrap; 
}

table.dataTable,
table.dataTable th,
table.dataTable td {
  text-align:center; 
}

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position:relative;
  width:100%; 
  clear:both; 
  *zoom:1; 
  zoom:1; 
}
.dataTables_wrapper .dataTables_length {
  float:left; 
}
.dataTables_wrapper .dataTables_length select {
  border:1px solid #aaa; 
  border-radius:3px; 
  padding:5px; 
  background-color:transparent; 
  padding:4px; 
}
.dataTables_wrapper .dataTables_filter {
  position:absolute;
  top:-29px;
  right:0;
}
.dataTables_wrapper .dataTables_filter:before {
  content:"\f002";
  position:absolute;
  top:4px;
  left:4px;
  color:rgba(0, 0, 0, 0.4)
}
.dataTables_wrapper .dataTables_filter input {
  width:170px;
  height:24px;
  padding-top:0;
  padding-left:22px
}
.dataTables_wrapper .dataTables_filter input::placeholder {
  color:rgba(0, 0, 0, 0.4)
}
.dataTables_wrapper .dataTables_info {
  display:none;
}
.dataTables_wrapper .dataTables_processing {
  position:absolute;
  display:flex;
  flex-direction:column;
  flex-wrap:wrap;
  align-content:center;
  justify-content:center;
  top:2px; 
  bottom:1px; 
  left:50%; 
  width:100%;
  margin-left:-50%;
  text-align:center; 
  font-size:15px; 
  background-color:white; 
  background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(25%, rgba(255, 255, 255, 0.8)), color-stop(75%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.5))); 
  background:-webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:-o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
  background:linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.8) 75%, rgba(255, 255, 255, 0.5) 100%); 
}

.dataTables_wrapper .dataTables_processing .loader_msg { display:none; color:tomato; font-weight: 500 }
/* .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color:#333; 
} */
.dataTables_wrapper .dataTables_scroll {
  clear:both; 
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top:-1px; 
  -webkit-overflow-scrolling:touch; 
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
    border-top:none !important; 
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align:middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height:0; 
    overflow:hidden; 
    margin:0 !important; 
    padding:0 !important; 
}

/* .dataTables_scroll .dataTables_scrollBody { overflow-y:scroll !important; } */

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom:1px solid var(--dataTable-color-border); 
}


.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid2,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid3,
.dataTables_wrapper.no-footer .dataTables_scrollBody #dataGrid4,
.dataTables_wrapper.no-footer .dataTables_scrollBody #detailGrid,
.dataTables_wrapper.no-footer .dataTables_scrollBody .dataTable{
    border-top:0;
    border-bottom:0
}

.dataTables_scrollBody td {
    white-space:nowrap; 
}

.dataTables_wrapper:after {
    visibility:hidden; 
    display:block; 
    content:""; 
    clear:both; 
    height:0
}

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info {
        float:none; 
        text-align:center; 
    }
} 
@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_length {
        float:none; 
        text-align:center; 
    }
}

 
/* L.S.L Append (Start) */
/* DataTable +버튼처리 */
td.details-control {
    background:url('../images/details_open.png') no-repeat center center; 
    cursor:pointer; 
}
tr.shown td.details-control {
    background:url('../images/details_close.png') no-repeat center center; 
}
/* DataTable 스크롤 및 Processing처리하는  부분 */
.dataTables_processing {z-index:9}

.expandTable {
    width:100%; 
    margin:0 auto; 
    clear:both; 
    border-collapse:separate; 
    border-spacing:0; 
}

.expandTable thead tr {
    background-color:#555b66 !important; background-image:none !important; 
}

.expandTable thead th {
    border-bottom:0 !important; 
    color:#fff; 
    border-top:0; 
    font-weight:400; 
    border-bottom:0; 
    border-top:1px solid #1d232a !important; 
    border-right:1px solid #1d232a !important
}

.expandTable.eT02 {
    width:100%; 
    margin:0 auto; 
    clear:both; 
    border-collapse:separate; 
    border-spacing:0; 
}

.expandTable.eT02 thead tr {
    background-color:#555b66 !important; background-image:none !important; 
}

.expandTable.eT02 thead th {
    border-bottom:0 !important; 
    color:#fff; 
    border-top:0; 
    font-weight:400; 
    border-bottom:0; 
    border-top:1px solid #d3dcea !important; 
    border-right:1px solid #d3dcea !important
}

.expandTable.eT02 tbody tr {
    background-color:#f6f9ff !important; 
}

.dataTables_paginate .paginate_button {
    width:22px;
    height:22px;
    overflow:hidden;
    color:var(--dataTable-color-border);
    margin-top:1px;
    white-space: normal;
}



.dataTables_paginate .paginate_button.disabled {
    color:var(--dataTable-color-header)}

.dataTables_paginate .paginate_button:before {
    height:20px;font-size:16px
}



.dataTables_paginate .paginate_button:not(.disabled):not(.current):hover {cursor:pointer; background-color:var(--dataTable-color-paginate); border: 1px solid var(--dataTable-color-paginate)}
.dataTables_paginate {display:flex; justify-content:center; align-items:center; clear:both; padding:5px 0 5px 0; text-align:center; font-size:13px}
.dataTables_paginate * {overflow:hidden; margin-right:3px}
.dataTables_paginate *:last-child {margin-right:0}
.dataTables_paginate * {border:1px solid rgba(255,255,255,0)}
/* .dataTables_paginate *:hover {border:1px solid #33337d; background:#fafafa} */
.dataTables_paginate span {border:0; padding:0; margin-left:3px}
.dataTables_paginate span .paginate_button {display:inline-flex; justify-content:center; align-items:center; width:auto; font-weight:500; padding:0 2px }
.dataTables_paginate span * {padding-bottom:1px !important}
.dataTables_paginate .current {min-width:22px; cursor:default; color:#fff; background:var(--dataTable-color-border); border:1px solid var(--dataTable-color-border)}
.dataTables_paginate .first,.dataTables_paginate .previous,.dataTables_paginate .next,.dataTables_paginate .last {border:1px solid var(--dataTable-color-paginate); background:#fff }

/* .dataTables_paginate .first {padding-left:18px; background:#fafafa url(../images/bu_paginate_first.png) no-repeat 50% 50%}
.dataTables_paginate .previous {padding-left:14px; background:#fafafa url(../images/bu_paginate_previous.png) no-repeat 50% 50%}
.dataTables_paginate .next {padding-right:14px; background:#fafafa url(../images/bu_paginate_next.png) no-repeat 50% 50%}
.dataTables_paginate .last {padding-right:18px; background:#fafafa url(../images/bu_paginate_last.png) no-repeat 50% 50%} */
.dataTables_paginate .first:before {content:"\f100"}
.dataTables_paginate .previous:before {content:"\f104"}
.dataTables_paginate .next:before {content:"\f105"}
.dataTables_paginate .last:before {content:"\f101"}

.rowSelected, table.dataTable.display tbody > tr.odd.selected {background-color:#b9dfa1 !important}


table.dataTable.dtr-inline.collapsed td.child {text-align:left; border:5px solid #ebe7e3}

table.dataTable.dtr-inline.collapsed td.child ul.dtr-details {display:flex; flex-direction:column; flex-wrap:nowrap; align-content:stretch}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details > li {display:flex; padding-bottom:0}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details .dtr-title {width:40%}
table.dataTable.dtr-inline.collapsed td.child ul.dtr-details .dtr-data {width:60%}

table.dataTable.dtr-inline.collapsed td.child button ,
table.dataTable.dtr-inline.collapsed th.child button {width:auto !important}

.dataTables_paginate .paginate_button:before, .dataTables_wrapper .dataTables_filter:before 
{ -webkit-font-smoothing:antialiased; font-family:"Font Awesome 5 Free"; display:inline-flex; align-items:center; justify-content:center; font-style:normal; font-variant:normal; text-rendering:auto; font-weight:900; line-height:1 }

table.dataTable.inputType td { padding:0 }
table.dataTable.inputType td input[type="text"], table.dataTable.inputType td select { border:0; border-radius:0 }
table.dataTable.inputType td input[type="text"] { padding:3px 10px }
table.dataTable.inputType td input.date { width:100% !important }

table.dataTable.fixed { table-layout:fixed }
table.dataTable.fixed td { white-space:nowrap; text-overflow:ellipsis; overflow:hidden }

/* table.dataTable.fsmall td { font-size:13px; line-height:24px; padding:5px }
table.dataTable.fsmall td button, table.dataTable.fsmall td input, table.dataTable.fsmall td select { font-size:13px } */


.dataTables_scrollBody th.required:before { display:none }

table.dataTable thead th .fas.fa-star-of-life { color:tomato; font-size:10px; margin-right:3px }

/* .dataTables_scrollBody table.dataTable.fixed td { font-size:13px } */

/* table.dataTable.dtr-inline.collapsed td.child li {float:left; margin-right:20px; padding-top:0.5em !important} */

/* L.S.L Append (End) */