/* Copyright 2013-2022 Epic Systems Corporation */
.onlineSignupContainer input,
.onlineSignupContainer select {
  min-width: 0;
  width: 100%;
}
.onlineSignupContainer input.xsmall {
  width: 1rem;
}
.onlineSignupContainer input.small {
  width: 5rem;
}
.onlineSignupContainer input.medium {
  width: 8rem;
}
.onlineSignupContainer .helptext {
  margin: 0 0 -1em 0.25rem;
}
.onlineSignupContainer .helptext:empty {
  margin: 0;
}
.onlineSignupContainer .required-legend {
  margin-top: 1rem;
}

#Demographic_Container, #ProxyDemographic_Container {
  overflow-x: visible;
  overflow-y: visible;
}

#SignupInsurance_Container .messagedisplay {
  display: inline;
}

#Demographic_Container input:read-only, #Demographic_Container textarea:read-only, #Demographic_Container select:disabled {
  cursor: default;
  background: transparent;
  border-width: 0;
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
#Demographic_Container input:read-only:focus, #Demographic_Container input:read-only:focus-visible, #Demographic_Container textarea:read-only:focus, #Demographic_Container textarea:read-only:focus-visible, #Demographic_Container select:disabled:focus, #Demographic_Container select:disabled:focus-visible {
  border: none;
  outline: none;
}
#Demographic_Container input:read-only, #Demographic_Container input:read-only option, #Demographic_Container textarea:read-only, #Demographic_Container textarea:read-only option, #Demographic_Container select:disabled, #Demographic_Container select:disabled option {
  color: #363636;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  #signup-workflow.collapse-mobile-subway #Signup_subway {
    display: none;
  }
}
.name.icon.usedemographics:after {
  background-image: url("images/signup_mailcode.png");
}
.name.icon.usethirdparty:after {
  background-image: url("images/signup_QandA.png");
}

#Signup_thirdparty {
  min-height: 150px;
}

.thirdparty {
  margin: 20px auto;
  max-width: 690px;
  font-size: 1.2em;
}
.thirdparty,
.thirdparty a.button {
  font-family: Segoe UI, Trebuchet, Arial, sans-serif;
}
.thirdparty .thirdparty_logo {
  overflow: hidden;
  position: relative;
  margin-bottom: -4px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.thirdparty .thirdparty_logo > img {
  float: right;
  min-width: 625px;
  max-width: 100%;
}
.thirdparty .questionContainer {
  margin: 0;
  padding: 0;
  width: 100%;
  border-width: 0;
  background: rgba(255, 255, 255, 0.8);
}
.thirdparty .questionContainer > .row > * {
  padding: 15px;
  margin-top: 16px;
}
.thirdparty .question .verifyDescriptions {
  margin-bottom: 2rem;
  line-height: 1.3rem;
  padding-right: 6px;
}
.thirdparty .answers {
  width: 50%;
  display: flex;
}
.thirdparty .answers > * {
  cursor: pointer;
}
.thirdparty .answers .togglebutton {
  width: 100%;
}
.thirdparty .answers > input[type=radio] {
  position: absolute;
  z-index: -1000;
  width: 1px;
}
.thirdparty .button.verificationButton {
  width: 100%;
  min-height: 2.5rem;
}

.waitimage {
  margin-top: 20px;
  background-image: url("images/spinner_barbershop.gif");
  background-repeat: no-repeat;
  background-position: center;
}

.message h1 {
  text-align: left;
}
.message p {
  margin-top: 20px;
}
.message p:last-of-type {
  margin-bottom: 45px;
}

.Popup.medium .message p {
  text-align: left;
}

.lb_content p:last-of-type {
  margin-bottom: 45px;
}

.lightbox_overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.leftimage {
  width: 200px;
  min-height: 192px;
  float: left;
  margin-right: 20px;
  background-repeat: no-repeat;
}
.leftimage.request {
  background-image: url("images/confirm_mail.png");
  position: relative;
  top: -50px;
}
.leftimage.emailonfile {
  background-image: url("images/confirm_mail.png");
}
.leftimage.emailprovided {
  background-image: url("images/confirm_mail.png");
}

.lb_content.error {
  width: 750px;
  margin-left: -400px;
}

.component.Popup.medium {
  width: 50%;
}

#main.tile {
  height: auto;
}

.selfsignupName.grid {
  margin-top: 0;
  margin-bottom: 0;
}

iframe[src="about:blank"] {
  display: none;
}
