/* Start here */
#content{
float:right !important;
}

#awaypyay .pagetitle {
    background-repeat: no-repeat;
    margin-right: 10px;
    padding-left: 10px;
    float: left;
    height:48px;
    width:auto;
}

.outside-page{
    margin-top:-3%;
}

#awaypyay .cpanel.titlebox {
    padding: 10px;
  margin-bottom: 20px;
 
}

#awaypyay #toolbar-box {
  padding: 0;
}
#toolbar-box .cpanel.titlebox {
    margin-top: 20px !important;
}

.layout-edit #awaypyay #toolbar-box {
  margin-top:-45px;
}

#awaypyay .cpanel.titlebox h2 {
  margin: 0;
  padding: 0;
  line-height: 48px;
  font-size: 30px;
}

#awaypyay .pagetitle h2 {border-bottom: none;}

#main #awaypyay a:hover,
#main #awaypyay a:active,
#main #awaypyay a:focus
{
    background: transparent;
    color: inherit;
}

#main #awaypyay ul {
  margin: -5px 0 0 0;
}

#awaypyay .cpanel {
    /* border: 1px solid #ccc; */
    padding: 0 8px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  height: auto;
    padding: 20px;
    
}
.cpanel:has(table) {
    overflow: scroll;
}
.cpanel.titlebox {
    background: linear-gradient(to right, #12b0bc, #fff);
}
#awaypyay #ticketing-agents-view .cpanel {
    border: 1px solid #12b0bc !important;
    padding: 0 8px;
    /* background-color: white; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: auto;
    padding: 20px;
}

#awaypyay table.adminlist{
width:100%;
}
#awaypyay table.adminlist,#awaypyay table thead {
border : 1px solid #ccc;
}

#awaypyay table.adminlist tbody tr td {
    border: 2px solid white;
    border-radius: 10px;
    padding: 2px;
    padding-left: 10px;
}

#awaypyay table.adminlist tbody tr td:first-child, #awaypyay table.adminlist th:first-child {
  border-left: 1px solid #ccc;
}

#awaypyay table.adminlist tr.row0{
background-color:#d7f5f7;
}

#awaypyay table.adminlist tbody tr td:last-child, #awaypyay table.adminlist th:last-child {
  border-right: 1px solid #ccc;
}

#awaypyay table.adminlist tr.row0:hover,#awaypyay table.adminlist tr.row1:hover{
background-color:#12b0bc7a;
}

ul.adminformlist{
list-style: none;
}

ul.adminformlist label{
  display: inline-block;  
  min-width: 30%;
}

#awaypyay #dashboard-view .cpanel {
    padding: 31px 8px 6px 33px;
}
 
 
 
#awaypyay .cpanel .icon {
    text-align: center;
    margin-right: 25px;
    float: left;
    margin-bottom: 25px;

}
#awaypyay .cpanel .icon a {
  /*  background-color: #fff;
    background-position: -30px;
    display: block;
    float: left;
    height: 97px;
    width: 108px;
    color: #565656;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #CCC; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition-property:
        background-position,
        -webkit-border-bottom-left-radius,
        -webkit-box-shadow;
    -moz-transition-property:
        background-position,
        -moz-border-radius-bottomleft,
        -moz-box-shadow;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s; */
    border-radius: 1px 35px;
    background: #12b0bc61;
    padding: 5px;
    width: 150px;
    height: 120px;
    float: left;
}

#awaypyay .cpanel .icon a:hover,
#awaypyay .cpanel .icon a:focus,
#awaypyay .cpanel .icon a:active {
    background-position: 0;
    -webkit-border-bottom-left-radius: 50% 20px;
    -moz-border-radius-bottomleft: 50% 20px;
    border-bottom-left-radius: 50% 20px;
    -webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 10;
}

#awaypyay .cpanel img {
    padding: 5px 0;
    margin: 0 auto;
}


#dashboard-icons .icon img {
    height: 80px;
}

#awaypyay .icon span, #awaypyay #toolbar span {
    display: block;
    text-align: center;
    margin: 0 auto;
    font-size:12px !important;
    font-weight: bold;
}

#awaypyay .tareg span, #awaypyay .memberreg span,#awaypyay .updatespan span{
/* margin-top:-12px; */
}

#awaypyay span.spacer {
  clear: both;
  display: block;
}

 
#awaypyay .clr {
  clear: both;
}

body #contentarea, #contentarea2 {
  overflow: visible;
}

li.spacer {
    border-left: 1px solid #CCCCCC;
    margin-left: 8px !important;
}

.studentMenuActive a{
  color: #000!important;
}

.studentMenu {
  font-weight: bold;
  margin-right: 30px;
}

#search-filter input {
    height: 22px;
    margin-left: 5px;
   /* width: 75px;*/
    margin-top: 3px;
}
 #search-filter select {
  height: 25px;
  margin-left: 5px;
  margin-top: 10px;
  margin-right: 5px;
  width: auto;
  display:inline !important;
}
#search-filter {
  border: 0 none;
  line-height: 18px;
  margin-top: 0;
  padding: 0;
}

#search-filter label {
  clear: none;
  display: inline;
  margin-right: 5px;
} 

#main .list-footer ul li {
  margin-right: 4px;
  list-style: none;
  display: inline;
}

.list-footer > * {
  display: inline;
  text-align: center;
}

