input {
  /*padding: 3px!important;*/
  /*font-size: 10pt!important;*/
  width: 80px;
}
.btn {
  font-size: 10pt;
}
.gen-group {
  width: 200px!important;
}

.tableFixHead {
  overflow: auto;
  /* height: 100%; */
  width:100%;
}

.tableFixHead table {
  border-collapse: collapse;
  /* table-layout: fixed; */
  width: 100%;
}

.headcol1 {
  position:sticky;
  left:0;
  z-index:1;
  width: 100px;
  background-color:white;
  border: solid gray 1px;
}

.headcol2 {
  position: sticky;
  left: 90px;
  z-index: 1;
  background-color: white;
}
th:first-child {
  z-index:100
}