


/* clear fix */

.clearfix:after {

  content: ".";

  display: block;

  clear: both;

  visibility: hidden;

  line-height: 0;

  height: 0;

}



html[xmlns] .clearfix {

  display: block;

}



* html .clearfix {

  height: 1%;

}  



/* new style added by shariar 25.11.13 start */



.routecategory_wrapper_from .routestest.offer {

  width: 93% !important; 

  margin-bottom: 10px;

}



.routecategory_wrapper_from .routestest.offer .ver_inputbox {

  background-color: #2D2D2D;

  float: left;

  width: 98%;

  margin-left: 0px;

  border: 1px solid #ccc;

  padding: 0px 4px;

  height: 28px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

  margin-bottom: 0px;

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper {

    -moz-border-bottom-colors: none;

    -moz-border-left-colors: none;

    -moz-border-right-colors: none;

    -moz-border-top-colors: none;

    background: none repeat scroll 0 0 #2D2D2D;

    border-color: -moz-use-text-color #CCCCCC #CCCCCC;

    border-image: none;

    border-right: 1px solid #CCCCCC;

    border-style: none solid solid;

    border-width: medium 1px 1px;

    display: block;

    left: 0;

    position: absolute;

    top: 30px;

    width: 100%;

    z-index: 99999;

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper .poi_link {

    border-bottom: 1px dotted #515151;

    color: #FFFFFF;

    cursor: pointer;

    display: block;

    padding: 7px;

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper .poi_link img {

  width: 15px;

}



.routecategory_wrapper_from .routestest.offer .arrow_wrapper.routecategory_options_trigger {

  background: url(../images/select-icons.png) 0 -116px no-repeat #2D2D2D;

  display: block;

  height: 28px;

  width: 30px;

  float: left;

  text-indent: -9999px;

  cursor: pointer;

  position: absolute;

  right: 0px;

  bottom: 1px;

}



.ver_input_wrap.bottom .ver_dropoff_extra_wrapper .ver_inputbox {

  background-color: #2D2D2D;

  float: left;

  width: 91%;

  margin-left: 0px;

  border: 1px solid #ccc;

  padding: 0px 4px;

  height: 28px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

  margin-bottom: 10px;

}  



/* new style added by shariar 25.11.13 end */



#verticle_booking_wrap_outer {

  width: 95%;

  margin-left: auto;

  margin-right: auto;

  line-height: normal;

  position: relative;

  margin-top: 25px;

}



input:focus {

  -webkit-box-shadow: 0px 0px 5px #ccc;

  -moz-box-shadow: 0px 0px 5px #ccc;

  box-shadow: 0px 0px 5px #ccc;

}





img {

    border: 0 none;

    height: auto;

    max-width: 100%;

    vertical-align: middle;

}



div.separator {

    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%) repeat scroll 0 0 transparent;

    border: 0 none;

    height: 1px;

    margin: 20px 0px 20px;

    padding: 0;

}



.sbHolder.required.incorrect {

  border: 1px solid red;

}



/*-- poi css start --*/



.ver_input_wrap .pickup_selectwrapper,

.ver_input_wrap .dropoff_selectwrapper {

  /*position: relative;*/

}



.ver_input_wrap .pickup_selectwrapper .poi_dropdown_wrapper {

  background: #2D2D2D;

  border: 1px solid #ccc;

  border-top: none;

  display: block;

  position: absolute;

  left: 0px;

  top: 30px;

  width: 100%;

  z-index: 99999;

}



.ver_input_wrap .dropoff_selectwrapper .poi_dropdown_wrapper {

  background: #2D2D2D;

  border: 1px solid #ccc;

  border-top: none;

  display: block;

  position: absolute;

  left: 0px;

  top: 30px;

  width: 100%;

  z-index: 9999;  

}



.ver_input_wrap .pickup_selectwrapper .poi_dropdown_wrapper .poi_link,

.ver_input_wrap .dropoff_selectwrapper .poi_dropdown_wrapper .poi_link {

  border-bottom: 1px dotted #515151;  

    display: block;

    padding: 7px;

   color: #FFFFFF;

   cursor: pointer;

}



.ver_input_wrap .pickup_selectwrapper .poi_dropdown_wrapper .poi_link img,

.ver_input_wrap .dropoff_selectwrapper .poi_dropdown_wrapper .poi_link img {

  width: 15px;

}



.ver_input_wrap .pickup_selectwrapper .arrow_wrapper.poi_options_trigger,

.ver_input_wrap .dropoff_selectwrapper .arrow_wrapper.poi_options_trigger {

  background: url(../images/select-icons.png) 0 -116px no-repeat #2D2D2D;

  display: block;

  height: 28px;

  width: 30px;

  float: left;

  text-indent: -9999px;

  cursor: pointer;

  position: absolute;

  right: 0px;

  bottom: 1px;

}



.ver_input_wrap .pickup_selectwrapper .arrow_wrapper.poi_options_trigger:hover,

.ver_input_wrap .dropoff_selectwrapper .arrow_wrapper.poi_options_trigger:hover {

  background: url(../images/select-icons.png) 0 -167px no-repeat #2D2D2D;

}



.ver_input_wrap .pickup_selectwrapper .arrow_wrapper.poi_options_trigger.Open,

.ver_input_wrap .dropoff_selectwrapper .arrow_wrapper.poi_options_trigger.Open {

  background: url(../images/select-icons.png) 0 -16px no-repeat #2D2D2D;

}



.ver_input_wrap .pickup_selectwrapper .arrow_wrapper.poi_options_trigger.Open:hover,

.ver_input_wrap .dropoff_selectwrapper .arrow_wrapper.poi_options_trigger.Open:hover {

  background: url(../images/select-icons.png) 0 -66px no-repeat #2D2D2D;

}



/*-- poi css end --*/



/*-- tab css start --*/



#booking_tab {

  

}

#verticle_booking_wrap .taxibooking-tabs {



}

#verticle_booking_wrap .taxibooking-tabs ul {

  overflow: auto;

  overflow-y: hidden;

  white-space: nowrap;

}

#verticle_booking_wrap .taxibooking-tabs li {

  float: none !important;

  display: inline-block !important;

}

#verticle_booking_wrap ul.ui-widget-header li {

  margin-right: -4px !important;

}

#booking_tab.ui-widget-content {

  background: none;

  border: none;

  padding: 0px;

}



#verticle_booking_wrap ul.ui-widget-header {

  margin: 0px;

  padding: 0px;

  list-style: none;

  background: none;

  border: none;

}

#verticle_booking_wrap ul.ui-widget-header li.ui-tabs-active {

  background: none;

}



#verticle_booking_wrap ul.ui-widget-header li a:link,

