body {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.square {
  position: relative;
  width: 50%;
  border: 3px solid #12ce5f;
  border-radius: 5px;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.content {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 35% 0;
  font-size: 0.9rem;
}

.form-control:focus {
  border-color: #12ce5f;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

a {
  color: #12ce5f;
  font-weight: bold;
}

a:hover {
  color: #12ce5f;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.bg-success,
.btn-success {
  background-color: #12ce5f !important;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #12ce5f;
}

.tableFont {
  font-size: 14px;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.page-link {
  color: #12ce5f;
}

.page-link:hover {
  color: #19692c;
}

.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.page-item.active .page-link {
  background-color: #12ce5f;
  border-color: #12ce5f;
}

.payment-container {
  padding: 5px;
  display: inline-block;
}

.payment-enabled {
  text-align: center;
  color: #12ce5f;
  border: 2px solid #12ce5f;
  margin-top: 5px;
  padding: 0 10px;
}

.payment-disabled {
  text-align: center;
  color: #dc3545;
  border: 2px solid #dc3545;
  margin-top: 5px;
  padding: 0 10px;
}

.table-bordered th {
  border: none;
}

.payment-checkbox-container {
  display: inline-block;
  border-bottom: 1px solid #12ce5f;
  border-right: 1px solid #12ce5f;
  margin-bottom: 5px;
  height: 35px;
  line-height: 35px;
}

.payment-checkbox-container:hover {
  background-color: #12ce5f;
}

.status_OK {
  background-color: #8af5b6;
  border-bottom: 2px solid #12ce5f;
}

.status_KO {
  background-color: #ec939c;
  border-bottom: 2px solid #dc3545;
}

.status_INIT {
  background-color: #ffdf80;
  border-bottom: 2px solid #ffc107;
}

.status_ERR {
  background-color: #e05260;
  border-bottom: 2px solid #dc3545;
}
