label {
	font-size: 11px;
}

.termsAndConditionsHiglight{
	border: 2px solid red;
	padding: 5px;
}

#jobTotals>dt, #estimatedTotal>dt, #coupon>dt {
	text-align: left;
}

#jobTotals>dd, #estimatedTotal>dd, #coupon>dd {
	text-align: right;
}

#jobTotals_p>dt, #estimatedTotal_p>dt, #coupon_p>dt {
	text-align: left;
}

#jobTotals_p>dd, #estimatedTotal_p>dd, #coupon_p>dd {
	text-align: right;
}

#jobTotals>dd {
	/*border-bottom: 1px dotted #000;*/
	
}

#carClassDesc {
	margin-bottom: 0px;
	text-align: center;
	position: relative;
}

#acct-reqs-fields label.error {
	display:block;
}

.hiddenErrorMessage, .availabilityErrorMessage {
	color: red;
	font-weight: bold;
	position: inherit;
}

.hiddenErrorMessage .not-available-dtl {
  display:none;
}

.fare-no-click {
	pointer-events: auto;
}

label.error, span.error {
	color: #a94442;
}

span.required {
	color: #a94442;
}
.noPaymentItem{
	padding-left: 5px;
	padding-right: 5px;
	font-size: 12px;
}
.noPaymentItem a{
	display: inline-block !important;
	color: blue !important;
	padding: 0px !important;
}
.noPaymentItem a:hover{
	text-decoration: underline !important;
}

input.error, select.error, textarea.error {
	border: 1px solid #a94442 !important;
	background-color: #fff1f1;
}
/* #doAsDirectedInput::placeholder{
	color:#333333 ;
	opacity: 1;
} */
#estimatedTotal {
	 border-top: 1px solid #000;
}

#QuickReservation>.well>.panel {
	margin-bottom: 0px;
}

/* START price-table */
#priceLoading {
	margin-left: 260px;
	font-size: 14px;
	font-weight: bold;
}

#priceLoading>img {
	margin-left: 38.5px;
}

#price-table tr:hover {
	background: #e6e6e6;
}

#price-table tr.disabled {
	color: #aaa;
}

#price-table tr .car-icon-bubble {
	display: block;
}

#price-table td.car-desc-cell {
	/* width: 45%; */
	width: 50%;
}

#price-table td.price-desc-cell {
	/* width: 35%; */
	/* width: 10%;
	float: right; */
	/* padding-right: 45px; */
}

#price-table td.book-it-cell {
	width: 20%;
	text-align: right;
}

#price-table td.car-details-cell {
	position: relative;
	padding: 0;
	/* added by Arthur */
	width: 25%;
	text-align: center;
}

.price-desc-cell {
	font-weight: bold;
}

.car-icon-bubble {
	display: none;
	/* position: absolute; */
	position: static !important;
	/* right: -270px; */
/*	width: 100px;*/
	/* 	top: 0;
	z-index: 1000; */
	padding: 10px;
	background: transparent!important;

	/*height: 60px;*/
}

.thumbnail {
	border:none!important;
	/* width: 208px; */
    /* height: 100px; */
    display: block;
    margin: auto;
}

/* .car-icon-bubble img {
	height: 50px;
	width: 70px;
	margin: -7px;
} */

.car-icon-mask {
	display: none;
	position: absolute; /*  absolute doesn't work in firefox : relative works*/
	top: 0px;
	left: 0;
	bottom: 0;
	right: 0;
	background: white;
	opacity: 0.5;
	filter: alpha(opacity = 90);
	text-align: center;
}

 @-moz-document url-prefix() {
                       .car-icon-mask {
	display: none;
	position: relative;
	top: 10px;
	left: 0;
	bottom: 0;
	right: 0;
	background: white;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	text-align: center;
}
}

.car-icon-mask div {
	display: inline-block;
	position: absolute;
	top: 20%;
	left: 50%;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* End price-table */

/* START jlimo-table */
table.jlimo-table {
	width: 100%;
	border-top: 1px solid #cfd2d6;
	border-collapse: collapse;
	box-shadow: inset 0px 2px 0px 0.2px rgba(0, 0, 0, 0.05);
}

table.jlimo-table tr {
	width: 100%;
	/* border-bottom: 1px solid #bbb; */
	border-bottom: 1px solid #cfd2d6;
	box-shadow: 4px 2px 1px 0 rgba(0, 0, 0, 0.05);
}

table.jlimo-table tr big {
	font: 13px "HelveticaNeue", Helvetica;
	color: #3d3d3d;
}

.car-desc-cell span {
line-height: 25px;
}

table.jlimo-table tr>td, table.jlimo-table tr>th {
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	font-size: 11px !important;
}

table.jlimo-table tr>td.text-center, table.jlimo-table tr>th.text-center
	{
	text-align: center;
}

/* END jlimo-table */
.flightInfoTxt {
	margin-bottom: 0px;
	margin-top: 10px;
	color: #737373;
}

.modifyAirline {
	margin-top: 15px;
	text-align: right;
}

.modifyDate {
	margin-top: 10px
}

/* #puFlightInfoModal input, #puFlightInfoModal select {
	width: 91%;
}
 */
#popoverContainer {
	z-index: 9999999;
	position: relative;
}

.removeStop {
	/* margin-top: 20px; */
	position: absolute;
    top: 21px;
    height: 19px;
}

.stopsLeft .button-icon {
    top: 21px;
}

/*
.row-fluid select, .row-fluid input {
	max-width: 100%;
}
*/
.flightSummary input, .flightSummary select {
	margin-bottom: 0px;
}

.flightSummary input {
	/* padding: 4px 3px !important; */
}

.flightSummary select {
	/* padding: 0px !important; */
}