#main #awaypyay .list-footer ul {
    margin: -2px 10px 0 0;
}

.allTable tr > * {
  height: 20px;
  padding: 5px 10px;
}

.emptyRed {
  border: 1px solid red;
}

.allTable th {
  background-color: #fefee3;
}

.hidden {
  display: none;
} 

iframe html #main {
  min-height:2px;
}

iframe html {
  overflow-y: hidden!important;
} 

.hideLi {
  display: none;
}

.liSubmit, .liSubmit input {
  width: 100%;
}

#awaypyay input#jform_title, #awaypyay input#jform_leveltitle, #awaypyay input#jform_grouptitle {
  font-size: 100%;
}

.debug {
  position: absolute;
  top: -10px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.fltrt {
  float: right;
}

#awaypyay #ticketing-agents-view #search-filter .fltrt {
    background: #12B0BC;
    padding: 5px;
}

#awaypyay span.mceEditor {
    clear: both;
    display: block;
}

.width5 {
  width: 5%;
}

.width95 {
  width: 95%;
}

.pane .pane-toggler-down {
  border: 0 none;
}
 
#dynamictable .dytbl {

width:68%;
}

.pane .pane-plus-minus-toggler-down {
  border: 0 none;
}

.pane-plus-minus-toggler span {
    background: transparent url(../uploads/j_arrow_down.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.pane-plus-minus-toggler-down span {
    background: transparent url(../uploads/j_arrow.png) 5px 50% no-repeat;
    padding-left: 20px;
}

.pane-plus-minus-toggler-down {
    border-bottom: 1px solid #ccc;
}
.displayrow{
display: table-row;

}
 
.toggleeventsmargin{
margin-bottom:10px;
}

.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}

.width-cal{width: 10%;}

fieldset input.alllbcheck{
margin-left: 5px;
width: auto;

}

fieldset input.lbcheck{
margin-left: 5px;
width: auto;

}

fieldset input.lpcheck{
margin-left: 5px;
width: auto;

}
 
div.width-100 {
    width: 100%;
}
.fltlft {
    float: left;
}
div.width-50 {
    width: 50%;
}


div fieldset {
   /* border: 1px solid #CCCCCC; */
    border-radius: 5px 5px 5px 5px;
    background: white;
    margin: 10px;
    /* padding: 20px; */
    
}

fieldset#search-ticket, fieldset#search-ticket2 {
    background: linear-gradient(#12b0bcd1, #fff);
}

fieldset  legend {
background: none;
padding : 0;
width: auto;
}

 

#awaypyay .dashboard-icon  { background-image: url("../../../../media/com_eticket/images/toolbar/icon-48-dashboard.png"); } 
.dashboard-icon h2,.icon-settings  h2, .icon-reports  h2{ 
    padding-left: 30% !important;
}
/************/


 
/***action toolbar***/
.action-toolbar{

float:right;
}
.action-toolbar ul {
  margin: 0;
  padding: 0;
}

.action-toolbar li {
  padding: 1px 1px 3px 4px;
  text-align: center;
  color: #666;
  height: 48px;
  list-style: none;
  float: left;
  
  }
  
  .action-toolbar  a {
  display: block;
  float: left;
  white-space: nowrap;
  /* border: 1px solid #F4F4F4; */
  padding: 1px 5px;
  cursor: pointer;
}

.action-toolbar span {
  float: none;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  display: block !important;
}
.action-toolbar .icon-dashboard-action  { background-image: url("../../../../media/com_eticket/images/toolbar/dashboard.png"); }
.action-toolbar .icon-report-action  { background-image: url("../../../../media/com_eticket/images/toolbar/report.png"); }
.action-toolbar .icon-setting-action  { background-image: url("../../../../media/com_eticket/images/toolbar/setting.png"); }
.icon-settings{ background-image: url("../../../../media/com_eticket/images/toolbar/icon-48-settings.png"); }
.icon-reports{ background-image: url("../../../../media/com_eticket/images/toolbar/icon-48-reports.png"); }
.action-toolbar .icon-new-action  { background-image: url("../../../../media/com_eticket/images/toolbar/new.png"); } 
.action-toolbar .icon-edit-action  { background-image: url("../../../../media/com_eticket/images/toolbar/edit.png"); } 
.action-toolbar .icon-delete-action  { background-image: url("../../../../media/com_eticket/images/toolbar/delete.png"); } 
.action-toolbar .icon-save-action  { background-image: url("../../../../media/com_eticket/images/toolbar/save.png"); } 
.action-toolbar .icon-saveandnew-action  { background-image: url("../../../../media/com_eticket/images/toolbar/saveandnew.png"); } 
.action-toolbar .icon-saveandclose-action  { background-image: url("../../../../media/com_eticket/images/toolbar/saveandclose.png"); } 
.action-toolbar .icon-cancel-action  { background-image: url("../../../../media/com_eticket/images/toolbar/cancel.png"); } 
.action-toolbar .icon-excel-action  { background-image: url("../../../../media/com_eticket/images/toolbar/excel.png"); }
.action-toolbar .icon-pdf-action  { background-image: url("../../../../media/com_eticket/images/toolbar/pdf.png"); }
.action-toolbar .icon-topup-action  { background-image: url("../../../../media/com_eticket/images/toolbar/topup.png"); } 
.action-toolbar .icon-approve-action  { background-image: url("../../../../media/com_eticket/images/toolbar/large_tick.png"); }
.action-toolbar .icon-unapprove-action  { background-image: url("../../../../media/com_eticket/images/toolbar/large_publish_x.png"); }
.action-toolbar .icon-collectsale-action  { background-image: url("../../../../media/com_eticket/images/toolbar/collectandsale.png"); } 
.action-toolbar .icon-gotoagentregister-action  { background-image: url("../../../../media/com_eticket/images/toolbar/agentregister.png"); }
.action-toolbar .icon-logout-action  { background-image: url("../../../../media/com_eticket/images/toolbar/logout-icon.png"); }
.action-toolbar .icon-return  { background-image: url("../../../../media/com_eticket/images/toolbar/revert.png"); }
/***FORM***/
.addBusLine{
    background: url("../../../../media/com_eticket/images/addnew.png") no-repeat scroll 0 0px transparent;
    display: block;
    height: 16px;
    margin: 0 auto;
    width: 16px;
}

.removeBusLine {
    background: url("../../../../media/com_eticket/images/remove.png") no-repeat scroll 0 0px transparent;
    display: block;
    height: 16px;
    margin: 0 auto;
    width: 16px;
}

.updateBusLine {
    background: url("../../../../media/com_eticket/images/edit.png") no-repeat scroll 0 0px transparent;
    display: block;
    height: 16px;
    margin: 0 auto;
    width: 16px;
}


.allTable tr > * {
  height: 20px;
  padding: 5px 10px;
}
 
.allTable th {
  background-color: #fefee3;
}

.awaypyay-photo{
    width: 45%;
    margin-left: 30.5%;
}
/*
#jform_nric_code{
    width: 7%;
    margin-left:-4px;
}
#jform_nric_township{
    width: 13%;
}

#jform_nric_no{
    width: 10%;
}
*/
.counter_name{
margin-left: 1%;
}

#counter_chks input{
margin-top:0%;
}

