﻿/* 列表頁搜尋結果 Start */
.list .result {
  margin-top: 15px;
}
.list .sequence {
  width: 260px;
  height: 30px;
  margin-top: 10px;
}
.list .view-mode {
  width: 180px;
  height: 30px;
  margin-top: 10px;
}
  .list .view-mode a {
    margin-left: 5px;
  }
    .list .view-mode a i {
      margin-right: 3px;
    }
.list .nav {}
  .list .nav .label-info {background-color: #c7a56a;}
.list .products {}
  .list .products .product-title {display: none;}
  .list .products .product {
    min-height: 80px;
    line-height: 30px;
    font-size: 15px;
    /*background-color: #f4f4f4;
    border: 1px solid #eee;*/
    background-color: #f7f7f7;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
    padding: 10px 0;
  }
    .list .products .product > div {
      display: block;
      float: left;
    }
    .list .products .product .search-order {
      width: 50px;
      color: #ccc;
      font-size: 17px;
      font-weight: bold;
      font-style: italic;
      margin-left: -50px;
    }
    .list .products .product .product-type {width: 5%; text-align: center;}
      .list .products .product .product-type span {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        color: #fff;
        font-size: 20px;
        text-align: center;
        /*background-color: #f00;*/
        border-radius: 15px;
      }
      .list .products .product .product-type span.label-info {background-color: #c7a56a;}
    .list .products .product .product-name {width: 95%; margin-bottom: 5px;}
      .list .products .product .product-name a {
        font-size: 17px;
        font-weight: bold;
        letter-spacing: 1px;
        text-decoration: none;
      }
    .list .products .product .product-days {
      width: 5%;
      font-size: 17px;
      text-align: center;
    }
    .list .products .product .product-num {
      width: 13%;
      color: #999;
    }
    .list .products .product .product-info {width: 8%;}
      .list .products .product .product-info a {
        display: inline-block;
        color: #5bc0de;
        font-size: 19px;
        text-decoration: none;
        margin-right: 10px;
      }
    .list .products .product .product-date {width: 59%;}
      .list .products .product .product-date a {
        display: inline-block;
        font-size: 15px;
        vertical-align: middle;
        margin-bottom: 5px;
        margin-right: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
      }
      .list .products .product .product-date a.label{
        color: #999;
        background-color: #e4e4e4;
      }
      .list .products .product .product-date a.normal {}
      .list .products .product .product-date a.weekend {
        color: #ca6b69;
      }
      .list .products .product .product-date a.more {
        float: right;
        color: #fff;
        background-color: #87d587;
        /*background-color: #5cb85c;
        border-color: #4cae4c;*/
        margin-right: 0;
      }
    .list .products .product .product-price {width: 15%; text-align: right;}
    .list .products .product.product-item .product-price {padding-right: 10px;}
      .list .products .product .product-price span {
        color: #d43f3a;
        font-size: 23px;
        font-weight: bold;
        margin-right: 5px;
        margin-left: 5px;
      }
/* 列表頁搜尋結果 End */
/* 航班參考燈箱 Start */
.flight-modal {}
  .flight-modal h1 {
    font-size: 21px;
    margin-top: 10px;
  }
  .flight-modal .flight-table {
    font-size: 15px;
  }
    .flight-modal .flight-table thead {}
    .flight-modal .flight-table tbody {}
      .flight-modal .flight-table thead tr {
         background-color: #eee;
      }
        .flight-modal .flight-table th {
          line-height: 30px;
          font-weight: bold;
          text-align: center;
        }
        .flight-modal .flight-table td {
          text-align: center;
        }
  .flight-modal .note {
    color: #d43f3a;
    font-size: 15px;
    font-weight: bold;
  }
    .flight-modal .note i {
      font-size: 21px;
      margin-right: 5px;
    }
/* 航班參考燈箱 End */
/* 分頁 Start */
.pagenation {
  clear: both;
  font-size: 15px;
  text-align: center;
  margin-top: 20px;
}
  .pagenation .paginate-button a {
    cursor: pointer;
  }
/* 分頁 End */