.flightSummary>.span11 {
	padding-bottom: 9px;
}

#puFlightSummary input {
	/* width: 92%; */
}

.previouslyUsedAddress select {
	width: 100%;
}

.previouslyUsedAddress p {
	margin: 5px 0px;
	color: #737373;
	font-style: italic;
	text-align: center;
}

.flightSummary .control-label {
	font-size: 11px;
	color: #737373;
}

#resSumm-loading-div {
	padding: 50px 0;
	text-align: center;
	font-weight: bold;
}

#estimatedTotalTable th {
	text-align: left;
	padding-right: 100px;
	background: #fff;
	font-weight: normal;
}

#estimatedTotalTable td {
	text-align: right;
	font-weight: bold;
}

#job-thanks {
	margin: 15px 0px;
}

#itineraryReview {
	margin: 0 auto;
}

.conf-num, .conf-email, .coupon-txt {
	color: red;
}

#ccPrePayFields {
	margin-top: 10px;
}

#ccPrePayFields input {
	padding-right: 0px;
}

#cc-note {
	margin-top: 10px;
}

#jlimo-mt-gt {
	/* font-size: 11px; */
}

#currentAcct {
	font-size: 12px;
	line-height: 22px;
}

#currentAcct p {
	margin-bottom: 0px;
}

#acctName {
	font-style: italic;
}

#addAcctForm input {
	margin-bottom: 0px;
}

#addAccountForm>label.error {
	margin-top: 0px;
	font-size: 12px;
}

.loadingFare {
	font-size: 12px;
}

#resSummModal .modal-body {
	/* max-height: 800px; */
}

#reqFields {
	font-size: 14px;
}

#errorAlert p {
	margin-bottom: 0px;
	font-size: 12px;
}

.modal#pricingModal {
	left: 45% !important;
	top: 0 !important;
	width: 800px !important;
	position: absolute !important;
}

.modal-body {
	padding-top: 0 !important;
}

.modal-header {
	padding-bottom: 0 !important;
}

#roundTrip {
	/* padding: 5px 0px; */
	/* padding: 5px 0 0 0px;
	padding-top: 10px; */
}

#byTheHours {
	/* padding-bottom: 20px; */
	/* padding-top: 10px; */
    /* padding-left: 40px; */
}

.phone-country-code {
	max-width: 60% !important;
}

/* #cellPhoneNum {
	max-width: 50% !important;
} */
#jobComments {
	width: 100%;
	resize: none;
	color: #6F7692;
}

.cc-holder {
	margin-left: 0;
}

.vehicle-list {
	border-top: 1px solid #c1c1c1;
	/* border-bottom: 1px solid #c1c1c1; */
	cursor: pointer;
	cursor: hand;
	 height:300px; 
	overflow-y: auto;
	/* margin-bottom: 20px; */
	overflow-x: hidden;
	/* border: 1px solid #ddd; */
	background:#fff;
	max-height: 300px;
	/* width: 410px; */
	/* width: 380px; */
}

#QuickReservation .panel-body{
	padding: 0px;
}

#QuickReservation .panel-body.row{
  margin: 0px;
}

#btnReserve {
	/* margin-top: 20px; */
}

#JCarSeat {
	/*  width: 20% !important; */
	     margin-left: 10px;
}

#jobComments {
	/* border: 1px solid #ccc; */
	height: 100px;
	padding: 12px;
}

.cell-phone-num {
	margin-top: 5px;
	margin-bottom: 0 !important;
}

#selectFop {
	
}

.cc-number {
	width: 100%;
}

.bth-row {
	margin: 5px 0;
}

.no-car-selected {
	border: 1px solid #a94442;
}

#phone-country-select {
	float: none !important;
}

#jobDetailsPaxFop label.error { /* todo */
	margin-top: 0 !important;
}

.inline-label {
	display: inline;
}

/* .info-btn {
	position: absolute;
	bottom: 0;
	left: 45px;
} */

.intl-tel-input {
	display: block !important;
}

.airport-confirmation-text {
	margin: 50px auto 0 auto;
	margin-left:20px;
	margin-right:20px;
	font-size:50px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.fareDetails {
	font-size: 12px;
}
.flightArrivedButton{
	position: relative;
    /* left: 30%;
    right: 30%; */
    height:100px;
    width:250px
}

.readyNow-confirmation-text {
  margin: 20px;
  font-size: 40px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}

.readyNowButton{
  position: relative;
  height:100px;
  width:250px
}

/* #ui-datepicker-div, .datepicker {
	z-index: 9999 !important;
}

.ui-datepicker {
	z-index: 2147483647 !important;
} */

.quick-reservation-hr {
	margin: 10px 0 !important;
}

#totalCharges {
	position: relative;
}

.price-loader {
	position: absolute;
	left: 150px;
	top: 80px;
	background-color: #a3a3c2;
	 z-index:2;
	margin-top:-10px;
	opacity:0.8;
}

.price-loading-img {
	z-index: 2;
	position: relative;
	color: #000080;
	left: 50%;
	transform: translate(-50%, -50%);
}

.warning {
	color: red;
}

#forgotDialog, #signupDialog, #receiptDialog, .modal {
	border: 0px;
	/*top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);*/
	overflow: visible;
}

/* #forgotDialog{
	transform: translate(-50%, -95%);
	width: 500px;
} */

#ccFop {
	position: fixed;
}

#paymentDropdown {
	position: relative;
	overflow: auto;
}

#defaultFoplb {
	float: left;
}

#editGratuity, #editToll, #editStops, #editParking, #editMisc,
	#editCoupon, #editCoupon_p {
	font-size: 11px;
	font-weight: normal;
	color: dodgerBlue;
}

