﻿table.dataTable {
    border: 1px solid #edeef7;
}


table.dataTable.no-footer {
    border-bottom-color: #edeef7;
}

table.dataTable thead th,
table.dataTable thead td {
    border-top-width: 0;
    border-bottom-width: 0;
    padding: 8px 10px;
    font-weight: 700;
    font-size: 12px;
    color: #485079;
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none;
    position: relative;
}

    table.dataTable thead .sorting_asc::after,
    table.dataTable thead .sorting_desc::after {
        font-family: 'Ionicons';
        font-size: 11px;
        position: absolute;
        line-height: 0;
        top: 50%;
        right: 10px;
    }

    /*table.dataTable thead .sorting_asc::after {
        content: '\f3d8';
        }*/

    table.dataTable thead .sorting_desc::after {
        content: '\f3d0';
    }

table.dataTable thead .sorting {
    background-image: none;
    position: relative;
}

    table.dataTable thead .sorting::before,
    table.dataTable thead .sorting::after {
        font-family: 'Ionicons';
        font-size: 11px;
        position: absolute;
        line-height: 0;
        right: 10px;
    }

    table.dataTable thead .sorting::before {
        content: '\f3d8';
        top: 40%;
    }

    table.dataTable thead .sorting::after {
        content: '\f3d0';
        top: 50%;
    }

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before {
    top: 9.5px;
    left: 7px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0;
    box-shadow: none;
    background-color: #ff5823;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

table.dataTable > tbody > tr.child ul.dtr-details {
    display: block;
}

    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
    }
    /*table.dataTable > tbody > tr.child span.dtr-data {
        float: right;*/
        /* display: flex; */
        /*color: #7986a1;
        text-align: right;
    }*/

.dtr-data {
    
    float: right;
    /* display: flex; */
    color: #7986a1;
    text-align: right;

    
}
   

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
    width: 75px;
    display: inline-block;
}
.dataTables_wrapper .dataTables_filter {
    text-align: left;
}

    .dataTables_wrapper .dataTables_filter label {
        display: none;
        margin-bottom: 15px;
    }

    .dataTables_wrapper .dataTables_filter input {
        margin-left: 0;
        border: 1px solid #edeef7;
        padding: 5px 10px;
        line-height: 1.539;
        color: #031b4e;
        border-radius: 3px;
        width: 100%;
    }

        .dataTables_wrapper .dataTables_filter input::placeholder {
            color: #b2bcf2;
        }

.dataTables_wrapper .dataTables_length {
    margin-bottom: 15px;
    margin-left: 15px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 0.755em;
    padding-bottom: 0.755em;
    margin-left: 15px;
}


@@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_length {
        float: left;
    }
}

@@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter {
        float: right;
        margin-top: 0;
    }
}

@@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_filter input {
        width: auto;
        height: 38px;
    }

    div.dataTables_wrapper div.dataTables_length select {
        width: auto;
        display: inline-block;
        height: 38px;
    }

    .table-relative {
        position: relative;
    }

    .data-btn {
        position: absolute;
        top: 0px;
        left: 100px;
    }
}

@@media (min-width: 576px) {
    .dataTables_wrapper .dataTables_info {
        float: left;
    }
}



@@media (max-width: 414px) {
    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: -12px;
    }
}

.table.dataTable thead .sorting:before {
    display: none;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    display: none;
}



table.dataTable > tbody > tr.child ul.dtr-details > li {
    display: flow-root;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    /* background-color: #fff0ec; */
}

.tab-form {
    background-color: #e4efff;
    border-radius: 10px;
}



table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    height: 20px !important;
    width: 20px !important;
    border: none !important;
    line-height: 20px !important;
    left: 21px !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
    font-size: 14px !important;
}

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

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
    padding-left: 20px;
    padding-right: 20px;
}