#counter_chks{
    margin-left:30%;
}

/*kmz 20160304  start edit 18052017********************edit********/
.seating-plan-lbl2,
#show_seatingplan_hidden #seating-plan{
 width: 44%;
margin-top: 0.8%;
float: right;
margin-right: 4%;
padding: 10px 25px;
min-width: 300px;
}
#show_seatingplan_hidden #seating-plan #bus-container{
    margin:auto;
}
#show_seatingplan_hidden #bus-img-container{
    display:none;
}
#show_seatingplan_view #seating-plan #bus-container #middle-row .seat-row .seat{
    color:#000;
}
.seating-plan-lbl1,
#show_seatingplan_view #seating-plan{
width: 46%;
margin-top:8px;
min-width: 445px;
}
/*kmz 20160304  end****************************************/

.seating-plan-lbl1{

width: 30%;
margin-left:1%;
margin-top: 2%;
}

.seating-plan-lbl2{

width: 30%;

margin-top: -2%;
margin-right:8%;
float:right;

}

.hiddenseatdiv{
margin-top:-2%;
width:99%;

}

.width100{
width: 100%;
}

.view-hiddenseat #resetDefault{
left:76%;
}

.facilities{
margin-left:30% !important;
}

#errmsg, #pherrmsg
{
color: red;
}

/***END FORM***/

/***JF Login ***/
#jf_login .jf_greeting , #jf_login .jf_logged .jf_authoriz_btn{
font-size: 13px !important;
}

.jf_modal_content h3{
font-size:1.4em !important;
}

.jf_modal{
max-width: 300px !important;
}

.jf_modal_content .jf_modal_close{
top : -5px !important;
font-size : 35px !important;
right : 5px !important;
}

/***End JF Login ***/

/***VIEW***/
#awaypyay .input-append{
margin-top: 9px;
}

/***END VIEW***/

#jform_nric_no {
    width: 13%;
    display: inline-block;
}

#jform_nric_township {
    display: inline-block;
}

#jform_nric_code {
       display: inline-block;
}



/***Hidden Seats***/

#seating-plan #bus-container #last-row .seat.seat-available-view, #seating-plan #bus-container #middle-row .seat-row .seat.seat-available-view {
    
 
    color: #222 !important;
}

/***bus list***/

.buslist td{
    vertical-align:middle !important;
}

.view-buslist .t3-mainbody{
    background:#000000; 
    width:100%; 
}

.view-buslist body{
    
    background:#000000; 
}

.view-buslist #awaypyay .cpanel{
    
    border:none !important;
}

#buslist-view .header{
    
     
    color:#000;
    font-weight:bold; 
    font-size:20px;
    background:#feff00;
}

#buslist-view .time{
    background: #800000;
    font-size:40px;
    
    
}

#buslist-view td{
padding-left : 10px;    
    
}

#buslist-view .header td{
padding-top : 10px;
padding-bottom : 10px;      
    
}

.view-buslist .col-xs-12{
padding-left: 0px !important;   
padding-right: 0px !important;  
padding-top: 0px;   
}

#buslist-view td,#buslist-view tr td{
border-bottom: 1px solid #555;
border-top:none;
 
    
}

.view-buslist #awaypyay table.adminlist tbody tr td:last-child, #awaypyay table.adminlist th:last-child{
    
border-right:none;  
}

.view-buslist #awaypyay table.adminlist tbody tr td:first-child, #awaypyay table.adminlist th:first-child{
    
    border-left:none;
}

