﻿/* Process indicator */
.progressSE {
  margin: 20px 0;
}
.progressSE ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 40px;
  background-color: #eee;
  color: #888;
  width: 100%;
}
.progressSE ul li {
  float: left;
  display: inline-block;
  background-color: #eee;
  height: 40px;
  padding: 6px 18px 6px 6px;
  width: 25%;
}
.progressSE ul li div {
  display: inline-block;
  height: 28px;
  overflow: hidden;
}
.progressSE ul li div div.number,
.progressSE ul li div div.text {
  display: inline-block;
  padding-top: 2px;
}
.progressSE ul li div div.number {
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  border-radius: 999px;
  width: 28px;
  margin-right: 12px;
  background: #aaa;
  color: #eee;
  text-align: center;
  font-weight: bold;
}
.progressSE ul li.done,
.progressSE ul li.current {
  background-color: #259ea9;
  color: #fff;
}
.progressSE ul li.done div.number,
.progressSE ul li.current div.number {
  background-color: #fff;
  color: #414141;
}
.progressSE ul li.chevron {
  background-image: url(../Content/Chevron.png);
  background-repeat: no-repeat;
  background-position: right;
}
.progressSE ul li.chevronGrey {
  background-image: url(../Content/ChevronGrey.png);
  background-repeat: no-repeat;
  background-position: right;
}
.progressSE ul.stepcount1 li.step1 {
  width: 100%;
}
.progressSE ul.stepcount2 li.step1 {
  width: 50%;
}
.progressSE ul.stepcount2 li.step2 {
  width: 50%;
}
.progressSE ul.stepcount3 li.step1 {
  width: 33%;
}
.progressSE ul.stepcount3 li.step2 {
  width: 33%;
}
.progressSE ul.stepcount3 li.step3 {
  width: 34%;
}
.progressSE ul.stepcount4 li.step1 {
  width: 25%;
}
.progressSE ul.stepcount4 li.step2 {
  width: 25%;
}
.progressSE ul.stepcount4 li.step3 {
  width: 25%;
}
.progressSE ul.stepcount4 li.step4 {
  width: 25%;
}
.progressSE ul.stepcount5 li.step1 {
  width: 20%;
}
.progressSE ul.stepcount5 li.step2 {
  width: 20%;
}
.progressSE ul.stepcount5 li.step3 {
  width: 20%;
}
.progressSE ul.stepcount5 li.step4 {
  width: 20%;
}
.progressSE ul.stepcount5 li.step5 {
  width: 20%;
}
/* Clearfix http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
#journeydate-table {
  width: 100%;
}
.accordion-group .accordion-heading .accordion-toggle:before {
  content: "\f103";
  display: inline-block;
  font-family: fontawesome;
  font-size: 24px;
  margin-right: 5px;
  float: right;
}
.single-line {
  height: 40px !important;
}
#Customer_FormOfAddress,
#TypePax,
#Customer_CountryId,
#Customer_Language {
  width: auto;
}
.customer-input {
  width: 100%;
}
.participants-row input {
  width: 100%;
}
.participants-row select {
  height: 40px;
}
.participants-row td {
  border: 0;
}
.inputCustomer label {
  font-size: 12px;
}
.inputCustomer select {
  height: 40px;
}
.inputCustomer input[type="text"],
.inputCustomer input[type="password"],
.inputCustomer input[type="email"] {
  display: inline-block;
  min-width: 250px;
}
.inputCustomer .passwordPanel {
  padding: 0;
}
.inputCustomer .passwordPanel label {
  min-width: 140px;
}
.inputCustomer .passwordPanel input[type="text"],
.inputCustomer .passwordPanel input[type="password"],
.inputCustomer .passwordPanel input[type="email"] {
  min-width: 100px;
}
fieldset.form {
  border-width: 1px;
  padding: 10px;
}
fieldset.form legend {
  padding: 0 10px;
  margin: 0 10px;
}
fieldset.form label {
  display: inline-block;
  min-width: 150px;
  text-align: right;
  margin-right: 10px;
  padding-bottom: 10px;
}
fieldset.form label.wide-label {
  max-width: none;
}
fieldset.form label:after {
  content: " : ";
}
fieldset.form .reqLabel label:after {
  content: " *: ";
}
fieldset.form input[type="text"],
fieldset.form input[type="password"],
fieldset.form input[type="email"] {
  display: inline-block;
}
.required {
  color: red;
}
table label {
  cursor: pointer;
  font-weight: 400;
}
div.span1 select,
div.span2 select {
  width: 75px;
}
fieldset.customer-overview label {
  padding-bottom: 0px;
}
.confirmationContainer fieldset.form legend {
  margin: 0;
}
.confirmationContainer label {
  max-width: 150px;
}
.preferences-inner {
  display: none;
  height: auto;
}
.price {
  color: red;
}
.groupitem {
  padding: 10px;
}
.registration-groupdates > div {
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
.registration-customer > div {
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
.optionHeader .optionBody {
  padding-top: 10px;
}
.registrationContainer {
  padding-bottom: 80px;
}
.registrationContainer .btn-container {
  background-color: white;
  left: 0;
  margin-bottom: 30px;
  position: sticky;
  top: 0;
  z-index: 5;
}
.registrationContainer .btn-container button,
.registrationContainer .btn-container input[type="submit"] {
  font-size: 2em;
  padding: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .registrationContainer .btn-container {
    background-color: white;
    position: relative;
  }
  .registrationContainer .btn-container button,
  .registrationContainer .btn-container input[type="submit"] {
    font-size: 1em;
    padding: 6px 12px;
    width: auto;
  }
}
.registration-instruction {
  margin-bottom: 15px;
}
.overview-registration {
  border-color: #259ea9;
  border-style: solid;
  padding: 0 0 5px 0;
}
.overview-registration b,
.overview-registration span {
  margin: 0 5px;
}
.overview-registration .table {
  margin-bottom: 0px;
}
.overview-registration .SEBoxHeader .head {
  position: relative;
  display: inline-block;
  height: 90px;
  width: 100%;
  text-align: center;
  color: white;
  background-color: #259ea9;
  line-height: 50px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  margin-bottom: 30%;
  padding-top: 35px;
}
.overview-registration .SEBoxHeader .head:after {
  box-sizing: border-box;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #259ea9;
  padding-bottom: 50%;
  width: 57.7%;
  height: 57.7%;
  z-index: 1;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(-30deg) skewX(30deg);
  -ms-transform: rotate(-30deg) skewX(30deg);
  transform: rotate(-30deg) skewX(30deg);
}
.overview-registration .SEBoxHeader .SEBoxTitle {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  left: 0;
}
.overview-registration span.total {
  float: right;
  border-color: #d0cdcd;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
table .title {
  font-weight: bold;
}
.participantContainer {
  margin-top: 20px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  text-align: left;
}
.participantContainer .participantsHeader {
  line-height: 40px;
  background-color: #eee;
  font-weight: bold;
  margin: 0;
}
.participantContainer .participantInputRow {
  border-bottom: 1px solid #efefef;
  padding: 3px 0;
  margin: 0;
}
.participantContainer .participantInputRow p {
  margin: 0;
}
.participantContainer .participantInputRow input {
  width: 100%;
}
.participantContainer .participantInputRow select {
  width: 100%;
  margin-top: 15px;
  padding: 5px;
}
.contactFormContainer {
  border-width: 1px;
  padding: 10px;
}
.contactFormContainer legend {
  padding: 0 10px;
  margin: 0 10px;
}
.contactFormContainer label {
  display: inline-block;
  min-width: 150px;
  text-align: right;
  margin-right: 10px;
  padding-bottom: 10px;
}
.contactFormContainer label:after {
  content: " : ";
}
.contactFormContainer input[type="text"],
.contactFormContainer input[type="password"],
.contactFormContainer input[type="email"] {
  display: inline-block;
  width: 300px;
}
.preferencesContainer {
  padding-left: 150px;
}
.message-Information {
  background-color: rgba(0, 255, 0, 0.2);
  border: 1px solid green;
  border-radius: 5px;
  color: green;
  margin-bottom: 15px;
  padding: 5px;
}
.validation-summary-errors,
.message-Error {
  color: red;
  background-color: rgba(255, 0, 0, 0.2);
  border: 1px solid red;
  border-radius: 5px 5px;
  padding: 5px;
  margin-bottom: 15px;
}
.validation-summary-errors > span,
.message-Error > span {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
}
.validation-summary-errors ul,
.message-Error ul {
  list-style: none;
  padding-left: 0;
}
.field-validation-error {
  color: red;
}
.areaContainer label {
  float: left;
}
.SEBoxConfirmation {
  background-color: #eeeeee;
  border-radius: 5px;
  padding: 10px;
  margin-left: 20px;
  margin-bottom: 20px;
  overflow: auto;
}
.SEBoxConfirmation table {
  border: 0;
}
.SEBoxConfirmation table .title {
  width: 50%;
}
.customerName label {
  max-width: 150px;
  vertical-align: top;
  padding-bottom: 5px !important;
}
.contact-required {
  position: absolute;
  left: -5000%;
}