.wizard > .steps > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.wizard > .steps > ul > li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55px;
  flex: 0 0 55px;
  min-width: 0;
  -webkit-transition: -webkit-box-flex 250ms ease;
  transition: -webkit-box-flex 250ms ease;
  -o-transition: flex 250ms ease;
  transition: flex 250ms ease;
  transition: flex 250ms ease, -webkit-box-flex 250ms ease, -ms-flex 250ms ease;
  width: auto;
}
.wizard > .steps > ul > li.current {
  -webkit-box-flex: 5;
  -ms-flex: 5;
  flex: 5;
}

.wizard > .content {
  background: 0;
}

.wizard > .content > .title {
  display: none;
}

.wizard > .content > .body {
  max-width: 700px;
  float: none;
  position: relative !important;
  margin: 0 auto;
}

.wizard > .steps a,
.wizard > .steps a:active,
.wizard > .steps a:hover {
  border-radius: 0;
  color: transparent;
  font-weight: 700;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  -webkit-transition: background-color 350ms ease;
  -o-transition: background-color 350ms ease;
  transition: background-color 350ms ease;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  background: #ddd;
  width: 100%;
}

.wizard .waiver-birthdate select {
  margin-bottom: 15px;
}

.wizard > .steps .number {
  color: #fff;
  font-size: 1em;
}

.wizard > .steps .current a,
.wizard > .steps .current a:active,
.wizard > .steps .current a:hover {
  background: #508ba9;
  color: #fff;
  font-weight: 700;
}

#waiver .form-group {
  margin-bottom: 15px;
}

.wizard .waiver-container-question-first-flight label {
  display: inline-block !important;
}

.wizard .actions {
  text-align: center;
}

.wizard .actions a {
  border: 2px solid #333;
  font-weight: bold;
}

.wizard .actions a[href="#previous"],
.wizard .actions a[href="#cancel"] {
  background: #fff;
  color: #777;
}

.wizard .ui-checkboxradio-radio-label .ui-icon-background {
  display: none;
}

.wizard > .content > .body label.btn, .wizard > .content > .body label.ui-checkboxradio-label {
  display: inline-block !important;
  background-color: #fff;
  border-radius: 7px;
  padding: .5em 1em;
  width: 80px;
  box-shadow: none;
  border: 1px solid #000;
}

.email-container {
  display: flex;
}

.email-container .part {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  color: #555;
  flex-grow: 1;
  width: 100%
}

.email-container .arobase {
  font-size: 1.7em;
  text-align: center;
  padding: 0 0.2em;
  background-color: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
  color: #666;
  display: flex;
  align-items: center;
}

.email-container .prefix {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.email-container .suffix {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

#waiver .ui-checkboxradio-label.ui-state-active {
  background-color: #000;
  color: #fff;
}

#waiver .multi-mode.hidden
#waiver .single-mode.hidden {
  display: none;
}

#waiver .multi-mode .intl-tel-input {
  width: auto;
}

.multiuser-row-template {
  display: none;
}

.multiuser-row-first {
  flex-wrap: wrap;
  row-gap: 8px;
}

.multiuser-row-first {
  display: flex;
  align-items: end;
  column-gap: 1%;
}

.multiuser-row-first .firstname,
.multiuser-row-first .lastname,
.multiuser-row-first .birthdate-container,
.multiuser-row-first .email,
.multiuser-row-first .phone {
  width: 49.5%;
}

#waiver .multiuser-row-first .error,
#waiver .multiuser-row .error {
  border-color: #df5555;
  background-color: #fbe3e4;
}

.multiuser-row .firstname,
.multiuser-row .lastname,
.multiuser-row .birthdate-container,
.multiuser-row .email {
  width: 33.3333%;
}

.multiuser-row-first .birthdate-container,
.multiuser-row .birthdate-container {
  display: flex;
  flex-wrap: wrap;
}

.multiuser-row-first .birthdate-container .birthdate-title,
.multiuser-row .birthdate-container .birthdate-title {
  width: 100%;
}

.multiuser-row-first .birthdate-container select.form-control,
.multiuser-row .birthdate-container select.form-control {
  width: 33.3333%;
  border-radius: 0;
  border-left: 1px solid #999;
  border-right: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  background-color: #fff;
  padding: 3px 0;
}

.multiuser-row .birthdate-container .birthdate-day,
.multiuser-row .birthdate-container .birthdate-year {
  width: 30%;
}

.multiuser-row .birthdate-container .birthdate-month {
  width: 40%;
}

.multiuser-row-first .birthdate-container select.form-control:first-of-type,
.multiuser-row .birthdate-container select.form-control:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.multiuser-row-first .birthdate-container select.form-control:last-child,
.multiuser-row .birthdate-container select.form-control:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-right: 1px solid #999;
}

.multiuser-row {
  margin-bottom: 15px;
}


.multiuser-row-full{
  width:80%;
  margin : 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content:center;
}

.multiuser-row-full .firstname,
.multiuser-row-full .lastname,
.multiuser-row-full .email,
.multiuser-row-full .phone
{
  width: 33.333%;
  margin: 10px;
  min-width:400px;
}


.multiuser-row-full input, .multiuser-row-full select{
  text-align:center;
}

.confirmation-multiuser-row-template {
  display: none;
}

.confirmation-multiuser-row {
  margin-bottom: 15px;
}

.waiver-timeslot-block-template {
  display: none;
}

.waiver-available-timeslots {
  display: flex;
  flex-direction: column;
  min-height: 50%;
  align-items: center;
  justify-content: center;
}

.waiver-timeslots-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
}

.waiver-timeslot-block {
  position: relative;
  font-size: 1.5em;
  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 150ms;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.waiver-timeslot-block.selected {
  background-color: #5cb85c;
  color: #fff;
}

.waiver-timeslot-block.selected:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #fff;
  top: 6px;
  right: 6px;
  border-radius: 50%;
}

