﻿/* Copyright 2018-2023 Epic Systems Corporation */
.contact-information-content span.readOnlyInput,
.other-information-content span.readOnlyInput {
  width: 100%;
  margin-bottom: 0.25rem;
}
.contact-information-content [class*=col-],
.other-information-content [class*=col-] {
  padding: 0 0.25rem;
}
.contact-information-content .startDate .date,
.contact-information-content .endDate .date,
.other-information-content .startDate .date,
.other-information-content .endDate .date {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .demographicsVerification .contact-information-content .ajaxspinner,
  .demographicsVerification .other-information-content .ajaxspinner {
    transform: perspective(1px) translateY(-50%) !important;
  }
}
.md_scheduling_index .demographicsVerification .contact-information-content .ajaxspinner,
.md_scheduling_index .demographicsVerification .other-information-content .ajaxspinner {
  transform: none;
}

.contact-information-content.card,
.other-information-content.card {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contact-information-content .cardContent,
.other-information-content .cardContent {
  padding: 0.5rem 1.2rem;
  flex-grow: 1;
}
.contact-information-content .nameIconContainer,
.other-information-content .nameIconContainer {
  display: flex;
  flex-direction: row;
  padding-bottom: 0.5rem;
  min-height: 2.5rem;
}
.contact-information-content .nameIconContainer div.headerPretextContainer,
.other-information-content .nameIconContainer div.headerPretextContainer {
  width: 100%;
}
.contact-information-content .nameIconContainer svg,
.other-information-content .nameIconContainer svg {
  width: auto;
  height: 3.1rem;
}
.contact-information-content .nameIconContainer span.statusBadge.pending,
.other-information-content .nameIconContainer span.statusBadge.pending {
  font-size: 1rem;
  padding: 0 0.1rem;
  margin-bottom: auto;
}
.contact-information-content .nameIconContainer span.statusBadge.pending .infoBubbleWrapper,
.other-information-content .nameIconContainer span.statusBadge.pending .infoBubbleWrapper {
  margin: unset;
  background: initial;
}
.contact-information-content .infoBubbleWrapper,
.other-information-content .infoBubbleWrapper {
  pointer-events: auto;
}
.contact-information-content .formsection,
.other-information-content .formsection {
  margin: 0.25rem 0;
}
.contact-information-content .ajaxspinner,
.other-information-content .ajaxspinner {
  height: 0;
  position: absolute;
  top: 25%;
  transform: perspective(1px) translateY(-50%);
  margin: 0 0 -0.5rem 0;
}
.contact-information-content .contactNumbers, .contact-information-content .contactEmail,
.other-information-content .contactNumbers,
.other-information-content .contactEmail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-information-content .overflowHiddenWithEllipses,
.other-information-content .overflowHiddenWithEllipses {
  /*rtl:raw: direction: ltr*/
  display: inline-block;
  white-space: break-spaces;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
}
.contact-information-content select,
.other-information-content select {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.contact-information-content .noValue,
.other-information-content .noValue {
  font-style: italic;
}
.contact-information-content .cardPostText,
.other-information-content .cardPostText {
  position: absolute;
  bottom: 0;
  padding: 1rem;
}
.contact-information-content .buttonList .editButton,
.other-information-content .buttonList .editButton {
  justify-content: center;
}
.contact-information-content .buttonList.subtle .button svg,
.other-information-content .buttonList.subtle .button svg {
  height: 1.2rem;
  margin: 0;
}
.contact-information-content .buttonList.submitEdits,
.other-information-content .buttonList.submitEdits {
  position: inherit;
}

#visit-contact-phone-container {
  margin-bottom: 0;
}

.contact-information-content .header.temporaryHeader,
.contact-information-content .header.permanentHeader {
  font-size: 0.9rem;
  padding: 0 0 0.25rem 0.25rem;
}
.contact-information-content .space:before {
  content: " ";
}
.contact-information-content .temporaryAddressContent > .flexParent {
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-information-content .addTemporaryAddressLink {
  white-space: break-spaces;
  text-decoration: underline;
}
.contact-information-content .addTemporaryAddressLinkContainer {
  margin-top: 0.5rem;
}
.contact-information-content .formsection .addTemporaryAddressLinkContainer {
  margin: 0 0 0.5rem 0.25rem;
}
.contact-information-content .header.temporaryHeader {
  width: auto;
}
.contact-information-content .removeTemporaryAddressLink {
  text-decoration: underline;
}
.contact-information-content .removeTemporaryAddressLinkContainer {
  width: auto;
  margin: 0.25rem;
}
.contact-information-content .permanentAddress,
.contact-information-content .temporaryAddress {
  display: flex;
  flex-wrap: wrap;
}
.contact-information-content .permanentAddress > div,
.contact-information-content .temporaryAddress > div {
  max-width: fit-content;
}
.contact-information-content .homePhone input::-ms-clear,
.contact-information-content .mobilePhone input::-ms-clear,
.contact-information-content .workPhone input::-ms-clear {
  display: none;
}
.contact-information-content .homePhone input,
.contact-information-content .mobilePhone input,
.contact-information-content .workPhone input {
  padding-right: 1.5rem;
}
.contact-information-content .preferredDeviceSelector {
  padding-top: 0;
  margin: -2.75rem 1px 0 0;
  line-height: 2.25rem;
  height: 2.25rem;
  width: auto;
  float: right;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.mobile.androidWebview .contact-information-content .preferredDeviceSelector {
  margin-top: -1.25lh;
}
.contact-information-content .preferredDeviceSelector .preferredDeviceSelected,
.contact-information-content .preferredDeviceSelector .preferredDeviceUnselected {
  visibility: hidden;
  vertical-align: middle;
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem;
}
.contact-information-content .preferredDeviceSelector .preferredDeviceUnselected {
  margin-left: -1.5rem;
}
.contact-information-content .preferredDeviceSelector.selected .preferredDeviceSelected,
.contact-information-content .preferredDeviceSelector:hover .preferredDeviceUnselected,
.contact-information-content input:hover + .preferredDeviceSelector .preferredDeviceUnselected,
.contact-information-content input:focus + .preferredDeviceSelector .preferredDeviceUnselected,
.contact-information-content span:hover + .preferredDeviceSelector .preferredDeviceUnselected,
.contact-information-content span:focus + .preferredDeviceSelector .preferredDeviceUnselected,
.contact-information-content .preferredDeviceSelector input:focus + .preferredDeviceSelected + .preferredDeviceUnselected,
.contact-information-content .preferredDeviceSelector span:focus + .preferredDeviceSelected + .preferredDeviceUnselected, .mobile .contact-information-content .preferredDeviceSelector .preferredDeviceUnselected {
  visibility: visible;
}
.contact-information-content .preferredDeviceSelector.selected input:focus + .preferredDeviceSelected,
.contact-information-content .preferredDeviceSelector input:focus + .preferredDeviceSelected + .preferredDeviceUnselected {
  outline: 1px dotted #000000;
}
.contact-information-content .preferredDeviceSelector.selected:hover .preferredDeviceUnselected,
.contact-information-content input:hover + .preferredDeviceSelector.selected .preferredDeviceUnselected,
.contact-information-content input:focus + .preferredDeviceSelector.selected .preferredDeviceUnselected,
.contact-information-content span:hover + .preferredDeviceSelector.selected .preferredDeviceUnselected,
.contact-information-content span:focus + .preferredDeviceSelector.selected .preferredDeviceUnselected,
.contact-information-content .preferredDeviceSelector.selected input:focus + .preferredDeviceSelected + .preferredDeviceUnselected, .mobile .contact-information-content .preferredDeviceSelector.selected .preferredDeviceUnselected {
  display: none;
  visibility: hidden;
}
.contact-information-content .iconLabel {
  display: inline-block;
  vertical-align: middle;
  min-width: 1.75rem;
  height: 1.75rem;
  margin: 0 0.25rem;
}
.contact-information-content .attentionToContacts {
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-bottom: 0.1rem;
}
.contact-information-content .fieldValues {
  vertical-align: middle;
}
.contact-information-content .subtle {
  line-height: 1.5rem;
}
.contact-information-content .ghostInput.email {
  width: 50%;
}

.other-information-content .otherInformationPretext {
  font-size: 0.8rem;
  font-style: italic;
  padding: 0 0.25rem;
}
.other-information-content .readOnlyLine {
  margin-bottom: 0.5rem;
  overflow: inherit;
}
.other-information-content .readOnlyLine .collapsedFieldValue {
  padding-bottom: 0.5rem;
}
.other-information-content .popupinstructionsicon img {
  width: 1rem;
  height: 1rem;
}
.other-information-content .formsection .ghostInput label {
  overflow: visible;
  padding-top: 0;
  white-space: normal;
}
.other-information-content .formsection .ghostInput .invalid + p.helptext {
  color: #d80000;
}
.other-information-content .ghostInput.multiselect select {
  height: auto;
  min-height: 2.5rem;
  line-height: normal;
}
.other-information-content .ghostInput.multiselect, .mobile .other-information-content .ghostInput.multiselect {
  width: 100%;
}
.other-information-content .ghostInput.field8 {
  width: 100%;
}
.other-information-content .ghostInput.hasHelp .helptext {
  margin-bottom: 0;
  margin-top: 0;
}
.other-information-content .cardContent .grid .noFieldsAlert {
  border-radius: 6px;
  border: 1px #dbdbdb solid;
  background-color: #efebf3;
  background-image: url("../images/ContactVerification/informationcircleoutline.svg");
  background-size: 1.8rem;
  background-repeat: no-repeat;
  background-position: 0.5rem 0.5rem;
  margin-bottom: 3%;
  width: 100%;
}
.other-information-content .cardContent .grid .noFieldsAlert .alertContent {
  margin-bottom: 0.5rem;
  padding: 0.75rem 0.5rem 0.5rem 2.75rem;
}
.other-information-content .cardContent .grid .noFieldsAlert .alertTitle {
  margin-bottom: 5px;
  font-size: 20px;
  color: #32006e;
}
.other-information-content .cardContent .grid .noFieldsAlert .alertText {
  font-size: 15px;
  color: #363636;
}
.mobile .other-information-content .readOnlyLine .fieldValues {
  white-space: normal;
}
.mobile .section .content .other-information-content .ghostInput .helptext {
  margin-top: 0.25rem;
}
.mobile .other-information-content .ghostInput.multiselect label, .mobile .section .content .other-information-content .ghostInput.multiselect label {
  font-size: inherit;
  height: auto;
  line-height: inherit;
  margin: 0.25rem 0 0;
  padding: 0;
  width: auto;
  position: relative;
}
.mobile .other-information-content .ghostInput.multiselect select {
  padding: 0.1em 0.25em;
}

.quickLinks.vertical a::after {
  background-color: rgba(118, 118, 118, 0.25);
}

.addressDefaults textarea,
.addressDefaults input {
  margin: 0;
}

.addressDefaults label.error {
  margin-bottom: 0.75rem;
  margin-top: 0;
}

.addressDefaults .addressList .togglebutton {
  font-size: 1rem;
  width: 100%;
  text-align: left;
}

.temporaryInformation.noMatchesContainer div.noMatchesMessage,
.permanentInformation.noMatchesContainer div.noMatchesMessage {
  margin: 0.5rem 0;
}
.temporaryInformation.noMatchesContainer div.noMatchesMessage:before,
.permanentInformation.noMatchesContainer div.noMatchesMessage:before {
  display: none !important;
}

.permanentInformation p.buttoncheck,
.temporaryInformation p.buttoncheck {
  margin-left: 0.25rem;
  padding: 0.25rem 0 0 0;
}

.mobile .noMatchesContainer .buttoncheck label {
  margin-top: -0.25rem;
}

.mobile .noMatchesContainer p.buttoncheck {
  margin-bottom: -1.5rem;
}

.mobile .temporaryInformation.noMatchesContainer {
  margin-bottom: 2rem;
}

.addressContainer div.street span.readOnlyInput {
  white-space: pre-line;
  height: auto;
}

div.Popup div#contact_verification_container {
  overflow: hidden;
}

div#contact_verification_alert {
  border-radius: 6px;
  border: 1px #cccccc solid;
  margin-bottom: 3%;
  width: 100%;
  padding: 0;
}
div#contact_verification_alert .alertTitle {
  color: #363636;
  padding: 0;
}

