#nprogress .bar {
    background : #ffbc00;
}

#nprogress .peg {
  box-shadow: 0 0 10px #ffbc00, 0 0 5px #ffbc00;

}

#nprogress .spinner-icon {

  border-top-color: #ffbc00;
  border-left-color: #ffbc00;

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

table.dataTable thead .sorting_desc::after,
table.dataTable thead .sorting_desc::before {
    display:none;
}

table.dataTable thead .sorting {
 //  background-image: url(https://datatables.net/media/images/sort_both.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_asc {
   background-image: url(https://datatables.net/media/images/sort_asc.png);
   background-repeat: no-repeat;
   background-position: center right;
}

table.dataTable thead .sorting_desc {
   background-image: url(https://datatables.net/media/images/sort_desc.png);
   background-repeat: no-repeat;
   background-position: center right;
}

.table-selected,
.table-selected>td,
.table-selected>th {
  background-color:#464f5b;
}
.good_data {
  color : #0acf97;
}

.bad_data {
  color: #fa5c7c;
}

.my_small_btn {
    font-size:12px !important;
    height:26px;
    line-height: 0.5 !important;
  }