@media all and (max-device-width: 480px) {
	.psgrCol4{
		display:none;
	}
	.psgrCol5{
		display:none;
	}
	.psgrCol6{
		display:none;
	}
	.psgrCol7{
		display:none;
	}
	.table-group{
		max-width:410px !important;
	}
	#DIV_PassengerHistoryList.ui-widget-content{
		max-height:230px !important;
	}
	#A_AccName{
		display:none;
	}
}
.description{
	font-size:14px;
	color:#848484;
}
.description-bold{
	font-size:14px;
	color:#6E6E6E;
	font-weight:bold;
}
.description-bold-black{
	font-size:14px;
	color:#FFFFF;
	font-weight:bold;
}
#DIV_AlertMsg{
	font-size:14px;
}
#DIV_AlertMsg p{
	margin:0;
}
.ui-dialog-title{
	font-size:14px;
}
.ui-dialog-buttonset{
	font-size:14px;
}
.blokerMessage{
	display:inline-block;
	margin-top:0;
	max-width:800px;
	font-size:14px;
	text-align:center;
}
#DIV_Status{
	min-width:450px;
	width:100%;
	box-sizing:border-box;
}
#DIV_Status.stick {
    position: fixed;
    top: 35px;
	left:auto;
    z-index: 10000;
}
#DIV_StatusContent{
	display:block;
	border-radius:0px;
	margin: 0px auto;
	max-width:790px;
	padding:5px;
}
.shadow{
	border-radius: 0 0 5px 5px!important;
}
#DIV_StatusContent div{
	font-size:14px;
	display:inline-block;
}
.ui-myButton{
	min-width:150px;
}
.ui-myButtonBlue{
	color:#ffffff!important;
	background: #7abcff!important;
	background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee))!important;
	background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%)!important;
	background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%)!important;
	background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%)!important;
	background: linear-gradient(to bottom, #7abcff 0%,#60abf8 44%,#4096ee 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 )!important;
}
.ui-myButtonGreen{
	color:#ffffff!important;
	background: #aacc22!important;
	background: -moz-linear-gradient(top, #aacc22 0%, #60b722 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#aacc22), color-stop(100%,#60b722))!important;
	background: -webkit-linear-gradient(top, #aacc22 0%,#60b722 100%)!important;
	background: -o-linear-gradient(top, #aacc22 0%,#60b722 100%)!important;
	background: -ms-linear-gradient(top, #aacc22 0%,#60b722 100%)!important;
	background: linear-gradient(to bottom, #aacc22 0%,#60b722 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aacc22', endColorstr='#60b722',GradientType=0 )!important;
}
.ui-myButtonRed{
	color:#FFFFFF!important;
	background: #ff3019!important;
	background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%)!important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3019), color-stop(100%,#cf0404))!important;
	background: -webkit-linear-gradient(top, #ff3019 0%,#cf0404 100%)!important;
	background: -o-linear-gradient(top, #ff3019 0%,#cf0404 100%)!important;
	background: -ms-linear-gradient(top, #ff3019 0%,#cf0404 100%)!important;
	background: linear-gradient(to bottom, #ff3019 0%,#cf0404 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3019', endColorstr='#cf0404',GradientType=0 )!important;
}
/*Search Trip*/
#SLT_Route{
	padding:5px;
}
#IPT_DepartureDate{
	font-size:16px;
	text-align:center;
	width:150px;
	padding:5px;
}
#IPT_ReturnDate{
	font-size:16px;
	text-align:center;
	width:150px;
	padding:5px;
}
.ui-datepicker{
	font-size:20px !important;
	margin-left:0px;
}
#IPT_TotalPax{
	padding:0;
	width:45px;
	text-indent:4px;
}
/*Select Trip*/
#DIV_DepartureTrip{
	width:100%;
	display:inline-block;
}
#DIV_DepartureTab{
	width:100%;
	display:inline-block;
}
.time-depart-tag{
	border-radius:10px;
	box-sizing:border-box;
	width:130px;
	margin:5px;
	float:left;
	padding:5px;
	border:1px solid #848484;
	cursor:pointer;
}
.time-depart-tag input,.time-depart-tag label{
	cursor:pointer;
}
#DIV_ReturnTrip{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
#DIV_ReturnTab{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
.time-return-tag{
	border-radius:10px;
	box-sizing:border-box;
	width:130px;
	margin:5px;
	float:left;
	padding:5px;
	border:1px solid #848484;
	cursor:pointer;
}
.time-return-tag input, .time-return-tag label{
	cursor:pointer;
}
/*Ticket*/
#DIV_TicketDepart{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
#DIV_TicketDepartContent{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
.ticket-depart-tag{
	border-radius:10px;
	box-sizing:border-box;
	width:265px;
	margin:5px;
	float:left;
	padding:5px;
	border:1px solid #848484;
	cursor:pointer;
}
.ticket-depart-tag input, .ticket-depart-tag label{
	cursor:pointer;
}
#DIV_TicketReturn{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
#DIV_TicketReturnContent{
	width:100%;
	display:inline-block;
	box-sizing:border-box;
}
.ticket-return-tag{
	border-radius:10px;
	box-sizing:border-box;
	width:265px;
	margin:5px;
	float:left;
	padding:5px;
	border:1px solid #848484;
	cursor:pointer;
}
.ticket-return-tag input, .ticket-return-tag label{
	cursor:pointer;
}
/*Login*/
#IPT_LoginEmail{
	text-indent:5px;
	font-size:15px;
	width:320px;
}
#IPT_LoginPassword{
	text-indent:5px;
	font-size:15px;
	width:320px;
}
/*Passenger List*/
.folio-input{
	text-indent:5px;
	font-size:18px;
}
.folio-select{
	max-width:223px;
	font-size:18px;
	font-family:Courier New!important;
}
.folio-textarea{
	width:218px;
	height:30px;
	font-size:18px;
}
/*Payment*/
#BTN_PayNext{
}
#IPT_PayName{
	width:100%;
	text-indent:5px;
	font-size:16px;
	height:35px;
}
#IPT_PayContact{
	width:100%;
	text-indent:5px;
	font-size:16px;
	height:35px;
}
#IPT_PayEmail{
	width:100%;
	text-indent:5px;
	font-size:16px;
	height:35px;
}
#LBL_TimerDisplay{
	font-size:21px;
	font-weight:bold;
}