.view-buslist #awaypyay table.adminlist, #awaypyay table thead{
    
    border:none;
}

.view-buslist .t3-footer{
    
    background: #800000; 
    color:#ffffff;
}

.view-buslist .t3-copyright{
    
    font-size:22px;
    border-top:none;
}

.view-buslist .container{ 
width: 100%;
 
}

.buslist{
    font-size:18px;
}

.input-calendar{
    
    width:88px !important;
}

/*Report Seating Plan*/


#seatingplan-view #seating-plan{
    
    width:99% !important;
}

#seatingplan-view  #bus-container{
    width:100% !important;
}

#seatingplan-view  #middle-row{
    width:98% !important;
}

#seatingplan-view  #right-row{
    width:65% !important;
}
#seatingplan-view #seating-plan #bus-container #last-row{
    width:90% !important;
    margin-left: 7.7% !important;
}

#seatingplan-view  #right-row.elite36{
    width:40% !important;
}

#seatingplan-view  #bus-container #middle-row #left-row.elite36{
    width:40% !important;
    margin-left: 8%;
}

.rptseat{
border-style: solid; border-width:thin; border-color: #ccc; padding: 5px; float:left !important;
height :90px !important;
width : 170px !important;
margin-right:10px !important;   

}

#seatingplan-view  #right-row .seat-row , #seatingplan-view  #left-row .seat-row{
    
    margin-bottom:45px !important;
    
}

/*for rpt daily sale*/

.view-rptdailysales .container , .view-rptdailysalesbyagents .container ,.view-rptchangetickethistory .container ,.view-rptcanceltickets .container ,.view-rptsalesummary .container ,.view-rpttopuphistory .container,
.view-rptsalesummarybyagents .container  ,.view-holdseats .container ,.view-tagentregistrations .container  ,.view-rptcredittopuphistory .container ,.view-hiddenseats .container
{ 
    
    width: 100% !important; 
}

.view-rptdailysales #t3-mainnav .container, .view-rptdailysalesbyagents #t3-mainnav .container, .view-rptchangetickethistory #t3-mainnav .container, .view-rptcanceltickets #t3-mainnav .container, .view-rptsalesummary #t3-mainnav .container, .view-rpttopuphistory #t3-mainnav .container, .view-rptsalesummarybyagents #t3-mainnav .container, .view-holdseats #t3-mainnav .container, .view-tagentregistrations #t3-mainnav .container, .view-rptcredittopuphistory #t3-mainnav .container, .view-hiddenseats #t3-mainnav .container {
    width: 1200px !important;
}
.view-rptdailysales .adminlist , .view-rptbookinglist  .adminlist , .view-rptdailysalesbyagents  .adminlist ,.view-rptchangetickethistory  .adminlist ,.view-rptcanceltickets  .adminlist ,.view-tripregistrations  .adminlist{
    font-size:12px !important;
}

.view-rptdailysales td, .view-rptdailysales tr  {
    border: 1px solid #dddddd;
}

.price-lbl{
    
    width: 130px;
    float:left;
}

input[type="text"]:disabled

{

background:#dddddd;

}

.disable input , .disable select , .disablenric{
    
    pointer-events:none;
    color:#AAA !important;
    background:#F7F7F7 !important;
}



/***Report Sale Summary***/
.summary-header{
    text-align:center !important;
    width: 20% !important;
}
.rpt-sale th{
border-right : 1px #ccc solid;
padding:10px;   
}

.rpt-sale{
border-bottom : 1px #ccc solid;
 
}

.rpt-sale-data td{
    border-right : 1px #ccc solid;
    padding:5px;    
}

.rptsummary span{
    
    margin-top : -15px !important;
}

.col-center {

    text-align : center !important;
}

/***Search Filter***/

.search-text{
    
    /*width: 13% !important;*/
    height:25px !important;
    margin-top:10px !important;
}
.search-nricno{
    height: 25px !important;
    margin-left: 5px;
    width: 80px !important;
    margin-top: 10px !important;
}

/***listing****/

.right-align{
    text-align:right !important;
}
.center-align{
    text-align:center !important;
}

.left-align{
    text-align:left !important;
}

#jform_route_id-lbl{
    
     margin-left:-304px;
    
}

#jform_multi_route-lbl , #jform_multi_route{
    margin-bottom:15px;
}

.filterfield{
    float:left;
    padding-bottom: 0px;
    padding-top: 0px;
}
     
 
.filterfield > .field-calendar{
    display: inline-flex;
}

.filterfield legend{
     
    font-size:13px;
    margin-top:0px;
    margin-bottom:0px;
}

.filter-select .input-append input{
    width:100px;
}

/***Buslist***/
#slideshow > div { 
    position: absolute; 
    top: 10px; 
    left: 10px; 
    right: 10px; 
    bottom: 10px; 
}

/***Trip Buttons***/
 
.trip-button {
  display: inline-block;
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 17px;
  padding: 2%;
  width: 13%;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  float:left;
}

.trip-button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.trip-button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
} 

@media (max-width: 767px) {
    .trip-button {
    font-size:9px;
    }
   .web_dialog {
    
    top: 70% !important;
    
    }
} 

