.planting-quick-edit .title {
  text-align: center;
  font-weight: bold;
}
.planting-quick-edit .prediction {
  text-align: center;
}
.planting-quick-edit .prediction.active {
  font-weight: bold;
}
.planting-quick-edit .prediction .title {
  font-weight: inherit;
  font-size: 12px;
  color: darkgrey;
}
.planting-quick-edit .needs-recalculation {
  background-color: #ff9800;
}
.planting-quick-edit hr {
  margin-bottom: 20px;
  border-style: solid;
  border-color: grey;
}
.planting-quick-edit .action-aside {
  float: right;
  padding: 10px;
}
.planting-quick-edit .five-point-count-predictions {
  text-align: center;
  margin: 1em;
}
.planting-quick-edit .source-lot-clone-warning {
  background: #fff8e1;
  border: 1px solid #f2cf74;
  color: #6d4c0b;
  margin-bottom: 18px;
  min-height: 44px;
  padding: 10px 12px;
}
.planting-quick-edit .source-lot-clone-required-field input.sostena-legacy-form,
.planting-quick-edit .source-lot-clone-required-field input.sostena-legacy-form:not(:focus) {
  background: #fff5f5;
  border-bottom-color: #d32f2f !important;
  box-shadow: 0 1px 0 0 #d32f2f !important;
}
.planting-quick-edit .source-lot-clone-required-field .label {
  color: #d32f2f !important;
  font-weight: 600;
}
.modal-content .planting-quick-edit .action-aside {
  display: none;
}
