
h2.pane-title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.traveller-alert{
  background-color:#F2E9C2;
  padding:1.5em 1em;
  font-weight:bold;
}
.required-alert{
  background-color:#F2E9C2;
  font-size:12px;
  padding:5px 20px;
  font-weight:bold;
}
.required-alert .ajax-progress {
  position: absolute;
  margin-left: 25px;
}
.booking-trip-header,
.booking-trip-header time.event {
  font-size: 14px;
  letter-spacing: normal;
}
.booking-trip-header time.event {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}
.booking-trip-header h1 {
  margin-bottom: 5px;
}
.booking-trip-header p {
  margin-bottom: 5px;
  font-size: 17px;
}
.booked-trip {
  background: #dee2e3;
  padding: 1em;
  margin: 1em 0;
}
.booked-trip img {
  width: 90%;
  height: auto;
}
.booked-trip-left{
  margin:0 0 0.5em 0;
}
.booked-trip-left img{
  display:none;
}
@media screen and (min-width:769px){
  .booked-trip-left {
    float: left;
    width: 20%;
  }
  .booked-trip-left img{
    display:block;
  }
}
.booked-trip-booking-reference {
  font-weight: bold;
  font-size: 0.8em;
}
.booked-trip-main {
  overflow: hidden;
  width: 80%;
}
.booked-trip-top {
  margin-bottom: 1em;
}
.booked-trip-top time.event {
  clear: both;
  display: block;
}
.booked-trip-top > a.button.button {
   float: right;
   margin-left: 1em;
 }