#pu-address-div, #do-address-div, #resDateTime, #passenger-row,
	#passengerNum, #luggageNum, .paxSummary, #childSeats, #pu-pickUpOn, #puFlightSummary, #doBthSummary {
	/* padding-left: 0px; */
	text-align: left;
}

#doFlightSummary, #puFlightSummary {
	padding-top: 4px;
}

#puPickUpOn {
	/* margin-right: 10px; */
	background-color : #fafafa;
	padding-left: 18%;
}

#puPickUpOn::placeholder {
	color: #90949c;
	font-size: 10px;
	font-family: sans-serif;
}

 #pu-CrossStreet input, #do-CrossStreet input{
 	background-color : #fafafa;
 }
 
.pickUpOnLabel
{
   /*  background-color: lightgray; */
    position: absolute;
    /* opacity: 0.5; */
   /*  margin-top: 10%;
    margin-left: 1%;
     */
    font-size: 9.0px;
    color: #4b4f56;
    letter-spacing: .5px;
    font-weight: bold;
}

.stop-row {
	padding-left: 0px !important;
}

#stops-container {
	margin-top: 0px;
	/* margin-left: -28px; */
	width: 100%
}

.removeStop .svg {
    margin-left: 1px;
}

#JCvv {
	height: 20px;
	border-radius: 0px;
}

#add-stop {
	margin-top: 0px;
	/* float: left; */
}

.stopsLeft {
	width: 32px;
}

.stopsLeft, .stopsRight {
	display: table-cell;
	float: none;
}

.stopsRow {
	display: table-row;
}

.stopsRight {
    width: auto;
}

.stopsTable {
	display: table;
	width: 100%
}

/*new style*/
/* #newReservationLb {
	margin-left: 0px;
	color: black !important;
	padding-left: 0px;
} */

/*.confirmation_window {
	position: fixed !important;
	top: 20px;
	left: 40px;
	right: 40px;
}*/

.row.no-gutter [class*='col-']:not(:first-child), .row.no-gutter [class*='col-']:not(:last-child) {
	padding-left: 0;
}

/*
#firstName, #lastName, cellPhoneNum {
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.12);
	box-shadow: none;
}
*/
#couponCd {
	position: absolute;
	float:left;
	all: none;
	width: 120px;
	color: #0277BD;
	text-align: left;
	margin-left:1px;
    border: 1px solid #c4c4c4;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
	
}

#couponCd_p {
	position: absolute;
	float:left;
	all: none;
	width: 120px;
	color: #0277BD;
	text-align: left;
	margin-left:1px;
    border: 1px solid #c4c4c4;

    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
	
}

#couponCd:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

#couponCd_p:focus { 
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}

#couponCd::-webkit-input-placeholder {
	font-size: 12px;
	text-align: right;
}

#couponCd::-moz-placeholder {
	font-size: 12px;
	text-align: right;
}

#couponCd_p::-webkit-input-placeholder {
	font-size: 12px;
	text-align: right;
}

#couponCd_p::-moz-placeholder {
	font-size: 12px;
	text-align: right;
}


ul#puAddressCustom, ul#doAddressCustom {
	position: absolute;
	background: white;
	top: 50px;
	/* left: 1%;
	right: 17%; */
	max-width: 100%;
	max-height: 130px;
	opacity: 0;
	display: none;
	float: left;
	z-index: 9999 !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
	overflow-y: auto;
	overflow-x: hidden;
}

ul#puAddressCustom li, ul#doAddressCustom li {
	z-index: 2;
	min-width: 100%;
	display: none;
	color: #a6a6a6;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	float: left;
	border-top: 1px solid #b3b3b3;
	padding: 5px;
}

.puAddressCustomOptions:hover, .doAddressCustomOptions:hover {
	cursor: default;
	background-color: hsl(15, 0%, 95%);
	font-weight: bold;
}

.selected {
	background-color: hsl(15, 0%, 95%);
	font-weight: bold;
}

#puAddress {
	z-index: 2;
	padding-right: 15%;
}

#doAddress, #stops-container input[type="text"] {
	padding-right: 15%;
}

.addrLkupBtn {
    /* margin-right: 15px; */
    margin-top: 18px;
    /* margin: 8px 15px; */
    max-width: 36px;
    float: left;
    display: inline-block;
    white-space: nowrap;
    /* height: 33px; */
    /* padding-top: 5px;  */   
}

.nearbyAirportContainer {
	margin-right: 5px;
	padding-left: 5px;
}

.prevAddrDropdownContainer {
    /* margin-right: 10px; */
    padding-right: 5px;
   /*  padding-left: 15px;
    margin-right: 10px; */
    border-right: 1px solid #dedede;
}

.stopsRightIcons {
	position: absolute;
	right: 12px;
}


.list-heading {
	color: #a6a6a6;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	color: navy;
	font-style: italic;
	font-size: 11px;
	padding: 5px;
	margin: 0px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.priceImage{
	
	position:absolute;
	background-color:white;
	 z-index:2;
	margin-top:-14px;
	opacity:0.8;
	height:40px; 
}

@-moz-document url-prefix() {
    .puDiv,.doDiv{
         min-width:400px;
    }
}

#legendsTopOptions a {
    width: 100px;
    height: 56px;
    margin-right: 20px;
}

#legendsTopOptions .row {
    margin-top: 16px;
}

#legendsTopOptions .a543 {
	margin-right: 32px;
}

.boldFatFont{
	font-weight:900;
}

.info-btn .fa-info-circle {
    vertical-align: top;
}

.info-btn {
    font-size: x-large;
    position: absolute;
    right: 8px;
    top: 8px;
    display: none;
}

/* #price-table tr:hover .info-btn {
	display: block;
} */

