.generic-content {
  background: url("/media/images/form-bg.png") no-repeat center center;
  background-size: cover;
}
.generic-content .card {
  background: #fff;
  padding: 1em 2em;
  margin: 2em 1em;
  border-radius: 5px;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form[data-step] .form-step {
  display: none;
}

form[data-step="1"] .form-step-1,
form[data-step="2"] .form-step-2,
form[data-step="2-1"] .form-step-2-1,
form[data-step="2-2"] .form-step-2-2 {
  display: block;
}

form[data-contact-type=email] #contact-value .input-area-code {
  display: none;
}

form input[type=radio],
form input[type=checkbox] {
  min-width: 16px;
}

#delegates {
  margin: 1em 0;
  background: #FAFAFA;
}
#delegates h3 {
  margin: 10px 0;
}
#delegates > div {
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 1em;
}

.input-full-name,
.input-phone,
.input-promo {
  display: flex;
  flex-direction: row;
}
.input-full-name > div,
.input-phone > div,
.input-promo > div {
  margin-right: 1em;
}
.input-full-name > div:last-child,
.input-phone > div:last-child,
.input-promo > div:last-child {
  margin-right: 0;
}

.input-sessions {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.input-sessions > div {
  border-right: 1px solid #ccc;
  padding-right: 1em;
  margin-right: 1em;
}
.input-sessions > div:nth-child(2n) {
  border-right: 0;
}

input[type=checkbox],
input[type=checkbox] + label {
  margin: 0;
  line-height: 1em;
}

label {
  user-select: none;
}

.input-checkbox-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.input-session:last-child {
  margin-bottom: 0;
}

.input-full-name .input-salutation,
.input-full-name .input-area-code,
.input-phone .input-salutation,
.input-phone .input-area-code {
  min-width: 8.5em;
}
.input-full-name .input-number,
.input-phone .input-number {
  width: 100%;
}
.input-full-name .input-name,
.input-full-name .input-last-name,
.input-phone .input-name,
.input-phone .input-last-name {
  width: 50%;
}

.input-radio-group > div {
  margin-right: 1em;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 0.5em !important;
}

.mb,
.input-full-name,
.input-phone,
.input-sessions {
  margin-bottom: 0.75em;
}

.member-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#delegates > div:first-child .member-remove {
  display: none;
}

.input-radio-group {
  display: flex;
  flex-direction: row;
}

@media (max-width: 576px) {
  .input-radio-group {
    flex-direction: column;
  }
  .input-sessions {
    grid-template-columns: 1fr;
  }
  .input-sessions input[type=checkbox] {
    margin-top: 0.125em;
  }
  .input-sessions input[type=checkbox] + label {
    line-height: 1.25em;
  }
  h5.card-title.form-step.form-step-2-2 {
    line-height: 1.25em;
  }
  .input-session:last-child {
    margin-bottom: 0.5em;
  }
  .input-sessions > div {
    border: none;
  }
  .input-promo {
    justify-content: space-between;
  }
  .input-promo > .input-code {
    width: 100%;
  }
  .input-full-name {
    flex-direction: column;
  }
  .input-full-name > div {
    margin-right: 0;
    margin-bottom: 0.75em;
  }
  .input-full-name > div:last-child {
    margin-bottom: 0;
  }
  .input-full-name .input-name, .input-full-name .input-last-name {
    width: unset;
  }
  .btn[type=submit] {
    width: 100%;
  }
}
.screen-mode-mobile div.gtef-main-box > div:first-child {
  margin-top: 0;
}
.screen-mode-mobile .generic-content {
  padding-top: 0.8rem;
}
.screen-mode-mobile div.head-box a.menu-ico {
  background-image: url("/media/images/menu_ico.png") !important;
}

.screen-mode-mobile.screen-mode-pc .generic-content {
  padding-top: 0;
}

/*# sourceMappingURL=site.css.map */
