/* line 4, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
.waiver_confirmation {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 5px 10px 5px 15px;
  margin-bottom: 10px;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
  position: relative;
}
/* line 13, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
.waiver_confirmation .waiver_description {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25em;
}
/* line 16, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
.waiver_confirmation #waiver_agree_button {
  position: absolute;
  top: 13px;
  right: 13px;
  font-weight: bold;
  font-size: 1.25em;
}

/* line 23, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#checkin-start {
  text-align: center;
  font-size: 2em;
  margin: 40px;
}
/* line 27, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#checkin-start a {
  margin: 0 10px;
}

/* line 31, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient.disabled, form.edit_patient.disabled {
  color: #CCC;
}
/* line 33, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient.disabled a, form.new_patient.disabled a:hover, form.new_patient.disabled a:visited, form.edit_patient.disabled a, form.edit_patient.disabled a:hover, form.edit_patient.disabled a:visited {
  color: #CCC;
}
/* line 35, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient img.spinner, form.edit_patient img.spinner {
  display: none;
}
/* line 37, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient button.same_as_previous_patient_button, form.edit_patient button.same_as_previous_patient_button {
  margin-left: 10px;
}
/* line 40, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient .input-left ul.parsley-error-list, form.edit_patient .input-left ul.parsley-error-list {
  margin-left: 122px;
  margin-top: 10px;
}
/* line 44, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
form.new_patient .input-right ul.parsley-error-list, form.edit_patient .input-right ul.parsley-error-list {
  margin-left: 172px;
  margin-top: 10px;
}

/* line 48, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#demographics {
  height: 350px;
}

/* line 52, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#date-input-container #date-select, #date-input-container #date-text {
  display: none;
}

/* line 54, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#date-format {
  display: none;
}

/* line 57, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#previous_mom_location_div span.label {
  height: 200px;
}

/* line 61, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
.contact_information_header h4 {
  display: inline-block;
}

/* line 64, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
.last-patient a {
  text-decoration: none;
}

/* line 67, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
ul#check-in-options {
  font-size: 1.25em;
  text-align: center;
  list-style: none outside none;
}
/* line 71, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
ul#check-in-options li {
  display: inline;
  list-style-image: none;
  list-style-type: none;
  margin-right: 1em;
  white-space: nowrap;
}

/* line 78, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#previous-patient, #reprint {
  margin: 0 20px;
  text-align: center;
}
/* line 81, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#previous-patient input[type=text], #reprint input[type=text] {
  margin: 0 0.5em;
  width: 200px;
}

/* line 87, /root/app/app/assets/stylesheets/screen/check-in.css.sass */
#pain_length_div,
#heard_about_other_div,
#previous_mom_location_div,
#pain_length_div,
#race_other_div,
#last_patient,
#reprint,
#previous-patient,
#language {
  display: none;
}