.carClassInfoPopover {
	display: none;
	/* position: absolute; */
	position: fixed;
    left: -780px;
    z-index: 5;
    background-color: white;
    width: 780px;
    border: 1px rgb(211, 211, 222) solid;
    /*box-shadow: 1px 1px 18px 2px rgb(211, 211, 222);*/
    box-shadow: 0 0 25px 0 rgba(50,50,50,.35);
    color: #4e4e4e;
    overflow: hidden;
}

.ccip_left {
	text-align: center;
}

.ccip_left, .ccip_right {
    display: inline-block;
    float: left;
    /* display: table-cell; */
}

.ccip_right div {
	width: 376px;
    vertical-align: top;
    padding: 22px 12px 6px 24px;
    font-family: Lato,sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.428571429;
    height: 103%;
    border-radius: 18px;
    box-shadow: inset -5px -2px 31px 4px #f5f5f2;
    margin: -8px -22px -8px -16px;
    z-index: -24;
    position: absolute;
}

.ccip_name big {
    font-family: Georgia,Times New Roman,Times,serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}

.ccip_name {
	padding-bottom: 18px;
    padding-top: 8px;
}

.ccip_capacity {
    display: inline-block;
    font-size: large;
    padding-bottom: 14px;
}

.ccip_detail_img {
    width: 425px;
    z-index: -2;
    position: relative;
    background-color: white;
}

.ccip_icon {
    box-shadow: inset 0px -38px 36px -12px rgb(247, 247, 247);
}

.ccip_left_bottom {
    background-color: rgb(247, 247, 247);
}

#bottomBar {
	background: #F5F9FC;
    bottom: 0;
    /* background-color: rgba(228,231,233,1.0); */
    height: 68px;
    padding: 4px;
    border-radius: 0 0 10px 10px !important;
    border-bottom: 1px solid #dadde7;
    border-top: 1px solid #dadde7;
    padding: 15px;
}

.divWithColorPadding {
	/* background-color: rgba(242, 245, 247, 0.4); */
	background-color: white;
    background-clip: padding-box;
    line-break: auto;
    /* margin-left: 1px; */
   /*  margin-right: 1px; */
    padding-left:16px;
    padding-top: 15px;
    border-right: 1px solid #dadde7;
    
    margin-left: -1px;
    margin-right: -2px;
    
    /* border-radius: 0 0 0 10px; */
    
    border-top: solid 1px #cfd2d6;
}

.divWithShadowAtBottom {
	/* background-color: rgba(242, 245, 247, 0.4); */
	background-color: white;
    background-clip: padding-box;
    /* border-radius: 5px; */
    line-break: auto;
   /*  text-align: center; */
    /* box-shadow: 0px 1px 1px rgba(0,0,0,0.10), 0px 1px 0px 0px rgba(0,0,0,0); */
   /*  -webkit-box-shadow:rgba(0,0,0,0.10) 0 1px 0 0; */
   /*  -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.10), 0px 1px 0px 0px rgba(0,0,0,0);
 	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.10), 0px 1px 0px 0px rgba(0,0,0,0); */
    margin-bottom: 6px;
    margin-left: -1px;
    margin-right: -2px;
    border-bottom: 1px solid #dadde7;
    padding-left:16px;
    padding-right:19px;
    padding-top: 15px;
    border-right: 1px solid #dadde7;
    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.divWithShadowAtTopBottom {
	background-color: rgba(242, 245, 247, 0.4);
    background-clip: padding-box;
    line-break: auto;
    /* text-align: center; */
    box-shadow: rgba(0,0,0,0.10) 0px 1px 1px, 0px -1px 0px 0px rgba(0,0,0,0.10);
    -webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.10), 0px -1px 0px 0px rgba(0,0,0,0.10);
 	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.10), 0px -1px 0px 0px rgba(0,0,0,0.10);
   /*  margin-bottom: 15px; */
    padding-right: 8px;
    border-bottom: 1px solid #dadde7;
    border-top: 1px solid #dadde7;
    padding-left:16px;
    padding-top: 15px;
    
    margin-left: -1px;
    margin-right: -2px;
}

.divWithShadowAtTop {
	background-color: white;
    background-clip: padding-box;
    line-break: auto;
    margin-left: -1px;
    margin-right: -2px;
    border-top: 1px solid #dadde7;
    padding-left:16px;
    padding-right:19px;
    border-right: 1px solid #dadde7;
    
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    margin-top: 6px;
}

.divWithBorder {
	/* background-color: #f4f4f4; */
	background-color: white;
    background-clip: padding-box;
    border-radius: 5px;
    line-break: auto;
    text-align: center;
   /*  margin: 0px -7px; */
    border: 1px solid #dcdce4;
    padding-right: 10px;
     box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
 	-moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
}

.divWithBorder input {
	/* background-color: #f4f4f4; */
}

.addrLkupBtnContainer {
	 /* border-bottom: 1px solid black;  */
	 /* width: 56px; */
}

.paddingToAlignInputTextWithPlaceholder {
	/* padding: 12px 5px 15px 5px !important; */
}

.paddingBottomToInputDiv {
	padding-bottom: 5px;
}

.inputWithBackgroundColor {
	background-color : #F4F5F5;
	border: 1px solid #ECF0F1;
}

#passenger-row, #resDateTime {
    line-height: 48px;
}

/* #ui-datepicker-div {
	z-index: 10 !important;
} */

.datepicker-override {
	z-index: 999999 !important;
}

.input-group {
    width: 100%;
}

.input-group {
	margin-bottom: 15px
}