.com_eticket #system-message{
    /*margin-bottom:55px ;*/
    /*margin-top:-43px;*/
}
.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:1234;
    overflow: auto;
    width: 170%; /* width of the spinner gif */
    height: 150%; /*hight of the spinner gif +2px to fix IE8 issue */   
    top: -10%;
    left:-10%;  
    background-color: rgba(255,255,255,0.5);
    opacity: 0.9;
}
.spinner img{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1235;
}
#sbox-content {
    overflow: auto !important;
    border: 1px solid#cccccc;
}
.change-ticket{
    color:red;
    
}

/***CALENDAR***/

.fc button, .fc-button-group, .fc-time-grid .fc-event .fc-time span{
    display:block !important;
}

 
 

.fc-event {
    background: #3a87ad none repeat scroll 0 0 !important;
    color: #000 !important;
    page-break-inside: avoid;
}

.pickup{  
  width:98%;
} 

#bookinglist .jform_nric{
  margin-top:-20px;
}

#form-booking .field-group .nric label {
    float: none;
}

#form-booking .jform_nric .field-group {
  margin-bottom:-4px ;
}

/***YKA***/

.qr-code strong {
    font-size: 23px;
    font-weight: bold;
}

@page {
    size: auto;
    margin: 0;
}

@media print {
    .view-checkticket .unprintButton {
        display: none;
    }
    .view-checkticket .btn-info {
        display: none;
    }
    .view-checkticket .btn-success {
        display: none;
    }
    .view-checkticket .btn-lg {
        display: none;
    }
}

.view-salesbook .jform_nric {
    width: 100% !important;
    padding-bottom: 0px !important;
}
/*
.view-salesbook.field-group {
    display: inline-flex !important;
}
*/

.view-salesbook .jform_searchby {
    width: 300px !important;
    float: left !important;
}

.view-tickets .nric, .field-group {
    display: inline-flex;
}
.view-tickets #jform_nric_code, .view-tickets #jform_nric_township {
    width: 29% !important;
}
.view-salesbook #jform_nric_no,.view-tickets #jform_nric_no,.view-tickets  #jform_nric_code {
    width: 30% !important;
}
.view-salesbook #jform_nric_no , .view-tickets #jform_nric_no{
  margin-bottom: 0px !important; 
    border-radius: 6px !important;
}
.view-salesbook #btnCollectSearch {
    position: relative !important;
    top: -10px !important;
}

.view-salesbook#search-ticket .fields .field-name {
  width: 55% !important;
}
.view-salesbook.nric-search #adminForm3 .field-name {
    width: 52% !important;
}
.view-salesbook.nric-search #adminForm3 .field-name {
    width: 52% !important;
    float: left !important; 
}
.view-salesbook.nric-search #adminForm3 .field-group {
    width: 100% !important;
    float: left !important; 
}

.view-salesbook.nric-search #adminForm3 .field-group-bs-date {
    width: 30% !important;
    float: left !important; 
}

.view-salesbook.nric-search #adminForm3 .field-group-submit {
    width: 15% !important;
    float: left !important; 
}

.view-salesbook.nric-search #adminForm3 .jform_nric {
    width: 100% !important;
    float: left !important; 
}
.view-salesbook.nric-search #adminForm3 .field-group-bs-date .filter-search-lbl {
    position: relative !important;
    top: 5px !important; 
}
.view-salesbook.nric-search #adminForm3 .field-group-bs-date .input-append {
    position: relative !important;
    top: 1px !important; 
}
.view-salesbook.nric-search #adminForm3 .field-group-submit{
    position: relative !important;
    top: 4px !important; 
}
.view-salesbook.nric-search #adminForm3 .field-group-submit{
    margin-left: 10px !important;
}

/***yadana***/
.payment-info{
color:red;
/* margin-bottom:20px; */
font-size:11px; 
}
/***YKA***/
.newTicket td {
    font-weight: bold;
}

.ticketCancel td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-weight: bold !important;
}
/*start CLH added 8.2.2017*/
#find-result #bus-lines {
  overflow-x: auto;
    /* display: block; */
    width: fit-content;
  background: linear-gradient(#f5f5f5, #fff);
    width: 100% !important;
}
/*end start CLH added 8.2.2017*/


/***chosen for Booking***/
#collectandsales-view #jform_nric_code_chosen ,#collectandsales-view #jform_nric_township_chosen,
#change-ticket-view #jform_nric_code_chosen ,#change-ticket-view #jform_nric_township_chosen {
  width: 94px !important; 
} 

.view-tickets  .nric .chosen-container-single .chosen-drop {
   margin-top: -22px !important; 
}

@-moz-document url-prefix() { 
  .view-tickets  .nric .chosen-container-single .chosen-drop {
   margin-top: -23px !important; 
}
}

.view-tripregistration .chosen-container{
  width: 16% !important;  
}

.bus-staff li{
margin-bottom : 10px;
} 


.dupli_seats{
color:red;
font-size:10px; 
} 

#search-ticket #jform_from_chosen, #search-ticket #jform_to_chosen{
  
  width:100% !important;
}

#collect #jform_nric_code_chosen, #collect #jform_nric_township_chosen{
  width:25% !important;
}