#verticle_booking_wrap ul.ui-widget-header li a:visited,

#verticle_booking_wrap ul.ui-widget-header li a:active {

  text-decoration: none;

  color: #FFFFFF;

  background: #1aa1bf;

  font-size: 13px;

  font-family: Arial, Helvetica, sans-serif;

  height: 35px;

  line-height: 35px;

  padding: 0px 10px;

  display: block;

  float: left;

  border-radius: 5px 5px 0px 0px; 

  border: 1px solid #ccc;

  border-bottom: none;

  border-style: none;

  transition: all 1s;

  -moz-transition: all 1s;

  -webkit-transition: all 1s;

  -o-transition: all 1s;

  min-width: 50px;

  text-align: center;

}



#verticle_booking_wrap ul.ui-widget-header li a:hover {

  background: #006599;

}



#verticle_booking_wrap ul.ui-widget-header li.ui-tabs-active a:link,

#verticle_booking_wrap ul.ui-widget-header li.ui-tabs-active a:visited,

#verticle_booking_wrap ul.ui-widget-header li.ui-tabs-active a:active {

  background: #006599;

  cursor: pointer;

}





/*-- tab css end --*/



.sbHolder {

    background-color: #2D2D2D;

}



.sbOptions {

    background-color: #2D2D2D;

z-index: 9999999;

overflow-y: auto !important;

}



.sbOptions a:link,

.sbOptions a:visited {

    color: #FFFFFF !important;

}

.sbOptions a {

  padding: 4px 0 5px 3px;

}



.sbSelector:link,

.sbSelector:visited,

.sbSelector:hover {

    color: #FFFFFF !important;

}

.sbSelector {

  line-height: 28px;

}



.sbSelector:focus {

  background: none !important;

}



#verticle_booking_wrap {

  padding: 15px;

  display: block;

  background: #1030f2;

  background-position:  !important;

  border-radius: 10px; 

  margin-bottom: 15px;

  border: none;

}



/* toppart style start 09.02.14 added by shariar */