.section-title {
    /* border-top: 1px solid #DEDEDE; */
    display: block;
    padding: 30px 0px;
    margin-top: 12px;
    float: left;
    margin-bottom: -20px;
    margin-top: -20px;
    color: #64676b;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    font: 12px "HelveticaNeueBold", Helvetica;
}

.first-section-title {
	border: none;
	/* margin: 0px; */
	padding-top: 25px;
	float: left;
}

#QuickReservation .selected-flag {
    width: 64px;
    /* border-right: 1px solid #DCDCE4; */
}

#cellPhoneNum, #puCellPhoneNum, #mtaAcctReqPhoneNum_input{
    padding-left: 60px !important;
}

.cell-phone-num::-ms-clear {
    display: none;
}

#emailAddr {
	 padding-left: 46px !important;
}

.row div[class*="col-"] {
	padding-left: 6px;
	padding-right: 6px;
}

.row {
	margin: 0px -6px;
}

#puFlightSummary .row, #doFlightSummary .row {
	/* margin-left: 6px; */
    margin-right: 0;
}

#jobDetails
{
    position: relative;
   /*  background: rgba(242, 245, 247, 0.4); */
    /* margin-left: -17px; */
    /* margin-left: 2px; */
    /* margin-top: -15px; */
    /* margin-bottom: -8px; */
    
    padding-left: 2px;
    padding-right: 2px;
    border-radius: 10px 0 0 10px;
    
    background-color: #e9eced;
}

.passDetails input
{
	/* background: white !important; */
}

#timePickerDiv {
   /*  width: 15.83%; */
   min-width: 120px;
   max-width: 120px;
}

#returnTimePickerDiv {
   /*  width: 15.83%; */
   min-width: 120px;
   max-width: 120px;
}

#datePickerDiv {
	/* width: 28%; */
	min-width: 160px;
	max-width: 180px;
}

#returnDatePickerDiv {
	/* width: 28%; */
	min-width: 160px;
	max-width: 180px;
}

#passLugRow {
    width: 29.1%;
}

.stopsTable .job-stop .group .control-label{
	bottom: 45px;
}

.addr-facility {
	float: right;
	margin-bottom: -20px;
}

.addr-facility-checkmark {
	padding-right: 4px;
  color: limegreen;
  padding-bottom: 2px;
  font-size: 11px;	
}

.addr-facility-icon {
  color: cornflowerblue;
  padding-left: 2px;
  padding-bottom: 4px;
  font-size: 14px;
}

.addrFacility-item {
  position: relative;
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
  padding-left: 10px;
}

.addrFacility-item:hover {
	background-color: lightyellow;
}

.addrFacility-item a {
  color: #495057;
}

.addrFacility-sel {
	display: inline-block;
	width: 300px;
	text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.addrFacility-aprv {
  display: inline-block;
  width: 55px;
  padding-left: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.addrFacility-popoverTitle {
  font-size: 13px;
  color: slategray; 
  display: inline-block;
  width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.addrFacility-manage {
  display: inline-block;
  width: 60px;
  padding-left: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: bottom;
  font-size: 12px;
}

.afRow.row, .afRowHeader.row, .afRowAddNew.row {
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 10px;
	font-size: 15px;
}

.afRowEdit.row {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 10px;
  font-size: 15px;
  background-color: #c7f7f7;
  height: 40px;
  padding-top: 5px;
  padding-right: 5px;
}

.afColPhone {
	min-width: 150px;
}

.afColType {
  min-width: 120px;
}

.afColMembers {
  min-width: 80px;
  text-align: center;
}

.afColAction {
  min-width: 60px;
  font-size: 12px;
  padding-top: 2px;
  text-align: center;
}

#afEdit-name {
  width: 320px;
  margin-left: -10px;	
}

#afEdit-name-error {
  display: block;
  margin-left: -10px;
  font-size: 12px;
}

#afEdit-tel {
  padding-top: 6px;
  padding-bottom: 6px;
  width: 140px;	
}

#afEdit-type {
  width: 130px;
  margin-left: -20px;
  font-size: 12px;
  padding-bottom: 6px;
}

#afEdit-tel-error, #afEdit-type-error {
	display: block;
	margin-left: -20px;
	font-size: 12px;
}

.control-label {
	position: absolute;
	font-size: 12.0px;
    color: #90949c;
    letter-spacing: .5px;
   /*  opacity: .75; */
   margin-top: -2px;
    /* width: 70px; */
}

.label {
	font-size: 12.0px;
    color: #90949c !important;	
}

div#do-address-div div.doDiv div.group label.control-label{
	bottom: 35px;
}
div.puDiv div.group label.control-label{
	bottom: 35px;
}

.control-label ~ input, .control-label ~ .bootstrap-select, .control-label ~ .intl-tel-input {
	margin-top: 14px;
}

.control-label + .button-icon {
	top: 23px;
	left: 7px;
}

.groupLabel .control-label {
	position: relative;
}

.customCheckbox + label {
    margin-top: 20px;
}

#quickreservation-customcheckbox label {
    display: inline-table;
}

.button-icon {
    width: 17px;
}

.button-icon + input {
    padding-left: 28px !important;
}

.button-icon + .bootstrap-select .btn.dropdown-toggle .filter-option {
	padding-left: 25px !important;
}

/* #acctExtra .control-label {
	position: relative;
    margin-bottom: -20px;
} */

.marginLeft {
	margin-left: 6px;
}

.shadow-button
{
    height: 33px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    /* border: 1px solid #DCDCE4; */
    box-shadow: 0 2px 2px 0 rgb(220, 220, 228);
    border: rgb(220, 220, 228) 1px solid;
}

.shadow-button.tab-jobs {
    font-size: 10px;
    height: 25px;
    padding: 5px;	
}