/*For Modal Dialog*/
.web_dialog_overlay
{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .15;
  filter: alpha(opacity=15);
  -moz-opacity: .15;
  z-index: 101;
  display: none;
}
.web_dialog
{
  display: none;
  position: absolute;
  width: 420px;
  height: auto;
  top: 17%;
  left:50%;
  margin-left: -175px;
  margin-top: 10%;
  background-color: #ffffff;
  border: 2px solid #336699;
  padding: 0px;
  z-index: 101;
  font-family: Verdana;
  font-size: 8pt;
}
.web_dialog_title
{
  border-bottom: solid 2px #336699;
  background-color: #336699;
  padding: 4px;
  color: White;
  font-weight:bold;
}
.web_dialog_title a
{
  color: White;
  text-decoration: none;
}
.align_right
{
  text-align: right;
}
.admissionclose{
margin-left:90%;

}
.admissionsave{
margin-left:48%;

}
div.calendar {
  position: relative;
  z-index: 102;
  width: 226px;
}

#dialog legend{
  font-size:12pt;
}

/*End For Modal Dialog*/

.continue-btn{
  
  /* border: 1px solid #CCCCCC; */
  border-radius: 5px 5px 5px 5px;
  background-color: #FFFFFF;
  display: flex;
}

.view-payment .t3-mainnav{
  
  display:none;
} 

/* 05 feb 2020 */

.wave-deep #bus-img-container {
    width: 100% !important;
}

.wave-deep .continue-btn {
    margin: 0 auto !important;
}

.wave-deep #bus-info {
    width: auto !important;
    margin: 10px 0 !important;
}

.wave-deep {
    padding: 10px !important;
    margin: 0 !important;
    border: none !important;
}

.wave-deep #bus-container {
    width: 100% !important;
}
  
.wave-deep #first-row, .wave-deep #middle-row {
    margin: 0 auto !important;
}

.wave-deep-popup {
    top: 15% !important;
}

/* 06 Feb 2020 */
.wave-deep-font {
    font-family: "pds" !important;
}

.wave-deep-popup a[name="jform[cancel]"] {
    display: none;
}

.wave-deep-display-none #search-ticket {
    display: none;
}

.wave-deep #admission {
    width: 100% !important;
    height: 50px !important;
}

.wave-deep-popup #form-booking .jform_userid label, 
.wave-deep-popup #form-booking .jform_gender label {
    min-width: 105px !important;
}

.wave-deep-popup #btnClose {
    background: #03d63a;
    padding: 10px;
    color: #fff;
}

.wave-deep-font #t3-mainbody {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.wave-deep-font #t3-content {
    padding: 0 !important;
}

.wave-deep-font #toolbar-box .cpanel.titlebox {
    margin-top: 0 !important;
}

.wave-deep-font div fieldset {
    border-radius: 0 !important;
}

.wave-deep-font .trip-info a {
    display: none;
}

.wave-deep-ticket-info {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

.wave-deep-ticket-info #sbox-btn-close {
    display: none !important;
}

.wave-deep-summary #t3-footer, .wave-deep-approval #t3-footer {
    display: none;
}

.wave-deep-summary .cpanel.titlebox {
    background: linear-gradient(to right, #12b0bc, #12b0bc) !important;
    margin-top: 0 !important;
    border-radius: inherit !important;
}

.wave-deep-summary .width-100.fltlft {
    width: 100% !important;
}

.wave-deep-summary #t3-content {
    padding: 0 !important;
}

.wave-deep-elite-logo {
    background: #337ab7;
    width: 100%;
    /*position: fixed;*/
    margin-bottom: 10px;
}

.wave-deep-elite-logo img {
    height: 55px;
}

.wave-deep-elite-logo span {
    margin-left: 10px;
    font-size: 1.6rem;
    color: #fff;
    /*font-style: italic;*/
}

.wave-deep-summary .t3-mainbody {
    padding-top: 0 !important;
}

.wave-deep-approval .wave-approval-container, .wave-deep-approval .onepay-approval-container {
    width: 90%;
    background: #337ab7;
    margin: 0 auto;
}

.wave-deep-approval .t3-content {
    padding: 0 !important;
}

.wave-deep-approval .t3-mainbody {
    padding-top: 0 !important;
}

.wave-deep-customer-support {
  position: absolute;
    top: 11em;
    width: 100%;
}

.wave-deep-customer-support .support {
    display: flex;
    font-size: 14px;
    background: #337ab7;
    color: #fff;
    padding: 10px;
}

.wave-deep-customer-support hr {
    border-top: 3px solid #eeeeee !important;
}

.wave-deep-customer-support i {
  padding: 1px;
    font-size: 2rem;
    margin-right: 5px;
}

.wave-deep-customer-support p {
    margin: 0;
}

.wave-deep-customer-support a {
    color: #fff !important;
}

.wave-deep-customer-support a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

/* 07 Feb 2020 */
.wave-deep-popup .jform_nric_no {
    margin-bottom: 9px !important;
}

/* 08 Feb 2020 */
#wave_deep_link_ui #t3-mainnav,
#guest-customer-webview #t3-mainnav,
#wave_deep_link_ui #t3-footer,
#guest-customer-webview #t3-footer,
/*#wave_deep_link_ui #t3-content,*/
/*#wave_deep_link_ui #t3-mainbody,*/
#wave_deep_link_ui #t3-off-canvas,
#guest-customer-webview #t3-off-canvas,
#wave_deep_link_ui #bustickets,
#guest-customer-webview #bustickets,
/*#wave_deep_link_ui #bookticket a,*/
#wave_deep_link_ui .trip-info a,
#guest-customer-webview .trip-info a,
#wave_deep_link_ui #sbox-btn-close,
#guest-customer-webview #sbox-btn-close,
#wave_deep_link_ui a[name="jform[cancel]"],
/*#guest-customer-webview a[name="jform[cancel]"],*/
#wave_deep_link_ui #search-ticket,
/*#guest-customer-webview #search-ticket,*/
#wave_deep_link_ui .booking-tab,
#guest-customer-webview .booking-tab,
#wave_deep_link_ui #system-message,
#guest-customer-webview #system-message
{
  display: none;
}

