﻿/*TemplateColor #b2d6f8*/

/*Borders*/
.s-icon {
  font-style: normal;
  content: "";
  display: inline-block; }
  .s-icon.tax-info {
    width: 20px;
    height: 30px;
    background: url("/images/icon/tax_list_icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    vertical-align: middle; }
  .s-icon.percent-badge {
    width: 30px;
    height: 30px;
    /*background: url("/images/icon/sprite-icons-set.svg");*/
    /*background :rgba(0, 0, 0, 0) url("http://travelwith.s7.ru/image/sprite-45461a72.svg") no-repeat scroll 89.31% 91.13%;*/
    background: transparent url("http://localhost:53361/images/icon/optimised.svg") no-repeat scroll 89.31% 91.13%;
    /*background-repeat: no-repeat;
    background-position: 50% 50%;*/ }

.tooltiphint {
  cursor: pointer;
  /*position: relative;*/ }
  .tooltiphint:hover::after {
    background: rgba(52, 73, 94, 0.8) none repeat scroll 0 0;
    border-radius: 5px;
    bottom: 26px;
    color: #ffffff;
    content: attr(title);
    font-size: 9pt;
    font-style: normal;
    left: -15px;
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 182px;
    z-index: 98; }
  .tooltiphint:hover::before {
    border-color: rgba(52, 73, 94, 0.8) transparent;
    border-image: none;
    border-style: solid;
    border-width: 6px 6px 0;
    bottom: 20px;
    content: "";
    left: 20%;
    position: absolute;
    z-index: 99; }

/*Flight Options Container*/
.ticket-data {
  width: 100%;
  float: left;
  display: table; }
  .ticket-data .options-cell {
    display: table-cell;
    vertical-align: top; }
    .ticket-data .options-cell.fare-options {
      width: 250px; }

.flight-options-container {
  width: 100%;
  display: table;
  position: relative;
  border: 1px solid #e0b646; }

.ticket {
  width: 100%;
  display: table;
  /*border: 1px solid $corp-gold;*/
  margin: 0 0 40px 0;
  border-radius: 5px;
  padding: 10px 0; }
  .ticket .buy-ticket {
    display: table-cell;
    /*background: $corp-gray;*/
    width: 160px;
    padding: 0 10px 0 0;
    height: 100%;
    /*border-right: 1px solid $corp-gold;*/ }
    .ticket .buy-ticket .actions-container {
      background: #fff;
      border-radius: 5px;
      height: 100%;
      width: 100%;
      display: table;
      position: relative; }
      .ticket .buy-ticket .actions-container .iata-logo {
        width: 100%;
        text-align: center;
        margin: 10px 0 0 0; }
        .ticket .buy-ticket .actions-container .iata-logo img {
          width: 122px;
          /*height: 37px;*/ }
      .ticket .buy-ticket .actions-container .purchase-block {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center; }
      .ticket .buy-ticket .actions-container .price-block {
        margin: 20px 0 0 0;
        width: 100%;
        text-align: center; }
        .ticket .buy-ticket .actions-container .price-block span {
          font-size: 1.67em; }
      .ticket .buy-ticket .actions-container .info-actions {
        margin: 20px 0 0 0;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 10px;
        text-align: right; }
  .ticket .ticket-details {
    display: table-cell;
    padding: 0 0 0 0;
    vertical-align: top; }
    .ticket .ticket-details .flight-block {
      width: 100%;
      display: table;
      padding: 10px;
      border-radius: 5px; }
      .ticket .ticket-details .flight-block:first-child {
        margin: 0 0 15px 0; }
      .ticket .ticket-details .flight-block .route-title {
        width: 100%;
        display: block;
        text-decoration: underline;
        margin-bottom: 7px; }
      .ticket .ticket-details .flight-block .route-bundles {
        width: 75%;
        float: left;
        padding: 30px 10px 0 0; }
        .ticket .ticket-details .flight-block .route-bundles .bundles-wraper {
          width: 100%;
          display: table;
          height: 100%;
          float: left;
          position: relative;
          margin-bottom: 18px; }
          .ticket .ticket-details .flight-block .route-bundles .bundles-wraper::after {
            display: block;
            width: 100%;
            position: absolute;
            content: "";
            height: 1px;
            bottom: -8px;
            background: #e0b646; }
        .ticket .ticket-details .flight-block .route-bundles .bundle {
          width: 200px;
          border-right: 1px solid #b2d6f8;
          height: 35px;
          float: left;
          display: table;
          position: relative; }
          .ticket .ticket-details .flight-block .route-bundles .bundle:last-child {
            border-right: 0px none; }
          .ticket .ticket-details .flight-block .route-bundles .bundle .bundleBox {
            box-shadow: 2px 7px 7px -2px #e0b646 !important;
            background-color: #b2d6f8 !important; }
          .ticket .ticket-details .flight-block .route-bundles .bundle .label-radio {
            position: relative;
            width: 100%;
            cursor: pointer;
            display: block;
            font-size: 11px;
            line-height: 1.2;
            font-weight: normal;
            text-align: center;
            background-color: rgba(17, 136, 206, 0.57);
            color: white;
            height: 100%;
            display: table-cell;
            vertical-align: middle;
            padding-right: 5px; }
            .ticket .ticket-details .flight-block .route-bundles .bundle .label-radio input {
              display: none; }
            .ticket .ticket-details .flight-block .route-bundles .bundle .label-radio::after {
              position: absolute;
              display: block;
              width: 12px;
              height: 12px;
              content: "";
              border: 1px solid #b2d6f8;
              background: #ffffff;
              border-radius: 50%;
              left: 5px;
              bottom: 50%;
              margin-bottom: -6px; }
            .ticket .ticket-details .flight-block .route-bundles .bundle .label-radio.active {
              /*background: $corp-green;*/
              -webkit-box-shadow: 1px 4px 5px -2px #b2d6f8;
              -moz-box-shadow: 1px 4px 5px -2px #b2d6f8;
              box-shadow: 2px 7px 7px -2px #00844a;
              color: #fff;
              font-weight: bold;
              text-decoration: underline;
              text-transform: uppercase; }
            .ticket .ticket-details .flight-block .route-bundles .bundle .label-radio.active::after {
              background: url("/Images/icon/radio-dot.png") #fff;
              background-size: 60%;
              background-position: center center;
              background-repeat: no-repeat; }
          .ticket .ticket-details .flight-block .route-bundles .bundle:hover .label-radio {
            background-color: #b2d6f8; }
        .ticket .ticket-details .flight-block .route-bundles .bundle-details {
          width: 100%;
          float: left;
          position: relative;
          /*margin-top: 18px;*/ }
        .ticket .ticket-details .flight-block .route-bundles .options-container {
          float: left;
          width: 100%;
          display: table;
          margin-top: 15px; }
          .ticket .ticket-details .flight-block .route-bundles .options-container .option-row {
            display: table-row; }
            .ticket .ticket-details .flight-block .route-bundles .options-container .option-row > .option {
              display: table-cell;
              padding-top: 15px; }
          .ticket .ticket-details .flight-block .route-bundles .options-container .person-type {
            vertical-align: middle;
            margin-right: 8px;
            position: relative;
            /*@include background-alpha( $corp-green, 0.7);*/
            /*background: $corp-gold;*/
            padding: 5px 0;
            border-radius: 5px;
            vertical-align: middle;
            display: inline-block;
            height: 30px;
            float: left;
            width: 25px;
            text-align: center; }
            .ticket .ticket-details .flight-block .route-bundles .options-container .person-type img {
              vertical-align: middle; }
          .ticket .ticket-details .flight-block .route-bundles .options-container select {
            width: 130px;
            margin-right: 2px;
            height: 30px;
            padding: 0 0 0 8px;
            font-size: 10px; }
            .ticket .ticket-details .flight-block .route-bundles .options-container select:last-child {
              margin-right: 0px; }
        .ticket .ticket-details .flight-block .route-bundles .services span {
          position: relative;
          padding: 6px 10px;
          border-radius: 8px;
          /*background: rgba($corp-gold, 0.6);*/
          border: 1px solid #e0b646;
          display: inline-block;
          margin-right: 7px;
          margin-bottom: 5px; }
          .ticket .ticket-details .flight-block .route-bundles .services span img {
            height: 18px;
            vertical-align: middle;
            text-align: center; }
      .ticket .ticket-details .flight-block .flight-route-details {
        display: table;
        width: 90%;
        font-size: 1.0rem;
        color: #838383; }
        .ticket .ticket-details .flight-block .flight-route-details > div {
          display: table-cell; }
        .ticket .ticket-details .flight-block .flight-route-details .registration-details {
          width: 350px;
          /*border: 1px solid;*/ }
          .ticket .ticket-details .flight-block .flight-route-details .registration-details.left {
            text-align: left; }
          .ticket .ticket-details .flight-block .flight-route-details .registration-details.right {
            text-align: right; }
          .ticket .ticket-details .flight-block .flight-route-details .registration-details .time {
            width: 100%; }
            .ticket .ticket-details .flight-block .flight-route-details .registration-details .time span {
              font-size: 0.7rem;
              display: block; }
              .ticket .ticket-details .flight-block .flight-route-details .registration-details .time span:first-child {
                font-size: 1.6rem;
                line-height: 2.0rem;
                color: #333; }
          .ticket .ticket-details .flight-block .flight-route-details .registration-details .place {
            width: 100%; }
        .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container {
          /*border: 1px solid red;*/
          vertical-align: top; }
          .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .flight-time {
            position: relative;
            width: 100%;
            margin: 15px 0 15px 0;
            text-align: center;
            font-size: 12px; }
          .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline {
            position: relative;
            height: 1px;
            background: #b2d6f8; }
            .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline::before {
              display: block;
              content: '\e831';
              font-family: "rustar-icons";
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1em;
              left: 0;
              color: #e0b646;
              position: absolute;
              top: -28px;
              transform: rotate(-25deg); }
            .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline::after {
              display: block;
              content: '\e831';
              font-family: "rustar-icons";
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1em;
              color: #e0b646;
              position: absolute;
              right: 0;
              top: -28px;
              transform: rotate(25deg); }
            .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline .reg-point {
              position: absolute;
              height: 18px;
              width: 18px;
              border-radius: 50%;
              content: "";
              display: block;
              border: 1px solid #b2d6f8;
              background: #fff;
              cursor: pointer;
              top: 50%;
              margin-top: -9px; }
              .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline .reg-point > span {
                font-size: 10px;
                position: absolute;
                bottom: -20px;
                left: 0; }
              .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline .reg-point:first-child {
                left: 0; }
              .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline .reg-point:last-child {
                right: 0; }
              .ticket .ticket-details .flight-block .flight-route-details .flight-timeline-container .timeline .reg-point:hover {
                background: url("/Images/icon/radio-dot.png") #fff;
                background-position: center center;
                background-repeat: no-repeat; }
    .ticket .ticket-details .taxes-fees {
      width: 100%;
      float: left;
      background: #fff;
      border-radius: 5px;
      margin: 15px 0 0 0;
      padding: 10px; }
      .ticket .ticket-details .taxes-fees .tax-table, .ticket .ticket-details .taxes-fees .fee-table {
        display: table;
        width: 50%;
        float: left; }
        .ticket .ticket-details .taxes-fees .tax-table .fee-row, .ticket .ticket-details .taxes-fees .fee-table .fee-row {
          width: 100%;
          display: table-row; }
          .ticket .ticket-details .taxes-fees .tax-table .fee-row > div, .ticket .ticket-details .taxes-fees .fee-table .fee-row > div {
            /*&:first-child {
                            width: 250px;
                        }*/
            width: 50%;
            display: table-cell; }