.fopOptions {
	width: 100%;
/*     padding: 30px 0px 0px;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: -30px;
    margin-top: -20px; */
    float: right;
    /* padding-right: 6px; */
}

input[type=text].bottom-border-input, input[type=tel].bottom-border-input {
	border-radius: 0px !important;
}

#showJobComments {
    line-height: 42px;
   /*  margin-left: 30px; */
    letter-spacing: .5px;
    
   font: 12px "HelveticaNeue", Helvetica;
   -webkit-font-smoothing: antialiased;
}

#showJobComments img {
	margin-right: 5px;
}

#setDateTimeNow {
    display: none;
}

#setDateTimeNow + label {
   /*  background: #0C88FF; */
    
    padding: 3px 10px;
    border-radius: 4px;
    letter-spacing: 1.0px;
    font-family: 'HelveticaNeue-Bold',Helvetica,Arial,serif;
    font-size: 12px !important;
    color: white;
    /* text-transform: uppercase; */
    border: 1px solid #0080FF;
    position: absolute;
    top: 17px;
    right: 9px;
    /* opacity: 0.6; */
    line-height: 19px;
    height: 27px;
}

#setDateTimeNow:checked + label, #setDateTimeNow:hover + label {
	opacity: 1;
}

#jobDetailsPaxFop .btn-group>.btn {
	height: 32px;
	font: 14px "HelveticaNeue", Helvetica;
}

.payment-button-icon {
	width: 18px;
	left: 0;
    position: relative;
    top: 0px;
    float: left;
    margin-right: 5px;
}

#rightSider {
	/* padding-right: 0; */
    padding-left: 0px;
}


#paymentOptionsButton > .paymentOptionSpan{
	margin-left: -4px;
}

#paymentOptionsButton .paymentOptionSpan > button {
	height: 32px;
	border-radius: 0;
}

.btn.dropdown-toggle {
    width: 100%;
    /* outline: none !important;
    outline-style: none !important;
    outline-offset: 0 !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: solid #dcdce4 1px !important;
    -webkit-appearance: none !important;
    border-radius: 0px; */
    box-shadow: none !important;
    height: 33px;
}

.no-border-input {
    background-color: transparent !important;
   /*  margin: 2px 0px !important; */
    border-radius: 0px !important;
}

.no-border-input ~ .groupLabel {
	margin: 1px 0px !important;
}

#jlimo-mt-gt {
   /*  padding: 15px 5px 5px 5px; */
    width: 100%;
    margin-top: 14px;
}

.divWithBorder .button-icon {
	top: 14px;
}

#acctFop {
/* 	border-bottom: solid #DEDEDE 1px;
	padding-bottom: 10px; */
}

#ccExtra {
	padding-top: 10px;
}

.acctExtraRequiredText
{
    font-size: 10px;
    font-style: italic;
    color: tan;
    /* position: absolute;
    margin-left: 28%; */
    float: right;
    /* margin-top: -2%; */
    line-height: 10px;
}

#stopsDots {
    position: absolute;
    pointer-events: none;
    left: 0px;
    top: 0px;
}

#QuickReservation .btn.dropdown-toggle, #QuickReservation .btn.dropdown-toggle.btn-default:focus,
#QuickReservation input[type=text].border-input, #QuickReservation input[type=tel].border-input, #QuickReservation textarea.border-input {
	    height: 33px;
}

#QuickReservation input[type=tel] {
	    padding: 0px 0px 0px 0px;
}

#acct-reqs-fields .bootstrap-select {
	    margin-top: 0px;
}

#meetingAreaInfo .popover {
	z-index: 99999;
}

#add-stop span
{
    font: 12px "HelveticaNeue", Helvetica;
    letter-spacing: 0.4px;
    -webkit-font-smoothing: antialiased;
}

#acctFopDsplStr, #fopDsplStr {
    font: 13px "HelveticaNeue", Helvetica;
    letter-spacing: 0.6px;
    -webkit-font-smoothing: antialiased;
}
.prevAddrBtn {
	margin-top: 5px;
}

.billToLabel {
    font-size: 10px;
    position: absolute;
    margin-top: -10px;
    margin-left: 15%;
}

#childSeats .dropdown {
	/* position: absolute; */
    width: 125px;
    font-size: 12px;
    line-height: 20px;
}

#miscCharges label, label[for=animalIndicator] {
    /* margin-top: 0px; */
}

#childSeats .dropdown label {
	position: relative;
    display: block;
}

#childSeats .dropdown br {
	display: none;
}

#carSeatSelector {
    line-height: initial;
}

#resSummBody img {
		position: initial !important;
	    position: static;
	    top: 0px !important
}

#resSummBody .row {
	padding-bottom: 10px;
}
a.localApBtn.fas.fa-plane {
    margin-top: 5px;
    transform: rotate(-45deg);
}
.utility-icons-clr{
	font-size: 14px;
}
#resSummBody {
	font: 12px "HelveticaNeue", Helvetica !important;
    letter-spacing: 0.6px;
    -webkit-font-smoothing: antialiased;
    line-height: 20px;
}

#resSummBtns {
	background: #ddd;
	padding: 10px 20px 10px 20px;
}


.confAirportMsg ol 
{
counter-reset:li; /* Initiate a counter */
margin-left:0; /* Remove the default left margin */
padding-left:0; /* Remove the default left padding */
}

/* item  */
.confAirportMsg ol > li
{
position:relative; /* Create a positioning context */
list-style:none; /* Disable the normal item numbering */
background:#f6f6f6; /* Item background color */
margin:0; /* Give each list item a left margin to make room for the numbers */
padding-left: 15px; /* Add some spacing around the content */
padding-bottom:10px;
padding-top:0px;
text-align: left;
font-size: 12px;
opacity: 0.65;
}

