.circle-button {
  display: flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #d0d0d0;
  color: #000000;
  text-decoration: none;
  font-size: 45px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.circle-button.active {
  color: white;
  background-color: #266784;
}

.circle-button.below.active {
  color: red;
}

.row {
  margin-top: 15px;
}

.textbox-text .validatebox-text {
  height: 40px;
  line-height: 40px;
}

.textbox .easyui-fluid .combo {
  height: 40px;
}

.textbox-icon .combo-arrow {
  height: 40px;
}

.btn.inField {
  padding: 3px;
  font-size: small;
}

.center-cell {
  display: flex;
  justify-content: center;
  align-items: center;
}

tr th {
  text-align: center;
  vertical-align: middle;
  border: 0px;
  padding: 0px !important;
}

tr td {
  border: 0px;
  padding: 0px !important;
}

tr td.active {
  color: red;
}

.form-label i {
  font-size: small;
}

.form-control {
  max-width: none !important;
}

.easyui-combobox {
  width: 100% !important;
  height: 40px;
  line-height: 40px;
}

.textbox.combo {
  width: 100% !important;
  height: 40px;
  line-height: 40px;
}

#tablesFinal th {
  padding: 5px !important;
  border: 1px solid black !important;
}

#tablesFinal td {
  border: 1px solid black !important;
  padding: 5px !important;
}

@media (min-width: 240px) {
  .circle-button {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

@media (min-width: 340px) {
  .circle-button {
    width: 60px;
    height: 60px;
    font-size: 25px;
  }
}

@media (min-width: 475px) {
  .circle-button {
    width: 70px;
    height: 70px;
    font-size: 30px;
  }
}

@media (min-width: 850px) {
  .circle-button {
    width: 80px;
    height: 80px;
    font-size: 35px;
  }
}

@media (min-width:1024px) {
  .circle-button {
    width: 100px;
    height: 100px;
    font-size: 45px;
  }
}