div#verification_done_banner {
  border: 1px solid #dbdbdb;
  border-radius: 0.3rem;
  color: #363636;
  margin-bottom: 3%;
  padding: 0;
}
div#verification_done_banner .alertTitle {
  color: #0f784a;
}

.alertTitle {
  font-weight: bold;
  font-size: inherit;
  margin-bottom: 5px;
  display: block;
}

.alertContent[class] {
  margin-bottom: 0.5rem;
  padding: 0.75rem 0.5rem 0.5rem 2.75rem;
}

.alertText {
  font-size: inherit;
}

.demographicsVerification .textWithIconLine {
  margin-top: 0.5rem;
}
.demographicsVerification .ContactInformation._Segment.boundary-strong,
.demographicsVerification .DetailsAboutMe._Segment.boundary-strong {
  min-width: 50%;
}
.demographicsVerification .ContactInformation._Segment.boundary-strong ._ActionGroup.flavor-subtle.cardButtons,
.demographicsVerification .DetailsAboutMe._Segment.boundary-strong ._ActionGroup.flavor-subtle.cardButtons {
  margin: auto -1rem -0.5rem;
  width: calc(100% + 1.5rem);
}
.demographicsVerification .formbuttons.multiStep ._command.button {
  margin-right: 0.5rem;
}
.demographicsVerification .learnMoreLink {
  text-underline-offset: 0.2rem;
}
@media (min-width: 1300px) {
  .demographicsVerification .viewOnlyCards {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 769px) {
  .demographicsVerification .ContactInformation._Segment.boundary-strong,
  .demographicsVerification .DetailsAboutMe._Segment.boundary-strong {
    max-width: 75%;
  }
}

/*rtl:raw:
input[data-inputtype="phone"] {
	direction: ltr;
	text-align: right;
}
*/
