.data-table.table-responsive {
    overflow-y: hidden;
    font-stretch: 
}

.dataTable .sorting,.dataTable .sorting_asc,.dataTable .sorting_desc {
    cursor: pointer;
    position: relative
}

.dataTable {
    font-size: 13px;
}

.dataTable.table td, .dataTable.table th {
    padding: 5px 3px !important;
}

.dataTable.table td {
    font-size: 14px;
    color: #000;
    font-weight: normal;
}

.dataTable .sorting::before, .dataTable .sorting_asc::before, .dataTable .sorting_desc::before {
    font-family: 'Material Design Icons';
    content: '\F04BA';
    font-weight: 100;
    font-size: 1rem;
    position: absolute;
    bottom: 2px;
    right: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: #fff;
    padding: 0 0px 0 1px;
}

.dataTable .sorting_asc:before,
.dataTable .sorting_desc:before ,
.dataTable .sorting_asc:hover:before,
.dataTable .sorting_desc:hover:before {
    opacity: 1;
}

.dataTable .sorting_asc:before {
    content: '\F04BC';
}

.dataTable .sorting_desc:before {
    content: '\F04BD'
}

.dataTables__top {
    border: 1px solid #36373e;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.157,132.386c-7.803-7.819-20.465-7.831-28.285-0.029l-207.73,207.299c-7.799,7.798-20.486,7.797-28.299-0.015 L34.128,132.357c-7.819-7.803-20.481-7.79-28.285,0.029c-7.802,7.819-7.789,20.482,0.029,28.284l207.701,207.27 c11.701,11.699,27.066,17.547,42.433,17.547c15.358,0,30.719-5.846,42.405-17.533L506.128,160.67 C513.946,152.868,513.959,140.205,506.157,132.386z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size: 15px !important;
    background-position: center right 15px !important;
    background-color: #fff !important;
}

.dataTables_filter,.dataTables_length {
    font-size: 0;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.dataTables_filter::after, .dataTables_length::after {
    font-family: 'font awesome free';
    font-weight: 100;
    position: absolute;
    left: 8px;
    bottom: 0.6rem;
    font-size: 1.5rem;
    color: rgb(1, 90, 156);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dataTables_filter>label,.dataTables_length>label {
    margin: 0;
    width: 100%
}

.dataTables_filter>label input[type=search],.dataTables_filter>label select,.dataTables_length>label input[type=search],.dataTables_length>label select {
    padding: .5rem 1rem .5rem 2.75rem;
    font-size: 1rem;
    /*border: 1px solid #41596942;*/
    border: 0;
    height: 50px;
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
    color: #000;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

.dataTables_filter>label input[type=search]:focus,.dataTables_filter>label select:focus,.dataTables_length>label input[type=search]:focus,.dataTables_length>label select:focus {
    border-color: #6c8ea4;
    -webkit-box-shadow: none;
    box-shadow: none
}

.dataTables_filter>label input[type=search]::-webkit-input-placeholder,.dataTables_filter>label select::-webkit-input-placeholder,.dataTables_length>label input[type=search]::-webkit-input-placeholder,.dataTables_length>label select::-webkit-input-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]:-moz-placeholder,.dataTables_filter>label select:-moz-placeholder,.dataTables_length>label input[type=search]:-moz-placeholder,.dataTables_length>label select:-moz-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]::-moz-placeholder,.dataTables_filter>label select::-moz-placeholder,.dataTables_length>label input[type=search]::-moz-placeholder,.dataTables_length>label select::-moz-placeholder {
    color: #666
}

.dataTables_filter>label input[type=search]:-ms-input-placeholder,.dataTables_filter>label select:-ms-input-placeholder,.dataTables_length>label input[type=search]:-ms-input-placeholder,.dataTables_length>label select:-ms-input-placeholder {
    color: #666
}

@media (min-width: 576px) {
    .dataTables_length {
        min-width:150px;
        margin-left: 1.5rem
    }
}

@media (max-width: 575.98px) {
    .dataTables_length {
        display:none;
    }
    .dataTables_length {
        display: block;
    }
}

.dataTables_length:after {
    content: '\f162'
}

.dataTables_length select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/forms/select-caret.svg) no-repeat bottom 5px right 5px
}