/* number  */
.confAirportMsg ol > li strong:before
{
content: counter(li); 
counter-increment: li; 
position: absolute; 
left: -1.3em;
top: 50%;

/* number background */
background: #ddd; 
height: 2em;
width: 2em;
margin-top: -1em;
line-height: 1.5em;
border: .3em solid #fff;
text-align: center;
font-weight: bold;
border-radius: 2em;
}

.confAirportMsg strong {
	font-size: 12px;
}

.circle {
	background:  rgba(100,103,106,1.0);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0.4;
    margin-left: 23px;
    margin-top: 4px;
}

#carClassDescTxt {
	color: rgba(100,103,106,1.0);
    letter-spacing: .5px;
    opacity: .75;
}

#jobDetails #topBar {
	position: relative;
   /*  background: rgba(242, 245, 247, 0.4); */
    border-radius: 10px 0 0 0 !important;
   /*  border-right: 1px solid #dadde7; */
}

#jobDetails #bottomBar {
	border-radius: 0 0 0px 10px !important;
	position: relative;
    /* background: rgba(242, 245, 247, 0.4); */
    border-right: 1px solid #dadde7;
	
}

#pu-flight-summ {
	    padding-top: 8px;
}

#doBthSummary {
	line-height: 40px;
}

.submitReservationBtn {
	/* width: 100%; */
	/* background-color: #3b7cff;
	color: white; */
	height: 44px;
	float: right;
	/* margin-right: -30px; */
}

#submitTabJobsButton {
	float: right;
	height: 35px;
}

/* #pu-pickUpOn
{
   padding-left: 80px;
}
 */
#pu-pickUpOn input, #pu-CrossStreet input, #do-CrossStreet input
{
	border-top: 0px;
	padding: 10px;
}

#puCrossStreet+.error {
    position: absolute;
    right: 10%;
    top: 20%;
    font-size: 11px;
    color:#a94442;
}

#doCrossStreet+.error {
	position: absolute;
    right: 10%;
    top: 20%;
    font-size: 11px;
    color:#a94442;
}

#puAddress-error, 
#doAddress-error,
#stop0Address-error,
#stop1Address-error,
#stop2Address-error {
	position: absolute;
    margin-left: 50px;
    top: -6px;
}

#multiSelectPassengerInput:hover {
	 background-color: #d4d4d4;
	 cursor: pointer;
}

#multiSelectPassenger .btn-group
{
    width: 70px;
}

#multiSelectShowCodeBox
{
    position: absolute;
    z-index: 2;
    /* width: 220px; */
    cursor: pointer;
    pointer-events: none;
}

#multiSelectShowCodeBox:hover
{
    background-color: #e6e6e6;
}

.customSizeSvg {
	width: 20px;
}

#mta_AAR_fare {
	/* top: 20px;
    position: relative; */
    font: 13px "HelveticaNeue", Helvetica;
}

#tripAlreadyExistsModal table td {
	font: 13px "HelveticaNeue", Helvetica;
	cursor: pointer;
}

.MtaSpecialRequest .bootstrap-select {
	width: 100% !important;
}

.disabledText {
	font-size: 12px;
    font-style: italic;
    color: #90949c;
    text-align: center;
}

#tripAlreadyExistsMessage {
    padding: 26px;
    font-size: 20px;
}

.borderLine {
	border-left: 1px solid #dadde7;
    width: 20px;
    height: 77px;
    position: absolute;
    margin-top: -15px;
    margin-left: -8px;
}

#miscCharges .form-group {
    display: inline-block;
    padding: 0px 4px;
}

#on-page-cc-input-form input, #on-page-cc-input-form select {
	border-radius: 5px !important;
	color: #90949c;
	font-size: 14px;
}

#on-page-cc-input-form  select {
	-moz-appearance: none; -webkit-appearance : none; apperance : none;
	background-image: linear-gradient(45deg, transparent 50%, #c2c2c2 50%),
		linear-gradient(135deg, #c2c2c2 50%, transparent 50%),
		linear-gradient(to right, #f8fff9fa, #fff);
	background-position: calc(100% - 14px) calc(0.9em + 0px),
		calc(100% - 8px) calc(0.9em + 0px), 100% 0px;
	background-size: 8.2px 8.7px, 7.5px 9px, 2.5em 2.5em;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	-webkit-appearance: none;
	apperance: none;
}

#on-page-cc-input-form label{
	font-size: 12px;
	color: #90949c
}
#on-page-cc-input-form label.error{
	margin-top: 0px;
	color:#a94442;
}
#on-page-cc-input-form input::placeholder{
	color:#e2e5e8;
}
.min-height-adjst-fop{
	min-height: 230px;
}
.min-height-adjust-vehicle-list{
	min-height: 490px;
}
#on-page-cc-input-form{
	margin-top: -210px;
}
 @media only screen and (max-device-width: 480px) {
	#prevAddrDropdown {
		right: 0 !important;
		left: 0 !important;
	}
	.control-label {
	    margin-top: 0px !important;
	}
	.fopOptions {
		float: left;
	}
	.mtaDivWithAARClnt {
		padding-left: 6px !important;
    	right: 0 !important;
	}
}

.mapsIcon{
	position: absolute;
    top: 19px;
    right: -23px;
	cursor: pointer;
}

#carIconImage {
    max-height: 100px;
}

.passDetails .input-group {
	display: table;
}

@media (max-width: 768px) {
	.col-xs-6 {
	    float: none;
	}
}

#animalWeightForm > div {
    padding: 15px;
    text-align: center;
}
 div#rightSider .price-desc-cell-content, .fare-desc {
	font-family: sans-serif !important;
} 