.waiver-available-timeslots-subtitle {
  color: #555;
  font-size: 20px;
}

.waiver-available-timeslots-subtitle.error {
  color: #D00;
  font-weight: bold;
}

.waiver-timeslots-day-title {
  font-size: 26px;
  margin-bottom: 15px;
}

.waiver-btn-reload-waiver {
  display: none;
  position: relative;
  font-size: 1.5em;
  padding: 1em;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
  transition: all 150ms;
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

table.waiver-questions {
  border-collapse : collapse;
  border : solid 0px #000;
  margin : 0px auto;
}

table.waiver-questions td {
  padding : 5px 10px;
  border : solid 0px #000;
}

table.waiver-questions tr.impair {
  background-color : #FFF;
}

.waiver-content {
  text-align : center;
}

div#waiver-type-form-pro {
  display : none;
}

div.waiver-type-form {
  margin-top : 5%;
}

div#voucher-code-error, div#birthdate-error, div#info-parent-error, div#info-flyer-error, div#sign-error, div#customer-email-error {
  color : #D00;
  font-size : 20px;
  margin-top : 20px;
}

div.waiver-flyer-info {
  text-align: left;
}

div#waiver-flyer-info-parent {
  padding : 10px 0px 10px 0px;
  margin-bottom : 20px;
}

div#waiver-flyer-info-flyer {
  
}

.waiver_scrolling {
  height : 400px !important;
  overflow-y : auto;
}

.waiver-confirm {
  font-weight : bold;
}

.waiver-content .flag {
  width: 40px;
  height: 26.666px;
}

.waiver-content .btn-flag {
  border: 0;
  opacity: 0.4;
  border-radius:4px;
  padding:5px;
  color:#000;
}

.waiver-content .btn-flag div{
  margin-top: 5px;
}

.waiver-content .btn-flag:hover, .waiver-content .btn-flag.selected {
  opacity: 1;
}

#waiver .waiver-content.tos {
  max-width: 100%;
}

.waiver-text {
  overflow-y: scroll;
  background-color: #fff;
}

#waiver .waiver-text ul {
  display: block;
  padding-left: 40px;
}

#waiver .waiver-text p {
  padding: 5px 0;
}

#waiver .waiver-content.tos .waiver-text {
  height: 60vh !important;
}

.waiver-text-agree-btn {
  margin-top: 10px;
}

#waiver .waiver-content.tos label {
  width: auto;
  display: inline-block !important;
}

#waiver .btn-lg {
  font-size: 18px;
}

.waiver-ok-luxfly .img-flyer {
  margin-top: 80px;
  margin-bottom: 70px;
  width: 560px;
}

.waiver-ok-luxfly .text-good-flight {
  font-size: 56px;
}

.waiver-ok-luxfly .checkmark {
  position: absolute;
  right: 180px;
  top: 55px;
  width: 110px;
}

.wizard .waiver-content.signature {
  max-width: 100%;
}

.waiver-content #sign-container .signature-subtext {
  font-size: 10px;
}

.waiver-container-question-first-flight .answer {
  padding-top: 8px;
}

.waiver-provide-information {
  font-size: 14px;
  font-weight: bold;
}

.waiver-must-be-present {
  font-size: 16px;
  font-weight: bold;
}

.waiver-all .btn-flag {
  margin-top: 30px;
}

#waiver .validate-voucher-code {
  background: #2184be;
  color: #fff;
  border: 0px;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
  outline: 0;
}

#waiver .actions li:nth-child(2) {
  float: right;
}

.waiver-all .activity-list button{
  margin: 5px 0;
}

.waiver-email-subtext {
  margin-top: 10px;
  font-weight: bold;
}

.waiver-email-error {
  display: none;
  color: #D00;
  font-weight: bold;
  margin-top: 10px;
}

#waiver .signature-erase {
  margin-bottom: 15px;
  background: 0 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  color: #444;
  padding: 5px;
}

#waiver-checkbox, #waiver-newsletter-checkbox {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-right: 10px;
}

/* tweak Airrider pour masquer un entête en double */
#waiver .content .body .gender-container > label{
  display: none !important;
}

/* tweak Airrider pour préserver la taille des boutons hear about us */
#header .btn, #main .hear-about-us-container .btn {
  width: 100%;
}

/* CheckMySurf */

.checkmysurf_container {
  padding : 5px;
  white-space : nowrap;
}

.checkmysurf_picture_container {
  display : inline-block;
  padding : 5px;
  cursor: pointer;
}

.checkmysurf_picture {
  width : 100px;
  max-width : 200px;
}

.checkmysurf_explain {

}

.checkmysurf_disclaimer {
  color : #D00;
}

.checkmysurf_logos {
  text-align : center;
  padding : 20px 0px;
}

.checkmysurf_logos > img {
  display : inline-block;
  height : 100px;
}

@media(max-width: 480px) {
  h2 {
    font-size: 18px;
  }
  
  .wizard .steps ul > li {
    display: none;
  }

  .wizard .steps ul > li.current {
    display: inherit;
  }

  .wizard > .steps a,
  .wizard > .steps a:active,
  .wizard > .steps a:hover {
    padding: 3px;
  }
}

script+div[style] {

  height:70px!important;
  text-align:center;
  padding-top: 10px !important;
  }

script+div[style] img {
  height:50px!important
  }

.wizard>.content {
  background:0 0;
  height: auto;
  min-height:0
  }
  
.wizard>.content>.body {
  float:none;
  position:relative;
  margin:0 auto;
  max-width:960px;
  padding:30px
  }

h1,h2,h3,h4,h5 {
  font-weight:700
  }