.tablesorter-custom th {
    outline: 0;
  }
  .tablesorter-custom .header,
  .tablesorter-custom .tablesorter-header {
      /* black (unsorted) double arrow */
      background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
      /* white (unsorted) double arrow */
      /* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
      /* image */
      /* background-image: url(images/black-unsorted.gif); */
      background-repeat: no-repeat;
      background-position: center right;
      white-space: normal;
      cursor: pointer;
  }

  .tablesorter-custom .header.igp,
  .tablesorter-custom .tablesorter-header.igp {
      /* black (unsorted) double arrow */
      /*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
      /* white (unsorted) double arrow */
      background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); 
      /* image */
      /* background-image: url(images/black-unsorted.gif); */
      background-repeat: no-repeat;
      background-position: center right;
      white-space: normal;
      cursor: pointer;
      background-color: rgb(153, 136, 136);
      color:white
  }

  .tablesorter-custom .header.gen,
  .tablesorter-custom .tablesorter-header.gen {
      /* black (unsorted) double arrow */
      /*background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);*/
      /* white (unsorted) double arrow */
      background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); 
      /* image */
      /* background-image: url(images/black-unsorted.gif); */
      background-repeat: no-repeat;
      background-position: center right;
      white-space: normal;
      cursor: pointer;
      background-color: rgb(175, 163, 163);
      color:white
  }
  
  .tablesorter-custom .headerSortUp,
  .tablesorter-custom .tablesorter-headerSortUp,
  .tablesorter-custom .tablesorter-headerAsc {
      background-color: #08910d !important;
      /*color:black !important;*/
      /* black asc arrow */
      background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7) !important;
      /* white asc arrow */
      /* background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7); */
      /* image */
      /* background-image: url(images/black-asc.gif); */
  }
  .tablesorter-custom .headerSortDown,
  .tablesorter-custom .tablesorter-headerSortDown,
  .tablesorter-custom .tablesorter-headerDesc {
    background-color: #e83434 !important;
    /*color:white !important;*/
      /* black desc arrow */
      background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
      /* white desc arrow */
      /*background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7) !important;*/
      /* image */
      /* background-image: url(images/black-desc.gif); */
  }

  .tablesorter-custom thead .sorter-false {
      background-image: none;
      cursor: default;
      padding-bottom: 0.75rem;
  }