#verticle_booking_wrap .verticl_booking_toppart {

	padding-top: 30px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap a.addstop:link,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap a.addstop:visited,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap a.addstop:active {

	float: right;

	margin-top: 10px;

	color: #FFFFFF;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap.left {

	width: 48%;

	float: left;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap {

	width: 100%;

	margin-bottom: 10px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap.stops_wrap {

	margin-top: 18px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap.stops_wrap.last {

	margin-bottom: 15px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap.stops_wrap .top_ver_input_wrapOuter a.remove_stops:link,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap.stops_wrap .top_ver_input_wrapOuter a.remove_stops:visited,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap.stops_wrap .top_ver_input_wrapOuter a.remove_stops:active {

	width: 100%;

	float: left;

	margin-top: 5px;

	color: #FFFFFF;

	font-size: 12px;

	font-weight: normal;

	line-height: normal;

	text-align: right;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap label {

	width: 100%;

	float: none;

	color: #FFFFFF;

	font-size: 12px;

	font-weight: normal;

	line-height: normal;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap {

	background: #2D2D2D;

	float: left;

	width: 100%;

	height: 28px;

	position: relative;

	border: 1px solid #ccc;

	border-radius: 4px; 

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .time_at_stop {

	float: left;

	margin-top: 10px;

	width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .time_at_stop .title_stops {

	color: #FFFFFF;

	float: left;

	margin-right: 10px;

	margin-top: 5px;

	width: 100%;

	margin-bottom: 5px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .time_at_stop .sbHolder {

	float: left;

	width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .getlocationField {

	position: absolute;

	top: 5px;

	left: 5px;

	width: 16px;

	height: 16px;

	z-index: 1;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .getlocationField a:link,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .getlocationField a:visited,

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .getlocationField a:active {

	background: url(../images/locateicongrey.png) no-repeat left top;

	width: 16px;

	height: 16px;

	text-indent: -9999px;

	display: block;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField {

	position: absolute;

	top: 0px;

	width: 99%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField.address_disabled {

	text-indent: 5px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField.address_disabled .inputbox {

	text-indent: 0px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField .inputbox {

	background: none;

	border: none;

	color: #FFFFFF !important;

	font-size: 12px;

	width: 100%;

	text-indent: 25px;

	height: 25px;

	margin: 0px;

	padding: 0px;

	box-shadow: none;

}

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField .inputbox::-webkit-input-placeholder {

  color: #FFFFFF;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .inputField input[type="text"]:focus {

	box-shadow : none;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap {

	position: absolute;

	top: 0px;

	right: 0px;

	width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap .selectField {

	position: relative;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap .selectField .arrow_wrapper.poi_options_trigger {

	background: #2D2D2D url(../images/select-icons.png) no-repeat 0px -116px;

	width: 30px;

	height: 28px;

	display: block;

	float: left;

	text-indent: -9999px;

	cursor: pointer;

	position: absolute;

	top: 0px;

	right: 1px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap .selectField .poi_dropdown_wrapper {

    background: #2D2D2D;

    border-color: -moz-use-text-color #CCCCCC #CCCCCC;

    border-image: none;

    border-right: 1px solid #CCCCCC;

    border-style: none solid solid;

    border-width: medium 1px 1px;

    display: block;

    left: 0;

    position: absolute;

    top: 30px;

    width: 100%;

    z-index: 9999;

	max-height: 250px;

	overflow-y: scroll !important;	

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap .selectField .poi_dropdown_wrapper .poi_link {

    border-bottom: 1px dotted #515151;

    color: #FFFFFF;

    cursor: pointer;

    display: block;

    padding: 7px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .top_ver_input_wrap .selectField-wrap .selectField .poi_dropdown_wrapper .poi_link img {

	width: 15px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .ver_input_wrap {

	margin-top: 5px;

	float: left;

	width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .ver_input_wrap .ver_inputbox.extra {

	width: 100%;

	margin-bottom: 0px;

	background: #2D2D2D;

	padding-left: 0px;

	padding-right: 0px;

	text-indent: 4px;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap .topinnerWrap .ver_input_wrap .ver_inputbox.extra.incorrect {

	border: 1px solid red;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap.right {

	width: 48%;

	float: right;

}



/* toppart style end 09.02.14 added by shariar */



#verticle_booking_wrap .verticl_booking_midpart {

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.left {

  width: 48%;

  float: left;

  margin: 0px;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.right {

  width: 48%;

  float: right;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap .seat_input_wrap {

  display: block;

  padding-bottom: 10px;

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap .seat_input_wrap label {

  color: #FFFFFF;

  float: left;

  font-size: 12px;

  line-height: normal;

  padding-top: 5px;

  width: 100%;

  margin-bottom: 5px;

  text-align: left;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap .seat_input_wrap .sbHolder {

  width: 100%;

  float: left;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap .seat_input_wrap select {

  background-color: #454545;

  border: 1px solid #CCCCCC;

  border-radius: 4px 4px 4px 4px;

   color: #FFFFFF;

  float: left;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 12px;

  margin-left: 15px;

  margin-top: 4px;

  padding: 4px;

  width: 380px;

}



#verticle_booking_wrap .verticl_booking_bottompart {

  width: 100%;

}

#verticle_booking_wrap .verticl_booking_bottompart label {

  color: #FFFFFF;

  float: left;

  font-size: 12px;

  line-height: normal;

  padding-top: 5px;

  width: 100%;

  margin-bottom: 5px;

  text-align: left;

}

#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.left {

  width: 48%;

  float: left;

}

#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.left label {

  padding-top: 0px;

  margin-bottom: 10px;

}

#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.right input[type="checkbox"] {

  margin-top: 0px;

  vertical-align: bottom;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.right {

   float: right;

    width: 48%;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_input {

  display: block;

  margin-bottom: 10px;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_input select.first {

  margin-left: 0px;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_inputbox {

  background-color: #cccccc;

  float: left;

  width: 109px;

  border: 1px solid #ccc;

  padding: 5px 4px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

  margin-bottom: 0px;

  height: auto;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap select {

  background-color: #2D2D2D;

  border: 1px solid #CCCCCC;

  border-radius: 4px 4px 4px 4px;

  color: #FFFFFF;

  float: left;

  font-family: Arial,Helvetica,sans-serif;

  font-size: 12px;

  margin-left: 15px;

  padding: 4px;

  width: 50px;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_input .return {

  float: left;

  margin-right: 85px;

  color: #fff;

  font-weight: bold;

}



#map_wrappper {

  margin-bottom: 15px;

}



#directions_panel {

  margin-bottom: 15px;

  background: #fff;

  overflow: auto;

}



#directions_panel table {

  width: 100%;

}



.messagewrap {

  width: 100%;

  margin: 10px 0px 20px;

}



.messagewrap .messagetitle {

  color: #000;

  font-size: 18px;

  font-weight: bold;

  border-bottom: 1px solid #ccc;

  padding-bottom: 5px;

  margin-bottom: 5px;

}



.messagewrap .messagetitle span#journey_msg {

  color: #000;

}



.messagewrap .messagetitle span#journey_msg span#origin,

.messagewrap .messagetitle span#journey_msg span#destination,

.messagewrap .messagetitle span#journey_msg span#distance {

  color: #006599 !important;

}



.messagewrap .messagetext {

  color: red;

}



#vehicle_wrapper {

  

}



#vehicle_wrapper .cars {

  background: none repeat scroll 0 0 #FFFFFF;

  border: 1px solid #E6E6E6;

  margin-bottom: 10px;

  margin-left: 0;

  padding: 25px 0 18px;

  width: 99%;

  border-radius: 4px;

}



#vehicle_wrapper .cars td {

  padding: 30px 10px !important;

  width: 20%;

  display: table-cell;

}



#vehicle_wrapper .cars td img {

    width: 152px;

}



#vehicle_wrapper .cars .vehicle_type,

#vehicle_wrapper .cars .vehicle_time {

    color: #545454;

    font-size: 12px;

    margin-left: 20px;

    text-align: center;

    width: 20%;

}



#vehicle_wrapper .cars .vehicle_price {

    color: #545454;

    font-size: 12px;

    margin-left: 20px;

    text-align: center;

    width: 18%;

}



#vehicle_wrapper .cars .vehicle_price h5, 

#vehicle_wrapper .cars .vehicle_time h5, 

#vehicle_wrapper .cars .vehicle_type h5 {

    color: #017CBF;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

   margin-bottom: 5px;

}



#vehicle_wrapper .cars .vehicle_booking {

    vertical-align: middle;

    width: 14%;

}



#vehicle_wrapper .cars .vehicle_booking a:link,

#vehicle_wrapper .cars .vehicle_booking a:visited,

#vehicle_wrapper .cars .vehicle_booking a:active {

  text-decoration: none;

}



#vehicle_wrapper .cars .vehicle_booking .car_booking {

    background: #006599;

   border: none;

    border-radius: 5px 5px 5px 5px;

    color: #FFFFFF;

    cursor: pointer;

    height: 25px;

    line-height: 25px;

   width: 114px;

}



#vehicle_wrapper .cars .vehicle_booking .car_booking:hover {

  background: #1aa1bf;

  transition: all 1s;

-moz-transition: all 1s;

-webkit-transition: all 1s;

-o-transition: all 1s;

}



#verticle_booking_wrap .submit {

  background: #1aa1bf;

  font-size: 16px;

  color: #fff; 

  font-family: Arial, Helvetica, sans-serif;

  font-weight: bold;

  padding: 5px 10px;

  border: 1px solid #fff;

  border-radius: 5px;

  cursor: pointer;

  float: right;

  margin-right: 3%; 

transition: all 1s;

-moz-transition: all 1s;

-webkit-transition: all 1s;

-o-transition: all 1s;

}



#verticle_booking_wrap .submit:hover {

  background: #0aaed2;

}



.return {

  margin-bottom: 10px;

  color: #FFFFFF;

}



/*-- special_offers css start  --*/



#tabs_special_routes {

  padding-top: 52px;

}



.ui-tabs .ui-tabs-panel {

  padding: 0px;

}



.ver_input_wrap label {

  color: #FFFFFF;

  font-size: 12px;

  margin-bottom: 5px;

  width: 100%;

  float: left;

}



.ver_input_wrap label a {

  color: #FFFFFF;

}



#tabs_special_routes label.special {

  color: #fff;

}

#tabs_special_routes #special_route_desc {

  float:left;

  text-align:center;

  width:100%;

  color: #FFFFFF;

}

.routes_wrapper_from {

  width: 100%;

  float: none;

}



.routes_wrapper_from .routes_from_inner {

  width: 100%;

}



.ver_dropoff_extra_wrapper .ver_input_wrap {

	margin-bottom: 15px;

}



/* special_new_start */



.routes_wrapper_from .routes_from_inner label {

  width: 100%;

  float:left;

  font-weight: bold;

}



.routes_wrapper_from .ver_dropoff_extra_wrapper .ver_input_wrap label {

  font-weight: normal;

  width: 100%;  

  float: left;

}



#routefrom_extra_wrapper.ver_dropoff_extra_wrapper .ver_input_wrap {

  margin-bottom: 15px;

}



/* special_new_end */



.routes_wrapper_from .routefrom_dropdown_wrapper {

  background: #2D2D2D;

  border-color: #CCCCCC;

  border-image: none;

  border-right: 1px solid #CCCCCC;

  border-style: none solid solid;

  border-width: medium 1px 1px;

  display: block;

  position: absolute;

  left: 0px;

  top: 30px;

  width: 100%;

  z-index: 9999;

  color: #DDDDDD;

	max-height: 355px;

	overflow-y: scroll;	  

}



.routes_wrapper_from .routefrom_dropdown_wrapper .poi_link {

    border-bottom: 1px dotted #515151;

    color: #FFFFFF;

    display: block;

    padding: 7px;

   cursor: pointer;

}



.routes_wrapper_from .routefrom_dropdown_wrapper .poi_link img {

  width: 15px;

}



.routes_wrapper_from .routes_from_inner .ver_inputbox {

    background-color: #cccccc;

    border: 1px solid #CCCCCC;

    border-radius: 4px 4px 4px 4px;

    color: #FFFFFF;

    float: left;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

    margin-left: 0px;

    padding: 0px;

	text-indent: 4px;

  height: 28px;

    width: 100%;

  margin-bottom: 15px;

}



.routes_wrapper_from .arrow_wrapper.routefrom_options_trigger {

  background: url(../images/select-icons.png) 0 -116px no-repeat #2D2D2D;

  display: block;

  height: 28px;

  width: 30px;

  float: left;

  text-indent: -9999px;

  cursor: pointer;

  position: absolute;

  right: 0px;

  bottom: 16px;

}



.routes_wrapper_from .arrow_wrapper.routefrom_options_trigger:hover {

  background: url(../images/select-icons.png) 0 -167px no-repeat #2D2D2D;

}



.routes_wrapper_from .arrow_wrapper.routefrom_options_trigger.Open {

  background: url(../images/select-icons.png) 0 -16px no-repeat #2D2D2D;

}



.routes_wrapper_from .arrow_wrapper.routefrom_options_trigger.Open:hover {

  background: url(../images/select-icons.png) 0 -66px no-repeat #2D2D2D;

}



.routes_wrapper_from #routefrom_extra_wrapper .sbHolder {

  margin-left: 0px;

  width: 100%;

  float: left;

}



.routes_wrapper_from #routefrom_extra_wrapper .ver_inputbox,

.routes_wrapper_to #routeto_extra_wrapper .ver_inputbox {

  background-color: #2D2D2D;

  float: left;

  width: 100%;

  margin-left: 0px;

  border: 1px solid #ccc;

  padding: 0px;

  text-indent: 4px;

  height: 28px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

}



.routes_wrapper_from #routefrom_extra_wrapper .ver_inputbox.incorrect,

.routes_wrapper_to #routeto_extra_wrapper .ver_inputbox.incorrect {

	border: 1px solid red;

}



.routes_wrapper_to {

  width: 100%;

  padding-left: 0;

  float: none;

}



.routes_wrapper_to .routes_to_inner {

  width: 100%;

}



.routes_wrapper_to .routes_to_inner label {

  float: left;

  width: 100%;

  font-weight: bold;

}



.routes_wrapper_to .ver_input_wrap label {

  font-weight: normal;

  float: none;

}





.routes_wrapper_to .routeto_dropdown_wrapper {

  background: #2D2D2D;

  border-color: #CCCCCC;

  border-image: none;

  border-right: 1px solid #CCCCCC;

  border-style: none solid solid;

  border-width: medium 1px 1px;

  display: block;

  position: absolute;

  right: 47px;

  top: 90px;

  width: 100%;

  z-index: 9999;

  color: #DDDDDD;

	max-height: 355px;

	overflow-y: scroll;	  

}



.routes_wrapper_to .routeto_dropdown_wrapper .poi_link {

    border-bottom: 1px dotted #515151;

    color: #FFFFFF;

    display: block;

    padding: 7px;

   cursor: pointer;

}



.routes_wrapper_to .routeto_dropdown_wrapper .poi_link img {

  width: 15px;

}



.routes_wrapper_to .routes_to_inner .ver_inputbox {

    background-color: #cccccc;

    border: 1px solid #CCCCCC;

    border-radius: 4px 4px 4px 4px;

    color: #FFFFFF;

    float: left;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

    margin-left: 0px;

  margin-bottom: 15px;

    padding: 0px;

	text-indent: 20px;

  height: 28px;

    width: 100%;

}



.routes_wrapper_to .arrow_wrapper.routeto_options_trigger {

  background: url(../images/select-icons.png) 0 -116px no-repeat #2D2D2D;

  display: block;

  height: 28px;

  width: 30px;

  float: left;

  text-indent: -9999px;

  cursor: pointer;

   position: absolute;  

   right: 0px;

   bottom: 16px;

}



.routes_wrapper_to .arrow_wrapper.routeto_options_trigger:hover {

  background: url(../images/select-icons.png) 0 -167px no-repeat #2D2D2D;

}



.routes_wrapper_to .arrow_wrapper.routeto_options_trigger.Open {

  background: url(../images/select-icons.png) 0 -16px no-repeat #2D2D2D;

}



.routes_wrapper_to .arrow_wrapper.routeto_options_trigger.Open:hover {

  background: url(../images/select-icons.png) 0 -66px no-repeat #2D2D2D;

}





/* new style added by shariar 25.11.13 start */



.routes_indicator {

  position: absolute;

  top: 6px;

  left: 5px;

}



.routes_indicator .icon-exchange:before {

  font-family: inherit;

}



.routes_indicator a:link,

.routes_indicator a:visited,

.routes_indicator a:active {

  color: #FFFFFF;

  display: block;

    font-size: 14px;

    transform: rotate(-90deg);

}



.routes_indicator a:hover {

  text-decoration: none;

}



.routes_indicator .arrow_img {

  display: none;

}



/* new style added by shariar 25.11.13 end */



.routes_wrapper_to .routeto_dropdown_wrapper {

  left: 0px;

  top: 30px !important;

}



/*-- special_offers css end --*/



/*-- hire css start --*/



#tabs_hourly_hire {

  padding-top: 15px;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly {

  width: 100%;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner label {

    color: #FFFFFF;

    float: left;

    font-size: 12px;

    line-height: normal;

    padding-top: 5px;

    width: 100%;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .sbHolder {

  margin-left: 0px;

  width: 100%;

  float: left;

}



#hourly_extra_wrapper .ver_input_wrap label {

    color: #FFFFFF;

    float: left;

    font-size: 12px;

    line-height: normal;

    padding-top: 10px;

    width: 100%;  

}



#hourly_extra_wrapper .ver_input_wrap .sbHolder {

    float: left;

    margin-left: 0;

    width: 44%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

    background-color: #2D2D2D;

    border: 1px solid #CCCCCC;

    border-radius: 4px 4px 4px 4px;

    color: #FFFFFF;

    float: left;

    font-family: Arial,Helvetica,sans-serif;

    font-size: 12px;

    margin-left: 0px;

    padding: 0px 4px;

  height: 28px;

    width: 42%;

}



/*-- hire css end --*/



.pac-container {

  background: #2D2D2D !important;

  color: #FFFFFF !important; 

  text-align: left;

  z-index: 9999;

  position:absolute;

  left:0;

  top:30px;

  width:100%;

  border-radius: 2px;

}

.pac-container:after {

background-color: #2D2D2D !important;

}

.pac-icon {

    width: 15px;

    height: 20px;

    margin-right: 7px;

    margin-top: 6px;

    display: inline-block;

    vertical-align: top;

    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);

    background-size: 34px;

}

.pac-icon-custom {

    width: 15px;

    height: 15px;

    margin-right: 7px;

    margin-top: 7px;

    display: inline-block;

    vertical-align: top;

    background-size: 15px;

}

.pac-icon-marker {

    background-position: -1px -161px;

}

.pac-icon-marker-custom {



}

.pac-item-refresh:hover {

  background: none !important;

}

.pac-item {

  background: #2D2D2D !important;

  border-bottom: 1px dotted #515151 !important;

   color: #FFFFFF !important;

  font-size: 12px !important;

  cursor: pointer;

    padding: 0 4px;

    text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

    line-height: 30px;

    vertical-align: middle;

    text-align: left;

    border-top: 1px solid #e6e6e6;

}

.pac-item:hover {

    background-color: #efefef;

}

.pac-item-query {

   color: #FFFFFF !important;

  font-size: 12px !important;

  font-weight: bold;

}

.pac-item-error, .pac-item-error:hover {

    color: #aaa;

    padding: 0 5px;

    cursor: default;

    background-color: #fff;

}

/* autocomplete css start */



ul.ui-widget-content  {

  background: none;

}



ul.ui-autocomplete {

  background-color: #2D2D2D !important;  

  padding: 0px;

}



.ui-menu .ui-menu-item a {

  background: #2D2D2D !important;

  border-bottom: 1px dotted #515151 !important;

   color: #FFFFFF !important;

  font-size: 12px !important;  

  padding: 5px !important;

  cursor: pointer;

  border-radius: 0px; 

}



.ui-menu .ui-menu-item a:hover {

  background: none !important;

  border: none !important;

  padding: 5px !important;

  margin: 0px !important;

  border-bottom: 1px dotted #515151 !important;

}



/* autocomplete css end */





/* date css start */



/**/



.date_Wrap.left .sbHolder,

.date_Wrap.right .sbHolder {

  width: 50px !important;

  margin-left: 0px !important;

  float: left;

}



.date_Wrap.left .sbSelector,

.date_Wrap.right .sbSelector {

  width: 50px !important;

}



.date_Wrap.left .sbToggle,

.date_Wrap.right .sbToggle {

  display: none;

}



.date_Wrap.left .sbOptions, 

.date_Wrap.right .sbOptions {

    width: 50px !important;

}

.date_Wrap.right .wait_time .sbOptions,

.date_Wrap.right .wait_time .sbSelector,

.date_Wrap.right .wait_time .sbHolder {

    width: 117px !important;  

}



.date_Wrap.left .sbHolder.dateinline,

.date_Wrap.right .sbHolder.dateinline {

  width: 80px !important;

  float: left;

}



.date_Wrap.left .sbHolder.dateinline .sbSelector,

.date_Wrap.right .sbHolder.dateinline .sbSelector {

  width: 80px !important;

}



.date_Wrap.left .sbHolder.dateinline .sbOptions, 

.date_Wrap.right .sbHolder.dateinline .sbOptions {

    width: 80px !important;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_inputbox {

  margin-right: 0px;

}



/**/



.return {

  float: left;

  margin-right: 20px;

}



#return_date_wrapper {

  width: 100%;

  float: left;  

}



/* date css end */



/* ----- step2 css start -----  */



.container.info {

  border-radius: 4px;

  width: 95%;

  padding: 10px 20px;

}



.container.info .info_top {

  color: #000;

}



.container.info .info_top h3 {

  color: #000;

  border-bottom: 1px solid #666;

  font-size: 25px;

}



.container.info .info_wrap {

  width: 100%;

}



.container.info .info_wrap .info_input_wrap {

  margin-bottom: 10px;

  width: 100%;

}



.container.info .info_wrap .info_input_wrap.from label,

.container.info .info_wrap .info_input_wrap.to label {

  font-weight: bold;

  color: #000;

}



.container.info .info_wrap .info_input_wrap label {

  width: 19%;

  float: left;

  color: #000;

  font-size: 12px;

  text-align: left;

  padding-right: 15px;

  padding-top: 5px;

}



.container.info .info_wrap .info_input_wrap label.addnone {

  padding-top: 2px;

}



.container.info .info_wrap .info_input_wrap select {

  margin-bottom: 0px;

  width: 218px;

  padding: 4px 6px;

   background-color: #2D2D2D;

   border: 1px solid #CCCCCC;

   border-radius: 4px 4px 4px 4px;

   color: #B9CBBB;

   font-family: Arial,Helvetica,sans-serif;

   font-size: 12px;  

}



.container.info .info_wrap .info_input_wrap .info_inputbox {

  float: left;

  width: 400px;

}



.container.info .info_wrap .info_input_wrap .info_inputbox span.error {

    color: #FF0000;

    display: block;

    float: left;

    width: 100%;

}



.container.info .info_wrap .info_input_wrap .info_inputbox .tb_paymentmethods {

  float: left;

  width: auto;

  display: inline;

}



.container.info .info_wrap .info_input_wrap .info_inputbox label {

  float: none;

  display: inline;

  width: auto;

  padding-top: 0px; 

}



.container.info .info_wrap .info_input_wrap .info_inputbox.top label {

  float: left;

}



.container.info .info_wrap .info_input_wrap .info_inputbox input,

.container.info .info_wrap .info_input_wrap .info_inputbox textarea,

.container.info .info_wrap .info_input_wrap .info_inputbox select {

  margin-bottom: 0px;

  width: 93%;

  padding: 4px 6px;

   background-color: #2D2D2D;

   border: 1px solid #CCCCCC;

   border-radius: 4px 4px 4px 4px;

   color: #FFFFFF;

   font-family: Arial,Helvetica,sans-serif;

   font-size: 12px;

}



.container.info .info_wrap .info_input_wrap .info_inputbox .addin {

  color: #000;

  font-size: 12px;

}



/* ----- step2 css end -----  */



/* ----- step3 css start -----  */



.container.check {

  border-radius: 4px;

  width: 95%;

  padding: 10px 20px;

}



.container.check h3 {

  color: #000;

  border-bottom: 1px solid #666;

  font-size: 25px;

}



.container.check .check_box_wrap {

  color: #000;

  font-size: 12px;

  padding-bottom: 10px;  

  width: 100%;

  float: left;

}



.container.check .check_box_wrap .check_name {

  width: 200px;

  float: left;

  font-weight: bold;

}



.container.check .check_box_wrap .check_desc {

  float: left;

}



/* ----- step3 css end -----  */



.sbOptions {

  margin-top: -25px !important; /*drop down background pulled up to overlap Select option text*/

}



/* shariar styles add 21.01.14 start */



.routecategory_wrapper_from {

width: 100%;

}



.routestestWrap {

width: 100%;

float: left;

}



.routestestWrap.drop {

width: 100%;

float: right;

}



.routestestWrap .routestest {

position: relative;

width: 90% !important;

}



.routestestWrap.drop .routestest {

position: relative;

width: 91% !important;

}



/* shariar styles add 21.01.14 end */







/* shariar styles add 26.01.14 start */



.routecategory_wrapper_from {

width: 100%;

}



.routestestWrap {

width: 100%;

float: left;

}



.routestestWrap.drop {

width: 100%;

float: right;

}



.routestestWrap .routestest {

position: relative;

width: 100% !important;

}



.routestestWrap.drop .routestest {

position: relative;

width: 99.7% !important;

}



.routecategory_wrapper_from .ver_inputbox {

background-color: #2D2D2D;

border: 1px solid #CCCCCC;

border-radius: 4px;

color: #FFFFFF !important;

float: left;

font-family: Arial,Helvetica,sans-serif;

font-size: 12px;

height: 28px;

margin-bottom: 15px;

margin-left: 0;

padding: 0;

text-indent: 4px;

width: 100%;

}



.routecategory_wrapper_from .arrow_wrapper.routecategory_options_trigger,

.routecategory_wrapper_from .arrow_wrapper.routecategory_dropoff_options_trigger {

    background: url("../images/select-icons.png") no-repeat scroll 0 -116px rgba(0, 0, 0, 0);

    bottom: 15px;

    cursor: pointer;

    display: block;

    float: left;

    height: 30px;

    position: absolute;

    right: 0;

    text-indent: -9999px;

    width: 30px;

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper, 

.routecategory_wrapper_from .routecategory_dropoff_dropdown_wrapper {

    background: #2D2D2D;    

    border: 1px solid #CCCCCC;

    display: block;

    left: 0;

    position: absolute;

    top: 30px;

    width: 100%;

    z-index: 9999;

	max-height: 355px;

	overflow-y: scroll;	

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper .poi_link img, 

.routecategory_wrapper_from .routecategory_dropoff_dropdown_wrapper .poi_link img {

    width: 15px;

}



.routecategory_wrapper_from .routecategory_dropdown_wrapper .poi_link, 

.routecategory_wrapper_from .routecategory_dropoff_dropdown_wrapper .poi_link {

    border-bottom: 1px dotted #515151;

    color: #FFFFFF;

    cursor: pointer;

    display: block;

    padding: 7px;

}



/* shariar styles add 26.01.14 end */





/* shariar 28.01.14 start */

.test_pickup {

    display: block;

    float: left;

    height: 28px;

    position: relative;

    width: 100%;

}



.test_pickup a.pickup_direction:link,

.test_pickup a.pickup_direction:visited,

.test_pickup a.pickup_direction:active {

	background: #2D2D2D url("../images/locateicongrey.png") no-repeat center 6px;

	width: 20px;

	height: 28px;

	position: absolute;

	top: 1px;

	right: 0px;

	text-indent: -9999px;

}



.test_dropoff {

    display: block;

    float: left;

    height: 28px;

    position: relative;

    width: 100%;

}



.test_dropoff a.dropoff_direction:link,

.test_dropoff a.dropoff_direction:visited,

.test_dropoff a.dropoff_direction:active {

	background: #2D2D2D url("../images/locateicongrey.png") no-repeat center 6px;

	width: 20px;

	height: 28px;

	position: absolute;

	top: 1px;

	right: 0px;

	text-indent: -9999px;

}



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

  background-color: #2D2D2D;

  float: left;

  width: 94%;

  margin-left: 0px;

  border: 1px solid #ccc;

  padding: 0px 4px;

  height: 28px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

  margin-bottom: 0px;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

  background-color: #2D2D2D;

  float: left;

  width: 94%;

  margin-left: 0px;

  border: 1px solid #ccc;

  padding: 0px 4px;

  height: 28px;

  border-radius: 4px;

  font-size: 12px;

  font-family: Arial, Helvetica, sans-serif;

  color: #FFFFFF;

  margin-bottom: 0px;

}



.incorrect {

	border: 5px solid red !important;

}



/* shariar 28.01.14 end */



.warning {

margin-bottom: 10px;

}



span.message {

font-size: 12px;

color: #fb3f3f;

margin-top: 3px;

float: left;

}



/* style for map start */

#map-canvas-operation {

	min-height: 350px; 

	height: 350px; 

	width: 100%;	

}



#map-canvas-operation img {

	max-width: inherit !important;

}



#service_unavailable_msg {

color: red;

font-weight: bold;

margin-bottom: 10px;

}

/* style for map end */



.shuttletime_wrap input[type="radio"],

.shuttletime_wrap label {

	display: inline !important;

	vertical-align: middle !important;

	margin: 0px !important;

	padding-left: 5px;

	color: #FFFFFF !important;

}



/* New style add 03.11.14 start */



#return_routefrom_extra_wrapper.ver_dropoff_extra_wrapper .ver_input_wrap label {

	float: none;

}



#return_routefrom_extra_wrapper.ver_dropoff_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

	width: 98%;

}



/* New style add 03.11.14 end */



#return_extra_wrapper .routes_wrapper_from {

  width: 48%;

  float: left;

}

