table.dataTable td, table.dataTable thead tr{
    border: 1px solid #b7cae2 !important;
}

table.dataTable.nocolor-bgr th, table.dataTable.nocolor-bgr td{
    border: 0!important;
}

.dataTables_scroll
{
    overflow:auto;
}

table.dataTable thead tr {
    border-bottom: hidden!important;
    height: 0!important;
}

table.dataTable thead th {
    font-weight: 600!important;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 8px!important;
}

table.dataTable thead tr{
    color: #000060;
    font-weight: bold;
    background: rgb(222,239,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(222,239,255,1) 0%, rgba(138, 170, 197, 0.5) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(222,239,255,1) 0%,rgba(138, 170, 197, 0.5) 100%);  Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom, rgba(222,239,255,1) 0%,rgba(138, 170, 197, 0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 ); /* IE6-9 */
    /*background-color: #bddcef;*/
}

table.dataTable.nocolor-bgr thead tr{
    color: #000060;
    background-color: transparent!important;
}

thead tr th{
    text-align: center;
    vertical-align: middle!important;
}

.dataTable tbody tr td .c-select-sm{
    min-height: 18px;
    height: inherit;
    width: 95%;
    padding: 0;
    background-color: transparent;
    margin-top: -3px!important;
    border: none;
}

.dataTable tbody tr td input.form-control.form-control-sm{
    width: 100% !important;
    margin: -5px 0 !important;
    padding: 0 !important;
    border: none;
    background: transparent;
}

table.dataTable.stripe tbody tr.selected, table.dataTable.display tbody tr.selected {
    background-color: rgba(255,231,112,0.4)!important;
}

div.DTS div.dataTables_scrollBody{
    background: transparent;
}
/*table header info*/
.table-floating-box {
    float: left;
    margin-right: 30px;
}
.table-floating-box .dataTables_filter input[type=search]{
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border-color: rgba(0, 0, 0, .1);
    padding: .35rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.table-floating-box-infor {
    float: right;
    margin-right: 30px;
}

.table-floating-box-infor button {
    margin-right: 30px;
    margin-bottom: 12px;
}

table.dataTable.table-popup th, table.dataTable.table-popup td{
    border: none!important;
    text-align: center!important;
}
table.dataTable.table-popup {
    border-right: none!important;
}

table.dataTable.table-popup thead tr{
    background-color: white!important;
}
table.dataTable.table-popup tbody tr {
    cursor: pointer;
}
table.dataTable.table-popup tbody tr:hover {
    background: #ddd;
}

table.dataTable.table-popup thead tr {
    border-bottom: 1px solid #c0c0c0!important;
    height: 0!important;
}

table.dataTable.table-popup tbody tr.m-row-selected, table.dataTable.table-popup tbody tr.selected {
    background: #9e9e9e !important;
}
table.dataTable.table-popup tbody tr.m-row-selected td, table.dataTable.table-popup tbody tr.selected td{
    color: #fff!important;
}

.dataTables_scrollBody table {
    float: left!important;
}

.row-total{
    color: red !important;;
    font-weight: bold !important;
    background-color: #fffee2 !important;
}

.datatable-info-right {
    float: right;
    margin-right: 17px;
}

.datatable-scroll-wrap {
    width: 100%;
    min-height: .01%;
    overflow-x: auto;
}

.datatable-footer>div:first-child, .datatable-header>div:first-child {
    margin-left: 0;
}

.dataTables_filter {
    position: relative;
    display: block;
    float: left!important;
}

.dataTables_filter input {
    outline: 0;
    width: 200px;
    height: 30px;
    padding: 7px 12px;
    padding-right: 36px;
    font-size: 13px;
    line-height: 1.5384616;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.dataTables_filter label {
    margin-top: 0!important;
}

.dataTables_filter>label:after {
    content: "\e610";
    font-family: themify;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -9px;
    color: #999;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.dt-buttons {
    float: right;
    display: inline-block;
    margin: 0 0 0 20px!important;
}

.dt-buttons>.btn:first-child {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.dt-buttons>.btn {
    border-radius: 0;
}
.dt-buttons>.dt-button {
    display: inline-block;
}
.dt-buttons>.btn+.btn {
    margin-left: -1px;
}
.dt-buttons>.btn:last-child {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.dataTables_info {
    float: left!important;
    padding: 6px 0!important;
    clear: inherit!important;
}

.dataTables_wrapper .select-info, .dataTables_wrapper .select-item {
    margin-left: 10px;
    display: none;
}

.dataTable td.focus, .dataTable th.focus {
    outline: 2px solid #2196f3;
    outline-offset: -1px;
}

.dt-autofill-handle {
    position: absolute;
    height: 8px;
    width: 8px;
    z-index: 102;
    border: 1px solid #2196f3;
    background: #2196f3;
}

.dt-autofill-select {
    position: absolute;
    z-index: 1001;
    background-color: #2196f3;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, .75) 5px, rgba(255, 255, 255, .75) 10px)
}

.dt-autofill-select.bottom,
.dt-autofill-select.top {
    height: 1px
}

.dt-autofill-select.left,
.dt-autofill-select.right {
    width: 1px
}

.dt-autofill-list {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 380px;
    margin-left: -250px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid transparent;
    z-index: 1050;
    padding: 7px 0
}

.dt-autofill-list ul {
    display: table;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%
}

.dt-autofill-list ul li {
    display: table-row
}

.dt-autofill-list ul li:hover {
    background-color: #f5f5f5
}

.dt-autofill-list .dt-autofill-question {
    display: table-cell;
    padding: 7px 15px;
    cursor: pointer;
    color: #34495f;
}

.dt-autofill-list .dt-autofill-question:hover{
    color: green;
}

.dt-autofill-list .dt-autofill-question input[type=number] {
    padding: 3px 6px;
    width: 70px;
    margin: -2px 0
}

.dt-autofill-list .dt-autofill-button {
    display: table-cell;
    padding: 7px 15px;
    text-align: right
}

.dt-autofill-list .dt-autofill-button .btn {
    padding: 3px;
    background-color: #2196f3;
    color: #fff;
}

.dt-autofill-list .dt-autofill-button .btn:after {
    content: "\f105";
    font-family: FontAwesome;
    display: block;
    font-size: 16px;
    width: 16px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.dt-autofill-list .dt-autofill-button .btn:hover {
    opacity: .85
}

.dt-autofill-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1040;
    opacity: .5
}

table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::before{
    content: ''!important;
}

table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    font-size: 12px!important;
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before {
    display: none;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    right: 1em!important;
    bottom: 35%!important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    bottom: 52%!important;
    right: 1em!important;
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after {
    bottom: 43%!important;
}

button.additional-select-btn{
    top: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    display: none;
}


table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting {
    background-image: none!important;
}

table.dataTable td .checkbox span{
    height: 16px!important;
    width: 16px!important;
}

table.dataTable td .checkbox input[type="checkbox"]{
    display: none!important;
}

table.dataTable td .checkbox span:after{
    top: 1px!important;
    left: 5px!important;
}