table .header-fixed {
  position: fixed;
  top: 0px;
  /*left: 0;*/
  /*right: 0;*/
  z-index: 1020; /* 10 less than .navbar-fixed to prevent any overlap */

}
thead {
  background-color: #1ee5ae!important; 

/*background-image: linear-gradient(to bottom right, #87c1f3, #f5dcdb94);*/
/*    background-image: linear-gradient(to bottom, #aad2f5, #e793935c);
*/ /* background-image: linear-gradient(to bottom, #389af0, #389af02e);*/
/*background-image: linear-gradient(to bottom, #026122, #389af0);*/
}
