﻿input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.divTicketInfo{
    width:100%;
    height:auto;
    padding: 0 20px 40px 20px;
}

.divTicketInfo  .col-main {width:70%;float:left;}
.divTicketInfo .hasTab .col-main,
.divTicketInfo .hasTab .col-full {  padding-top: 20px;}
/*.divTicketInfo .hasTab .ui-tabs-nav{width:240px;}*/

.divTicketInfo  .col-right {width:30%;float:right;padding-left: 38px;}
.divTicketInfo  .col-right .divColumnRight { border: 1px solid #cccccc;position:relative;}
.order-price-total {
    min-height: 60px;
    background-color: #191919;
    color: white;
    font-weight: 600;
    padding: 10px 15px;
}
.order-price-details{
    overflow:visible;
    height:auto;
}
.order-price-total-title {
    font-size: 18px;
}

.order-price-total-label {
    font-size: 24px;
    padding-bottom: 8px;
}
.order-price-total.bottom .order-price-total-label{
    margin-top:6px;
}
.order-subtitle {
    font-weight: 600;
    color: #191919;
    padding-bottom: 6px;
    font-size: 16px;
}

.order-depart,
.order-return{
    height:0;
    padding: 0;
    overflow:hidden;
    border-bottom: 3px solid #cccccc;
}
.order-depart.active,
.order-return.active{
    height:auto;
    padding:0;
}
.order-detail{
    display:none;
}
.order-detail.active{
    display:block;
}
.order-tour-type-title {
    color: #00adee;
    background-color: white;
    font-weight: 600;
    padding-bottom: 8px;
    padding: 10px 15px;
    font-size:18px;
}
.order-tour-type-title .subpricetotal {
    display:none;
}
.order-ferry {
    padding: 0 20px;
    display:none;
}
.order-tour-from,
.order-tour-to {
    padding: 10px 15px;
}
.order-tour-from{
    background-color:#F0F0F0;
}
.order-tour-to{
    background-color:#E8E8E8;
}
.order-tour-title{
    height: 20px;
    color: #434343;
    font-size: 16px;
    font-weight:bold;
}
.order-tour-icon{
    width:10%;
    float:left;
    display:none;
}
.order-tour-icon > i{
    width:100%;
    height: 56px;
    display:block;
    background-image:url('../img/usr/arrow-ticket-location.gif');    
    background-repeat: no-repeat;
    background-position: center center;
}
.order-tour {
    padding: 0px;
}
.order-tour-place {
    font-size: 18px;
    line-height: 28px;
    text-align:center;
    float: left;

}
.order-tour-place-island{
    font-size: 14px;
    display: block;
    line-height: 28px;
    text-align: left;
    font-weight: 400;
}
.order-tour-place-pier{
    font-size: 14px;
    font-weight: 400;
    display: block;
    text-align: left;
}
.order-tour-place-splitter{
    display:none;
}
.order-tour-datetime{
    margin-top: 0px;
    float: right;
}
.order-tour-time,
.order-tour-date{
    font-size: 14px;
    line-height: 28px;
    text-align:right;
}
.order-tour-date{
    display:none;
}
.order-fare {
    padding: 10px 15px;
    background-color: #E0E0E0;
    position: relative;
    z-index: 1;
    font-size: 13px;
}

.order-fare-adult,
.order-fare-child{
    padding-bottom: 6px;
}
.order-charges {
    padding: 10px 15px;
    background-color: #E0E0E0;
    position: relative;
    z-index: 1;
}
.order-fare:before,
.order-charges:before {
    content: "";
    position: absolute;
    left: 6%;
    bottom: 0;
    height: 1px;
    width: 88%;
    border-bottom: 1px solid #CCC;
}
.order-charges .order-subtitle{
    padding-bottom:10px;
}
.order-charges-inclusive {
    padding: 0px;
}
.order-charges-exclusive {
    padding:10px 0px 0px 0px;
}
.order-charges-list {
    font-size: 14px;
}
.order-charges-item{
    padding-bottom: 4px;
}
.order-subtotal {
    background-color:#e0e0e0;
    padding: 20px 15px;
    font-size: 18px;
    font-weight:700;
    color:#191919;
}

.overlay-loader {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.overlay-loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.overlay-loader:after {
  background: #292929;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.divTicketInfo .divReturnOrOneway a{
    display:inline-block;
    width:100px;
    height:30px;
    border-radius:15px;
    background-color:#cccccc;
    color:#434343;
    text-align: center;
    line-height: 30px;
    cursor:pointer;
    margin-right:5px;
}

.divTicketInfo .divReturnOrOneway a:hover,
.divTicketInfo .divReturnOrOneway a.selected{
    background-color:#434343;
    color:#cccccc;
    text-decoration:none;
}

.divTicketInfo .action .notes{
    line-height: 18px;
    color: red;
}
.divTicketInfo .input{    
    width: 100%;
    height: 40px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding-left: 20px;
    color: #434343;
    font-size: 16px;
    font-family: Lato;
}

.divTicketInfo .input::-webkit-input-placeholder {
    font-size:15px;
}

.divTicketInfo .input:-moz-placeholder { /* Firefox 18- */
     font-size:15px;
}

.divTicketInfo .input::-moz-placeholder {  /* Firefox 19+ */
    font-size:15px;
}

.divTicketInfo .input:-ms-input-placeholder {  
 
}
.divTicketInfo select.input > option{
    height:40px;
}
.divTicketInfo select.input > option:nth-child(1){
    font-size:15px;
}
.divTicketInfo select.input > option{
    text-transform:capitalize;
}
.divTicketInfo .half{
    width:50%;
    float:left;
}
.divTicketInfo .input.datepicker{    
    padding-right: 40px;
    background-image: url('../../img/usr/icon-ticket-date.png');
    background-repeat: no-repeat;
    background-position: 97% center;
}

.divTicketInfo .input.timepicker{    
    padding-right: 40px;
    background-image: url('../../img/usr/icon-ticket-time.png');
    background-repeat: no-repeat;
    background-position: 97% center;
}

.divTicketInfo .number{    
    width:68px;
    height:38px;
    border:1px solid #cccccc;
    margin-right:10px;
    color: #434343;
    font-size: 18px;
    font-family: Lato;
    font-style: italic;
    padding-left:10px;
    font-style: normal;
}

.divTicketInfo .num-ticket .divSubTitle{
    padding-right:20px;
    font-weight:700;
}

.divTicketInfo .num-ticket .column{
    float:left;
    width:150px;
    margin-right:50px;
}
.divTicketInfo .num-ticket .column .title{
    padding-bottom:10px;
}

/* ================ Step =======================*/
.divTicketStep{
    float:right;
}
.divTicketStep .ulStep{height:40px; margin-top: -8px; padding-right: 20px;}
.divTicketStep .ulStep > li{
    height:100%;
    display:inline-block;
    color:#191919;
    line-height:50px;
    font-size:18px;
}
.divTicketStep .ulStep > li > a{
    width:30px;
    height:100%;
    float:left;
    margin-right:10px;
    display:block;
}
.divTicketStep .ulStep > li > a > i{
    width: 30px;
    height: 100%;
    background-size:30px;
    background-repeat:no-repeat;
    background-position:center 10px;
    display: block;
}
.divTicketStep .ulStep > li > a.selected,
.divTicketStep .ulStep > li > a.active{cursor:pointer;}

.divTicketStep .ulStep > li > a.selected > i,
.divTicketStep .ulStep > li > a.active > i{background-position:center bottom;}
.divTicketStep .ulStep > li > label{
    float:left;
    margin-right:30px;
    display:none;
}
.divTicketStep .ulStep > li > a.selected + label{display:block;}
.divTicketStep .liStep1 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s1.gif');}
.divTicketStep .liStep2 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s2.gif');}
.divTicketStep .liStep3 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s3.gif');}
.divTicketStep .liStep4 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s4.gif');}
.divTicketStep .liStep5 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s5.gif');}

/* ================ End of Step ================*/

/* ================= divTicketSearch =================================*/
.divTicketSearchForm .return{
    height: 0px;
    overflow: hidden;
    transition: height .5s ease-in-out;
}
.divTicketSearchForm .return.active{height:110px;}
.divTicketSearchForm .divAck{
    line-height: 24px;
    background-color: #ebf4f7;
    padding: 14px 18px;
    position: relative;
    margin-bottom: 15px;
}
.scheduleform{
    position:relative;
}
.scheduleform-loading{
    display: block;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    bottom: 0;
}
.scheduleform-loading:before{
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-image: url('../../img/cmn/loading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-top: -18px;
    z-index: 2;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.scheduleform-loading:after{
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
}
/* ================= End of divTicketSearch =================================*/

/* ================ divTicketSearchResult ============================*/
.ticket-search{
    border: 1px solid #cccccc;
    padding: 14px 10px;
    height:48px;
    font-family: Lato;
    font-weight: 700;
    border-radius: 5px;
    position:relative;
}
.ticket-search .datepicker{
    position:absolute;
    top:45px;
    right:0;
    z-index:99;
}
.ticket-search i.ship{
    display: inline-block;
    background-image: url("../../img/usr/icon-step-2-search-result.png");
    width: 30px;
    height: 15px;
    margin: -2px 6px;
    background-repeat: no-repeat;
    background-position: center center;
}
.ticket-search.grey{
    background-color:#f7f7f7;
}
.ticket-search.grey .ticket-search-date{
    float:right;
    font-weight:400;
}
.ticket-search .changeDate{
    display: block;
    width: 103px;
    margin-top: -8px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    text-decoration:none;
    background-image: url('../../img/usr/agent/btn-change-date.png');
    cursor:pointer;
}
.ticket-search  .changeDate:hover{
    color:#333;
    background-position:0 35px;
}
.divTicketSearchResult .search{    
    height: 40px;
    line-height: 40px;
    background-color: #ebf4f7;
    padding: 0 18px;
}
.divTicketSearchResult .divAck{
    padding-bottom: 10px;
    padding: 20px;
    background-color: #656565;
    color: white;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    height: 70px;
    margin-bottom: 15px;
}

.divTicketSearchResult .divAck.error{
    color: red;
    padding: 0;
    background-color: #FFD9D9;
    padding: 12px;
    margin: 10px 0;
    text-align:left;
}
.divTicketSearchResult .divAck.error .title{
    font-size:18px;
    padding-bottom: 3px;
}
.divTicketSearchResult .divAck.error .content{
    font-size:14px;
}

.divTicketSearchResult .image{
    background-image:url('../../img/usr/img-ticket-schedule.jpg');
    height: 165px;
    width: 100%;
    margin:30px 0px;
}
.ticket-container{
    padding-top:10px;
}
.ticket-container .ticket-name{
    font-size:18px;
    font-family:Lato;
    font-weight:600;
    color:white;
    height:60px;
    background-color:#434343;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    padding: 18px 14px;
}
.ticket-container .ticket-date{
    padding: 8px 20px;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.ticket-container .duration{
    padding-left: 25px;
    background-image: url(../../img/usr/icon-ticket-duration.png);
    background-repeat: no-repeat;
    margin: 0 10px 0px 8px;
    background-position: left top;
}
.ticket-datelist.active{
    display:block;
}
.ticket-datelist{
    position: absolute;
    right: 0;
    top: 46px;
    display:none;
}
.ticket-datelist .ticket-datelist-list{
    float:left;
    height:100px;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.ticket-datelist .ticket-datelist-list > ul{
    overflow: hidden;
    height: 100%;
    white-space: nowrap;
        width: 180px;
}
.ticket-datelist .ticket-datelist-list li{
    display:block;
    list-style-type: none;
    padding: 15px 10px;
    cursor:pointer;
    height:50px;
    text-align: center;
    transition:all .3s ease-in-out;
    border:1px solid #cccccc;
    background-color:#eaeaea;
    color:#434343;
}
.ticket-datelist .ticket-datelist-list li:hover,
.ticket-datelist .ticket-datelist-list li.selected,
.ticket-datelist .ticket-datelist-list li.middle{
    background-color:#FF9C00;
    color:#434343;
}


.ticket-datelist .ticket-datelist-date{font-family:Lato;font-weight:700;}

.ticket-timetbl{
    width:100%;
    table-layout: fixed;
    margin-top: 25px;
    border-collapse:collapse;
}
.ticket-timetbl .colDepart{width:15%;}
.ticket-timetbl .colArrive{width:15%;}
.ticket-timetbl .colDuration{width:20%;}
.ticket-timetbl .colStandard{width:25%;}
.ticket-timetbl .colPremium{width: 25%;overflow: hidden;}

.ticket-timetbl > thead > tr{height:50px;}
.ticket-timetbl > thead > tr > th{text-align:left;font-weight:400;    border-bottom: 3px solid #cccccc;}
.ticket-timetbl > thead .thStandard{text-align:center;background-color:#0F387A;border-bottom:3px solid #0F387A;}
.ticket-timetbl > thead .thPremium{text-align:center;background-color:#00ADEF;border-bottom:3px solid #00ADEF;border-right:1px solid #00ADEF;}
.ticket-timetbl > thead .thStandard > h3,
.ticket-timetbl > thead .thPremium > h3 {color:white;}
.ticket-timetbl > thead th:before{
    content:attr(data-title);
}
.ticket-timetbl > thead .thStandard,
.ticket-timetbl > thead .thPremium{
    font-size: 18px;
    color:white;
}
    
.ticket-timetbl > tbody{}
.ticket-timetbl > tbody > tr[data-disabled='1']{ background: #9e9e9e;filter: grayscale(100%);cursor:not-allowed;}
.ticket-timetbl > tbody td{text-align:center;height:90px;border: 1px solid #ddd;position:relative;overflow:hidden;} 
.ticket-timetbl > tbody td:nth-child(1){display:none;}
.ticket-timetbl .promo-label {
    width: 99px;
    /*height: 17px;
    background-color: red;
    color: white;*/
    position: absolute;
    /*transform: rotate(-45deg);
    top: 10px;
    left: -30px;*/
    font-size: 10px;
    padding-top: 2px;
    display:none;
    background-image: url(../../img/usr/icon-promo.png);
    background-repeat: no-repeat;
    background-size: 50px;
    height:30px;
    top:0px;
    left:0px;
}
.ticket-timetbl .promotion {/*color:red;*/}
.ticket-timetbl .promotion .promo-label {display:block;z-index:0;}
.ticket-timetbl input[type=radio]{z-index:2;position:relative;}
@media only screen and (max-width: 768px){
    .ticket-timetbl .promo-label {
        left:-2px;
        top:-2px;
        background-size:40px;
    }
}
/* ================ End of divTicketSearchResult ============================*/

/* ================ divTicketSeat ============================*/
.ticket-seat-standard{width:100%;height:1170px;position:relative;}
.ticket-seat-premium .ticket-seat-image,
.ticket-seat-standard .ticket-seat-image{
    background-repeat:no-repeat;
    height:100%;
    width:100%;    
    position: absolute;
    z-index: 1;
    top:0;
    left:0;
    transform: scale(0.9,0.9);
}
.ticket-seat-premium{width:100%;height:740px;position:relative;}
.ticket-seat-standard .ticket-seat-image{
    background-image:url('../../img/usr/img-ticket-seat2.gif');
}

.ticket-seat-premium .ticket-seat-image{
    background-image:url('../../img/usr/img-ticket-seat.gif');
}
.ticket-seat-title{
    display:none;
}
.ticket-seat-number{
    display:none;
}
.ticket-seat-loading{
   position: absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   z-index: 4;
   background-color: #292929;
   opacity: 0.7;
}
.ticket-seat-loading.hide{
    display:none;
}
.ticket-seat-list{
    width:100%;
    height:100%;
    position:relative;
    z-index:2;
    transform: scale(0.9,0.9);
}

.ticket-seat-info{
    width: 180px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index:3;
}
.ticket-seat-info-box{
    background-color: #f2f2f2;
    border: 1px solid #ababab;
    padding: 0px;
    margin-bottom:10px;
    font-size:14px;
}
.ticket-seat-info-box .ticket-seat-icon{
    position:static;
    width:28px;
    height:28px;
}
.ticket-seat-icon{
    background-image:url('../../img/usr/icon-ticket-seat.png');
    background-repeat:no-repeat;
    background-size: cover;
    float: left;
    width:30px;
    height:30px;
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    font-style: normal;
    position: absolute;
    cursor:pointer;
    font-family:Lato;
    padding: 0;
}
.ticket-seat-icon.disabled,
.ticket-seat-icon.occupied{
    background-position: 0 80.5%;
}
.ticket-seat-icon.blocked{background-image:url('../../img/usr/test/icon-ticket-seat.png');background-position: 0 100.7%;}
.ticket-seat-icon.adult-avail{
    background-position: 0 40%;
}
.ticket-seat-icon.premium.adult-avail {
    background-position: 0 50%;
 }
.ticket-seat-icon.child-avail{
    background-position: 0 20%;

}
.ticket-seat-icon.premium.child-avail {
        background-position: 0 25%;
}
.ticket-seat-icon.selected{
    background-position: 0 60%;
    color:white;
}
.ticket-seat-icon-label{
    height: 30px;
    line-height: 22px;
    padding-left: 10px;
    display: inline-block;
}
.ticket-seat-status .ticket-seat-adult,
.ticket-seat-status .ticket-seat-child,
.ticket-seat-status .ticket-seat-infant{
    padding: 10px 15px 10px 15px;
}
.ticket-seat-status .ticket-seat-occupied{
    border-top: 1px solid #ababab;
    padding:10px 15px;
}
.ticket-seat-status .ticket-seat-blocked {
    border-top: 1px solid #ababab;
    padding: 10px 15px;
}
.ticket-seat-status .ticket-seat-blocked .ticket-seat-icon-label{width:calc(100% - 28px);height:auto;font-size:0.8rem;}
.ticket-seat-status .ticket-seat-adult > ul > li,
.ticket-seat-status .ticket-seat-child > ul > li{
    list-style-type: none;
    color:white;
}
.ticket-seat-adult-thumb{
    background-image:url('../../img/usr/thumbnail-ticket-adult.gif');
    background-repeat:no-repeat;
    width:20px;
    height:14px;
    background-position:center 2px;
    display:inline-block;
}
.ticket-seat-child-thumb{
    background-image:url('../../img/usr/thumbnail-ticket-child.gif');
    background-repeat:no-repeat;
    width:20px;
    height:14px;
    background-position:center 2px;
    display:inline-block;
}
.ticket-seat-status .ticket-seat-label{
    padding-bottom:8px;
}

.ticket-seat-icon.premium,
.ticket-seat-premium .ticket-seat-icon{
	background-image:url('../../img/usr/icon-premium-seat.png');
	width: 36px;
	height: 36px;
    line-height: 30px;
}
.ticket-seat-premium .ticket-seat-icon.child-avail{
    background-position: 0 25%;

}
.ticket-seat-premium .ticket-seat-icon.adult-avail{
    background-position: 0 50%;

}
.ticket-seat-icon.premium.selected,
.ticket-seat-premium .ticket-seat-icon.selected{
    background-position: 0 75%;
    color:white;
}
.ticket-seat-premium  .ticket-seat-icon.disabled, 
.ticket-seat-premium  .ticket-seat-icon.occupied{
	background-position:0 100%;
}

.ticket-seat-premium .ticket-seat-adult-thumb{
    background-image:url('../../img/usr/thumbnail-premium-adult.png');
    height:15px;
}
.ticket-seat-premium .ticket-seat-child-thumb{
    background-image:url('../../img/usr/thumbnail-premium-child.png');
    height:15px;
}
.ticket-seat-info-box .ticket-seat-icon{
    position:static;
    width:28px;
    height:28px;
    line-height:28px;
}
.ticket-seat-premium .ticket-seat-blocked {display:none;}
.ticket-seat-info-box .ticket-seat-icon.blocked{background-image:url('../../img/usr/test/icon-ticket-seat.png');background-position: 0 100.5%;}
.ticket-seat-type,
.ticket-seat-child-thumb,
.ticket-seat-adult-thumb,
.ticket-seat-count{
    float:left;
}
.ticket-seat-type{padding-right:5px;}
.ticket-seat-count{font-size:12px;}
/* ================ End of divTicketSeat ============================*/

/* ================ divTicketPassengerInfo ============================*/
.divTicketPassengerInfo .passenger-list {
    margin-top: 20px;
}
.passenger-dropdown{
    margin-top:10px;
    margin-bottom:20px;
}
.passenger-info-box-empty{
    border: 1px solid #cccccc;
    margin-bottom:10px;
    font-size: 14px;
    height: auto;
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 10px 10px;
}
.passenger-info-box-empty input[type="checkbox"]+label {
    padding-left: 5px;
}
.passenger-info-box {
    border: 1px solid #cccccc;
    margin-bottom:10px;
    font-size: 18px;
    display:none;
    transition:opacity .3s ease-in-out;
}
.passenger-info-box.active{
    display:block;
}
.passenger-info-box.error{
    border: 1px solid red;
}
.passenger-info-box.error .passenger-info-box-header{
    background-color: #FFE2E2;
    border-bottom: 1px solid red;
}
.passenger-info-box-header {
    background-color: #f2f2f2;
    border-bottom: 1px solid #cccccc;
    padding: 5px 10px;
    line-height: 34px;
    cursor: pointer;
    /*height: 48px;*/
    height: auto;
    overflow: hidden;
}
.passenger-info-box-header.checkbox{
    margin:0;
}
.passenger-info-box-header .seat-container{
    float: left;
    width: 100px;
}
.passenger-info-box-header .seat-label{
    font-size: 14px;
    padding-right: 6px;
}
.passenger-info-box-header .ticket-seat-icon{
    margin-top: 3px;
    line-height: 30px;
}
.passenger-info-box-header .ticket-seat-icon.premium{
    margin-top:0;
}
.passenger-info-box-header-title{
    float: left;
    padding-right: 20px;
}
.passenger-info-box-header-checkbox{
    float:left;
    font-size: 14px;
}
.passenger-info-box-header-checkbox input[type='checkbox']{
    margin-top:10px;
    margin-right:10px;
}
.passenger-info-box-header-checkbox input[type='checkbox']:disabled{
    cursor:auto;
}
.passenger-info-box-header-name {
    float: left;
    padding-right: 20px;
    max-width: 50%;
    text-overflow: ellipsis;
}
.passenger-info-box-body{
    overflow:hidden;
}
.passenger-info-form-label {
    margin-top: 6px;
    display: inline-block;
}
.passenger-info-box-tools{    
    height: 37px;
}
.passenger-info-box-tools .hypCollapse{
    background-image:url('../../img/usr/arrow-ticket-collapseexpand.gif');
    background-repeat:no-repeat;
    display:inline-block;
    width: 20px;
    height: 100%;
    background-position: center 16px;
    transition:all .5s ease-in-out;
}
.passenger-info-box-tools .hypCollapse.open{
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.passenger-info-form{
    padding: 20px 5px 0 5px;
}
.passenger-info-form .compulsory{
    color:red;
}
.passenger-info-form .row{
    padding: 10px 0px;
}

.passenger-info-form input[type='text'],
.passenger-info-form input[type='email'],
.passenger-info-form textarea,
.passenger-info-form input[type='number'],
.passenger-info-form input[type='tel'],
.passenger-info-form select{
    width:100%;
    height:38px;
    border:1px solid #cccccc;
    font-size:18px;
    padding:0 10px;
}
.passenger-info-form textarea {height:70px; padding: 5px 10px;}
.passenger-info-form input::-webkit-input-placeholder {
   color: #D8D8D8;
}

.passenger-info-form input:-moz-placeholder { /* Firefox 18- */
   color: #D8D8D8;  
}

.passenger-info-form input::-moz-placeholder {  /* Firefox 19+ */
   color: #D8D8D8;  
}

.passenger-info-form input:-ms-input-placeholder {  
   color: #D8D8D8;  
}
.passenger-info-form select > option:nth-child(1){
    color:#D8D8D8;
}
.passenger-info-form select{
    text-transform: capitalize;
}
.passenger-info-form input[type='checkbox']{margin: 4px 4px 0;

}
.passenger-info-form .chkboxLabel{
    font-size:14px;
}
.passenger-agree-form{
    background-color: rgb(242, 242, 242);
    margin: 15px 0px 0px 0px;
    transition: background-color 0.5s ease;
}
.passenger-agree-form.error{
    border: 1px dashed red;
    background-color: #ffe2e2;
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.form-action {float:right;}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
/* ================ End of divTicketPassengerInfo ============================*/


/* ================ divTicketContact ============================*/
.passenger-econtact-form{
    border:1px solid #ececec;
    background-color:#f2f2f2;
}
.pier .passenger-info-form{
    padding-top:5px;
}
.pier .passenger-agree-form{
    margin:5px 0px;
    font-size:14px;
}
.pier .col-sm-3 label{
    display: inline-block;
}

.pier select.hasBtnInfo{
    width: 280px;
    margin-right: 10px;
}
.btn-info.viewdetail:hover {
    /*width:150px;*/
}
a.btn-info{color:white;}
.btn-info{
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-color: #434343;
    color: white;
    display:inline-block;
    cursor:pointer;
    transition:all .5s ease-in-out;
}
.btn-info-icon {
    width: 40px;
    height: 40px;
}
.btn-info-icon .material-icons{
    width: 100%;
    height: 100%;
    padding: 8px;
    text-align: center;
}
.btn-info-content {
        padding: 8px 2px;

}
.input-msg{
    color: #7c7c7c;
    font-size: 12px;
    padding-top: 5px;
}
.input-mobileno{}
.input-mobileno:before,
.input-mobileno:after{display:table;content:" ";}
.input-mobileno:after{clear:both;content:" ";}
.mobileno-column{
    float:left;
    height:38px;
    line-height:38px;
}
.mobileno-splitter {
    width:5%;
    text-align:center;
}
.mobileno-preifx-label{
    width:0%;
}
input[type='tel'].mobileno-prefix-input{
    width:13%;
}
input[type='tel'].mobileno-content{
    width: 82%;
}
.creditcard-type li{
    width:50px;
    height:30px;
    float:left;
    list-style:none;
    position:relative;
    margin-right: 10px;
    opacity:0.4;
}
.creditcard-type li.active{
    opacity:1;
}
.creditcard-type img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width:100%;
}

/* ================ End of divTicketContact ============================*/



/* ================ row & column ====================================*/
.row {}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after, .row:before {
    display: table;
    content: " ";
}
.row:after {
    clear: both;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}

.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
/* ================ end of row & column =============================*/

/* ================ Checkbox Label =============================*/
.checkbox{
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkbox > label{
    display: inline-block;
    max-width: 100%;
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox > label > input[type=checkbox]{
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}
/* ================ Checkbox Label =============================*/

/* ================ Custom Alertbox ============================*/
.custom-alertbox,
.custom-alertbox *{
    box-sizing:border-box;
}
.custom-alertbox{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    top: 0;
    left: 0;
    z-index: 100;
    color:#fff;
}

.custom-alertbox-inner{
    width: 500px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -100px;
    margin-left: -250px;
    border: 3px solid #fff;
    border-radius: 3px;
    padding: 20px;
}
.custom-alertbox-action{

}
.custom-alertbox-action .btn{
    width: auto;
    height: 35px;
    border-radius: 3px;
    border: 3px solid #929292;
    color: #929292;
    padding: 5px 10px;
    display: block;
    text-align: center;
    font-weight: 700;
    cursor:pointer;
    transition:all .1s ease-in-out;
    float:right;
}
.custom-alertbox-action .btn:hover{
    text-decoration:none;
}
.custom-alertbox-action .material-icons{
    padding: 0;
    float: left;
    font-size: 15px;
    padding-top: 2px;
    padding-right: 5px;
}
.custom-alertbox-action .btn-yes{
    margin-right:10px;
    border-color: #2ecc40;
    color: #2ecc40;
}
.custom-alertbox-action .btn-yes:hover{
    background-color: #2ecc40;
    color: #fff;
}
.custom-alertbox-action .btn-no:hover{
    border-color: #d45c53;
    color: #d45c53;
}
.custom-alertbox-content{
    padding:20px 0px
}
.custom-alertbox-title{
    font-size: 20px;
    font-weight: 700;
}
.custom-alertbox-title .material-icons{
    padding: 0;
    float: left;
    margin-right: 8px;
}

/* ================ Responsive Layout =========================*/
@media only screen and (max-width: 768px)  {
    .tab-space{display:none;}
    .tab-col{width:100%;}
    .tab-row{padding-bottom:0;}

    .divTicketInfo .num-ticket .column{
        width: 33%;
        margin-right: 0;
    }
    .divTicketStep .ulStep > li > a.selected + label{display:none;}
    .divTicketInfo .col-main{
        width:100%;
    }
    .divTicketInfo .col-right {
        width: 100%;
        float: right;
    }
    .ticket-search{
        /*display:none;*/
        height:80px;
    }
    .ticketSeparator{display:none;}

    .divTicketStep .liStep1 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s1-x2.gif');}
    .divTicketStep .liStep2 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s2-x2.gif');}
    .divTicketStep .liStep3 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s3-x2.gif');}
    .divTicketStep .liStep4 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s4-x2.gif');}
    .divTicketStep .liStep5 > a > i{background-image:url('../../img/usr/agent/icon-ticket-s5-x2.gif');}

    /* ====== Step 2 table ==========*/
    .ticket-timetbl > thead {}
    .ticket-timetbl > tbody td {
        font-size: 10px;
    }
    .ticket-timetbl > tbody td:nth-child(1){
        display:table-cell;
        text-align:left;
        padding-left:10px;
    }
    .ticket-timetbl > tbody td:nth-child(2){display:none;}
    .ticket-timetbl > tbody td:nth-child(3){display:none;}
    .ticket-timetbl > tbody td:nth-child(4){display:none;}

    .ticket-timetbl > thead th:before{
        content:attr(data-mobile-title);
    }
    .ticket-timetbl .seatby{
        display:none;
    }

    /* ====== Step 3 =============*/
    .ticket-seat-image{
        display:none;
    }
    .ticket-seat-info {
        width: 100%;
        position: static;
    }
    .ticket-seat-title{
        display:block;
        text-align:center;
        height: 45px;
        background-color: #DDD;
        border-top: 1px solid #292929;
        border-bottom: 1px solid #292929;
        line-height: 45px;
        font-size: 16px;
    }
    .ticket-seat-container{
        width:100%;
        height: auto;
        position:relative;
        overflow:scroll;
        display:table;
    }
    .ticket-seat-standard .ticket-seat-list{
        width:650px;
        height: 100%;
        display: table-cell;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: scale(1);
    }
    .ticket-seat-premium .ticket-seat-list{
        width:650px;
        height: 100%;
        display: table-cell;
        position: relative;
        overflow-x: hidden;
        overflow-y: scroll;
        transform: scale(1);
    }
    .ticket-seat-number{
        width:35px;
        display: table-cell;
    }
    .ticket-seat-number ul{
        height: auto;
        overflow: hidden;
    }
    .ticket-seat-number li{
        width:35px;
        height:50px;
        background-color:#292929;
        color:white;
        line-height: 50px;
        text-align: center;
        list-style: none;
    }
    .ticket-seat-standard,
    .ticket-seat-premium{
        height:auto;
    }
    .ticket-seat-icon {
        background-image: url('../../img/usr/mobile/img-seat-type.gif');
    }
    .ticket-seat-icon.disabled,
    .ticket-seat-icon.occupied{
        background-position: 0 100%;
    }
    .ticket-seat-icon.adult-avail{
        background-position: 0 50%;
    
    }
    .ticket-seat-icon.child-avail{
        background-position: 0 75%;
    
    }
    .ticket-seat-icon.selected{
        background-position: 0 25%;
        color:white;
    }
    .ticket-seat-icon.premium,
    .ticket-seat-premium .ticket-seat-icon{
	    background-image:url('../../img/usr/icon-premium-seat-x2.png');
	    width: 36px;
	    height: 36px;
        line-height: 30px;
    }

    /* ========== Step 4 ==========*/
    .passenger-info-form .col-sm-3,
    .passenger-info-form .col-sm-9{
        width:100%;
    }

    .passenger-info-form .passenger-info-form-label {
        font-size: 13px;
        margin-top: 0;
        margin-bottom: 3px;
    }
    
    .passenger-info-form input[type='text'],
    .passenger-info-form input[type='email'],
    .passenger-info-form textarea,
    .passenger-info-form input[type='number'],
    .passenger-info-form input[type='tel'],
    .passenger-info-form select,
    .mobileno-preifx-label{
        font-size:14px;
    }
    .form-action {float:none;}
    .form-action .btn {width:49%;}
    /* ====== Step 5 ==============*/
    
    .pier select.hasBtnInfo{
        width: 100%;
        margin-right: 0px;
    }
    a.btn-info,
    .btn-info{
        width: auto;
        height: auto;
        background-color: inherit;
        color: #f05b22;
        cursor:pointer;
        transition:all .5s ease-in-out;
        font-size:14px;
    }
    .btn-info-icon {
        display:none;
    }
    .btn-info-content {
        padding: 0px;
    }
    .mobileno-preifx-label{
        width:0%;
        text-align: center;
    }
    input[type='tel'].mobileno-prefix-input{
        width:16%;
    }
    input[type='tel'].mobileno-content{
        width: 79%;
    }


    /* =====  Price Summary ========*/
    .divTicketInfo{
        padding: 0 0px 40px 0px;
    }

    .divTicketInfo .col-right {
        padding-left: 0;
        position: fixed;
        top: 0;
        padding-left: 0;
        z-index: 10;
    }
    .divTicketInfo .col-right .divColumnRight{
        border:0;
    }
    .order-price-total{
        max-height: 50px;
        min-height: initial;
    }
    .order-price-total.top.open .hypOrdPriceDetails{
        transform:rotate(180deg);
    }
    .order-price-total.bottom .order-price-total-label{
        margin-top:0;
    }
    .order-price-details{
        height:0;
        overflow: hidden;
    }
    .order-price-details.open{
        overflow: scroll;
    }
    .divMainContainer{
        height:auto;
        overflow:visible;
    }
    .divMainContainer.close{
        height:0;
        overflow:hidden;
    }
    .order-price-total-title{
        display:none;
    }
    .divTicketInfo .col-main, 
    .divTicketInfo .col-full{
        padding: 0px 20px;
    }
    .order-price-total .order-price-total-arrow {
        width: 30px;
        height: 30px;
        float: right;
    }
    .order-price-total a.hypOrdPriceDetails {
        height: 100%;
        width: 100%;
        background-image: url('../../img/usr/mobile/button-move-down-total.png');
        background-repeat: no-repeat;
        background-position: center 12px;
        display: block;
        transition: all .5s ease-in-out;
    }

    .order-detail{
        display:block;
        overflow:hidden;
        height: auto !important;
    }

    /* ================ Custom Alertbox ============================*/
    .custom-alertbox-inner{
        width: 80%;
        min-height: 200px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -100px;
        margin-left: -40%;
        border: 3px solid #fff;
        border-radius: 3px;
        padding: 20px;
    }
}

/* =================== label tag ======================*/
.tag {
    font-size: 12px;
    background-color: #ffcc68;
    padding: 5px;
    border-radius: 5px;
}

.divRouteAddon {
    font-size: 14px;
    padding:5px 15px;
}
@media only screen and (min-width: 769px){
    .i-WishTrip{position:absolute;top:0.2rem;right:0.3rem;cursor:pointer;}
    .i-WishTrip i{font-size:1rem;transition:250ms ease-in-out;color:#ff5e00;}
    .i-WishTrip:hover i{font-size:1.2rem;}
    .i-WishTrip div{font-size:0.55rem;color:red;-webkit-text-stroke:0.5px red;}
}

@media only screen and (max-width: 768px){
    .i-WishTrip{text-align:center;cursor:pointer;}
    .i-WishTrip i{font-size:1rem;color:#ff5e00;}
    .i-WishTrip div{font-size:0.6rem;color:red;-webkit-text-stroke:0.5px red;}
}
.ticket-seat-distancefree .ticket-seat-blocked{display:none;}
.ticket-seat-distancefree .ticket-seat-image{background-image:url('../../img/usr/test/img-ticket-seat2.gif');}
.ticket-seat-premium.ticket-seat-distancefree .ticket-seat-image{background-image:url('../../img/usr/img-ticket-seat.gif');}