﻿@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,800,600,700,300);
body {
	margin:0;
	padding:0;
	background:#f8f8f8;
}
.clear {
	margin:0px;
	padding:0px;
	visibility:hidden;
	clear:both;
}
.top_header_bg {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #029bc9;
	height: 40px;
}
.top_menu_area {
	width: 750px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float:right;
}
.site_area {
	width: 1000px;
	margin: 0 auto;
	padding: 0px;
}
.lt_area {
	width:300px;
	margin:0px;
	padding:0px;
	float:left;
}
.lt_area p, .lt_area a {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	padding: 0px;
	padding-top:3px;
	margin: 0px;
	line-height: 32px;
	text-decoration:none;
}
.rt_call_area {
	width:auto;
	margin:0px;
	padding:0px 8px;
	float:right;
	background:#1c1c14;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}
.rt_call_area p, .rt_call_area a {
	font-size: 17px;
	font-family: 'Open Sans', sans-serif;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 32px;
	text-decoration:none;
}
.topcallimg {
	width: 20px;
	height: 20px;
	margin: 6px 8px 0px 0px;
	padding: 0;
	border: 0;
	float:left;
	vertical-align:middle;
}
.mainwrapper {
	width: 100%;
	margin: 0px;
	padding: 11px 0px 0px 0px;
	background: #f8f8f8;
	border-bottom: 1px solid #e9e9e9;
	background: linear-gradient(top, #fff 0%, #edf9fa 100%);
	background: -moz-linear-gradient(top, #fff 0%, #edf9fa 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #edf9fa 100%);
}
.wrap_main {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: #FFF;
}
.headerwrapper {
	width: 1000px;
	padding: 0px;
	margin: 0 auto;
}
.ht_logobox {
	width: 110px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.ht_logobox img {
	width: 110px;
	height: auto;
	margin: 0px;
	padding: 0;
}
.logobox {
	width: 397px;
	margin: 0px;
	padding-top: 4px;
	float: left;
}
.logobox img {
	width: 180px;
	height: auto;
	margin: 0px;
	padding: 0;
}
.customer_support {
	width: auto;
	height: auto;
	margin-top: 5px;
	padding: 0px;
	float: right;
}
.customer_support_div_inner {
	width: auto;
	height: auto;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 2px solid #EEE;
	float: right;
}
.customer_support_div_inner b {
	font-weight:bold;
}
.customer_support_div_inner p, .customer_support_div_inner a {
	font-size: 15px;
	color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	line-height:23px;
}
.lastcss, .firstcss {
	border-right: 0px!important;
	margin-right: 0px!important;
}
/*************Menu CSS******************************************************************************/
.cssmenu_inner {
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
	height:40px;
}
#cssmenu {
	background:none;
	margin: 0;
	width:auto;
	height:40px;
	padding: 0;
	line-height: 1;
	display: block;
	position: relative;
	font-family: 'Open Sans', sans-serif;
	float:right;
}
#cssmenu ul {
	float:right;
	margin:0;
	padding:0;
	list-style:none;
	display:block;
}
#cssmenu ul:after, #cssmenu:after {
	content: " ";
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}
#cssmenu ul li {
	margin: 0;
	padding: 0;
	/*display: block;*/
	display:inline;
	position: relative;
}
#cssmenu ul li a {
	text-decoration:none;
	margin:0px;
	padding:0px 14px 13px 14px;
	line-height:32px;
	color:#1c1c14;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
 -webkit-transition: color .2s ease;
 -moz-transition: color .2s ease;
 -ms-transition: color .2s ease;
 -o-transition: color .2s ease;
 transition: color .2s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#cssmenu ul li ul {
	position: absolute;
	left: -9999px;
	top: auto;
}
#cssmenu ul li ul li {
	max-height: 0;
	position: absolute;
	-webkit-transition: max-height 0.4s ease-out;
	-moz-transition: max-height 0.4s ease-out;
	-ms-transition: max-height 0.4s ease-out;
	-o-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
	background: none;
	border-right:0px;
	padding-right:5px;
}
#cssmenu ul > li > ul > li:hover {
	background:none;
}
#cssmenu ul li ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: none;
	color: #1c1c14;
	letter-spacing: 0;
	line-height:18px;
	display: block;
	width: 190px;
	padding: 10px 5px 10px 10px;
	background:#FFF;
}
#cssmenu ul li ul li:hover > a, #cssmenu ul li ul li.active > a {
	color: #FFF;
	background:#1c1c14;
}
#cssmenu ul li ul li:hover:after, #cssmenu ul li ul li.active:after {
	background:none;
}
#cssmenu ul li ul li:hover > ul {
	left: 100%;
	top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu > ul > li {
	float: left;
}
#cssmenu.align-center > ul > li {
	float: none;
	display: inline-block;
}
#cssmenu.align-center > ul {
	text-align: center;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
	left: auto;
	right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
	right: 100%;
	left: auto;
}
#cssmenu.align-right ul ul li a {
	text-align: right;
}
#cssmenu > ul > li:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	z-index: 0;
	background: none;
 -webkit-transition: height .2s;
 -moz-transition: height .2s;
 -ms-transition: height .2s;
 -o-transition: height .2s;
 transition: height .2s;
}
#cssmenu > ul > li > a {
	font-family: 'Open Sans', sans-serif;
	padding:4px 14px;
	letter-spacing:0px;
	z-index:2;
	position:relative;
	/*text-transform:uppercase;*/
	font-weight:normal;
	border:0px;
	color:#FFF;
	font-size:15px;
	border-right:0px;
}
#cssmenu > ul > li:hover:after, #cssmenu > ul > li.active:after {
	height: 100%;
}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
	text-decoration:none;
	border-bottom:0px;
	padding:4px 14px !important;
	background:#1c1c14;
	color:#FFF;
}
#cssmenu .current {
	text-decoration:none;
	border-bottom:0px;
	padding:0px 10px 0px 10px !important;
	background:#1c1c14;
	border-bottom-color:#000;
	margin:0px 3px 0px 0px
}
#cssmenu > ul > li:hover > a:after, #cssmenu > ul > li.active > a:after {
	background: #FFF;
}
#cssmenu > ul > li:hover > a:before, #cssmenu > ul > li.active > a:before {
	border-top-color: #ffffff;
}
#cssmenu > ul > li:hover > ul {
	left: 0;
}
#cssmenu > ul > li:hover > ul > li {
	max-height: 72px;
	position: relative;
}
#cssmenu > ul > li > a {
	display: block;
}
#cssmenu > ul > li {
	width: auto;
	border-right:0px;
}
#cssmenu > ul > li > ul {
	width: 190px;
	display: block;
}
#cssmenu > ul > li > ul > li {
	width: 190px;
	display: block;
}
#cssmenu > ul > li > ul > li > ul {
	width:  440px;
	margin-left:1px;
	display: block;
}
#cssmenu > ul > li > ul > li > ul > li > a {
	width:  435px;
	display: block;
}
.ajax__calendar_container td {
	padding: 0px !important;
	margin: 0px !important;
	font-size: 13px !important;
	line-height: 18px !important;
}
.tdpaybx2 input[type=radio]:checked + label {
  color: #000;
  font-weight: bold;
} 
.tdpaybx4{margin:10px 0px !important;}
.tdpaybx4 input[type=radio]:checked + label {
  color: #000;
  font-weight: bold;
}

 @media only screen and (min-width:768px) and (max-width:947px) {
.history_search_table {
 margin:0 auto;
 padding:0;
 border:0;
 width:100%;
}
 .history_search_table td {
 margin:0;
 padding:2% 1%;
 border-bottom:0px;
 width:98%;
 display:block;
}
.history_search_table td textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 width:97%;
}
.history_search_table td select {
 width:99% !important;
}
.inner_pages {
width: 100% !important;
margin:0 auto !important;
padding:0 !important;
}
.main_container {
width: 100% !important;
margin:0 auto !important;
padding:0 !important;
}
.lpaytable {
	width: 98% !important;
    margin: 0% 1% 0% 0.5% !important;
}
.btnClick {
    padding: 8px 8px !important;
	margin-top:0px !important;
}
#imgSwitch{display:none;}
}
@media only screen and (min-width:480px) and (max-width:767px) {
/*.track_booking_box {
 width:98% !important;
}
.main_trackb {
 width: 98% !important;
 margin: 0% !important;
 padding: 0% 1% !important;
}
.trackb_lt {
 width: 46% !important;
 float: left !important;
 margin: 0% 2% !important;
}
.trackb_lt input[type="text"] {
 width: 96% !important;
}*/
.track_btn {
    width: auto !important;
    float: right !important;
	margin: 10px 10px 0px 0px !important;
}
 .history_search_table {
 margin:0 auto;
 padding:0;
 border:0;
 width:100%;
}
 .history_search_table td {
 margin:0;
 padding:2% 1%;
 border-bottom:0px;
 width:98%;
 display:block;
}
.history_search_table td textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 width:96%;
}
.history_search_table td select {
 width:99% !important;
}
.lpaytable {
	width: 98% !important;
    margin: 0% 1% 0% 0.5% !important;
}
.btnClick {
    padding: 8px 8px !important;
	margin-top:0px !important;
}
#imgSwitch{display:none;}
}
 @media only screen and (max-width:479px) {
.login .content .m-wrap{
	width: 135px!important;
}
.login .content .m-wrap-pass{
	width: 178px!important;
}
.track_booking_box {
 width:98% !important;
}
.main_trackb {
 width: 98% !important;
 margin: 0% !important;
 padding: 0% 1% !important;
}
.trackb_lt {
 width: 46% !important;
 float: left !important;
 margin: 0% 2% !important;
}
.trackb_lt input[type="text"] {
 width: 96% !important;
}
.track_btn {
    width: auto !important;
    float: right !important;
}
.trackmap{
	width: 98% !important;
	height: 500px !important;
    padding: 1% !important;
    margin: 0% auto !important;	
}
.trackside_box {
    width: 98% !important;
	height:auto !important;
    padding: 0% !important;
    margin: 1% auto !important;
	border:1px solid #CCC !important;
}
.history_search_table {
 margin:0 auto;
 padding:0;
 border:0;
 width:100%;
}
 .history_search_table td {
 margin:0;
 padding:2% 1%;
 border-bottom:0px;
 width:98%;
 display:block;
}
.history_search_table td textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
 width:96%;
}
.history_search_table td select {
 width:100% !important;
}
.inner_pages {
width: 100% !important;
margin:0 auto !important;
padding:0 !important;
}
.main_container {
width: 100% !important;
margin:0 auto !important;
padding:0 !important;
}
.lpaytable {
	width: 98% !important;
    margin: 0% 1% 0% 0.5% !important;
}
.btnClick {
    padding: 8px 8px !important;
	margin-top:0px !important;
}
#imgSwitch{display:none;}
}
 @media all and (max-width:954px), only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:955px), only screen and (min--moz-device-pixel-ratio:2) and (max-width:955px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:955px), only screen and (min-device-pixel-ratio:2) and (max-width:955px), only screen and (min-resolution:192dpi) and (max-width:955px), only screen and (min-resolution:2dppx) and (max-width:955px) {
#cssmenu {
font-family: 'Open Sans', sans-serif;
width:100%;
height:40px;
background:#029bc9;
margin-top:0px;
margin-bottom:0;
z-index:9999;
}
#cssmenu>ul {
max-height:0;
overflow:hidden;
background:#029bc9;
-webkit-transition:max-height .35s ease-out;
-moz-transition:max-height .35s ease-out;
-ms-transition:max-height .35s ease-out;
-o-transition:max-height .35s ease-out;
transition:max-height .35s ease-out
}
#cssmenu>ul.open {
max-height:1500px;
border-top:0px solid rgba(110, 110, 110, .25);
margin-top: 10px;
}
#cssmenu ul {
width:100%
}
#cssmenu ul>li {
float:none
}
#cssmenu ul li a {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
padding:0px 20px !important;
margin:0;
}
#cssmenu ul li a:hover {
 text-decoration:none;
 border-bottom:0px solid;
 padding:0px 20px !important;
 background:#252422;
 margin:0;
}
#cssmenu .current {
 text-decoration:none;
 border-bottom:0px solid;
 padding:0px 20px !important;
 background:#dc0a13;
 margin:0px
}
#cssmenu ul li ul li.has-sub:after, #cssmenu ul li ul li.has-sub:before, #cssmenu ul li.has-sub>a:after, #cssmenu ul li.has-sub>a:before, #cssmenu ul>li:after {
display:none
}
#cssmenu ul li ul, #cssmenu ul li ul li ul, #cssmenu ul li ul li:hover>ul {
left:0;
position:relative
}
#cssmenu ul li ul li, #cssmenu ul li:hover>ul>li {
max-height:999px;
position:relative;
background:0 0
}
#cssmenu ul li ul li a {
padding:0px 20px 0px 35px;
margin:0;
width:auto;
color:#fff
}
#cssmenu ul li ul ul li a {
padding:0px 20px 0px 50px;
margin:0;
}
#cssmenu ul li ul li:hover>a {
text-decoration:none;
 border-bottom:0px solid;
 padding:0px 10px 0px 10px !important;
 background:#dc0a13;
 margin:0px
}
#cssmenu #menu-button {
display:block;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
width:100%;
padding:15px 20px;
text-transform:uppercase;
font-weight:700;
font-size:14px;
letter-spacing:0;
color:#fff;
cursor:pointer
}
#cssmenu #menu-button:after {
display:block;
content:'';
position:absolute;
height:3px;
width:22px;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
right:20px;
top:16px
}
#cssmenu #menu-button:before {
display:block;
content:'';
position:absolute;
height:3px;
width:22px;
border-top:2px solid #fff;
right:20px;
top:26px
}
}
/*************Menu CSS******************************************************************************/

