.modBid .bidEndDate {
  font-size: 14px;
  color: gray;
}
.modBid .bidHighestBid {
  margin-bottom: 10px;
}
.modBid .bidHighestBid .bidHighestBidLabel {
  width: 100%;
  float: left;
  display: inline-block;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 18px;
}
.modBid .bidHighestBid .bidHighestBidPrice {
  font-weight: bold;
  font-size: 28px;
  line-height: 24px;
}
.modBid .bidHighestBid .bidHighestBidCount {
  line-height: 24px;
  font-size: 12px;
  color: gray;
}
.modBid .bidHighestBid .bidHighestBidStartPrice {
  width: 100%;
  margin-top: 2px;
  font-size: 12px;
  color: gray;
  display: inline-block;
}
.modBid .bidMessage {
  border: 1px solid rgb(255, 165, 0);
  background-color: rgba(255, 165, 0, 0.1);
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 10px;
}
.modBid .bidValidSteps {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  margin-bottom: 10px;
}
.modBid .bidValidSteps .bidValidStep {
  width: 100%;
  border: 1px solid #00429F;
  line-height: 36px;
  text-align: center;
  border-radius: 4px;
  background-color: rgba(0, 66, 159, 0.1);
}
.modBid .bidValidSteps .bidValidStep:hover {
  background-color: #00429F;
  color: white;
  cursor: pointer;
}
.modBid .bidTaxes {
  margin-bottom: 10px;
  font-size: 12px;
}
.modBid .bidForm {
  display: inline-block;
  float: left;
  width: 100%;
}
.modBid .bidForm label {
  display: none;
}
.modBid .bidForm .bidFormPriceInput {
  float: left;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 53px;
  margin-bottom: 5px;
}
.modBid .bidForm .bidFormPriceInput .bidFormPriceInputField input {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 1px;
}
.modBid .bidForm .bidFormPriceInput .bidFormPriceInputField input.bidFormError {
  border-color: red;
}
.modBid .bidForm .bidFormPriceInput .bidFormPriceInputField input.bidFormError:focus {
  border-color: red;
}
.modBid .bidForm .bidFormPriceInput .bidFormPriceInputPlus {
  width: 46px;
  height: 46px;
  background-color: #00429F;
  color: white;
  line-height: 42px;
  font-size: 28px;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  margin-left: 5px;
}
.modBid .bidForm .bidFormPriceInput .bidFormPriceInputPlus:hover {
  background-color: #023278;
  cursor: pointer;
}
.modBid .bidForm .bidFormPriceError {
  color: red;
}
.modBid .bidForm input {
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.modBid .bidForm .bidFormSubmitButton {
  display: inline-block;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  border-radius: 4px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 5px;
}
.modBid .bidForm .bidFormSubmitButton:disabled {
  background-color: gray;
}

/*# sourceMappingURL=Bid.css.map */