#carClassDescTxt strong {
	font-family: sans-serif !important;
}
 span.instructLabel {
	font-family: sans-serif !important;
}
@media screen and (max-width:414px) {
	.min-height-adjst-fop{
		min-height: 300px;
	}
	#on-page-cc-input-form{
		margin-top: -398px;
		display: inline-block;
	}
	.car-icon-mask {
	display: none !important;
	}
	.carClassInfoPopover {
		
		width: 414px;
		
	}
	.ccip_left, .ccip_right{
		width: 414px;
	}
	 .carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 414px;
	 }
}

@media screen and (max-width:375px) {
	.car-icon-mask {
	display: none !important;
	}
	 .carClassInfoPopover {
		
		width: 375px;
		
	}
	.ccip_left, .ccip_right{
		width: 375px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 375px;
	 }
}

@media screen and (max-width:360px) {
	.car-icon-mask {
	display: none !important;
	}
	.carClassInfoPopover {
		
		width: 360px;
		
	}
	.ccip_left, .ccip_right{
		width: 360px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 360px;
	 }
}

@media screen and (max-width:320px) {
	.car-icon-mask {
	display: none !important;
	}
	.carClassInfoPopover {
		
		width: 320px;
	}
	.ccip_left, .ccip_right{
		width: 320px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 320px;
	 }
	

	
}

@media screen and (max-width:375px) {
	 .carClassInfoPopover {
		
		width: 375px;
		
	}
	.ccip_left, .ccip_right{
		width: 375px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 375px;
	 }
	 .ccip_right div{
	 	width: 375px;
	 }
}

@media screen and (max-width:360px) {
	.carClassInfoPopover {
		
		width: 360px;
		
	}
	.ccip_left, .ccip_right{
		width: 360px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 360px;
	 }
	 .ccip_right div{
	 	width: 360px;
	 }
}

@media screen and (max-width:320px) {
	.carClassInfoPopover {
		
		width: 320px;
	}
	.ccip_left, .ccip_right{
		width: 320px;
		float:left;
	}
	.carClassInfoPopover .ccip_left .ccip_detail_img{
	 	width: 320px;
	 }
	 .ccip_right div{
	 	width: 320px;
	 }
}

.fare-desc {
	background-color: white;
}

#more-stops-list {
    max-height: 100px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.close-addl-stop-input {
	cursor: pointer;
}

.backgroundColor_CCType {
	background-color: rgba(0,0,0,0.10);
}

.moveFopDropdownUnderAcctDisplay {
	left: -380px !important;
}

.authReqBox {
  margin: 2px 5px;
  padding: 2px 10px;
  font-size: 12px;
  text-align: left;
}
.authReqChecked {
  font-size: 14px;
  color: #cc0000;
}
.authReqNotChecked {
  font-size: 10px;
}
.authReqReason {
  color: #000066;
  font-size: 12px;
}
.steadyTimeLabel {
	margin-right: -5px;
}
#fromDate, #toDate {
	width: 100px !important;
}

.dropdown-menu {
	overflow: auto;	
}

/*** autocomplete styles replaced by jlimoPlaces autocomplete definition: 
.ui-autocomplete:first-child {
	border: none !important;
}

.ui-menu-item {
	font: 13px Verdana, Arial, sans-serif;
	color: #90949c !important;
	letter-spacing: .5px !important;
	border-top: 1px solid #b3b3b3 !important;
	padding: 3px !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: normal !important;
}

.ui-menu-item span {
	border: none !important;
}

.ui-menu-item:hover, .ui-state-active {
	background-color: hsl(15, 0%, 95%) !important;
	font-weight:bold !important;
	color: #90949c !important;
	border: none !important;
}
***/


/***** jLimoPlaces - BEGIN *****/
.ui-menu-item {
	font: 13px Verdana, Arial, sans-serif;
	color: #90949c !important;
	letter-spacing: .5px !important;
	border-top: 1px solid #b3b3b3 !important;
	padding: 3px !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: normal !important;
	padding: 3px !important;
}

.ui-state-active {
	background-color: hsl(15, 0%, 95%) !important;
	font-weight: normal !important;
	color: #530dd6 !important;
	border: 1px solid hsl(15, 0%, 95%) !important;
}

.places-item-div {
	padding: 0px;
	margin: 0px;
	border: none;
}

.places-item-img {
	position: absolute;
	border: none;
	left: 2px;
	bottom: 2px;
	height: 18px;
}

.places-item-highlight {
	display: inline;
	color: #530dd6 !important;
}

.places-item-first-part {
	color: black;
	padding-right: 8px;
}

.places-item-second-part {
	font: 11px Verdana, Arial, sans-serif;
	color: #90949c !important;
}

.places-item-mark-txt {
	font-size: 11px;
	font-style: italic;
	color: #7F7FFF;
	padding-left: 6px;
}
/***** JLimoPlaces - END *****/

.affSpecialFarePopover {
  background: #ffffd7;
}

#affSpecialFare-btnSet {
  font-size: 16px;
  font-weight: bold;
  margin-left: 0px;
  margin-right: 0px;
}

.jobTmOption-item {
  position: relative;
  display: block;
  margin-bottom: -1px;
  background-color: #fff;
  color: #495057;
  font-size: 13px;
}

.jobTmOptionPopoverTitle {
  font-size: 13px;
  color: slategray;	
}

.radio-inline span {
  display: inline-block;
  vertical-align: top;
  padding-left: 3px;
}

/* For Clearing Input */
.pu-addr-input-wrapper {
  position: relative;
}

.pu-addr-close-btn {
  position: absolute;
  right: 14%;
  top: 50%;
  cursor: pointer;
  display: none;
  transform: translateY(-14%);
}