#custom-border th {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.th-border-bottom{
    padding-bottom: 10px;
}

@media only screen and (min-width: 1268px) {
    .th-border-bottom {
        border-bottom: 1px solid rgba(52, 63, 75, 0.25);
    }
}

thead th{
    border-bottom: none !important;
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 20px 0;
}

table.dataTable {
    font-family: ProximaNova;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background : none;
}

table.dataTable thead .sorting span.ttl,
table.dataTable thead .sorting_asc span.ttl,
table.dataTable thead .sorting_desc span.ttl {
    position: relative;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::before {
    right: -25px;
}

table.dataTable thead .sorting span.ttl::before,
table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::before,
table.dataTable thead .sorting_asc span.ttl::after,
table.dataTable thead .sorting_desc span.ttl::before,
table.dataTable thead .sorting_desc span.ttl::after {
    font-family: "Font Awesome 5 Duotone" !important;
    font-weight: 900;
    position: absolute !important;
    top: 40%;
    transform: translateY(-50%);
    width: 1.25em;
    text-align: center;
    font-size: 20px;
}

table.dataTable thead .sorting span.ttl::before {
    content: "\f0de" !important;
    color: #C8C8C8;
}

table.dataTable thead .sorting span.ttl::after,
table.dataTable thead .sorting_asc span.ttl::after {
    content: "\10f0de" !important;
    color: #C8C8C8;
    padding-top: 5px;
}

table.dataTable thead .sorting_asc span.ttl::before {
    content: "\f0de" !important;
}


table.dataTable thead .sorting_desc span.ttl::after {
    content: "\10f0dd" !important;
    color: #C8C8C8;
}

table.dataTable thead .sorting_desc span.ttl::before {
    content: "\f0dd" !important;
    padding-top: 5px;
}

table.dataTable.no-footer  {
    border: 1px solid #C8C8C8;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 14px 10px;
}

table.dataTable tbody tr.even {
    background-color: #F7F7F7;
}

tr.parent {
    background-color: #343F4B !important;
}

tr.parent > td {
    color: #FFFFFF !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control {
    padding-left: 16px !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before,
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before {
    display: none !important;
}

table.dataTable tbody tr .last-visible-element.status div:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f054";
    margin-left: 60px;
    color: #000000;
    font-size: 13px;
}

@media only screen and (max-width: 1268px) {
    table.dataTable tbody tr .last-visible-element:not(.status):after {
        font-family: "Font Awesome 5 Pro";
        content: "\f054";
        margin-left: 30px;
        color: #000000;
        font-size: 13px;
    }
}

tr.child table {
    width: 100%;
    border-spacing: 1px;
}

td.child {
    padding: 0 !important;
}