#wave_deep_link_ui #form-search, #guest-customer-webview #form-search{
    max-height: 0px;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
}

.extract-wave-search-form {
    max-height: 400px !important;
    transition: all 0.5s ease-in-out !important;
}

#wave_deep_link_ui #search-ticket, #guest-customer-webview #search-ticket{
    margin-bottom: 0px;
}

#wave_deep_link_ui #sbox-window, #guest-customer-webview #sbox-window {
    top: 0 !important;
    border-radius: 0 !important;
    left: 0 !important;
    width: 100% !important;
}

#wave_deep_link_ui #sbox-window .alert.alert-message, #guest-customer-webview #sbox-window .alert.alert-message {
    display: none !important;
}

#onepay-preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99;
    height: 100%;
}

#onepay-status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

    /*For bus images*/
/*#bus-image a {*/
/*    text-align: center;*/
/*}*/

/*#bus-image img {*/
/*    max-height: 90px !important;*/
/*    width: auto !important;*/
/*}*/

/* 01 april 2020 */
#guest-customer-webview #toolbar-box {
    display: none !important;
}

#guest-customer-webview #awaypyay table.adminlist th {
    padding: 10px !important;
}

#guest-customer-webview .nav-customer-login {
    display: none !important;
}

#guest-customer-webview #awaypyay table.adminlist tbody tr td, #guest-customer-webview #awaypyay table.adminlist th {
    border-radius: unset !important;
}

#guest-customer-webview .buy-ticket-again {
    float: right;
    margin-top: 14px;
    margin-right: 6px;
}

/* 02 April 2020 */
#guest-customer-webview .fixed-bot-menu {
    display: flex;
    position: fixed;
    bottom: 0%;
}

#guest-customer-webview .fixed-bot-menu .sec-1,
#guest-customer-webview .fixed-bot-menu .sec-2,
#guest-customer-webview .fixed-bot-menu .sec-3,
#guest-customer-webview .fixed-bot-menu .sec-4 {
    width: 25%;
    height: 50px;
    display: table;
}

#guest-customer-webview .fixed-bot-menu .sec-1 a,
#guest-customer-webview .fixed-bot-menu .sec-2 a,
#guest-customer-webview .fixed-bot-menu .sec-3 a,
#guest-customer-webview .fixed-bot-menu .sec-4 a{
    display: table-cell;   
}

#guest-customer-webview .fixed-bot-menu .sec-1 a:hover,
#guest-customer-webview .fixed-bot-menu .sec-2 a:hover,
#guest-customer-webview .fixed-bot-menu .sec-3 a:hover,
#guest-customer-webview .fixed-bot-menu .sec-4 a:hover{
    text-decoration: none !important;
}

#guest-customer-webview .fixed-bot-menu .btn-block {
    height: 100%;
    transition: all 0.2s ease-in;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border: 1px solid #fff;
    border-bottom-color: #ffffff;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    /*text-shadow: 0 1px 1px rgba(255,255,255,0.75);*/
}

#guest-customer-webview #checkbooking-view .adminlist{
    border: unset !important;
}

#guest-customer-webview .fixed-bot-menu .btn-block:hover {
    transition: all 0.2s ease-out;
    transform: scale(1.02);
}

#guest-customer-webview #find-result #search-ticket {
    margin: 0 auto !important;
}

#guest-customer-webview .wave-deep-elite-logo {
    position: fixed !important;
}

#guest-customer-webview #awaypyay, #guest-customer-webview #todaybus-view {
    margin-top: 70px;
}

#guest-customer-webview .todaybus-header {
    display: none !important;
}

#guest-customer-webview .outside-page {
    margin-top: 0 !important;
}

#guest-customer-webview .outside-page .adminlist {
    margin:0 auto !important;
}