#return_extra_wrapper .routes_wrapper_from.right {

  float: right;

}

#return_extra_wrapper .routes_wrapper_from .routes_from_inner label {

  font-weight: normal;

}



/* Large desktop */

@media (min-width: 1200px) {

/*

body {

  background: red !important;

}

*/



.routes_wrapper_to .routeto_dropdown_wrapper {

  top: 65px;

}



}



@media (min-width: 980px) and (max-width: 1199px) { 

/*

body {

  background: green !important;

}

*/

.pickup_labelwrap {

  width: 100% !important;

}



.dropoff_labelwrap {

  width: 100% !important;

}



/* new_add start */



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap {

  width: 100%;

  float: left;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap {

  width: 100%;

  float: left;

}



.routes_wrapper_from {

  width: 100%;

}



.routes_wrapper_to {

  width: 100%;

  float: left;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

  width: 90%;

}



/* new_add end */



}



@media (min-width: 768px) and (max-width: 979px) {

/*

body {

  background: pink !important;

}

*/

.pickup_labelwrap {

  width: 100% !important;

}



.dropoff_labelwrap {

  width: 100% !important;

}



/* new_add start */



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap {

  width: 100%;

  float: left;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap {

  width: 100%;

  float: left;

}



.routes_wrapper_from {

  width: 100%;

}



.routes_wrapper_to {

  width: 100%;

  float: left;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

  width: 90%;

}



/* new_add end */



}



/* Portrait tablet to landscape and desktop */

@media (min-width: 481px) and (max-width: 767px) { 

/*

body {

  background: teal !important;

}

*/

#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap {

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap {

  width: 100%;

  float: left;

}



.pickup_labelwrap {

  width: 38% !important;

}



.dropoff_labelwrap {

  width: 38% !important;

}



.routes_wrapper_from {

  width: 100%;

}



.routes_wrapper_to {

  width: 100%;

  float: left;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

  width: 89%;

}



#vehicle_wrapper .cars td {

  padding: 30px 10px !important;

  width: 20%;

  display: inline;

}



#vehicle_wrapper .cars .vehicle_type, #vehicle_wrapper .cars .vehicle_time {

  padding-left: 150px !important;

}



.messagewrap .messagetitle {

  font-size: 17px;

}



.container.info .info_wrap .info_input_wrap label {

  width: 75%;

}



ul.ui-autocomplete {

z-index: 99999 !important;

}



/* shariar styles add 21.01.14 start */

.routecategory_wrapper_from .routestestWrap {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap.drop {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap .routestest {

width: 90% !important;

}

.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 90% !important;

}

/* shariar styles add 21.01.14 end */



/* shariar 27.01.14 start */



.routecategory_wrapper_from .routestestWrap .routestest {

width: 99% !important;

}



.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 99% !important;

}



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

  width: 99%;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

  width: 99%;

}



