﻿#TrainScopeWrapper {
  background-color: #e8e8e8; }
  #TrainScopeWrapper .loading-wrapper .spinner {
    margin-top: 70% !important; }
  #TrainScopeWrapper .loading-wrapper .loading-description {
    display: flex; }
  #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules b {
    position: absolute;
    right: -11px;
    top: -14px;
    font-size: 14px; }
  #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules p {
    margin-top: 20px !important; }
    #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules p span {
      margin-top: 15px !important; }
  #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules .refund-policy {
    margin-top: 30px; }
    #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules .refund-policy .refund-policy-title {
      justify-content: space-between;
      display: flex;
      margin-bottom: 10px;
      padding-bottom: 7px;
      border-bottom: dashed 2px lightgray; }
      #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules .refund-policy .refund-policy-title span {
        color: #414f68;
        font-size: 14px; }
    #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules .refund-policy .refund-policy-item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      border-bottom: dashed 2px whitesmoke; }
      #TrainScopeWrapper .reserve-info.submit-wrapper .flight-ticket-purchase-rules .refund-policy .refund-policy-item span.refund-percent {
        color: #e10909;
        font-weight: bold;
        font-size: 18px; }
  #TrainScopeWrapper .row.change-date-buttons .col-md-6:last-child {
    bottom: 1px; }
  #TrainScopeWrapper section.reserve-info-wrapper.card-1.card-wrapper {
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    float: right; }
  #TrainScopeWrapper .result-list .dom-return-discription {
    background-color: #cceffd;
    padding: 5px 10px;
    color: #02222f;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    #TrainScopeWrapper .result-list .dom-return-discription p {
      margin: 0;
      font-size: 13px;
      letter-spacing: 0px;
      display: block;
      text-align: center; }
    #TrainScopeWrapper .result-list .dom-return-discription i {
      -moz-animation: referring-to-bottom 1.2s linear infinite;
      -o-animation: referring-to-bottom 1.2s linear infinite;
      -webkit-animation: referring-to-bottom 1.2s linear infinite;
      animation: referring-to-bottom 1.2s linear infinite; }
  #TrainScopeWrapper .result-list .result-list-item-selecting-passed {
    margin: 0 !important; }
  #TrainScopeWrapper .result-list .result-list-item.train-result {
    padding: 5px; }
    #TrainScopeWrapper .result-list .result-list-item.train-result.selected-result-list-item {
      background-color: #f3fbff !important; }
    #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper {
      margin: 0 0 10px; }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper.capacity-full {
        background-color: rgba(255, 0, 0, 0.03); }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img {
        padding-right: 0 !important;
        padding-left: 0;
        width: 12%;
        position: relative;
        right: 0 !important;
        /*&:after {
                        content: '';
                        position: absolute;
                        top: 0px;
                        right: 118px;
                        height: 90px;
                        opacity: 0.6;
                        background: #ffffff;
                        background: -moz-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
                        background: -webkit-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
                        background: linear-gradient(to bottom, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
                        width: 1px;
                    }*/ }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img.pr20 {
          padding-right: 20px !important; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img > span:first-child {
          transform: rotate(90deg);
          position: absolute;
          right: -36px;
          background: linear-gradient(to right, transparent, #f8f8f8, transparent);
          width: 100%;
          top: 36px;
          color: lightgray; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img img {
          width: 40px !important; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img span {
          display: block;
          text-align: center;
          font-size: 11px;
          font-weight: bold; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .airline-img span b {
            float: left !important;
            direction: rtl !important;
            display: inline-block;
            margin-left: 5px; }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .train-name {
        margin-right: -51px;
        width: 300px;
        margin-top: -14px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .train-name span {
          font-size: 11px;
          padding: 0px !important;
          display: contents;
          font-weight: bold;
          color: #0aaff3; }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout {
        left: 17rem;
        margin-top: -70px;
        margin-left: -100px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .origin-time:after {
          content: '';
          top: 44px;
          right: 104px;
          background-color: #b5b5b5;
          width: 120%;
          height: 1px;
          position: absolute; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .origin-time:before {
          content: url(/content/Images/trains/train-icon.png);
          position: absolute;
          top: 24px;
          left: -11px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout span.train-location {
          display: inline-block;
          float: right;
          width: 67px;
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden;
          font-size: 12px;
          letter-spacing: -0.3px;
          font-weight: bold;
          margin-top: -23px;
          float: right;
          text-align: right;
          padding-right: 5px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout span.train-location.train-destination {
            margin-right: 50px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout span.train-time {
          font-size: 30px;
          line-height: 2.8;
          margin-bottom: 6px;
          display: block;
          font-weight: bold; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-3 {
          padding: 0 !important; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-3:first-child i {
            float: right;
            font-size: 25px !important;
            transform: scale(-1, 1);
            color: #414f68;
            position: absolute;
            left: 0; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-3:last-child i {
            float: left;
            top: 6px;
            position: relative; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-3:last-child span.train-location {
            float: left; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-6 {
          margin: 67px 0 0;
          position: relative;
          left: 70px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-6.destination-time {
            right: 45px;
            top: -20px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-6 .train-siderout {
            display: block;
            position: absolute;
            top: 10px;
            left: 35%;
            margin: auto; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-6 .train-siderout i {
              color: #0aaff3; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .col-md-6 .train-siderout:first-child {
              top: -27px !important;
              left: 25%; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .flight-rout .row .train-siderout {
          display: table-column;
          top: 120px;
          left: 30px; }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail {
        height: 119px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail {
          position: relative;
          left: 5px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail:after {
            content: '';
            position: absolute;
            top: 0px;
            right: -30px;
            height: 90px;
            opacity: 0.6;
            background: #ffffff;
            background: -moz-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
            background: -webkit-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
            background: linear-gradient(to bottom, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
            width: 1px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text {
            text-align: center; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text span {
              font-size: 13px;
              line-height: 1.8; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text span.price-label {
              display: block;
              text-align: center; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text span.price-amount {
              font-size: 22px;
              font-weight: bold;
              left: 10px;
              top: 19px;
              position: relative;
              color: #414f68; }
              #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text span.price-amount.opacity-o {
                opacity: 0; }
              #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .submit-detail .price-text span.price-amount .price-without-discont {
                font-size: 11px;
                text-decoration: line-through;
                color: gray;
                margin-right: -60px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .flight-submit-wrapper {
          margin: auto;
          width: 75%;
          height: 30px;
          right: 119px;
          position: relative;
          bottom: 15px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .flight-submit-wrapper button {
            margin: 5px 0 0 !important;
            height: 30px !important;
            border-radius: 10px;
            font-size: 14px; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .general-detail .flight-submit-wrapper > div {
            text-align: center;
            padding-top: 4px;
            margin-bottom: -6px; }
      #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train {
        text-align: center;
        cursor: pointer; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .result-details-button {
          margin: 0 !important;
          padding: 5px 0px;
          float: left; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .result-details-button .refund-rules-toggle {
            color: #414f68;
            margin-left: 30px;
            position: relative;
            top: -44px;
            font-size: 10px; }
        #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details {
          margin: 0 !important;
          padding-bottom: 10px;
          border-top: 1px solid lightgray;
          background: #fff !important; }
          #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy {
            width: 600px;
            margin: 0 auto; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy .refund-policy-title {
              justify-content: space-between;
              display: flex;
              margin-bottom: 10px;
              padding-bottom: 7px;
              border-bottom: dashed 2px lightgray; }
              #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy .refund-policy-title span {
                color: #414f68;
                font-size: 14px; }
            #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy .refund-policy-item {
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding-top: 0.75rem;
              padding-bottom: 0.75rem;
              border-bottom: dashed 2px whitesmoke; }
              #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy .refund-policy-item:last-child {
                border-bottom: none; }
              #TrainScopeWrapper .result-list .result-list-item.train-result.card-wrapper .footer-train .other-details div.has-refund .refund-policy .refund-policy-item span.refund-percent {
                color: #e10909;
                font-weight: bold;
                font-size: 18px; }
  #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .airline-img.pr20 {
    width: 20%;
    padding-right: 0 !important; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .airline-img.pr20 .airline-logo {
      width: 45px;
      height: 59px; }
  #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout {
    margin-right: 10%; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout span.train-time {
      display: inline-block;
      text-align: left;
      width: 55%;
      min-height: 20px; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout span.train-location {
      display: block;
      float: unset !important;
      text-overflow: unset;
      overflow: unset;
      width: 125px;
      position: absolute; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .train-name {
      width: 100%;
      text-align: left;
      display: block;
      height: 25px; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-6 {
      margin: 50px 0 0; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-3:last-child i {
      left: 88%;
      top: 15px; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-3:last-child span.train-location {
      left: 35px;
      top: 70px; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-3:first-child i {
      top: 45%; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-3:first-child span.train-location {
      right: 35px;
      top: 70px; }
    #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .flight-rout .row .col-md-3:first-child span.train-time {
      width: 60%; }
  #TrainScopeWrapper .result-list.int-result-list .result-list-item.train-result .submit-detail .price-text span.price-amount {
    line-height: 3; }
  #TrainScopeWrapper .route-count.result-list-wrapper.round-trip .int-result-list .result-list-item.train-result .card-content.general-detail .submit-detail .price-text {
    margin-top: -55px; }
  #TrainScopeWrapper .route-count.result-list-wrapper.round-trip .int-result-list .result-list-item.train-result .card-content.general-detail .submit-detail:after {
    top: -75px;
    height: 140px;
    right: -15px; }
  #TrainScopeWrapper .route-count.result-list-wrapper.round-trip .int-result-list .result-list-item.train-result .card-content.general-detail:before {
    top: 25px;
    right: 150px;
    height: 140px; }
  #TrainScopeWrapper .route-count.result-list-wrapper.round-trip .int-result-list .result-list-item.train-result .card-content.general-detail .flight-rout {
    width: 75% !important; }
  #TrainScopeWrapper .int-result-list .result-list-item.train-result .card-content.general-detail .flight-rout {
    margin-right: 5%;
    width: 80%;
    padding: 0; }
  #TrainScopeWrapper .int-result-list .result-list-item.train-result .card-content.general-detail .airline-img:after {
    display: none; }
  #TrainScopeWrapper .int-result-list .result-list-item.train-result .card-content.general-detail:before {
    content: '';
    position: absolute;
    top: 0px;
    height: 95px;
    right: 110px;
    opacity: 0.6;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #a0a0a0 40%, #a0a0a0 60%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 1px; }
  #TrainScopeWrapper .int-result-list .result-list-item.train-result .card-content.general-detail .submit-detail:after {
    top: 0px;
    height: 95px;
    right: -15px; }
  #TrainScopeWrapper .dom-result-list .result-list-item.train-result.card-wrapper .airline-img.pr20 {
    width: 12%; }
  #TrainScopeWrapper .passengers-info.contact-info, #TrainScopeWrapper .reserve-info.contact-info {
    border-top: 0 !important;
    padding-top: 15px !important; }
  #TrainScopeWrapper .trains-information, #TrainScopeWrapper .services-information, #TrainScopeWrapper .salon-informations {
    margin-top: -25px;
    right: 18px !important; }
    #TrainScopeWrapper .trains-information p, #TrainScopeWrapper .services-information p, #TrainScopeWrapper .salon-informations p {
      margin-left: 30px;
      font-weight: 700;
      color: black; }
      #TrainScopeWrapper .trains-information p span, #TrainScopeWrapper .services-information p span, #TrainScopeWrapper .salon-informations p span {
        color: black;
        font-weight: 500; }
    #TrainScopeWrapper .trains-information .went-title, #TrainScopeWrapper .trains-information .return-title, #TrainScopeWrapper .services-information .went-title, #TrainScopeWrapper .services-information .return-title, #TrainScopeWrapper .salon-informations .went-title, #TrainScopeWrapper .salon-informations .return-title {
      font-weight: 700;
      color: black; }
  #TrainScopeWrapper .reserve-info.tickets-info {
    padding: 15px 45px !important; }
    #TrainScopeWrapper .reserve-info.tickets-info .field-wrapper:not(.hidden-xs) {
      left: 18rem;
      margin-bottom: 2px; }
  #TrainScopeWrapper .search-form-first-style.search-forms-wrapper.research-form {
    padding: 0 10px; }
    #TrainScopeWrapper .search-form-first-style.search-forms-wrapper.research-form .form-wrapper form:not(.round-trip) .search-field-wrapper {
      width: 21.2%; }
    #TrainScopeWrapper .search-form-first-style.search-forms-wrapper.research-form .form-wrapper form.round-trip .search-field-wrapper {
      width: 17%; }
  #TrainScopeWrapper .row.change-date-buttons .col-md-6 {
    padding: 0 5px; }
  #TrainScopeWrapper .row.change-date-buttons button {
    margin-bottom: 0 !important; }
  #TrainScopeWrapper section.passenegrs-info.card-wrapper {
    background-color: unset;
    border-bottom: 0; }
  #TrainScopeWrapper section.passenegrs-info .passengers .pricing {
    display: block;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
    color: white; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing .col-md-4 {
      padding: 0px; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box {
      border: 1px dotted lightgray;
      margin: 8px;
      border-radius: 10px;
      background-color: white; }
      #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box span.price-amount {
        font-size: 15px;
        font-weight: bold;
        display: block; }
        #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box span.price-amount.opacity-o {
          opacity: 0; }
        #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box span.price-amount .price-without-discont {
          font-size: 11px;
          text-decoration: line-through;
          color: gray;
          margin: 5px; }
      #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box > span {
        display: block;
        text-align: center;
        margin: 15px 0;
        color: #414f68; }
        #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box > span:first-child {
          border-bottom: 1px dotted lightgray;
          background-color: #0aaff3;
          margin: -2px -1px 25px;
          border-radius: 5px 5px 0 0;
          position: relative;
          color: white;
          font-weight: bold;
          padding: 7px 5px 10px; }
          #TrainScopeWrapper section.passenegrs-info .passengers .pricing .pricing-box > span:first-child:after {
            content: '';
            border-left: 10px solid #0aaff3;
            border-top: 10px solid #0aaff3;
            border-bottom: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            -moz-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
            bottom: -5px;
            right: 47%; }
  #TrainScopeWrapper section.passenegrs-info .passengers .form-header h5 {
    position: relative;
    text-align: center;
    float: inherit;
    cursor: pointer;
    background-color: white;
    padding: 15px;
    border-radius: 10px; }
  #TrainScopeWrapper section.passenegrs-info .passengers .form-header h5:after {
    content: '\f078';
    right: 050%;
    position: absolute;
    bottom: -30px;
    -moz-animation: referring-to-bottom 1.2s linear infinite;
    -o-animation: referring-to-bottom 1.2s linear infinite;
    -webkit-animation: referring-to-bottom 1.2s linear infinite;
    animation: referring-to-bottom 1.2s linear infinite; }
  #TrainScopeWrapper section.passenegrs-info .passengers .form-header + div {
    float: right;
    width: 100%;
    background-color: white;
    border-radius: 10px;
    margin-top: 45px; }
  #TrainScopeWrapper section.passenegrs-info .passengers .form-header.passengers-opened + div {
    transform: scale(1);
    transition: 0.5s; }
  #TrainScopeWrapper section.passenegrs-info .passengers .form-header:not(.passengers-opened) + div {
    transform: scale(0);
    transition: 0.5s;
    height: 0; }
  #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail {
    float: right;
    width: 100%; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail .pricing-detail-box {
      float: right;
      width: 160px;
      background-color: #374358;
      padding: 5px;
      margin: 5px;
      text-align: center;
      color: white;
      border-radius: 5px; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail fieldset {
      float: right; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail .pricing-detail-food {
      float: right; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail .pricing-detail-food li {
      background-color: #b4e7fc;
      margin: 5px;
      padding: 5px 30px 5px 7px;
      border-radius: 5px;
      text-align: center;
      position: relative; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail .pricing-detail-food li input {
      font-size: 25px !important;
      width: 17px;
      height: 17px;
      position: absolute;
      top: 1px;
      right: 4px; }
    #TrainScopeWrapper section.passenegrs-info .passengers .pricing-detail:first-child {
      margin-top: 18px; }
  #TrainScopeWrapper .navigation .remaining-time timer {
    font-size: 11px;
    padding-top: 7px; }
  #TrainScopeWrapper .international-result-tools .international-result-tools-wrapper p.alert.alert-info {
    display: none; }
  #TrainScopeWrapper .reserve-info td.price-total span {
    float: right; }
  #TrainScopeWrapper .reserve-info td.price-discount span {
    float: right; }
