﻿.flight-route-detail .two-stop .route {
  margin-top: 40px !important; }

.flight-route-detail .route {
  position: relative;
  height: 100px;
  margin-top: 45px !important; }

.flight-route-detail .route-detail {
  width: 70%;
  margin: auto;
  /*.route span, small {
            font-family: sans-serif !important;
        }*/ }
  .flight-route-detail .route-detail.none-stop {
    width: 50% !important; }
    .flight-route-detail .route-detail.none-stop .route {
      width: 80%;
      margin: auto; }
    .flight-route-detail .route-detail.none-stop .flight-detail {
      width: 100%; }
    .flight-route-detail .route-detail.none-stop .details.airport-pin.dep {
      right: -50px; }
    .flight-route-detail .route-detail.none-stop .details.airport-pin.arr {
      left: -53px; }
    .flight-route-detail .route-detail.none-stop .details.airport-pin:before {
      content: '';
      width: 10px;
      height: 10px;
      border: 1px solid black;
      -moz-border-radius: 100%;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background-color: white;
      position: absolute !important;
      right: 0;
      left: 0;
      margin: auto !important;
      display: block;
      top: 45px;
      z-index: 999; }
  .flight-route-detail .route-detail .stop-pin .middle-detail strong {
    display: block; }
  .flight-route-detail .route-detail.one-stop .details.stop-pin {
    left: -50px !important; }
  .flight-route-detail .route-detail.two-stop {
    width: 90% !important; }
    .flight-route-detail .route-detail.two-stop .flight-detail {
      width: 33%; }
    .flight-route-detail .route-detail.two-stop .details.stop-pin {
      width: 80px !important;
      height: 32px;
      top: 33px;
      vertical-align: middle; }
    .flight-route-detail .route-detail.two-stop .flight-detail:nth-child(2) .details.stop-pin {
      left: -65px !important; }
    .flight-route-detail .route-detail.two-stop .flight-detail:nth-child(3) .details.stop-pin {
      left: -15px !important; }
    .flight-route-detail .route-detail.two-stop .flight-detail .details.stop-pin span span {
      top: 10px; }
  .flight-route-detail .route-detail:not(.none-stop) .flight-detail:last-child .details {
    left: -50px; }
  .flight-route-detail .route-detail:not(.none-stop) .flight-detail:first-child .details {
    right: -50px; }
  .flight-route-detail .route-detail:not(.none-stop) .flight-detail .details.airport-pin:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid black;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-color: white;
    position: absolute !important;
    right: 0;
    left: 0;
    margin: auto !important;
    display: block;
    top: 45px;
    z-index: 999; }
  .flight-route-detail .route-detail .flight-detail {
    float: right;
    height: 100%;
    width: 50%;
    position: relative; }
    .flight-route-detail .route-detail .flight-detail:first-child .details.dep span, .flight-route-detail .route-detail .flight-detail:last-child .details.arr span {
      font-size: 12px;
      color: #0aaff3; }
    .flight-route-detail .route-detail .flight-detail .details {
      float: right;
      height: 100%;
      width: 33%;
      position: relative; }
      .flight-route-detail .route-detail .flight-detail .details.stop-pin {
        position: absolute !important;
        width: 100px !important;
        right: -50px !important;
        height: 31px;
        top: 35px;
        background-color: #0aaff3;
        z-index: 99;
        padding: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px; }
        .flight-route-detail .route-detail .flight-detail .details.stop-pin .middle-detail strong {
          display: block; }
        .flight-route-detail .route-detail .flight-detail .details.stop-pin span {
          color: #fff;
          font-size: 8px;
          font-weight: normal;
          line-height: 1.2; }
          .flight-route-detail .route-detail .flight-detail .details.stop-pin span.custom {
            font-size: 15px;
            line-height: 1.5; }
          .flight-route-detail .route-detail .flight-detail .details.stop-pin span span {
            position: absolute;
            top: -25px;
            width: 100%;
            left: 0;
            color: #414f68;
            font-weight: bold;
            font-size: 13px; }
      .flight-route-detail .route-detail .flight-detail .details i {
        transform: rotate(180deg) !important;
        color: #414f68;
        top: 41.8px !important; }
      .flight-route-detail .route-detail .flight-detail .details small {
        color: gray; }
      .flight-route-detail .route-detail .flight-detail .details > span small {
        display: block; }
      .flight-route-detail .route-detail .flight-detail .details.flight-pin .baggage-limit {
        margin-top: 8px;
        padding: 0 10px 0 0;
        line-height: 1.5 !important;
        width: 65%;
        margin: auto;
        padding: 1px !important; }
        .flight-route-detail .route-detail .flight-detail .details.flight-pin .baggage-limit span {
          padding-left: 4px;
          font-size: 9px !important; }
        .flight-route-detail .route-detail .flight-detail .details.flight-pin .baggage-limit i {
          font-size: 10px !important;
          color: #0aaff3;
          position: relative;
          top: 0px;
          line-height: 1.4 !important;
          height: 8px;
          width: 12px; }
      .flight-route-detail .route-detail .flight-detail .details.flight-pin img {
        width: 35px;
        display: block;
        position: absolute !important;
        right: 0;
        left: 0;
        margin: auto !important;
        bottom: -40px; }
      .flight-route-detail .route-detail .flight-detail .details.flight-pin > span.down-detail {
        bottom: 15px; }
      .flight-route-detail .route-detail .flight-detail .details.flight-pin i {
        position: absolute;
        right: 0;
        left: 0;
        top: 38.8px;
        -moz-transform: inherit;
        -ms-transform: inherit;
        -o-transform: inherit;
        -webkit-transform: inherit;
        transform: inherit;
        font-size: 24px !important;
        transform: inherit;
        width: 19px;
        height: 19px;
        margin: auto;
        z-index: 99; }
      .flight-route-detail .route-detail .flight-detail .details.flight-pin > span {
        width: 100%; }
        .flight-route-detail .route-detail .flight-detail .details.flight-pin > span.down-detail {
          bottom: 15px; }
      .flight-route-detail .route-detail .flight-detail .details > span {
        position: absolute;
        text-align: center;
        line-height: 1.3;
        width: 80px;
        right: 0;
        left: 0;
        margin: auto;
        font-weight: bold; }
        .flight-route-detail .route-detail .flight-detail .details > span.up-detail {
          bottom: 70px; }
        .flight-route-detail .route-detail .flight-detail .details > span.down-detail {
          top: 70px; }
  .flight-route-detail .route-detail .route:before {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    top: 0;
    display: block;
    z-index: 9;
    top: 50px; }

.flight-route-detail .passengers .flight-route {
  background-color: #ffedf3; }
  .flight-route-detail .passengers .flight-route h4 {
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #2d3749 !important; }

.flight-route-detail .passengers > div {
  margin-bottom: 5px; }

.flight-route-detail .passengers .flight-detail {
  background-color: #e3edff;
  float: right;
  width: 100%; }
  .flight-route-detail .passengers .flight-detail i {
    color: #242b39 !important; }
  .flight-route-detail .passengers .flight-detail .time span {
    line-height: 3;
    font-size: 19px; }
  .flight-route-detail .passengers .flight-detail .price span {
    font-size: 19px;
    color: #414f68; }
  .flight-route-detail .passengers .flight-detail .feature span {
    line-height: 2; }
  .flight-route-detail .passengers .flight-detail li {
    padding-top: 20px !important;
    text-align: center;
    width: 25%;
    padding: 10px; }
    .flight-route-detail .passengers .flight-detail li:last-child {
      width: 25%;
      padding-top: 0 !important; }
  .flight-route-detail .passengers .flight-detail span {
    color: #333; }
  .flight-route-detail .passengers .flight-detail small {
    color: gray; }

.flight-route-detail .passengers .price {
  padding: 0px 22px 0 0; }
  .flight-route-detail .passengers .price .custom-button {
    background-color: #6d6d6d;
    margin-bottom: 0 !important; }

.price-details {
  padding-top: 20px;
  position: relative; }
  .price-details > div {
    max-width: 300px;
    margin: auto; }
  .price-details div.text {
    font-size: 10px !important; }
  .price-details .title {
    font-size: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
    direction: rtl; }
    .price-details .title i {
      font-size: 16px !important;
      margin-left: 5px; }
  .price-details .text > span, .price-details .text > b {
    display: block;
    line-height: 2.4 !important; }
  .price-details table {
    width: 90%;
    margin: auto; }
    .price-details table tbody {
      background-color: transparent; }
    .price-details table td {
      padding: 5px 10px 10px 10px; }
      .price-details table td:nth-child(1) {
        text-align: left;
        width: 40%; }
      .price-details table td:nth-child(2) {
        text-align: right;
        width: 35%;
        letter-spacing: 1px;
        padding-right: 15px; }
      .price-details table td:nth-child(3) {
        font-size: 10px;
        text-align: right;
        color: gray; }
    .price-details table tr:last-child {
      padding-top: 0px; }
      .price-details table tr:last-child td {
        color: #0aaff3; }
      .price-details table tr:last-child td:nth-child(2) {
        letter-spacing: 0px;
        font-size: 17px; }
  .price-details:after {
    content: '';
    position: absolute;
    right: 0px;
    height: 80%;
    width: 1px;
    /*border-right: 1px dotted $color-darkgray;*/
    top: 15%; }
