.well {
  margin-bottom: 0;
}

.bottom-information {
  margin-bottom: 0;
}

#mainContainer {
  width: 980px;
  padding-top: 5px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.no-round-border {
  border-radius: 0 !important;
}

.shadow-well {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.panel.shadow-box {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
}

.segments-block {
  display: none;
}

.segment-intermediate-stations {
  display: none;
}

.segment-main-station {
  font-weight: bold;
}

.radio-cont label {
  margin-right: 15px;
  margin-left: 3px;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
  border: none;
}

.search-info .field {
  width: 15%;
}

table.accommodation-rows > tbody > tr > td {
  vertical-align: text-top;
  padding: 5px;
}

.spacer-horizontal {
  display: block;
}

.spacer-horizontal.sh-px1 {
  margin: 1px 0;
}

.spacer-horizontal.sh-px2 {
  margin: 2px 0;
}

.spacer-horizontal.sh-px5 {
  margin: 5px 0;
}

.spacer-horizontal.sh-px10 {
  margin: 10px 0;
}

#mcp-custom-search-form input[type='checkbox'] {
  position: relative;
  top: 1px;
}

div.fade-out-bottom {
  position: relative;
}

div.fade-out-bottom::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: -webkit-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -moz-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -o-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background-image: -ms-linear-gradient(
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}

h6 {
  font-weight: bold;
}

.reservation__title {
  font: normal 1.667rem/2.167rem "DB sans", sans-serif;
  padding: 10px 0 20px 0;
}

.reservation-typo {
  margin-bottom: 10px;
}

.reservation-price {
  float: right;
  font-weight: bold;
  width: 50%;
}

.reservation-per-person {
  margin: 0 0 0 18px;
  line-height: 15px;
}

.float-container {
  overflow: hidden;
}

.m-bot-15 {
  margin-bottom: 15px;
}

.float-container .float-container-header {
  height: 50px;
  font-weight: bold;
}

.float-container .float-container-icon {
  height: 22px;
  width: 22px;
  border: 1px solid #aaaaaa;
  border-radius: 11px;
  color: #aaaaaa;
  font-size: 18px;
  text-align: center;
  line-height: 18px;
  margin-top: 8px;
}