/* shariar 27.01.14 end */



/* shariar 28.01.14 start */



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

	width: 98%;

}



.test_pickup a.pickup_direction:link, 

.test_pickup a.pickup_direction:visited, 

.test_pickup a.pickup_direction:active {

	right: 4px;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

	width: 98%;

}



.test_dropoff a.dropoff_direction:link, 

.test_dropoff a.dropoff_direction:visited, 

.test_dropoff a.dropoff_direction:active {

	right: 4px;

}



/* shariar 28.01.14 end */



#return_routefrom_extra_wrapper.ver_dropoff_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

	width: 98%;

}



}



/* Landscape phone to portrait tablet */

@media (min-width: 300px) and (max-width: 480px) {

/*

body {

  background: orange !important;

}

*/

#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap.left,

#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap {

  width: 100%;

  padding-top: 25px;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap.right,

#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap {

  width: 100%;

  float: left;

}



.pickup_labelwrap {

  width: 72% !important;

}



.dropoff_labelwrap {

  width: 72% !important;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.left {

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.right {

  width: 100%;

  float: left;

}



.routes_wrapper_from {

  width: 100%;

}



.routes_wrapper_to {

  width: 100%;

  float: left;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

  width: 89%;

}



.container.info {

  padding-left: 0px;

  padding-right: 0px;

}



.container.info .info_wrap .info_input_wrap label {

  width: 90%;

}



.container.info .info_wrap .info_input_wrap .info_inputbox {

  width: 100%;

}



.date_Wrap.left .sbHolder.dateinline, .date_Wrap.right .sbHolder.dateinline {

  margin-bottom: 5px;

}



/* tab css start */



#verticle_booking_wrap ul.ui-widget-header li {

  margin-left: 0px;

  white-space: inherit;

}



#verticle_booking_wrap ul.ui-widget-header li a:link, 

#verticle_booking_wrap ul.ui-widget-header li a:visited, 

#verticle_booking_wrap ul.ui-widget-header li a:active {

  text-align: center;

  height:35px;

  line-height: 35px;

}



