.LegacyHealth-Feature-ProviderProfileForms-ActionOption {
  text-align: center;
}
.LegacyHealth-Feature-ProviderProfileForms-ActionOption .btn {
  width: 50% !important;
  display: inline-block;
  margin-top: 0px !important;
}
.LegacyHealth-Feature-ProviderProfileForms-ActionOption h2 {
  padding: 20px 0;
}

.LegacyHealth-Feature-ProviderProfileForms-EmailVerification {
  padding-top: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-EmailVerification input[type=text], .LegacyHealth-Feature-ProviderProfileForms-EmailVerification input[type=password] {
  width: 100%;
  border: solid 2px #3aa0e3;
  height: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-EmailVerification label {
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-EmailVerification label.error {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-EmailVerification .form-label::after {
  color: #ed1c24;
  content: " *";
}
.LegacyHealth-Feature-ProviderProfileForms-EmailVerification .error {
  border-color: #ed1c24 !important;
}

.LegacyHealth-Feature-ProviderProfileForms-Login {
  padding-top: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-Login input[type=text], .LegacyHealth-Feature-ProviderProfileForms-Login input[type=password] {
  width: 100%;
  border: solid 2px #3aa0e3;
  height: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-Login label {
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-Login label.error {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-Login .form-label::after {
  color: #ed1c24;
  content: " *";
}
.LegacyHealth-Feature-ProviderProfileForms-Login .forgot-password {
  text-align: right;
}
.LegacyHealth-Feature-ProviderProfileForms-Login .error {
  border-color: #ed1c24 !important;
}

.LegacyHealth-Feature-ProviderProfileForms-PasswordReset {
  padding-top: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-PasswordReset input[type=text], .LegacyHealth-Feature-ProviderProfileForms-PasswordReset input[type=password] {
  width: 100%;
  border: solid 2px #3aa0e3;
  height: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-PasswordReset label {
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-PasswordReset label.error {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-PasswordReset .form-label::after {
  color: #ed1c24;
  content: " *";
}
.LegacyHealth-Feature-ProviderProfileForms-PasswordReset .error {
  border-color: #ed1c24 !important;
}

.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm {
  margin-top: -15px;
  font-family: themix, sans-serif;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .collapseBar {
  border: 1px solid #005696;
  color: #005696;
  font-family: themix-semibold, sans-serif;
  font-size: 1.5em;
  background-color: #f7f7f7;
  line-height: 1em;
  padding: 1em 0.8em;
  cursor: pointer;
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .collapseBar.collapsed .triangle {
  background-position: right 0px top 5px;
  background-position-y: 0px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .collapseBar .triangle {
  background: transparent url(/FrontEnd/Images/triangles_up_down_12px.png) no-repeat;
  background-position-x: right;
  background-position-y: -75px;
  padding-right: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .collapseContent {
  border: 1px solid #ccc;
  padding: 10px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .collapseContent.collapsed {
  display: none;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm h2, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm h3 {
  color: #015597;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm h2 {
  font-size: 24px;
  margin-bottom: 1rem;
  color: #015597;
  margin-top: 0;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm h3 {
  margin-bottom: 5px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .row {
  margin-bottom: 25px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm input[type=text], .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm input[type=password], .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm select {
  width: 100%;
  border: solid 2px #3aa0e3;
  height: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tall-row {
  margin-bottom: 20px !important;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm label {
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm label.error, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm span.error, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm div.error {
  color: #ed1c24;
  display: inline;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm div.error {
  display: none;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .form-label, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .form-label-not-required {
  font-weight: 700;
  color: #015597;
  font-family: themix-semibold, sans-serif;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .form-label::after {
  color: #ed1c24;
  content: " *";
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .forgot-password {
  text-align: right;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .error {
  border-color: #ed1c24 !important;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .section-error, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .section-error td {
  border: solid 1px #ed1c24 !important;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm ul.radiosInline {
  list-style: none;
  padding: 0;
  display: inline-block;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm ul.radiosInline li {
  float: left;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .providersync_progressive_addTrigger {
  margin-top: 15px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .providersync_progressive_addTrigger span {
  font-weight: bold;
  background: url(/FrontEnd/Images/sprite_strip.png) no-repeat -1px -494px;
  padding: 0 0 2px 27px;
  color: #a1a1a1;
  line-height: 17px;
  cursor: pointer;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .providersync_progressive_addForm {
  display: none;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .btn-small {
  width: 25%;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .btn-reversed {
  background-color: #fff;
  color: #015597;
  border: 2px solid #015597;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .btn-red {
  background-color: #f6511f;
  color: #fff;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .selectedTitleLabel {
  margin-top: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .providersync_progressive_tally {
  list-style: none;
  margin: 0;
  padding: 0;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid {
  border-collapse: collapse;
  border-spacing: 0;
  width: 60%;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid th {
  background-color: #999;
  border-color: #CCC;
  color: #ffffff;
  border-left: 1px solid #fff;
  padding: 5px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid th:first-child {
  border-left: 0;
  text-align: left;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid tr:nth-child(even) td {
  background-color: #f2f2f2;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid tr:first-child td {
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid td:last-child {
  border-right: 1px solid #cccccc;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid td {
  text-align: center;
  vertical-align: middle;
  border-bottom: 0;
  color: #000;
  padding: 11px 8px 11px 8px;
  vertical-align: top;
  border-left: 1px solid #cccccc;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tableGrid tr:last-child td {
  border-bottom: 1px solid #cccccc;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tipTrigger {
  border-bottom: 1px dotted #005696;
  cursor: help;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tip-container {
  border: 1px solid #ccc;
  position: absolute;
  width: 300px;
  background-color: #fff;
  z-index: 99;
  color: #454545;
  font-size: 10.5px;
  text-align: left;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tip-title {
  background-color: #f1f1f1;
  padding: 5px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .tip-body {
  padding: 5px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .removeTrigger {
  cursor: pointer;
  /*background: url(../img/sprite_strip.png) no-repeat 0 -527px;*/
  width: 16px;
  height: 10px;
  overflow: hidden;
  cursor: pointer;
  text-indent: -2000;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .locationAddTrigger {
  cursor: pointer;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .radioLabel {
  display: inline;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .editorWrap textarea {
  width: 100%;
  height: 200px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm {
  /*.pdfLink {
      background-image: url(/FrontEnd/Images/icon_pdf.gif);
      background-repeat: no-repeat;
      background-position: right center;
      padding-right: 42px;
  }*/
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .align-right {
  text-align: right;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .display-none {
  display: none;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm #confirmation-delete h3, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm h3.red {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .draft {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .awaiting-approval {
  color: orange;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .approved {
  color: green;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .edited, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .edited input, .LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .edited select {
  background-color: #ffeded;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .photoWrap img {
  height: 250px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderProfileForm .disabled {
  background-color: #999;
  cursor: default;
}

.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch input[type=text], .LegacyHealth-Feature-ProviderProfileForms-ProviderSearch select {
  width: 100%;
  height: 25px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch th {
  color: #fff;
  background-color: #015497;
  text-align: left;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch th:first-child {
  width: 8%;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch td, .LegacyHealth-Feature-ProviderProfileForms-ProviderSearch th {
  border: 1px solid #ccc;
  padding-left: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch td a {
  font-weight: bold;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch td img {
  padding-right: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch .row {
  margin-top: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch .draft {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch .awaiting-approval {
  color: orange;
}
.LegacyHealth-Feature-ProviderProfileForms-ProviderSearch .approved {
  color: green;
}

.LegacyHealth-Feature-ProviderProfileForms-Registration {
  padding-top: 20px;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration input[type=text], .LegacyHealth-Feature-ProviderProfileForms-Registration input[type=password] {
  width: 100%;
  border: solid 2px #3aa0e3;
  height: 35px;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration .tall-row {
  margin-bottom: 20px !important;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration label {
  display: block;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration label.error {
  color: #ed1c24;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration .form-label::after {
  color: #ed1c24;
  content: " *";
}
.LegacyHealth-Feature-ProviderProfileForms-Registration .forgot-password {
  text-align: right;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration .error {
  border-color: #ed1c24 !important;
}
.LegacyHealth-Feature-ProviderProfileForms-Registration .not-good {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.LegacyHealth-Feature-ProviderProfileForms-UserInfo {
  text-align: right;
  font-size: 11px;
}

/*# sourceMappingURL=LegacyHealth.feature.providerprofileforms.css.map */
