﻿/* Login After Form begin*/
.side-menu {
    width: 100%;
    float: left;
}
.users-info {
    padding: 20px;
    background-color: #f4f4f4;
    margin-top: 35px;
    border-radius: 4px;
    border-top:8px solid #0065b8;
}
.sidebar-user{
    text-align: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    color: #555;
    margin: 0px;
    padding:4px 0px;

}
.siderbar-email{
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #0065b8;
    text-align: left;
    width: 100%;

}
.user-oper {
    padding-top: 10px;
    text-align: left;
}
.vertical-bar {
    width: 100%;
    border-radius: 4px;
}
.vertical-bar a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}

.vertical-bar a:hover {
    background-color: #ccc;
    text-decoration: none !important;
}

.vertical-bar a.active {
    background-color: #0065b8;
    color: white;
}



/* Login After Form end*/


/************************* bottom nav ***************************/
.sideb {
    width: 100%;
    background: #d7d4d0;
    border-top: 2px solid #666;
    height:50px;
}

.sideb .nav-link{
    color:#666;
    font-size:16px;
}

/************************* bottom end ***************************/

/**************** user center content right *********************/

.t-right {
    float: right;
    text-align: right;
}

.content-right .none{
    color:#ccc;
    min-height:250px;
    line-height:250px;
    font-size:30px;
    text-align:center;
}


.content-right .done{
    color:#aaa;
    min-height:250px;
    line-height:250px;
    font-size:30px;
    text-align:center;
}

.content-right .done i{
    color:#27bc05;
}
/**************** user center List index page begin *********************/
.user-title{
    border-bottom: 2px solid #666;
    font-size: 23px;
    line-height: 45px;
    color: #666;
    margin-top:25px;
}
.tour-status{
    font-size: 15px;
    color: #555;
    width: 100%;
    margin: 0px;
    text-indent: 15px;
}
.circle {
  margin: 10px;
  display: inline-block;
  padding: 16px;
  text-align: center;
    width: 60px;
    height: 60px;
  border-radius: 50%;
  border: 2px solid #ff8900;
  cursor:pointer;
}
.circle a {
  text-decoration: none;
  color: #ff8900;
}
.circle {
  position: relative;
  background-color: #fff;
  border: 2px solid #ff8900;
  color: #ff8900;
  overflow: hidden;
}
.circle span {
  font-size: 14px;
  line-height: 26px;
}
.orderlist-title {
    margin: 10px 0 0;
   padding-left: 25px;
    list-style: none;
    left: 0;
     top: 160px;
    width: 100%;
   border-bottom:1px solid #ccc;
}

.depart-date {
    width: 150px;
    padding-left: 30px;
}

.depart-date-wrapper {
    position:relative;
    width: 100%;
    border-right: 3px solid #ccc;
    height:100%;
}

.depart-date-wrapper span {
    font-size: 12px;
    color: #666;
    font-weight: 300;
    line-height: 100px;
}
.node-wrapper {
    position: absolute;
    top: 42px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    right: -10px;
    border: 3px solid #ccc;
}
.unpaid{
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    cursor: pointer;
}

/*********************** list item *************************/

.code {
    font-size: 13px;
    color: #333;
    font-weight: 300;
}
.list-title {
    width: 100%;
    margin: 0;
    font-size: 14px;
    color: #555;
    line-height: 1.46;
    text-align: justify;
    padding-top: 3px;
}
.list-title:hover{
    color:#ff8900;
}

.item-text{
    font-size:13px;
    color:#666;
}

/**************** user center List index page end *********************/
/**************** user center booking detail page begin *********************/
.booking-detail {
    width:100%;
    margin-right: 20px;
    float: left;
}
.booking-title {
    font-size: 16px;
    color: #555;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 8px;
    line-height: 1;
    font-weight: bold;
    margin-top: 20px;
}

span.statebutton {
    padding: 4px 8px;
    background-color: #ff8900;
    border-radius: 14px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-right: 10px;
}
.detail-info {
    display: table;
    font-size: 15px;
    color: #666;
}

.detail-info td{
    padding:4px 20px;
}

