﻿/* Copyright 2018-2022 Epic Systems Corporation */
/* #region Worker's comp step */
#answerButtons {
  margin-top: 10px;
}

#navigation.askPatientAlignment,
#navigation.skipVisitPaymentAlignment {
  position: relative;
  top: -10px;
}

/* #endregion */
#echeckinPaymentContainer .ajaxspinner {
  margin-top: 3rem;
}

label.buttoncheck > span.displayInline {
  display: inline-block;
  width: calc(100% - 25px);
}
label.buttoncheck > span.displayInline > input.fullWidth {
  width: 100%;
}

.dollarAmount {
  color: #0f784a;
}

div.paymentError,
div.paymentWarning {
  padding: 0.75rem 0.25rem;
  text-align: center;
  margin-bottom: 0.25rem;
}

div.paymentError {
  background-color: #ffe8e8;
}

#eCheckInContainer,
#echeckinPaymentContainer {
  margin-bottom: 1rem;
}

#BasicEstimateDetails {
  margin-top: 0.5rem;
}
