﻿.result-ordering.second-style {
  padding-bottom: 0;
  position: relative;
  transition: padding 0.2s;
  overflow: hidden; }
  .result-ordering.second-style.departure-selecting-pass {
    height: 45px; }
    .result-ordering.second-style.departure-selecting-pass.is-sticky {
      height: 95px; }
    .result-ordering.second-style.departure-selecting-pass .return-order-buttons .filter-box {
      transition-delay: 0.2s;
      top: -34px; }
  .result-ordering.second-style .return-order-buttons .filter-box {
    transition-delay: 0s;
    position: relative;
    top: 0; }
  .result-ordering.second-style .result-ordering-content .return-order-buttons {
    margin-bottom: 10px; }
    .result-ordering.second-style .result-ordering-content .return-order-buttons .card-content:after {
      opacity: 0 !important; }
  .result-ordering.second-style .result-ordering-content .result-ordering-content .before-after {
    width: 21%; }
  .result-ordering.second-style .result-ordering-content .filter-box {
    padding-left: 0;
    margin-left: -5px;
    margin-right: 5px; }
  .result-ordering.second-style .bordered-button {
    padding: 0 !important;
    border-color: #414f68;
    border-width: 1px !important; }
  .result-ordering.second-style.selecting-passed {
    height: 0;
    padding: 0 !important;
    margin: 0 !important; }
  .result-ordering.second-style .card-title h5 {
    padding-top: 3px;
    font-size: 14px; }
  .result-ordering.second-style .card-content ul li {
    width: 28.5%;
    margin-right: 13px;
    margin-top: 0px; }
    .result-ordering.second-style .card-content ul li div > span {
      font-size: 13px;
      padding: 4px; }
    .result-ordering.second-style .card-content ul li i {
      line-height: 0 !important; }
    .result-ordering.second-style .card-content ul li .bordered-button.active {
      color: #0aaff3 !important;
      border-width: 1.5px !important;
      border-color: #0aaff3; }
  .result-ordering.second-style .change-date-buttons {
    width: 165px;
    top: 0;
    float: left;
    right: -22px; }
    .result-ordering.second-style .change-date-buttons button {
      height: 24px; }
  .result-ordering.second-style .col-md-3.before-after {
    padding-left: 0; }
  .result-ordering.second-style .card-title:after, .result-ordering.second-style .card-content:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 27px;
    top: 0px;
    width: 1px;
    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 );
    opacity: 0.6; }
  .result-ordering.second-style .fixable-request-summary {
    margin: 0 -10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid lightgray;
    display: flex;
    position: absolute;
    width: 100%;
    top: 0px;
    padding-top: 10px;
    opacity: 0;
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    .result-ordering.second-style .fixable-request-summary li {
      margin: 0 20px; }
      .result-ordering.second-style .fixable-request-summary li .departure-date:last-child:before {
        top: 10px; }
    .result-ordering.second-style .fixable-request-summary ul {
      margin: auto !important;
      align-items: center; }
    .result-ordering.second-style .fixable-request-summary span {
      font-size: 12px;
      font-weight: bold; }
      .result-ordering.second-style .fixable-request-summary span i {
        position: relative;
        top: 3px; }
  .result-ordering.second-style.is-sticky:not(.selecting-passed) {
    padding-top: 50px;
    margin-top: 35px !important;
    overflow: initial;
    border-radius: 0 0 10px 10px;
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    z-index: 999 !important; }
    .result-ordering.second-style.is-sticky:not(.selecting-passed) .fixable-request-summary {
      opacity: 1;
      transform: scaleY(1); }