div.tour-item {
    width: 98%;
}
td.name-tag{
    vertical-align:top;
    color: #333;
}
 .order-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-left:152px;
    background-color: #ff8900;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    border: none;
}
.require-table {
    width: 100%;
    display: table;
    border-spacing: 0px;
     border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.require-table thead {
    background-color: #e9eae9;
}
.require-table thead td {
    font-size: 17px;
    color: #333;
    text-align: center!important;
    width: 30%;
}
table.require-table td {
    vertical-align: middle;
    display: table-cell;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    margin: -1px 0 0 -1px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.radio{
    padding-right:15px;
}

/**************** user center booking detail page end *********************/
/*------------------Agent booking detail page begin ---------------------*/
.agent-detail{
    margin-top: 20px;
    display: table;
    font-size: 15px;
    line-height: 2;
}




.month-table{
    width:300px;
    float:left;
}

.front_table{
    margin:15px 0px;
    width: 100%;
}

.front_table,.front_table td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
.front_table th{
   background-color: #0065b8;
   color:#fff;
   line-height:27px;
   height:27px;
}
.front_table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.front_table tr:nth-child(even) {
  background-color: #ffffff;
}
.list-pager {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    text-align: center;
}
.list-pager li.disabled{
    color: #999;
    background-color: #ddd;
    cursor: default;
    text-shadow: 1px 1px #eee;
}
.list-pager li.current {
    background: #0065b8;
    color: #fff;
}





/*------------------Agent booking detail page end ---------------------*/

/*------------------Pay system page begin ---------------------*/

h3.title {
    font-size: 24px;
    color: #555;
    margin: 10px 0 20px;
}

.order-pay-tb{
    margin:10px 0px;
    width:100%;
    border-collapse: collapse;
}

.order-pay-tb .right{
    text-align:right !important;
}

.order-pay-tb .number {
    font-size: 18px;
    color: #ff8900;
    font-weight: 200;
    float: right;
}

.order-pay-tb .bline td{
    border-bottom:1px dotted #999;
}

.order-pay-tb .tline td{
    border-top:2px solid #999;
}


.order-pay-tb td,
.order-pay-tb th{
    padding:4px;
    color: #666;
}

.order-pay-tb th{
    text-align:left;
    font-size: 13px;
    border-bottom:2px solid #999;
}

.notes{
    vertical-align:top;
   word-break: break-all;
}

ul.order-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.order-list li.list-header {
    font-size: 16px;
    color: #333;
    border-bottom: 2px solid #999;
}
ul.order-list li {
    display: block;
    width: 100%;
    padding: 10px 0;
    overflow: auto;
}
ul.order-list li>span {
    padding: 0 5px;
    line-height: 1;
}
ul.order-list li span.w40 {
    display: inline-block;
    float: left;
    width: 40%;
}

ul.order-list li span.w10 {
    display: inline-block;
    float: left;
    width: 10%;
    text-align: center;
}
ul.order-list li span.w15 {
    display: inline-block;
    float: left;
    width: 15%;
    text-align: center;
}
ul.order-list li span.w25 {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: right;
}
ul.order-list li.list-item {
    font-size: 14px;
    color: #777;
    border-bottom: 1px dotted #bbb;
}
ul.order-list li h5 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    line-height: 1;
    font-size: 14px;
    margin-top: 2px;
}
ul.order-list li.list-total,ul.order-list li.list-credit, ul.order-list li.list-final{
    font-size: 14px;
    color: #555;
}

ul.order-list li span.number {
    font-size: 18px;
    color: #ff8900;
    font-weight: 200;
    float: right;
}

ul.order-list li label span.credit-row {
    display: block;
    overflow: auto;
    line-height: 1.3;
    padding-left: 30px;
}
ul.order-list li span.topline {
    border-top: 1px dashed #999;
    padding-top: 10px;
}
ul.order-list li span.topline2 {
    border-top: 2px solid #777;
    padding-top: 10px;
    line-height: 30px;
}
ul.order-list li span.number.big {
    font-size: 20px;
    font-weight: 200;
    padding: 3px 8px;
    color: #fff;
    background-color: #ff8900;
    border-radius: 4px;
}

.pay-tabs {
    background: #fff;
    border: 1px solid #ccc;
}

.pay-tabs ul{
    padding:0px;
}

.pay-tabs li{
    list-style:none;
}

.info-title {
    font-size: 16px;
    color: #555;
    margin-top: 5px;
}
.c-img{
    background:url('/Content/Images/pay_credit.png') no-repeat center center;
    background-size:cover;
    width:100px;
    height:30px;
}
.e-img{
    background:url('/Content/Images/e-trans.png') no-repeat center center;
    background-size:cover;
      width:100px;
    height:30px;
}
.ali-img{
   background:url('/Content/Images/pay_alipay.png') no-repeat center center;
    background-size:cover;
      width:100px;
    height:30px;
}
.we-img{
   background:url('/Content/Images/pay_wechat.png') no-repeat center center;
    background-size:cover;
      width:100px;
    height:30px;
}

/******************** wechat and alipay **************************/
.aw-pay a,
.aw-pay a:link{
    width:212px;
    height:50px;
    margin:8px;
    display:inline-block;
    clear:both;
}

.aw-pay a:hover{
    box-shadow: 0 0 8px #ccc;
}

.qr-code{}

#alipay_qr{
   background:url('/Content/Images/alipay_qr.jpg') no-repeat top center;
   padding:54px 0;
}