@media only screen and (max-width: 992px) {
    #guest-customer-webview #bookticket #search-ticket {
    	background: #0099cc !important;
    	color: #fff !important;
    }
    
    #guest-customer-webview .booking-disabled-dialog label{
        font-family: 'zawgyi' !important;
    }
    
    #guest-customer-webview #search-again {
        border-radius: unset !important;
    }
    
    #guest-customer-webview .guest_view_paymentoption_title {
        width: 100%;
        position: fixed;
        top: 0;
        /*z-index: 9999;*/
        background: #0099cc !important;
        height: 175px !important;
        text-align: center !important;
    }
    
    #guest-customer-webview .guest_view_paymentoption_title span {
        font-size: 2.3rem !important;
        display: block;
        margin-top: 30px;
        color: #fff;
    }
    
    .guest_view_paymentoption_title ~ .t3-wrapper.corporate {
        max-width: 85%;
        margin: 100px auto 10px auto;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    }
    
    /*.guest_view_paymentoption_title ~ .adminform {*/
        
    /*}*/
    
    #guest-customer-webview .cpanel.titlebox {
        background: none !important;
    }
    
    #guest-customer-webview form dd.row {
        border: 1px solid gray;
        padding: 10px;
        border-radius: 3px;
    }

    #guest-customer-webview .img-pay img {
        max-width: 140px !important;
    }
    
    #guest-customer-webview .summary_for_guest ul.adminformlist p {
        width: 100%;
        background: #dedede;
        padding: 5px 0 2px 5px;
        display: inline-block;
        border-radius: 3px;
        height: 25px;
    }
    
    #guest-customer-webview .summary_for_guest {
        margin-top: 35px !important;
    }

    #guest-customer-webview .summary_for_guest ul.adminformlist label {
        display: inline-block;
        min-width: 100%;
        float: left;
        background: #fff;
        padding-left: 5px;
        margin: 0;
    }
    
    #guest-customer-webview .summary_for_guest .mpu-btn {
        display: inline-flex;
        width: 100%;
        margin: 0 !important;
    }
    
    #guest-customer-webview .summary_for_guest .mpu-btn input {
        display: block;
        width: 50%;
        margin-left: 0;
    }
    
    #guest-customer-webview .summary_for_guest .mpu-btn input:first-child {
        margin-right:3px !important;
    }
    
    #guest-customer-webview .summary_for_guest .mpu-btn input:last-child {
        margin-left:3px !important;
    }
    
    .summary_for_guest .cpanel.titlebox {
        margin-bottom: 0 !important;
    }
    
    .all_payment_summary {
        width: intrinsic !important;
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
    }
    
    #guest-customer-webview .field-group #jform_payment.radio {
        width: auto !important;
    }
    
    #wave_default, #onepay_default {
        box-shadow: none !important;
        background: #fff0 !important;
    }
    
    #wave_default .wave-account, #wave_default .wave-account img {
        width: max-content !important;
    }
    /**/
    #wave_approval, #onepay_approval {
        box-shadow: none !important;
        background: #fff0 !important;
    }
    #wave_approval #wave-confirmed, #onepay_approval #onepay-confirmed {
        margin: 0 0 20px 0;
        /*border-radius: unset;*/
        padding: 20px 15px 10px 15px;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        width: auto !important;
    }
    #wave_approval #wave-confirmed h3, #onepay_approval #onepay-confirmed h3 {
        font-size: 18px;
    }
    #wave_approval .wave-instruction {
        width: 100%;
        margin: 0 auto;
    }
    #wave_approval .wave-instruction .col-sm-6 {
        padding: 0 !important;
    }
    #wave_approval .wave-instruction img {
        -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
    }
    .guest_ticket_cancel {
        min-height: unset !important;
    }
    .guest_ticket_cancel #form-search {
        max-height: unset !important;
    }
    .guest_ticket_cancel #search-ticket {
        background: none !important;
    }
    #close_and_back_to_customer_apk_view {
        color: #000 !important;
    }
    .all_payment_summary #t3-mainbody {
        width: intrinsic !important;
        width: -moz-max-content !important;
        width: -webkit-max-content !important;
    }
    .jquery_ui_error .ui-dialog-titlebar {
        background: orangered;
        color: #fff;
    }
    
    .jquery_ui_warning .ui-dialog-titlebar {
        background: #FF9800;
        color: #fff;
    }
}
@media only screen and (max-width: 350px) {
    #guest-customer-webview .img-pay img {
        max-width: 110px !important;
    }
    #guest-customer-webview .summary_for_guest .width-100.fltlft {
        width: 255px !important;
    }
}

@media only screen and (max-width: 430px){
    .summary_for_guest .width-100.fltlft {
        width: 290px !important;
    }
    
    #guest-customer-webview .guest_view_paymentoption_title span {
        font-size: 2rem !important;
    }
}

.trip-option {
    display: flex;
    margin-top: -10px;
}
.trip-option .trip-type {
    display: flex;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    background: #F9F9F9;
    height: 40px;
}
.trip-type span {
  padding: 10px;
}
.trip-type label {
  color: #404040;
  font-weight: bold;
}
input[type="radio"]:checked+label {
    color: #337ab7;
}

.view-salesbook #t3-footer{
display:none;
}

.promo-code-view {
    width: fit-content;
    margin: 0 auto;
    background: #12b0bc;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
}

.promo-code-style {
  background: #12b0bc;
  width: fit-content;
  margin: 0 auto;
  padding: 5px;
  border-radius: 2%;
  color: #fbff00;
  font-size: 14px;
  font-weight: 600;
}

/* J4 */
#awaypyay .cpanel .icon {
    position: unset;
    background: unset;
    height: unset;
    width: unset;
    margin-top: unset;
    margin-left: unset;
}

.com_eticket #search-ticket {
    margin: 0;
}

.com_eticket .corporate .slideshow {
    /*display:none !important;*/
}

.com_eticket #bookticket .form-control-feedback {
    width: 100%;
    position: unset;
    height: auto;
    line-height: normal;
    padding: 0.5em;
    color: #f83e3e;
}

.com_eticket #jform_payment .inputbox.radio {
    display: flex;
    margin-top: 0;
}

.com_eticket .icon-calendar:before {
    content: "📆";
}

.view-changeticket #jform_userid{
min-width: 303px;
}