.float-container .float-container-icon-info {
  color: #999999;
  margin-left: 10px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.height-single {
  height: 24px;
}

.height-double {
  height: 48px;
}

table.offers_table thead th {
  background: #e7e7e7;
  margin: 1px;
  border: 1px solid #ffffff;
}

table.offers_table thead th:first-child {
  border-left: 0;
}

table.offers_table thead th:last-child {
  border-right: 0;
}

table.offers_table tbody tr td {
  border: 0;
}

.btn--primary {
  color: #ffffff;
  background-color: #f01414;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.btn--primary:focus, .btn--primary.focus {
  color: #ffffff;
  background-color: #c40d0d;
}

.btn--primary:hover {
  color: #ffffff;
  background-color: #c40d0d;
}

.btn--primary:active, .btn--primary.active {
  color: #ffffff;
  background-color: #f01414;
}

.btn--primary.btn--disabled:hover, .btn--primary.btn--disabled:focus, .btn--primary.btn--disabled.focus, .btn--primary[disabled]:hover, .btn--primary[disabled]:focus, .btn--primary[disabled].focus,
fieldset[disabled] .btn--primary:hover,
fieldset[disabled] .btn--primary:focus,
fieldset[disabled] .btn--primary.focus {
  background-color: #f01414;
}

.mcp-error-container {
  background-color: #ffe1e1;
  color: #993333;
  padding: 10px;
  overflow: hidden;
  margin: 30px 0;
  width: 100%;
  position: relative;
}

.mcp-error-container .mcp-error-code {
  float: left;
  font-size: 14px;
  font-weight: bold;
  color: #bb5555;
  padding-right: 10px;
  width: 15%;
  min-width: 58px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}

.mcp-error-container .mcp-error-message-full {
  float: right;
  line-height: 25px;
  width: 100%;
}

.mcp-error-container .mcp-error-message {
  float: right;
  line-height: 25px;
  width: 85%;
}

.modal__footer-with-buttons {
  margin-top: 10px;
  margin-bottom: -20px;
}
.modal-btn-left {
  padding-left:0;
}
.modal-btn-right {
  text-align:right;
  padding-right:0;
}

.confirmation__journey-title, .confirmation__offer-title {
  font-weight: bold;
}
.confirmation__journey-day {
  color: #878c96;
  font-size: 1rem;
  top: 27px;
  line-height: 30px;
  position: absolute;
}

.secure_payment_process {
  margin-top: 20px;
  padding: 10px 20px
}

.absolute_secure_payment {
  bottom: 20px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 100%;
}

@media (max-width: 982px) {
  .sf-wrap {
    padding-bottom: 38px;
  }
}

.sf-wrap {
  min-height: 150px !important;
}

.payment__title {
  font: normal 1.667rem/2.167rem "DB sans", sans-serif;
  padding: 10px 0;
}
.payment-item {
  padding: 15px 0px 20px 30px;
}

.spinner {
  margin-top: -25px;
  display: block;
  width: 100%;
  text-align: center;
}
.spinner img {
  max-width:40%;
}

.compartments__item-header-company {
  white-space: nowrap;
}

.compartments__item-header-inner {
  padding-right: 170px;
}
  @media (max-width: 830px) {
    .compartments__item-header-inner {
      padding-right: 94px;
    }
    .compartments__item-header-number {
      max-width: 90px;
    }
  }

.faqs-page__no-results {
  display: none;
}

.mandatory_legend {
  color: red;
  font-style: italic;
}

.offers__caption {
  font: normal 14px/1.5rem "DB sans", sans-serif !important;
}

.invisible {
  visibility: hidden;
}

.no-borders {
  border: none;
}

.ui-menu .ui-menu-item {
  overflow: visible !important;
}

.laterButtonClass {
  background-color: #878c96;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  width: 140px;
}

.final__item-title:before {
  font-weight: normal;
}

.hide {
  display: none;
}

.roundtrip-cancel_cross {
  width: 15px;
  margin-right: -15px;
  margin-top: 6px;
  cursor: pointer;
}

#fakeButton {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.retrieve__col-text .icon-bahn-train-arrow {
  font-size: 70%;
}

.final__content .h2 .icon-bahn-train-arrow{
  font-size: 70%;
}

.compartments__item-header .icon-bahn-train-arrow{
  font-size: 70%;
}

.offers__search-detail-day {
  margin-top: -10px;
  font-size: 1rem;
}

.offers__caption--sort-desc:after {
  font-family: 'icon-bahn' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 11px;
  top: 4px;
  font-size: 5px;
  content: "\e900" !important;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

.offers__size--duration:after {
  right: 6px;
}

@media (max-width: 829px) {
  .offers__size--duration {
    padding-left: 5px !important;
  }
  .offers__size--duration:after {
    right: 4px;
  }
}

.ui-state-active {
  background: #e7e7e7;
}

.compartments__item ~ .compartments__item {
  margin-top: 0px;
}

.compartments__item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.compartments__item_list {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 1.84px 2.16px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 1.84px 2.16px rgba(0, 0, 0, 0.13);
}

.compartments__item-zones-header--link{
  height: 15px;
  color:#000000;
}

.link--md {
  font-size: 1.2em;
  font-weight: unset;
}
.link--arrow {
  margin-left: 1.6em;
}

.confirmation__offer {
  font-size: 1.167rem;
}

#fakePlaceholder {
  opacity:0.4;
}

.back {
  background-color: #e7e7e7;
}
.back-error, .back-payment {
  background-color: #f5f5f5;
}
.error_page.box-white--title{
  padding-bottom: 0;
}
.error_page.box-white{
  -webkit-box-shadow:none;
  box-shadow:none;
}


.icon-bahn-train-arrow.arrow-grey, .total-routes__way li + li:before {
  color: #c3c3c3;
}

.offers__passengers-remove-block {
  padding: 0;
}

.sidebar-total {
  margin-top: -25px;
}

#show-details-offer-page + .offers__title {
  margin-top: 10px;
}



