/*
woocommerce-pos-installment-table
gl-installment-table.scss
2020
*/
.grilabs-vpos-installment-tables-container.order-receipt-page {
  margin-top: 60px;
}
.grilabs-vpos-installment-tables-container .bank-logo {
  text-align: center;
}
.grilabs-vpos-installment-tables-container .bank-logo img {
  width: 70px;
  display: inline-block;
}
.grilabs-vpos-installment-tables-container .single-installment-table {
  display: inline-block;
  width: 31.3%;
  margin: 0 1%;
}
.grilabs-vpos-installment-tables-container .single-installment-table table {
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
}
.grilabs-vpos-installment-tables-container .single-installment-table table thead th {
  background-color: #333;
  color: #fff;
  text-transform: none;
  text-align: center;
  padding: 10px;
}
.grilabs-vpos-installment-tables-container .single-installment-table table tbody tr:nth-child(2n+2) {
  background-color: #eee;
}
.grilabs-vpos-installment-tables-container .single-installment-table table tbody tr:hover {
  background-color: #eee;
}
.grilabs-vpos-installment-tables-container .single-installment-table table td {
  border: 0 !important;
  color: #767676;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  width: 30%;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.axess thead th {
  color: #fff;
  background: #f3c450;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.paraf thead th {
  color: #fff;
  background: #00b1dd;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.world thead th {
  color: #fff;
  background: #6f328b;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.saglamkart thead th {
  color: #fff;
  background: #006648;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.bankkart thead th {
  color: #fff;
  background: #E11931;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.cardfinans thead th {
  color: #fff;
  background: #113875;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.bonus thead th {
  color: #fff;
  background: #71bf45;
}
.grilabs-vpos-installment-tables-container .single-installment-table table.maximum thead th {
  color: #fff;
  background: #d92f8a;
}

.installment-set-table tbody tr td, .installment-set-table tbody tr th {
  padding: 3px 5px !important;
}
.installment-set-table tbody tr td input[type=text], .installment-set-table tbody tr td input[type=number], .installment-set-table tbody tr th input[type=text], .installment-set-table tbody tr th input[type=number] {
  width: 60px;
}
.installment-set-table tbody tr td label, .installment-set-table tbody tr th label {
  margin-top: 5px;
  user-select: none;
}
.installment-set-table tbody tr td input[type=checkbox], .installment-set-table tbody tr th input[type=checkbox] {
  margin-top: -3px;
  margin-right: 3px;
}
.installment-set-table tbody tr:hover td, .installment-set-table tbody tr:hover th {
  background-color: rgba(0, 0, 0, 0.05);
}

/*# sourceMappingURL=gl-installment-table.css.map */
