table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
}

th,td {
  text-align: left;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
}

/* .tableFixHead table tbody tr:last-child{
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
} */

.tableFixHead table tr th {
  background: #285ee4;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tableFixHead table tr td {
  height: 44px;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
}

.tableFixHead table tbody tr {
  background: #FCFCFC;
  color: #767676;
}

.tableFixHead table tbody tr:nth-child(2n+1) {
  background: #F6F6F6;
}

.tableFixHead table tr th.text-left {
  text-align: left;
}

.tableFixHead table tr th.text-center {
  text-align: center;
}

.tableFixHead table tr th.text-right {
  text-align: right;
}

.tb_showdiv{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