/* tab css end */



#vehicle_wrapper .cars td {

  padding: 30px 10px !important;

  width: 20%;

  display: inline;

}



#vehicle_wrapper .cars td {

  padding-left: 80px !important;

}



.messagewrap .messagetitle {

  font-size: 13px;

}



.container.check .check_box_wrap .check_name {

  width: 100%;

}



.container.check .check_box_wrap .check_desc {

  width: 100%;

}



ul.ui-autocomplete {

z-index: 99999 !important;

}



/* shariar styles add 21.01.14 start */

.routecategory_wrapper_from .routestestWrap {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap.drop {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap .routestest {

width: 90% !important;

}

.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 90% !important;

}

/* shariar styles add 21.01.14 end */



/* shariar 27.01.14 start */



.routecategory_wrapper_from .routestestWrap .routestest {

width: 99% !important;

}



.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 99% !important;

}



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

  width: 99%;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

  width: 99%;

}



/* shariar 27.01.14 end */



/* shariar 28.01.14 start */



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

	width: 96%;

}



.test_pickup a.pickup_direction:link, 

.test_pickup a.pickup_direction:visited, 

.test_pickup a.pickup_direction:active {

	right: 4px;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

	width: 96%;

}



.test_dropoff a.dropoff_direction:link, 