/*************Search Box******************************************************************************/
.applyCouponCodeBtn {
	width:108px;
	height:28px;
	line-height:28px;
	float:left;
	background:#09a4eb;
	background:-moz-linear-gradient(top, #09a4eb 0, #1689be 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #09a4eb), color-stop(100%, #1689be));
	background:-webkit-linear-gradient(top, #09a4eb 0, #1689be 100%);
	background:-o-linear-gradient(top, #09a4eb 0, #1689be 100%);
	background:-ms-linear-gradient(top, #09a4eb 0, #1689be 100%);
	background:linear-gradient(to bottom, #09a4eb 0, #1689be 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#09a4eb', endColorstr='#1689be', GradientType=0);
	margin:0 10px;
	border:1px solid #06638e;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	font-family:OpenSansRegular;
	font-size:14px;
	font-weight:400;
	color:#eaeaea;
	text-transform:capitalize;
	text-align:center;
	text-shadow:1px 1px #1c4f88;
	cursor:pointer;
-moz-transition:background .7s ease-out;
-o-transition:background .7s ease-out;
-ms-transition:background .7s ease-out;
transition:background .7s ease-out
}
.bvalidator_bootstrap_errmsg {
	font-size:10px;
	display:none;
	white-space:nowrap;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#ff0000;
	color:#FFF;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding;
	background-clip:padding-box;
	border:1px solid #ccc;
	border:1px solid rgba(0, 0, 0, .2);
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	-moz-box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	box-shadow:0 5px 10px rgba(0, 0, 0, .2);
	z-index:1010
}
.bvalidator_bootstrap_errmsg .bvalidator_bootstrap_cont1 {
	display:inline-block;
	vertical-align:middle;
	margin-left:-8px
}
.bvalidator_bootstrap_errmsg .bvalidator_bootstrap_close_icon {
	margin-left:5px;
	margin-top:-2px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:15px;
	cursor:pointer;
	color:#FFF;
	text-shadow:0 1px 0 #fff;
	opacity:.6;
	filter:alpha(opacity=60)
}
.bvalidator_bootstrap_errmsg .bvalidator_bootstrap_arrow {
	display:inline-block;
	height:0;
	width:0;
	position:relative;
	left:-14px;
	vertical-align:middle;
	border-color:transparent;
	border-right-color:#ff0000;
	border-width:10px 10px 10px 0;
	border-style:solid
}
body {
	margin:0;
	padding:0;
	font-family:'Open Sans', sans-serif;
	font-size:12px;
	color:#333
}
.select_tab {
	width:200px;
	height:50px;
	margin:0;
	padding:0
}
h4 {
	width:210px;
	height:50px;
	margin:0;
	padding:0
}
.Hft {
	margin:0;
	padding:0
}
.tblB0 {
	width:auto;
	border-collapse:collapse;
	table-layout:auto;
	vertical-align:top;
	margin-bottom:0;
	border:0!important
}
.tblB0 td, .tblB0 tr {
	border:0!important;
	margin:0!important;
	padding:0!important
}
.ft_style {
	font-size:35px
}
.ajax__tab_default {
	padding:0 10px 0 0
}
.home__corner {
	padding: 15px 30px 20px 0px;
	border: 1px solid #d7d7d7;
	border-radius:5px;
	margin: 0px 0px 10px 0px;
	background:#FFF;
	background:#f8f8f8;
	background: linear-gradient(top, #f8f8f8 0%, #edf9fa 100%);
	background: -moz-linear-gradient(top, #f8f8f8 0%, #edf9fa 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #edf9fa 100%);
*/
/*padding:20px 8px 20px 13px;
	border:1px solid #d7d7d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background-color:#ff8100;*/
}
.home__corner_blank {
	padding:20px 0 20px 13px;
	border:1px solid #d7d7d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#FFF
}
.MyTabStyle .ajax__tab_header {
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight:600;
	text-align:left;
	line-height:30px;
	display:block
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer {
	padding-left:1%;
	margin-right:1%;
	border:0px solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.ajax__tab_default .ajax__tab_outer {
	padding-right:3px;
	width:135px;
}
.ajax__tab_default .ajax__tab_tab {
	width:auto;
	height:auto;
	padding-right:100%;
	display:block!important;
	text-align:left!important
}
.ajax__tab_default .ajax__tab_tab:hover {
	color:#FFF;
}
.ajax__tab_default .ajax__tab_tab img {
	float:left;
	border:0;
	margin-right:4px;
	width:25px;
	height:25px;
	padding:2px 0px 0px 0px;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner {
	padding:3px 0 3px 0px!important;
	margin:0!important;
	display:block
}
.MyTabStyle .ajax__tab_body {
	border:0;
	margin-top:-10px;
}
.option_box_outer {
	width:auto;
	height:176px;
	padding:13px 3px 13px 0
}
.option_box_outer_other {
	width:860px;
	padding:10px 3px 0;
	margin:10px 0 0;
	border:1px solid #d7d7d7;
	-webkit-border-radius:0 5px 5px;
	-moz-border-radius:0 5px 5px;
	border-radius:0 5px 5px
}
.option_box_outer_other .ui-datepicker-trigger {
	float:right;
	margin:7px 0 0 3px;
	padding:0
}
.option_box_inn {
	border:0;
	padding:0 0 5px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	width:100%;
}
.option_box {
	border:0;
	padding:0 0 5px;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	line-height:22px;
	width:100%;
	clear:both;
}
.option_box td {
	padding:2px 2px 10px!important;
	font-weight:700;
}
.checkbutton_cls {
	margin-left:0px;
}
.checkbutton_cls input {
	vertical-align:middle;
	margin-top:-1px
}
.checkbutton_cls label {
	vertical-align:top;
	margin-left:5px;
	font-size:15px !important;
}
.ui-datepicker-trigger {
	float:right;
	margin:7px 0 0 4px;
	padding:0
}


.option_box_dsn input:not([type=option]), .option_box_dsn textarea:not([type=checkbox]) {
width:272px;
height:30px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:6px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
}




.option_box_dsn select:not([type=checkbox]) {
width:272px;
height:30px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:6px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
background: #FFF url(../images/icon-ios7-arrow-down-128.png) right no-repeat;
}
 .option_box_dsn_time select:not([type=checkbox]) {
width:100px;
height:30px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:2px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
background: #FFF url(../images/icon-ios7-arrow-down-128.png) right no-repeat;
opacity: 10;
}
.option_box_dsn_drop input:not([type=option]), .option_box_dsn_drop textarea:not([type=checkbox]) {
width:272px;
height:30px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:6px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
}
.option_box_dsn_number_psns input:not([type=option]), .option_box_dsn_number_psns textarea:not([type=checkbox]) {
width:100px;
height:30px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:2px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
background:#FFF;
}
.option_box_dsn_textares input:not([type=option]), .option_box_dsn_textares textarea:not([type=checkbox]) {
width:272px;
height:50px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
margin-top:6px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
background:#FFF;
}
.option_box_dsn_scroll select:not([type=option]) {
width:272px;
height:100px;
font-size:14px!important;
font-family: 'Open Sans', sans-serif;
overflow:auto;
margin-top:6px;
padding:2px 5px 2px 2px;
border:1px solid #b2b2b2;
-webkit-appearance:textfield;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
-webkit-border-radius:3px;
-moz-border-radius:3px;
border-radius:3px;
 -webkit-transition:all .2s linear;
-moz-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear;
background:#FFF;
}
.cal_box {
	background:url(../images/cal-ico.jpg) right no-repeat;
	cursor:pointer;
    background-position: calc(100% - 5px) center;
    background-color:#fff;
}

.cal_boxTime {
	background:url(../images/cal-ico-time.png) right no-repeat;
	cursor:pointer;
    background-position: calc(100% - 5px) center;
    background-color:#fff;
}


.autosuggest {
	font-size:14px!important;
	font-family:Roboto, sans-serif
}
#TabContainer1_TabPanel1_arrDateOwayOutStation, #TabContainer1_TabPanel2_arrDateOwayLocal, #TabContainer1_TabPanel3_arrDateOwayAirport, #TabContainer1_TabPanel4_arrDateCityTaxi, TabContainer1_TabPanel3_arrDateOwayAirport {
	vertical-align:bottom
}
.btnClick {
	margin:0px 0px 0px 2px;
	padding:8px 30px;
	font-size:18px;
	border:0px;
	border-top:0;
	border-radius:3px;
	cursor:pointer
}
.btnselect {
	margin:0;
	padding:8px 20px;
	font-size:18px;
	border:0px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.btnClickSRP {
	vertical-align:bottom;
	padding:8px 20px;
	font-size:18px;
	border:0px;
	margin-top:33px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.cl {
	display:block;
	height:0;
	font-size:0;
	line-height:0;
	text-indent:-4000px;
	clear:both
}
.search_result_main {
	width:100%;
	height:auto;
	padding-top:10px
}
.search_result_main_inner {
	width:1000px;
	margin:0 auto
}
.div_msg_title {
	font-size:18px;
	font-weight:600;
	line-height:20px;
	margin:15px 0 5px;
	padding:0;
	text-transform:none;
	font-family: 'Open Sans', sans-serif;
}
.dvResult_option {
	margin:15px 0 0;
	padding:0;
	border:0;
	width:100%
}
.dvResult_option tr {
	margin-bottom:10px
}
.dvResult_option td {
	margin:0;
	padding:0;
	border:0;
	text-align:center
}
.dvResult_option_inner {
	margin:0;
	padding:0;
	border:0;
	width:100%
}
.dvResult_option_inner td {
	margin:0!important;
	padding:2px!important;
	border:0;
	font-size:14px;
	text-align:center;
	border-bottom:1px solid!important;
	border-top:1px solid!important;
	font-weight:700
}
.dvResult_option_heading_rounded_left {
	-webkit-border-radius:5px 0 0;
	-moz-border-radius:5px 0 0;
	border-radius:5px 0 0
}
.dvResult_option_heading_rounded_right {
	-webkit-border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	border-radius:0 5px 0 0
}
.left_border_style {
	border-left:1px solid!important
}
.right_border_style {
	border-right:1px solid!important
}
tr.dvResult_option_heading td {
	padding:6px 5px!important;
	font-size:15px!important;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	color:#FFF;
}
.left_bdr_title {
	border-left:1px solid #d7d7d7 !important;
}
.right_bdr_title {
	border-right:1px solid #d7d7d7 !important;
}
.fare_summary_heading {
	font-size:14px;
	text-align:center;
	line-height:18px;
	margin:0;
	margin-bottom:8px!important;
	margin-top:8px!important;
	padding:0!important
}
.fare_summary_link_details {
	font-weight:700;
	text-decoration:none;
	line-height:18px;
	margin:0!important;
	padding:0!important
}
.Bigfont {
	font-weight:700
}
.SmallfontBold {
	font-weight:400
}
.map_right_style {
	width:495px;
	height:485px;
	overflow:auto;
	margin:0;
	padding:0;
	margin-right:10px!important;
	margin-top:10px!important;
	margin-bottom:10px!important;
	float:left
}
.direction_left_style {
	width:495px;
	height:495px;
	overflow:auto;
	margin:0;
	padding:0;
	float:right;
	margin-bottom:10px!important
}
.looking_for {
	font-size:16px
}
.row_spacing_style {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:15px
}
.row_spacing_style td {
	margin:0!important;
	padding:0!important;
	border:0;
	border-bottom:0!important;
	border-top:0!important
}
.fare_details_bx {
	float:left;
	width:303px;
	height:auto;
	border:1px solid #ccc;
	margin:10px 0;
	-webkit-box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	box-shadow:0 6px 12px rgba(0, 0, 0, .175);
	padding-left:10px
}
.customer_details_bx {
	float:left;
	width:650px;
	margin-left:20px
}
.fare_traveller_main_table {
	margin:0;
	padding:0;
	border:0;
	width:100%
}
.fare_traveller_main_table h3 {
	margin:0;
	padding:0;
	margin-bottom:10px!important;
	font-weight:400
}
.overall_fare_summary_option {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	padding-right:10px!important
}
.overall_fare_summary_option tr {
	margin-bottom:0
}
.overall_fare_summary_option td {
	margin:0;
	padding:5px 2px;
	border:0;
	text-align:left;
	font-size:14px;
	border-bottom:1px solid #ddd;
	font-family:Roboto, sans-serif
}
.overall_fare_summary_option small {
	font-size:12px!important
}
.no_border_style {
	border:0!important
}
.font_bold_style {
	font-weight:700!important
}
.padding_left_style {
	padding-left:30px!important
}
.traveller_details_option {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	padding-right:0!important
}
.traveller_details_option tr {
	margin-bottom:0
}
.traveller_details_option td {
	margin:0;
	padding:2px;
	border:0;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	display:inline-block
}
#tdLocalMessage {
	font-family:Arial, Helvetica, sans-serif;
	color:#555;
	font-size:13px!important;
	margin:0!important;
	padding:0!important;
	font-weight:400!important;
	line-height:18px!important;
	text-align:center!important
}
.table_fare_summary {
	width:auto;
	max-width:50%;
	height:auto;
	display:none;
	position:fixed;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border-top:1px solid;
	border-left:1px solid;
	top:20%!important
}
.table_fare_summary_heading_style {
	font-weight:700;
	font-size:16px;
	vertical-align:middle;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0
}
.table_fare_summary_bottom_style {
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px
}
.table_fare_summary td {
	margin:0;
	padding:4px;
	border-bottom:1px solid;
	border-right:1px solid;
	border-left:1px solid
}
.table_fare_summary ul {
	margin:0;
	padding:0
}
.table_fare_summary li {
	margin:0;
	margin-left:30px!important;
	padding:0;
	list-style:disc;
	text-align:left
}
.fixed_price_detials_style {
	width:280px;
	height:auto;
	display:none;
	position:absolute;
	border:1px solid;
	padding:0;
	margin:0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px
}
.fixed_price_detials_style ul {
	margin:3px 0;
	padding:0
}
.fixed_price_detials_style li {
	margin:0;
	margin-left:30px!important;
	padding:0;
	list-style:disc
}
.fixed_price_heading_style {
	margin:0;
	padding:2px 4px;
	font-weight:700;
	font-size:16px;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0
}
.unpaid_booking_page {
	width:100%;
	height:auto;
	margin-top:10px
}
.unpaid_booking_page_inner {
	width:1000px;
	margin:0 auto;
	height:auto
}
.unpaid_booking_btnClick {
	margin:0;
	padding:4px 15px;
	font-size:14px;
	text-decoration:none;
	border:1px solid #d7d7d7;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#ff8100;
	color:#FFF
}
.unpaid_booking_btnClick:hover {
	background:#000;
	cursor:pointer
}
.unpaid_booking_option {
	margin:15px 0;
	padding:0;
	border-left:1px solid #DDD;
	border-bottom:1px solid #DDD;
	width:100%;
	padding-right:0!important
}
.unpaid_booking_option tr {
	margin-bottom:0
}
.unpaid_booking_option td {
	margin:0;
	padding:2px;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	text-align:left
}
.unpaid_booking_heading {
	font-weight:700!important;
	color:#F30;
	font-size:16px;
	text-align:center!important
}
.unpaid_booking_btn_top_margin {
	text-align:center!important;
	padding-top:10px!important
}
.car_search_waiting_page_outer {
	width:auto;
	height:100px;
	margin:0;
	padding:0 10%;
	text-align:center
}
.car_search_waiting_page {
	text-align:center;
	font-size:14px;
	width:auto;
	font-weight:400;
	margin:0x;
	padding:0 10%
}
.bigger_font {
	font-family:26px!important
}
.ajax__tab_default .ajax__tab_header {
	white-space:nowrap
}
.ajax__tab_default .ajax__tab_inner, .ajax__tab_default .ajax__tab_outer {
	display:-moz-inline-box;
	display:inline-block
}
.ajax__tab_default .ajax__tab_tab {
	margin-right:4px;
	overflow:hidden;
	cursor:pointer
}
.ajax__tab_xp .ajax__tab_header {
	font-family:verdana, tahoma, helvetica;
	font-size:11px
}
.ajax__tab_xp .ajax__tab_outer {
	padding-right:4px;
	height:21px
}
.ajax__tab_xp .ajax__tab_inner {
	padding-left:3px
}
.ajax__tab_xp .ajax__tab_tab {
	height:13px;
	padding:4px;
	margin:0
}
.ajax__tab_xp .ajax__tab_body {
	font-family:verdana, tahoma, helvetica;
	font-size:10pt;
	border:1px solid #999;
	border-top:0;
	padding:8px;
	background-color:#fff
}
.ajax__scroll_horiz {
	overflow-x:scroll
}
.ajax__scroll_vert {
	overflow-y:scroll
}
.ajax__scroll_both {
	overflow:scroll
}
.ajax__scroll_auto {
	overflow:auto
}
.ajax__tab_outer:hover {
	background-color:#211e1f
}
.ajax__tab_inner:hover {
	color:#ff8100!important
}
/*************Search Box******************************************************************************/

/*************Search Box and Search Page******************************************************************************/
.main_header {
	background:#f8f8f8;
	border-bottom-color:#000
}
.main_header_inner ul li a {
	color:#FFF
}
.main_header_inner .current, .main_header_inner ul li a:hover {
	background:#000;
	border-bottom-color:#f8f8f8
}
.logo_header {
	background:#FFF
}
.logo_right .text_style a {
	color:#f8f8f8
}
.logo_right .text_style a:hover {
	color:#000
}
.MyTabStyle .ajax__tab_header .ajax__tab_outer {
	color:#222;
	border-color:#d7d7d7;
}
.MyTabStyle .ajax__tab_header .ajax__tab_inner {
	border-color:#666!important;
	color:#FFF
}
.MyTabStyle .ajax__tab_hover .ajax__tab_outer {
	background-color:#none;
	color:#FFF;
}
.MyTabStyle .ajax__tab_hover .ajax__tab_inner {
	color:#FFF;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer {
	border-bottom-color:#fff;
	position: relative;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.MyTabStyle .ajax__tab_active .ajax__tab_outer:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(33, 30, 31, 0);
	border-width: 15px;
	margin-left: -15px;
}
.MyTabStyle .ajax__tab_active .ajax__tab_inner {
	color:#FFF!important;
	border-color:#333
}
.MyTabStyle .ajax__tab_body {
/*background-color:#fff*/
}
.option_box_outer, .option_box_outer_other {
/*background:#ff8100*/
}
.option_box td {
	color:#000
}
.btnClick {
	color:#FFF
}
.btnClick:hover {
	background:#211e1f;
	color:#FFF
}
.btnselect {
	color:#FFF
}
.btnselect:hover {
	background:#000;
	color:#FFF
}
.btnClickSRP {
	color:#FFF;
}
.btnClickSRP:hover {
	background:#000;
	color:#FFF;
}
.middle_container {
	background:#f8f8f8
}
.one_third .text_box p {
	color:#FFF
}
.one_third h2 {
	color:#000
}
.main_footer {
	background:#ebebeb
}
.main_footer_inner h3 {
	color:#4a4a4a
}
.main_footer_inner li a {
	color:#f8f8f8
}
.main_footer_inner li a:hover {
	color:#000
}
.testimonials p {
	color:#898989
}
.lower_footer {
	background:#f8f8f8
}
.lower_footer_inner p.copy, .lower_footer_inner p.powered, .lower_footer_inner p.powered a {
	color:#FFF
}
/*.div_msg_title {
	color:#029bc9
}*/
.dvResult_option_inner tr:hover {
	background:#f6f2cd
}
.dvResult_option_inner td {
	border-bottom-color:#d7d7d7!important;
	border-top-color:#d7d7d7!important
}
.left_border_style {
	border-left-color:#d7d7d7!important
}
.right_border_style {
	border-right-color:#d7d7d7!important
}
tr.dvResult_option_heading {
	background:#f8f8f8;
	color:#FFF
}
tr.dvResult_option_heading:hover {
	background:#f8f8f8
}
.Bigfont, .fare_summary_link_details {
	color:#555
}
.SmallfontBold {
	color:#000
}
.looking_for {
	color:#f8f8f8
}
.row_spacing_style tr {
	background:#FFF
}
tr.row_spacing_style:hover {
	background:#fff
}
.font_yellow_clr_style {
	color:#211e1f!important
}
.font_Discount_clr_style {
	color:#B07111!important;
	background-color:#F7FCBA!important
}
.font_TotalAmount_clr_style {
	background:#dcfcdc
}
.font_OtherMainAmount_clr_style {
	background-color:#f0f8ff
}
.font_BalanceAmount_clr_style {
	background:#ffeef5
}
.divider_border_style {
	border-right-color:#f8f8f8
}
.table_fare_summary {
	background-color:#f6f2cd;
	border-top-color:#f8f8f8;
	border-left-color:#f8f8f8
}
.table_fare_summary_heading_style {
	background:#211e1f;
	color:#FFF
}
.table_fare_summary td {
	border-bottom-color:#211e1f;
	border-right-color:#211e1f;
	border-left-color:#211e1f
}
.fixed_price_detials_style {
	border-color:#f8f8f8;
	background:#f6f2cd
}
.fixed_price_heading_style {
	color:#FFF;
	background:#f8f8f8
}
.search_result_main {
	background:#f8f8f8
}
/*************Search Box and Search Page******************************************************************************/

/*------------------------Middle Style-----------------------------------------------*/
.container_full_box {
	width: 100%;
	padding: 0px 0px 10px 0px;
	margin: 0px;
	overflow: hidden;
	z-index: 998;
	background:#F8F8F8;
}
.container_inner_box {
	width:1000px;
	margin:0px auto;
	padding-top:10px;
}
.cont_left_box {
	width:640px;
	height:auto;
	margin:0px;
	padding:0px;
	float:left;
}
.cont_right_box {
	width:350px;
	height:319px;
	margin:0px 0px 0px 10px;
	padding:0px;
	float:right;
}
.cont_right_box img {
	width:350px;
	height:319px;
	margin:0px;
	padding:0px;
	border:0px;
}
.cont_right_box ul, .cont_right_box ul li, .cont_right_box ul li a {
	margin: 0;
	padding: 0;
	list-style: none;
}
/*--------------------------------------------------Footer Style-----------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
.footer_wrapper {
	width:100%;
	margin:10px 0px 0px 0px;
	background:#029bc9;
	border-bottom: 2px solid #000;
	border-top:2px solid #e9e9e9;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.15);
}
.footer_wrapper_inner {
	width:1000px;
	margin:0 auto;
	height:auto;
	padding:10px 0px;
}
.cs_footer_box {
	width:307px;
	margin:0px 26px 0px 0px;
	padding:0px;
	float:left;
}
.cs_footer_box p {
	font-size:13px;
	margin:0px;
	padding:0px;
	padding-bottom:10px;
	line-height: 23px;
	color:#FFF;
	text-align:justify;
	overflow:hidden;
	font-family: 'Open Sans', sans-serif;
}
.cs_footer_box_last {
	margin-right:0px;
}
.cs_footer_box a {
	color:#FFF;
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
.cs_footer_box h5 {
	font-weight:400;
	font-family: 'Open Sans', sans-serif;
	margin:5px 0px;
	padding:0px;
	font-size:18px;
	color:#FFF;
	padding-bottom:5px;
	border-bottom:1px solid #bdbdbd;
}
.cs_footer_box ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.cs_footer_box li {
	padding-left:12px;
	display:block;
	background:url(../images/arrowico.png) no-repeat 0px 5px;
}
.cs_footer_box li a {
	font-size:13px;
	color:#FFF;
	margin:0px;
	padding:12px 0px;
	text-decoration:none;
	line-height: 23px;
	font-family: 'Open Sans', sans-serif;
}
.cs_footer_box li a:hover {
	color:#efefef;
}
.footer_copy_right {
	width:1000px;
	margin:0 auto;
	padding:15px 0px;
	border-top:1px solid #bdbdbd;
}
.footer_copy_right p {
	font-size:13px;
	line-height: 23px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	margin:0px;
	padding:0px;
}
.footer_copy_right a {
	font-size:13px;
	line-height: 23px;
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:0px;
}
.footer_copy_right a:hover {
	color:#efefef;
}
.track_booking_box {
	width: 500px;
	margin: 40px auto 50px auto;
	padding: 30px 0px;
	background: #fffaf6;
	border-radius: 4px;
	color: #7e7975;
	text-shadow: 0 2px 0 #fff;
	position:relative;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(0, 0, 0, .2), 0 3px 0 #fff, 0 4px 0 rgba(0, 0, 0, .2), 0 6px 0 #fff, 0 7px 0 rgba(0, 0, 0, .2);
}
.trackhead {
	left: 0;
	margin: 0px auto;
	position: absolute;
	right: 0;
	top: -42px;
	text-align: center;
	border: 5px solid #f8f8f8;
	padding: 0px;
	border-radius: 50%;
	width:70px;
	height:70px;
}
.trackhead img {
	width:70px;
	height:auto;
	margin:0;
	padding:0;
}
.track_booking_box h2 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	margin: 20px 0px 30px 0px !important;
	padding: 0px !important;
	font-size: 24px;
	color: #555;
	text-align:center !important;
}
.track_booking_box h2:after {
	content: ' ';
	display: block;
	width: 90%;
	height: 2px;
	margin:10px auto 0px auto;
	background: -moz-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(147, 184, 189, 0)), color-stop(20%, rgba(147, 184, 189, 0.8)), color-stop(53%, rgba(147, 184, 189, 1)), color-stop(79%, rgba(147, 184, 189, 0.8)), color-stop(100%, rgba(147, 184, 189, 0)));
	background: -webkit-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
	background: -o-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
	background: -ms-linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
	background: linear-gradient(left, rgba(147, 184, 189, 0) 0%, rgba(147, 184, 189, 0.8) 20%, rgba(147, 184, 189, 1) 53%, rgba(147, 184, 189, 0.8) 79%, rgba(147, 184, 189, 0) 100%);
}
.main_trackb {
	width:450px;
	margin:0 auto;
	padding:0;
}
.trackb_lt {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0;
	width:220px;
}
.track_btn {
	margin: 10px 7px 15px 0px;
	padding: 0;
	width: auto;
	float: right;
}
.trackb_lt input[type="text"] {
	background-color: #fff;
	border: 1px solid #DDD;
	width:200px;
	margin:0px;
	padding:8px 5px;
	-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
}
.TrackbtnClick {
	margin: 0px 0px 10px 0px;
	padding: 12px 30px;
	font-size: 20px;
	border: 0px;
	border-top: 0;
	border-radius: 3px;
	cursor: pointer;
	width: 97%;
	/*background: #029bc9;*/
	text-transform:uppercase;
	color: #FFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	border: 1px solid rgb(28, 108, 122);
	background: rgb(61, 157, 179);
	webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
	-moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset, 0px 0px 0px 3px rgb(254, 254, 254), 0px 5px 3px 3px rgb(210, 210, 210);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.TrackbtnClick:hover {
	background: rgb(74, 179, 198);
}
.TrackbtnClick:active, .TrackbtnClick:focus {
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
.inner_pages_outer {
	width:100%;
	margin:0 auto;
	padding:15px 0px 20px 0px;
	background:#f8f8f8;
}
.inner_pages {
	width:1000px;
	margin:0 auto;
	padding:0;
}
.inner_pages h1 {
	font-size:22px;
	line-height:22px;
	font-family: 'Droid Sans', sans-serif;
	padding:7px 5px;
	margin:0px 0px 10px 0px;
	text-align:left;
	font-weight:normal;
	background:#ece9e9;
	color:#434343;
}
.inner_pages h2, .inner_pages h3 {
	font-size:18px;
	line-height:22px;
	font-family: 'Droid Sans', sans-serif;
	padding:3px 0px;
	margin:3px 0px;
	text-align:left;
	font-weight:bold;
	color:#1c1c14;
}
.inner_pages p {
	font-size:15px;
	line-height:24px;
	font-family: 'Droid Sans', sans-serif;
	padding:5px 0px;
	margin:0px;
	text-align:justify;
	font-weight:normal;
	color:#5c6274;
}
.inner_pages img {
	border:0;
	margin:0;
	padding:0;
	max-width:100%;
	height:auto;
}
.inner_pages table {
	border:0;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
.inner_pages table td {
	border:1px solid #ccc;
	margin:0;
	padding:4px 2px;
	border-collapse:collapse;
	font-family: 'Droid Sans', sans-serif;
	font-weight:normal;
	color:#5c6274;
	font-size:14px;
	line-height: 20px;
}
.inner_pages a {
	color:#00adef;
	text-decoration:none;
}
.inner_pages ul {
	padding:5px 0px;
	margin:0px 0px 0px 25px;
}
.inner_pages li {
	font-size:14px;
	line-height:22px;
	font-family: 'Droid Sans', sans-serif;
	padding:0px;
	margin:0px 0px 5px 0px;
	text-align:justify;
	font-weight:normal;
	color:#5c6274;
	list-style:disc;
}
.listing_style {
	font-size:14px;
	line-height:22px;
	font-family: 'Droid Sans', sans-serif;
	padding:0px;
	margin:0px 0px 0px 20px;
	text-align:justify;
	font-weight:normal;
	color:#211e1f;
}
.listing_style li {
	padding:5px 0px;
	margin:0px;
}
.ul_li_style {
	font-size:14px;
	line-height:22px;
	font-family: 'Droid Sans', sans-serif;
	padding:0px;
	margin:0px 0px 0px 10px;
	text-align:justify;
	font-weight:normal;
	color:#211e1f;
	list-style:none !important;
}
.ul_li_style li {
	list-style:none !important;
	padding:5px 0px 5px 30px;
	margin:0px;
	background:url(../home/images/quote.png) left top 5px no-repeat;
}
.tellinkcss {
	color:#5c6274 !important;
	text-decoration:none;
}

.textclr {
	color: #ea09a1;
}
.normal_table_cell {
	width:98%;
	margin:2% 1% !important;
	border:0px !important;
	clear:both;
}
.normal_table_cell td {
	text-align: left;
	vertical-align: top;
	border: 0px !important;
	border-bottom: 1px solid #f0f0f0 !important;
	font-size: 14px !important;
	padding:6px 2px !important;
}
.normal_table_cell td strong {
	color: #ff5e1c;
}
.normal_table_cell td h3 {
	text-align: left;
    font-size: 21px !important;
    padding: 0px !important;
    margin: 0;
    color: #1c1c14;
    line-height: 26px;
}
.normal_table_cell td span {
	color: #333;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    padding: 0;
    font-weight: bold;
}
#tablmm td {
	border:0px;
}
.lpaytable {
	border:1px #DDD solid !important;
	border-top: 3px solid #DDD !important;
	float:left !important;
}
.lpaytable td {
	border:0px !important;
	padding:10px 10px !important;
}
.lpaytable .darkfont {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 600;
	color: #65ad20;
	font-size: 20px;
	text-align: left;
	margin: 0px;
	padding: 0;
	line-height: 24px;
}
.lpaytable .highlightbg {
	background:#EEE;
}


#htmlError {
    display:none;
}

.errorBlankDefault
{
    /*display:none;*/
    float: left;    
    font-size: 15px;    
    width: 300px;
    background: red;
    color: white;    
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-radius: 5px;
}
.errorDefault
{
    /*display:none;*/
    float: left;    
    font-size: 15px;    
    width: 300px;
    background: red;
    color: white;    
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    border-radius: 5px;
}
.errorSearch
{
    /*display:none;*/
    margin: 10px 45px 10px 10px;
    font-size: 15px;   
    background: red;
    color: white;
    padding:10px;
    border-radius: 5px;
}


#DivTempConpop
{
    padding-left:0px;
    padding-right:0px;
    padding-top: 0px;
}


.tripDetailsHolder
{
    padding:10px;
    clear:both;
}


        .headLayer {            
    background: #20a8d9;
    float: left;
    width: 100%;    
    color: #fff;
    height: 35px;
    font-size: 14px;
    padding-top: 5px;
}

        .topfarepop
        {
            font-weight:bolder;
        }

        .fareDetailHeading
        {
            padding-left:10px;
            padding-top: 5px;
            float:left;
        }

        .fareDetailHeadingright
        {
            margin-right:5px;
        }


        .continueButton {
    height: 30px;
    width: 100px;
    font-weight: bolder;
    font-size: 17px;
    background: #000;
    color: #fff;
    font-size: 13px;
    border: none;
    padding: 0 10px;
    margin-right: 2px;
    width: 75px;
    cursor: pointer;
}
.float-right {
    float: right!important;
}
.cursor-pointer {
    cursor: pointer;
}


.border-bottom-ededec {
    border-bottom: 1px solid #ededec;
}

.splitheade
{
    font-weight: 700;
    background: #f3caca;
    padding-left: 10px;
}

.splitheade td {
    padding:7px;
}

#DivTemplateMessage
{
    padding:10px;
}
.priceOfferDetails  {
	border-collapse:collapse;
}
.priceOfferDetails td {
	border-bottom:1px solid #DDD;
	padding:7px 5px;
	}
.seprate_login{
	width:100%;
	margin:20px auto;
	padding:0;
	text-align:center;
	clear:both;
}
.seprate_login .largetitle{
	font-family: inherit;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	line-height:22px;
	margin:0px;
	padding:10px 0px;
}
.Continue_btn{}
#imgSwitch{
position:absolute;
margin-left: 25px;
margin-top: 7px;
cursor:pointer;
}
.defaultpg_search_btn{width:140px; float:left; margin-left:0px;}
.requiredcss{color:#F00; font-size:19px; margin:0; padding:0; vertical-align:text-top;}