.AR_ErrorContainer {
  color: #BB0000;
  margin-bottom: 15px;
}
.AR_RequiredField {
  color: #BB0000;
}
.AR_PageContainer {
  margin: 0;
}
.AR_Clear {
  clear: both;
}
.AR_TabContent {
  margin: 20px;
}
.AR_FormLabel {
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}
.AR_FormControl {
  padding-bottom: 10px;
  padding-right: 10px;
  vertical-align: top;
}
.AR_BackButton {
  margin-right: 10px;
  float: left;
}
.AR_NextButton {
  margin-right: 10px;
  float: left;
}
.AR_DoneButton {
  float: right;
}
.AR_VerticalSpace {
  height: 15px;
}
.noTransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.btnAR {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 6px 12px;
  background: #4b2553;
  color: #fff;
}
.btnAR:hover,
.btnAR:active,
.btnAR:focus {
  background: #929196;
}
.riTextBox {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 14px !important;
  line-height: 1.42857143 !important;
  color: #555 !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rcCalPopup,
.rcTimePopup {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.AR_NextButton,
.AR_DoneButton,
.AR_BackButton {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  padding: 6px 12px;
  background: #4b2553;
  color: #fff;
}
.AR_NextButton:hover,
.AR_DoneButton:hover,
.AR_BackButton:hover,
.AR_NextButton:active,
.AR_DoneButton:active,
.AR_BackButton:active,
.AR_NextButton:focus,
.AR_DoneButton:focus,
.AR_BackButton:focus {
  background: #929196;
}
.AR_FormField {
  margin-bottom: 15px;
  float: left;
}
.AR_PageContainer label {
  font-weight: normal;
}
.rtsLevel {
  background: #efefef !important;
}
.rtsLink {
  padding: 10px;
  font-size: 16px !important;
  background: #efefef !important;
}
.rtsLink .rtsOut {
  background: none !important;
}
.rtsLink.rtsSelected {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff !important;
}
#ctl00_ContentPlaceHolder2_ucUserForm_rblConfirm td,
#ctl00_ContentPlaceHolder2_ucUserForm_rblPatGender td,
#ctl00_ContentPlaceHolder2_ucUserForm_rblPrimaryCareDoctor td {
  padding: 0 8px;
}
#ctl00_ContentPlaceHolder2_ucUserForm_rblConfirm label,
#ctl00_ContentPlaceHolder2_ucUserForm_rblPatGender label,
#ctl00_ContentPlaceHolder2_ucUserForm_rblPrimaryCareDoctor label {
  padding: 0 4px;
}

/*# sourceMappingURL=Desktop-Styles.css.map */