.test_dropoff a.dropoff_direction:visited, 

.test_dropoff a.dropoff_direction:active {

	right: 4px;

}



/* shariar 28.01.14 end */



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.left {

  width: 100%;

  float: none;

  margin-bottom: 10px;

}

#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.right {

  width: 100%;

  float: none;

  margin-bottom: 10px;

}



#verticle_booking_wrap {

  background: #1030f2;

}



#return_extra_wrapper .routes_wrapper_from {

  width: 100%;

  float: none;

}

#return_extra_wrapper .routes_wrapper_from.right {

  float: none;

}

#return_extra_wrapper .routes_wrapper_from .routes_from_inner label {

  font-weight: normal;

}



}



/* Landscape phones and down */

@media (min-width: 100px) and (max-width: 299px) {

/*

body {

  background: fuchsia !important;

}

*/

#verticle_booking_wrap .verticl_booking_toppart .topouterWrap.left,

#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap {

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_toppart .topouterWrap.right,

#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap {

  width: 100%;

  float: left;

}



.pickup_labelwrap {

  width: 78% !important;

}



.dropoff_labelwrap {

  width: 78% !important;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.left {

  width: 100%;

}



#verticle_booking_wrap .verticl_booking_midpart .seats_wrap.right {

  width: 100%;

  float: left;

}



