/*table.dataTable tbody tr {
    background-color: #424e5a ;
}
*/
/*div.dataTables_scrollHead table.dataTable {
    margin-bottom: 20px !important;
}*/
/*.table-responsive, .dataTables_scrollBody {
    overflow: visible !important;
}*/

.table-responsive-disabled .dataTables_scrollBody {
    overflow: hidden !important;
}

.RemoveLeftMagin {
    overflow: visible !important;
}

.table-dark.table-striped tbody tr:nth-of-type(even) {
    background-color: #424e5a !important;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255,255,255,.05) !important;
}

.dataTables_length {
    float: right !important;
    font-weight: 700;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f3f7f9;
    background-color: #3b4651;
    border: 1px solid #424e5a;
}*/

.paginate_button {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f3f7f9;
    background-color: #3b4651;
    border: 1px solid #424e5a;
}

    /*.paginate_button current {*/
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3 !important;
    color: #fff !important;
    background-color: #6658dd !important;
    border-color: #6658dd !important;
}

/*.dataTables_wrapper .dataTables_paginate .paginate_button:hover */
    /*.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    z-index: 3;
    color: #fff;
    background-color: #6658dd;
    border-color: #6658dd;

}*/
    div .dataTables_wrapper div.dataTables_filter input {
    color: #94a0ad;
    background-color: #3b4651;
    background-clip: padding-box;
    border: 1px solid #424e5a;
}
input:focus {
    outline: none !important;
}
.dataTables_wrapper .dataTables_filter {
color:#fff !important;
}
.dataTables_length > label > select {
    padding-top: 0.85em !important;
    margin-left: .75rem !important;
    margin-right: .75rem !important;
    display: block;
    width: 100%;
    height: calc(1.5em + .9rem + 2px);
    padding: .45rem .9rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #94a0ad;
    background-color: #3b4651;
    background-clip: padding-box;
    border: 1px solid #424e5a;
    border-radius: .2rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: none !important;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
color : #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    
    padding: 8px 12px !important;
    margin-left: 0px !important;
    
}
    .dataTables_info, .dataTables_length {
    color: #fff !important;
    font-weight: 700;
}

.dataTables_scrollHead {
    margin-top: -7px;
    /*overflow:inherit;*/
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #526170 !important;
}

.RemoveLeftMagin {
    padding: 0px !important;
}

/*.table-sm td, .table-sm th  {
    padding: .5rem !important;
}
*/
/*.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th {
    vertical-align: middle;
    padding: .5rem !important;
}
*/
/*table.dataTable tbody td {
    padding: 8px !important;
}*/
/*.table-sm td, .table-sm th {
    padding: .5rem !important;
}*/
/*table.dataTable thead .sorting {
    padding: .5rem !important;
}*/
/*.sorting {
    padding: .5rem !important;
}*/

table.dataTable thead .padding-size {
    padding-right: 30px !important;
    background-color: #424e5a;
}
/*thead {
    padding: 8px !important;
}*/

table.dataTable thead .sorting_disabled:after,
table.dataTable thead .sorting_disabled:after,
table.dataTable thead .sorting_disabled:after,
table.dataTable thead .sorting_disabled:before,
table.dataTable thead .sorting_disabled:before,
table.dataTable thead .sorting_disabled:before {
    display: none;
}

th, td {
    font-size: 12px !important;
}
/*
tbody th, table.dataTable tbody td {
    padding: 8px;
}
*/
th {
    color: #fffc;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #526170 !important;
}

table.dataTable.table-sm > thead > tr > th {
    /*padding-right: 8px;*/
}

th:hover {
    color: #fff;
}

/*table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px !important;
    padding-top: 8px;
    
    padding-bottom: 8px;
}*/
/*table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
    padding: -1px 30px 8px 8px !important;
}*/
/*table.dataTable.table-sm > thead > tr > th:first-child {
    padding: 8px;
}*/

.table > tbody > tr:first-child {
    font-weight: 400 !important;
    text-transform: none !important;
}
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody th.select-checkbox:before {
    content: ' ';
    margin-top: -6px;
    margin-left: -6px;
    border: 1px solid #fff !important;
    border-radius: 0px;
    background-color : #fff;
}

table.dataTable tr.selected td.select-checkbox:after, table.dataTable tr.selected th.select-checkbox:after {
    content: '\2714';
    margin-top: -6px;
    margin-left: -6px;
    text-align: center;
    text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
    background-color:blue;
}
.fa-square {
    content: "\f14a";
    background: #fff;
    margin-left: 7px;
}

.fa-check-square {
    content: "\f14a";
    background: blue;
    border: 1px solid #fff !important;
    margin-left: 7px;
}
table.dataTable tfoot th, table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #526170 !important;
}
.error {
    color: red;
}