.booked-trip-middle {
  width: 50%;
  float: left;
}
.booked-trip-main .booked-trip-right {
  width: 50%;
  float: left;
}
.previous-trip .trip-title,
.booked-trip-title {
  display: inline;
}
.booked-trip-top > a.button.button {
  float: right;
  margin-left: 1em;
}
@media only screen and (max-width:600px) {
  .staff-booking-tasks a.button,
  .booked-trip-top > a.button.button {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
    margin:1em 0;
  }
}
.tui-booking-form .form-item label .under-title {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
#payment-details .panel-pane,
.booked-trip-traveller-table {
  margin: 0.5em 0 1em 0;
}
.booked-trip-traveller-table .booked-trip-traveller-table-col {
  margin: 0.5em 0;
}
#payment-details .panel-pane,
.booked-trip-traveller{
  border-top:1px solid #dee2e3;
  padding-top:1em;
}
#payment-details .panel-pane,
.booked-trip-traveller.pax-1{
  border-top:none;
}
.booked-trip-traveller-table .edit-link{
  font-size:14px;
  margin-left:20px;
  font-weight:600;
  white-space: nowrap;
}
.booked-trip-traveller-table .lead-traveller{
  text-transform:uppercase;
  font-size: 14px;
  font-weight: 600;
}
.booked-trip-traveller-table h3{
  margin-bottom:0;
}
.booked-trip-traveller-table dl{
  margin-bottom: 20px;
}
.booked-trip-traveller-table h6 {
  text-align: center;
  font-weight: bold;
  margin: 0.5em 20px 0.5em 0;
}
.booked-trip-traveller-table dl dt{
  width:50%;
  text-align:right;
  font-weight:bold;
  float:left;
  clear: left;
  margin-bottom:0.5em;
}
@media only screen and (max-width:768px) {
  .booked-trip-traveller-table dl dt{
    width: 100%;
    text-align: left;
    float: none;
    margin-bottom: 0;
  }
}
.booked-trip-traveller-table .required-alert {
  display: block;
  position: relative;
  top: -0.3em;
  padding: 0.3em 0.5em;
}
.booked-trip-traveller-table .booking-field-alert {
  display: block;
}
.booked-trip-traveller-table dl dt span {
  margin-right:20px;
  display: block;
}
.booked-trip-traveller-table dl dd{
  width:50%;
  text-align:left;
  float:left;
  margin-bottom:0.5em;
}
@media only screen and (max-width:768px) {
  .booked-trip-traveller-table dl dd{
    width: 100%;
    float: none;
  }
}
.booked-trip-needed {
  margin-bottom: 1em;
}
.booked-trip-needed a {
  display: block;
  clear: both;
}
.booked-trip-tagline {
  font-size: 1.2em;
  float: left;
  margin-right: 1em;
}
.booked-trip.priority-registration .booked-trip-title {
  display: block;
}
.booked-trip-main .description {
  clear: left;
  margin: 0.5em 0;
}
.booked-trip-main .description ul {
  padding: 0.5em 2em;
}
.booked-trip-main .description ul li {
  list-style-type: disc;
  margin: 0.5em 0;
}

.booking-field-alert {
  padding-left: 22px;
  background-image: url('images/alert.png');
  background-repeat: no-repeat;
  background-position: left 0.15em;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (max-width:768px) {
  .booked-trip-main {
    width: 100%;
  }
}
@media only screen and (max-width:600px) {
  .booked-trip-middle {
    width: 100%;
    float: none;
  }
  .booked-trip-main .booked-trip-right {
    width: 100%;
    float: none;
  }
}
.booked-trip-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}
.booked-trip-right .item-name {
  float: left;
}
.booked-trip-right .item-price {
  float: right;
  padding: 0;
}
.booked-trip-lead {
  clear: both;
}
.booking-trip-payments-table {
  margin-bottom: 1em;
}
.booking-trip-payments-table td {
  padding: 3px 6px 3px 0;
  font-size: 14px;
}
.booking-trip-payments-table .remaining-balance td {
  margin-top: 0.25em;
  font-weight: bold;
}
.booking-trip-payments-table .paid-so-far td {
  margin-bottom: 0.25em;
  font-weight: bold;
}
.booking-trip-payments-table .paid-so-far .last-payment {
  margin-left: 1em;
  font-weight: normal;
}
.previous-trip {
  border-top: 2px solid #c0c8c8;
  border-bottom: 2px solid #c0c8c8;
  padding: 10px 0px 15px;
}
.previous-trip + .previous-trip {
  border-top: none;
}
.previous-trip .trip-detail {
  padding-right: 5%;
  font-weight: bold;
  display: block;
  float: left;
  margin-bottom: 15px;
}
.previous-trip .trip-passengers {
  clear: both;
}
.previous-trip .trip-title {
  font-size: 24px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
}

.panel-2col-stacked .panel-pane {
  margin-bottom: 40px;
}
.pane-travel-extras .listing-header h2 {
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
}
.node-travel-extras-teaser a {
  display: block;
  color: #172748;
}
.node-travel-extras-teaser img {
  float: right;
  max-width: 30%;
  margin-left: 1em;
}
.node-travel-extras-teaser .arrow {
  clear: both;
  display: block;
}

.alert {
  background-color: #f2e9c2;
  padding: 10px 60px 10px 10px;
  margin: 20px 50px 0 0;
}
.alert h2 {
  text-transform: none;
  margin-bottom: 5px;
}
.alert img {
  padding-right: 20px;
  float: left;
}
.alert .text {
  overflow: hidden;
}
.alert p {
  font-size: 15px;
  margin: 0;
}
.alert p + p {
  margin-top: 10px;
}

.countdown-box {
  border: 2px solid #d1d3d2;
  padding: 10px 17px 18px;
}
.countdown {
  text-transform: none;
  font-family: "proxima-nova-soft", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 600;
}
.countdown .placeholder {
  font-size: 43px;
  line-height: normal;
  font-style: normal;
}
.share-description {
  margin-bottom: 10px;
}
.countdown-box .follow_box.share {
  text-align: left;
}

.node-type-travel-extras .bulleted li {
  font-size: inherit;
  color: #172748;
}


.node-type-travel-extras .follow_box {
  margin-bottom: 2em;
}

.travel_extras_callout {
  margin-top: 2em;
}
.travel_extras_callout .bulleted {
  float: left;
  width: 65%;
  margin-right: 5%;
}
.travel_extras_callout .right {
  float: right;
  width: 30%;
}
.travel_extras_callout .right button,
.travel_extras_callout .right img {
  width: 100%;
  height: auto;
}

.node-travel-extras-mini-teaser a {
  display: block;
  color: inherit;
}
.node-travel-extras-mini-teaser p {
  margin-top: 1em;
}
table.line-items {
  font-size: medium;
}
.line-items td {
  border-top: 1px solid #CCC;
  padding: 8px 0;
}
.line-items td.col-last {
  text-align: right;
  vertical-align: bottom;
}
.line-items .tui-booking-price-included {
  font-style: italic;
}
.line-items .line-items-total td {
  font-weight: bold;
  border-top: 1px solid #CCCCCC;
}
.line-items .line-items-total .line-item-amount {
  text-align: right;
}
.line-items .line-items-total .tui-booking-price {
  font-size: 24px;
  margin-left: 10px;
}
.page-account .tabs {
  margin-top: 20px;
}
.page-account .breadcrumb {
  overflow: auto;
  margin-bottom: 15px;
  font-size: 15px;
}

.panel-2col-stacked {
  /*  overflow: hidden;  */
  margin-top: 0;
  padding-top: 0;
}

.panel-2col-stacked .panel-col-top,
.panel-2col-stacked .panel-col-bottom {
  width: 99.9%;
  clear: both;
}

.panel-2col-stacked .panel-col-top .inside {
  margin-bottom: .5em;
}

@media only screen and (min-width:768px) {
  .panel-2col-stacked .panel-col-first {
    float: left;
    width: 66%;
  }
  * html .panel-2col-stacked .panel-col-first {
    width: 65.9%;
  }

  .panel-2col-stacked .panel-col-first .inside {
    margin: 0 .5em 1em 0;
  }

  .panel-2col-stacked .panel-col-last {
    float: left;
    width: 33.9%;
  }

  .panel-2col-stacked .panel-col-last .inside {
    margin: 0 0 1em .5em;
  }
}

.panel-2col-stacked .panel-separator {
  margin: 0 0 1em 0;
}

.tui-payment-form a {
  margin-top: 1em;
  display: block;
}
.tui-payment-form .form-submit {
  float: right;
}
@media only screen and (max-width:767px) {
  .tui-payment-form .title-display-after > label {
    position: static;
  }
  .tui-payment-form .form-item {
    zoom: 1;
  }
  .tui-payment-form .form-item:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
}