.routes_wrapper_from {

  width: 100%;

}



.routes_wrapper_to {

  width: 100%;

  float: left;

}



#tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly .houtly_inner {

  width: 100%;

}



#hourly_extra_wrapper .ver_input_wrap .ver_inputbox.extra {

  width: 89%;

}



.container.info {

  padding-left: 0px;

  padding-right: 0px;

}



.container.info .info_wrap .info_input_wrap label {

  width: 90%;

}



.container.info .info_wrap .info_input_wrap .info_inputbox {

  width: 100%;

}



.date_Wrap.left .sbHolder.dateinline, .date_Wrap.right .sbHolder.dateinline {

  margin-bottom: 5px;

}



.ver_input_wrap label {

  width: 101%;

}



/* tab css start */



#verticle_booking_wrap ul.ui-widget-header li {

  margin-left: 0px;

  white-space: inherit;

}



#verticle_booking_wrap ul.ui-widget-header li a:link, 

#verticle_booking_wrap ul.ui-widget-header li a:visited, 

#verticle_booking_wrap ul.ui-widget-header li a:active {

  width: 50px;

  font-size: 12px;

  padding: 5px 3px 0px 3px;

  text-align: center;

  height:35px;

  line-height: normal;

}



/* tab css end */



#vehicle_wrapper .cars td {

  padding: 30px 10px !important;

  width: 20%;

  display: inline;

}



.rt-block {

  margin: 0px;

  padding: 40px 0px 0px 0px;

}



#vehicle_wrapper .cars td {

  padding-left: 65px !important;

}



.messagewrap .messagetitle {

  font-size: 12px;

}



#security_code {

  width: 50%;

}



.container.check {

  padding: 0px;

}



.container.check h3 {

  font-size: 23px;

}



ul.ui-autocomplete {

z-index: 99999 !important;

}



/* shariar styles add 21.01.14 start */

.routecategory_wrapper_from .routestestWrap {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap.drop {

width: 100%;

float: left;

}

.routecategory_wrapper_from .routestestWrap .routestest {

width: 90% !important;

}

.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 90% !important;

}

/* shariar styles add 21.01.14 end */



/* shariar 27.01.14 start */



.routecategory_wrapper_from .routestestWrap .routestest {

width: 99% !important;

}



.routecategory_wrapper_from .routestestWrap.drop .routestest {

width: 99% !important;

}



#verticle_booking_wrap .verticl_booking_toppart .pickup_wrap .ver_input_wrap .test_pickup .ver_inputbox {

  width: 85%;

}



#verticle_booking_wrap .verticl_booking_toppart .dropoff_wrap .ver_input_wrap .test_dropoff .ver_inputbox {

  width: 85%;

}



/* shariar 27.01.14 end */



#verticle_booking_wrap {

  background: #006599;

}



}



.dataTables_processing {

  background-color: white;

  border: 1px solid #DDDDDD;

  color: #999999;

  font-size: 14px;

  height: 30px;

  left: 50%;

  margin-left: -125px;

  margin-top: -15px;

  padding: 14px 0 2px;

  position: absolute;

  text-align: center;

  top: 40%;

  width: 250px;

  z-index: 1;

}





/* added on Sep 12.2014 */

#verticle_booking_wrap .verticl_booking_bottompart.shuttle label {

	width: 100%;

	float: left;

	color: #FFFFFF;

	font-size: 12px;

	font-weight: normal;

	line-height: normal;

}



#shuttle-passengers-wrapper ul.shuttle-passengers-list,

#shuttle-childs-wrapper ul.shuttle-childs-list,

#hrs-wrapper ul.hrs-list,

#mins-wrapper ul.mins-list,

#return-hrs-wrapper ul.hrs-list,

#return-mins-wrapper ul.mins-list{

    width:100%;

    margin: 0;

    padding-left: 9px;

}



#shuttle-passengers-wrapper ul.shuttle-passengers-list li,

#shuttle-childs-wrapper ul.shuttle-childs-list li,

#hrs-wrapper ul.hrs-list li,

#mins-wrapper ul.mins-list li,

#return-hrs-wrapper ul.hrs-list li,

#return-mins-wrapper ul.mins-list li{

    width: 65px;

    display: block;

    float: left;

    margin: 2px;

}



#shuttle-passengers-wrapper ul.shuttle-passengers-list li .passenger-btn,

#shuttle-childs-wrapper ul.shuttle-childs-list li .child-seat-btn,

#hrs-wrapper ul.hrs-list li .hrs-btn,

#mins-wrapper ul.mins-list li .mins-btn,

#return-hrs-wrapper ul.hrs-list li .return-hrs-btn,

#return-mins-wrapper ul.mins-list li .return-mins-btn{

    width: 100%;

}

#verticle_booking_wrap .verticl_booking_midpart.shuttle #selected_seat {

    color: #FFFFFF;

    font-size: 12px;

}



/* added on Sep 12.2014 */



/* swap enable disable style start */



  .routes_wrapper_to .routes_to_inner .routestest.swap_disabled .ver_inputbox {

    text-indent: 4px;

  }

  .routes_wrapper_to .routes_to_inner .routestest.swap_enabled .ver_inputbox {

    text-indent: 20px;

  }



/* swap enable disable style end */





/* Aug 10, 2015 start */



#pickup_autocomplete, #dropoff_autocomplete {

  max-height: 355px;

  overflow-y: scroll;

}

/* Aug 10, 2015 end */



#ui-datepicker-div {

  z-index: 9999 !important;

}







/* style for narrow screen start */

#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_toppart .topouterWrap.left,

#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_toppart .topouterWrap.right,



#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_midpart .seats_wrap.left,

#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_midpart .seats_wrap.right,



#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.left,

#verticle_booking_wrap_outer.narrowStyle #verticle_booking_wrap .verticl_booking_bottompart .date_Wrap.right,



#verticle_booking_wrap_outer.narrowStyle #return_extra_wrapper .routes_wrapper_from,

#verticle_booking_wrap_outer.narrowStyle #return_extra_wrapper .routes_wrapper_from.right,



#verticle_booking_wrap_outer.narrowStyle #tabs_hourly_hire .ver_input_wrap.hourly .controls.hourly {

  width: 100%;

  float: none;

}



/* style for narrow screen end */



#verticle_booking_wrap .chzn-container {

  display: none;

}

#verticle_booking_wrap input[type="text"] {

  cursor: pointer;

}



#verticle_booking_wrap .verticl_booking_bottompart .date_Wrap .date_input .error {

  display: block;

  width: 100%;

  float: left;

  margin-top: 10px;

  color: red;

  text-shadow: 0px 0px 8px #fff;

}