#wechat_qr{
   background:url('/Content/Images/wechat_qr.jpg') no-repeat top center;
   padding:54px 0;
}


.list-inline-item {
    cursor: pointer;
    position: relative;
    border: 1px solid #ccc;
    max-width:24.7%;
}

.list-inline-item img{
    max-width:100%;
}

.list-inline-item:hover,
.list-inline-item.active {
    border: 1px solid #ff8900;
}

.list-inline-item.active .checkmark{
    position: absolute;
    background: url(Images/checkmark.png) no-repeat;
    background-size:contain;
    width: 20%;
    height: 50%;
    max-width:17%;
    max-height:50%;
    bottom:0px;
    right:0px;
}


.card-icon {
    width: 120px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;

}

span.pop-message {
    visibility: hidden;
    width: 160px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -80px;
}
    span.pop-message::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
    }
    span.pop-message .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}

.order-notes{
    position:absolute;
    margin-top:-130px;
    border:1px solid #ccc;
    border-radius: 4px;
    width:500px;
    height:120px;
    padding:20px;
}

/*------------------Pay system end ---------------------*/
/*------------------Pay submit page begin ---------------------*/
div.pay-submit{
    margin: 60px auto;
    width: 500px;
    padding: 20px;
    border: 1px solid #ccc;
    box-shadow: 0 0 8px #ccc;
    border-radius: 4px;
    transition: all .3s;
    overflow: hidden;
}
a.detail-text{
    font-size:14px;
    color:#ff8900;
    cursor:pointer;
}
a.detail-text:hover{
text-decoration:underline;
}
div.pay-text{
    font-size:13px;
    color:#666;
    text-align:left;
    line-height: 30px;
}
a.popbook{
     font-size: 14px;
    color: #fff;
    background-color: #ff8900;
    height: 30px;
    line-height: 30px;
    padding: 4px 10px;
    border-radius: 30px;
    cursor: pointer;
}
a.popbook:hover {
    box-shadow: 0 0 10px #ff8900;
}

/*------------------enum state display label ---------------------*/
.estate {
    padding: 2px 8px;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin-right: 10px;
}

.estate.blue{
    background-color: #7ea3ff;
}

.estate.gray{
    background-color: #777;
}

.estate.green{
    background-color: #509503;
}

.estate.red{
    background-color: #d64b48;
}




@media (min-width: 768px) {
    .pop-form{
        width:70%;
    }
}
@media (max-width: 483px) {
  .c-img{
    background:url('/Content/Images/pay_credit.png') no-repeat center center;
    background-size:contain;
    width:56px;
    height:30px;
}
.e-img{
    background:url('/Content/Images/e-trans.png') no-repeat center center;
    background-size:contain;
      width:56px;
    height:30px;
}
.ali-img{
   background:url('/Content/Images/pay_alipay.png') no-repeat center center;
    background-size:contain;
      width:56px;
    height:30px;
}
.we-img{
   background:url('/Content/Images/pay_wechat.png') no-repeat center center;
    background-size:contain;
      width:56px;
    height:30px;
}
}
@media(max-width:746px){
    .type-line{
    margin-top:0px;
  }
}