

/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
  background: #d1d1d1;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;
}

.wrap-table100 {
  width: 1300px;
}

/*//////////////////////////////////////////////////////////////////
[ Table ]*/
table {
  width: 100%;
  background-color: #fff;
}

th, td {
  font-weight: unset;
  padding-right: 10px;
}

.column100 {
  width: 130px;
  padding-left: 25px;
}

.column100.column1 {
  width: 265px;
}

.row100.head th {
  padding-top: 24px;
  padding-bottom: 20px;
}

.row100 td {
  padding-top: 18px;
  padding-bottom: 14px;
}


/*==================================================================
[ Ver2 ]*/
.table100.ver2 td {
  font-family: Montserrat-Regular;
  font-size: 14px;
  color: #808080;
  line-height: 1.4;
}

.table100.ver2 th {
  font-family: Montserrat-Medium;
  line-height: 1.4;
  text-transform: uppercase;
  background-color: #333333;
  font-weight: bold;
font-size: 14px;
color: black;
}

.table100.ver2 .row100:hover td {
  background-color: transparent;
 
}

.table100.ver2 .hov-column-ver2 {
  background-color: transparent;
  
}

.table100.ver2 .hov-column-head-ver2 {
  background-color: transparent !important;
}

.table100.ver2 .row100 td:hover {
  background-color: transparent;
  
}

/*==================================================================
[ Ver2 ]*/
.table100.ver2 tbody tr:nth-child(even) {
  background-color: transparent;
}

.table100.ver2 td {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: black;
  line-height: 1.4;
}

.table100.ver2 th {
  font-family: Montserrat-Medium;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
background-image: linear-gradient(#AEAEAE, #FC8089);
font-weight: bold;
font-size: 14px;
color: black;
}

.table100.ver2 .row100:hover td{
  background-color:transparent;
  
}

.table100.ver2 .hov-column-ver2 {
  background-color: transparent;

}
.table100.ver2 .hov-column-head-ver2 {
  background-color: transparent !important;
 
}



.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: transparent;
}

.table100.ver2 td.textColorsWhite{
    color:white;
}
.table100.ver2 td.textColorsBlack{
     color:black;
}

.t_white{
  -webkit-text-fill-color: white;  
  color: white;
}

.t_black{
  -webkit-text-fill-color: black;  
  color: black;
}