.dataTables_filter {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.dataTables_filter:after {
    content: '\f002';
}

.dataTables_paginate {
    text-align: center
}

.paginate_button {
    background-color: transparent;
    display: inline-block;
    color: #000;
    vertical-align: top;
    border-radius: 50%;
    margin: 0 1px 0 2px;
    font-size: 1rem;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
}

.paginate_button.current {
    background-color: rgba(1, 90, 156);
    color: #fff;
    cursor: default
}

.paginate_button:not(.current):not(.disabled):focus,.paginate_button:not(.current):not(.disabled):hover {
    background-color: rgba(1, 90, 156, 0.1);
    color: rgba(1, 90, 156);
}

.paginate_button.current,.paginate_button.disabled {
    cursor: default
}

.paginate_button.next,.paginate_button.previous {
    font-size: 0;
    position: relative
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .paginate_button.next,.paginate_button.previous {
        font-size: 1rem
    }
}

.paginate_button.next:before,.paginate_button.previous:before {
    font-family: 'font awesome free';
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 2.55rem
}

.paginate_button.previous:before {
    content: '\f060';
}

.paginate_button.next:before {
    content: '\f061';
}

.paginate_button.disabled {
    opacity: .6
}

.paginate_button.disabled:focus,.paginate_button.disabled:hover {
    color: rgba(1, 90, 156);
}

.dataTables_info {
    text-align: center;
    padding: 2.5rem 0 1.5rem;
    font-size: .9rem;
    color: #666
}

.data-table-toggled {
    overflow: hidden
}

.data-table-toggled .dataTables_buttons [data-table-action=fullscreen]:before {
    content: '\f16c'
}

.data-table .table>thead>tr>th {
    border-top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-bottom: 2px solid #ccc;
}

.data-table .table > thead > tr > th:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fafafa;
    z-index: -1;
}

.data-table__header {
    padding: 0 0 2rem
}

.data-table__filter {
    max-width: 500px
}

.data-table__filter .form-control {
    padding-left: 2rem
}

.data-table__filter:before {
    font-family: 'font awesome free';
    font-weight: 100;
    content: "\f002";
    font-size: 1.5rem;
    position: absolute;
    left: 0;
    bottom: .263rem
}

.data-table__footer {
    text-align: center;
    padding: 2.1rem 0
}

.dt-buttons {
    display: none
}

@media (min-width: 576px) {
    .dataTables_actions {
        width:40px;
        height: 40px;
        border: 1px solid #41596942;
        margin-left: 1.5rem;
        position: relative;
        border-radius: 0;
    }
    .dataTables_actions {
        width: auto;
        height: auto;
        border: 0 solid #41596942;
    }
    .dataTables_actions .dropdown-menu {
        margin: 0px;
    }
    .dataTables_actions>i {
        width: 100%;
        height: 100%;
        font-size: 1.5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        -webkit-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s
    }

    .dataTables_actions.show > i, .dataTables_actions > i:hover {
        background-color: #e8f0fe;
        color: #4285f4;
    }
}

@media (max-width: 575.98px) {
    .dataTables_actions {
        display: none;
    }
    .dataTables_actions {
        display: block;
    }
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child {
    padding-left: 33px;
    position: relative;
}
table.dataTable.collapsed > tbody > tr[role="row"] > td:first-child::before {
    left: 10px;
    color: #666;
    font-size: 15px;
    line-height: 16px;
    font-family: 'font awesome free';
    font-weight: 100;
    content: '\f067';
    height: 20px;
    width: 20px;
    position: absolute;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0px 2px 3px rgba(0,0,0, .3);
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
table.dataTable > tbody > tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    width: 100%;
}
table.dataTable > tbody > tr.child ul.dtr-details li {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    font-weight: 700;
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
table.dataTable > tbody > tr.child span.dtr-data {
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: right;
    padding-left: 12px;
}
table.dataTable > tbody > tr.child span.dtr-data .dropdown {
    float: none !important;
}
.table-hover tbody tr {
    transition: .15s ease;
    -webkit-transition: .15s ease;
}
.table-hover tbody tr:hover {
    background-color: rgb(247, 247, 247) !important;
    color: rgb(20, 33, 70) !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}
.data-table tbody .status {
    position: relative;
}
.data-table tbody .status::after {
    content: '';
    position: absolute;
    left: 2px;
    top: 8px;
    height: calc(100% - 30px);
    width: 4px;
    background: #ccc;
    border-radius: 50px;
}
.data-table tbody .status.status-danger::after {
    background: #dc3545;
}
.data-table tbody .status.status-success::after {
    background: #5dd327;
}
.data-table tbody .status.status-info::after {
    background: #17a2b8;
}
.data-table tbody .status.status-warning::after {
    background: #ffc107;
}
.data-table tbody .status.status-gray::after {
    background: #6c757d;
}

/*Data Table Custom Css*/
.dataTables__top.none {
    display: none !important;
}
.datatable-header--top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px;
    background: #fff;
}
.datatable-search {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
}
.datatable-search::after {
    font-family: 'font awesome free';
    font-weight: 100;
    position: absolute;
    left: 8px;
    bottom: 0.6rem;
    font-size: 1.5rem;
    color: rgb(1, 90, 156);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.datatable-search::after {
    content: '\f002';
}
.datatable-search--input {
    padding: .5rem 1rem .5rem 2.75rem;
    font-size: 1rem;
    border: 0;
    height: 50px;
    border-radius: 4px;
    width: 100%;
    background-color: transparent;
    color: #000;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}