.show-details-btn:hover  {
  text-decoration: underline;
  color: #f01414;
}

.offers__title + .offers__class {
  margin-top: -5px;
}

.clearfix {
  clear: both;
}

.payment_confirmation_text {
  margin-left: 10px;
  margin-bottom: -15px;
}

.ticket-caption {
  margin-top:22px;
}
.ticket-caption__icon {
  margin-top:6px;
}

.ui-autocomplete {
  top: 0;
  left: 0;
}

.ui-autocomplete .ui-menu-item {
  font-weight: normal;
  font: normal 1.167rem/1.667rem "DB sans", sans-serif;
}

.no-margin {
  margin: 0;
}

.no-margin-top {
  margin-top: 0;
}

.upsale-through-row {
  padding: 15px 20px;
}

.toggle-wrapper--bottom-line-xs {
  padding: 15px 0;
}

.compartments__item-captions {
  padding-left:20px;
  padding-right:0;
  text-align:left;
}
.compartments__item-caption {
  justify-content: flex-start;
}
.compartments__item-caption .tooltip {
  font-size: 1.167rem;
}
br.hidden {
  display:none;
}
.compartments br.hidden {
  display:inline;
}

.no-fares {
  margin-top:1px;
}

.no-background {
  background: none;
}

.total-routes__way li + li:before {
  color: #c3c3c3;
}

.footer__info {
  -webkit-box-shadow: none;
  box-shadow: none;
}

form input, form select {
  font-weight: 700 !important;
}

input[type=radio]:checked+label {
  font-weight: bold;
}

.form__group .radio {
  width: 65px;
}

.form__group--class .radio {
  width: 125px;
}

._col-sm-6 .form__group--class .radio {
  width: 125px;
}

.form__group--selects-bold .ui-selectmenu-text {
  font-weight: 700 !important;
}
.form__group--selects-gray .ui-selectmenu-text {
  color: #646973;
}
.j-passenger-reductionCard + label {
  font-weight: 700 !important;
}

input::-moz-placeholder {
  color: #646973;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #646973;
}
input::-webkit-input-placeholder {
  color: #646973;
}

.no-shadow, .no-shadow:before  {
  box-shadow: none;
  -webkit-box-shadow: none;
}

@media (max-width: 768px) {
  .tooltip {
    font-size: 12px !important;
  }
}

.offers__company-product {
  font-size: 1.167rem;
}

.payment-frame {
  width: 100%;
  min-height: 600px;
}

@media (max-width: 425px) {
  .payment-frame {
    min-height: 650px;
  }
}

@media (max-width: 375px) {
  .payment-frame {
    min-height: 750px;
  }
}


@media (max-width: 320px) {
  .payment-frame {
    min-height: 780px;
  }
}

@media (max-width: 580px) {
  .steps__list--active-2 {
    width: 230%;
    margin-left: calc((-220%/6) * 1.36);
  }
}


.price_mismatch {
  color: #f01414;
  padding: 5px 0 20px;
  font: normal 1.167rem/1.667rem "DB sans",sans-serif;;
}

.price_mismatch.reservation_page_error{
  padding-bottom: 0;
  padding-top: 10px;
}

.passenger_form_error {
  color: #f01414;
  padding: 5px 0 10px;
  font: normal 1.167rem/1.667rem "DB sans",sans-serif;;
}

.passenger_form_error a {
  color: inherit;
}


.compartments__title { padding: 5px 0 15px 0 !important; }
.detail-offers__ticket-description{ font: inherit !important; }
.detail-offers__ticket-description strong{ font-weight: bold }

.compartments__item-zones-item:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  height: 100%;
}

.compartments__item-zones-item .radio {
  display: inline-block;
  vertical-align: middle;
}

.content {
  overflow: visible;
}

.steps {
  overflow: hidden;
}

.tickets--gray-text-block {
  margin-top: 10px;
}

.retrieve__col-laf > b {
  font-weight: bold;
}

.processing-refund-request {
  background-color: #878c96 !important;
}
.processing-refund-request:hover {
  background-color: #6d727d !important;
}