.table {
    color: #a2a2a2;
}

    .table thead th,
    .table thead td {
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .5px;
        text-transform: uppercase;
        border-bottom-width: 1px;
        border-top-width: 0;
        padding: 5px 5px 5px;
        line-height: 30px;
        border-bottom-color: #edeef7 !important;
    }

    .table tbody tr {
        background-color: rgba(255, 255, 255, 0.5);
    }

        .table tbody tr th {
            font-weight: 500;
        }

    .table th,
    .table td {
        padding: 9px 15px;
        line-height: 1.462;
    }

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #f4f5fd;
}

.table-bordered thead th,
.table-bordered thead td {
    border-top-width: 1px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #031b4e;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #edeef7;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table tbody + tbody {
        border-top: 1px solid #edeef7;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #edeef7;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #edeef7;
        border-bottom-color: #edeef7 !important;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    /*background-color: #fa5c7c;*/
}

.table-hover tbody tr:hover {
    color: #031b4e;
    background-color: #f4f5fd;
}

.table-primary {
    background-color: #c6d4ff;
}

    .table-primary > th,
    .table-primary > td {
        background-color: #c6d4ff;
    }

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #95afff;
    }

.table-hover .table-primary:hover {
    background-color: #adc1ff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #adc1ff;
    }

.table-secondary {
    background-color: #d9dde5;
}

    .table-secondary > th,
    .table-secondary > td {
        background-color: #d9dde5;
    }

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b9c1ce;
    }

.table-hover .table-secondary:hover {
    background-color: #cacfdb;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #cacfdb;
    }

.table-success {
    background-color: #c8e9b8;
}

    .table-success > th,
    .table-success > td {
        background-color: #c8e9b8;
    }

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #99d67b;
    }

.table-hover .table-success:hover {
    background-color: #b9e3a5;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b9e3a5;
    }

.table-info {
    background-color: #bee5eb;
}

    .table-info > th,
    .table-info > td {
        background-color: #bee5eb;
    }

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning {
    background-color: #ffeeba;
}

    .table-warning > th,
    .table-warning > td {
        background-color: #ffeeba;
    }

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger {
    background-color: #f5c6cb;
}

    .table-danger > th,
    .table-danger > td {
        background-color: #f5c6cb;
    }

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light {
    background-color: #fcfcfd;
}

    .table-light > th,
    .table-light > td {
        background-color: #fcfcfd;
    }

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #f9fafb;
    }

.table-hover .table-light:hover {
    background-color: #ededf3;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ededf3;
    }

.table-dark {
    background-color: #c8ccd3;
}

    .table-dark > th,
    .table-dark > td {
        background-color: #c8ccd3;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #99a0ae;
    }

.table-hover .table-dark:hover {
    background-color: #babfc8;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #babfc8;
    }

.table-active {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-active > th,
    .table-active > td {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #a2a2a2;
    border-color: #49597b;
}

.table .thead-light th {
    color: #909ad4;
    background-color: #e3e6fa;
    border-color: #d3d8f7;
}

.table-dark {
    color: #fff;
    background-color: #a2a2a2;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #49597b;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}
@media screen and (max-width: 530px) {
    .dtr-data {
        float: none;
        display: flow-root;
        color: #7986a1;
        text-align: left;
        font-size: 15px !important;
        
       
    }

}

/*@media screen and (max-width: 530px) {
    .table-striped {
        display: inline-block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}*/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

@@media print {
    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #edeef7 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark th,
        .table-dark td,
        .table-dark thead th,
        .table-dark tbody + tbody {
            border-color: #d3d8f7;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #d3d8f7;
    }
}

.table.table-clean td .value {
    font-size: .9rem;
    line-height: 1.6;
    font-weight: 500;
}

.table.table-clean td .sub-value {
    font-size: .72rem;
    color: #a3ade4;
}

.table.table-clean tr:first-child td {
    border-top: none;
}

.table.table-clean td {
    padding-left: 0px;
    padding-right: 0px;
    border-top-color: rgba(0, 0, 0, 0.05);
}

.table.table-clean th,
.table.table-clean td {
    padding: 7px 20px !important;
}

.columnheader {
    font-size: 16px !important;
}

tr {
    font-size: 16px !important;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.border {
    border: 1px solid #ffffff !important;
}

