@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
/* VARIABLES
************************************************/
/*** Booking widget home page ***/
.ng-hide {
  display: none;
}

.ng-show {
  display: block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.boxWidgetHomePage {
  width: 100%;
  float: left;
}

.boxWidgetLogin {
  float: right;
  margin-top: 5px;
  z-index: 99;
  margin-bottom: 0px;
  position: relative;
}

.booking-view {
  width: 100%;
  float: left;
}

.admin-view {
  float: left;
  width: 100%;
}

.full-width {
  width: 100%;
  float: left;
}

.float-none {
  float: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mg-bt-20 {
  margin-bottom: 20px !important;
}

.mg-bt-30 {
  margin-bottom: 30px !important;
}

.mg-bt-60 {
  margin-bottom: 60px !important;
}

.mg-0 {
  margin: 0 !important;
}

.padding-lf-15 {
  padding-left: 15px !important;
}

.padding-rh-15 {
  padding-right: 15px !important;
}

.no-padding-lf {
  padding-left: 0px !important;
}

.no-padding-rh {
  padding-right: 0px !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}

.table tr th {
  font-size: 14px;
  height: 40px;
}
.table tr td {
  font-size: 14px;
  height: 40px;
}

.cl {
  font-size: 0px;
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/******************** RESET **********************************/
.site {
  margin: 0 !important;
}
.site .site-inner {
  max-width: 100%;
}
.site .site-content {
  padding: 0;
  word-wrap: normal;
}

div, * {
  position: relative;
  letter-spacing: 0;
  font-family: Open Sans,sans-serif;
}

ol {
  list-style: none !important;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #686868;
  font-family: Open Sans,sans-serif !important;
}

:-moz-placeholder {
  color: #686868;
  font-family: Open Sans,sans-serif !important;
}

::-moz-placeholder {
  color: #686868;
  font-family: Open Sans,sans-serif !important;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #686868;
  font-family: Open Sans,sans-serif !important;
}

#main-content .content-area {
  width: 100% !important;
  margin-right: 0 !important;
  line-height: 1.42857143 !important;
  text-rendering: optimizeLegibility !important;
}

/******************************************************/
.LimoLabsAutoCabApp .box-border {
  float: left;
  width: 100%;
  padding: 20px;
  margin-bottom: 40px;
  border: 1px solid #999;
}

.limoLabsServicesWidgetHomePage a,
.LimoLabsAutoCabApp a {
  box-shadow: none !important;
}
.limoLabsServicesWidgetHomePage button,
.LimoLabsAutoCabApp button {
  font-family: Open Sans,sans-serif !important;
  text-transform: none;
  outline: 0 !important;
  line-height: 1.42857143 !important;
}
.limoLabsServicesWidgetHomePage input,
.LimoLabsAutoCabApp input {
  font-family: Open Sans,sans-serif !important;
}
.limoLabsServicesWidgetHomePage input:hover, .limoLabsServicesWidgetHomePage input:focus,
.LimoLabsAutoCabApp input:hover,
.LimoLabsAutoCabApp input:focus {
  border: 1px solid #9b9b9b !important;
  color: #000 !important;
}

.limoLabsServicesWidgetHomePage .errorMessage,
.LimoLabsAutoCabApp .errorMessage {
  color: #fff;
  background: none repeat scroll 0 0 #ec5431;
  border: none;
  border-radius: 0px;
  font-size: 14px;
  padding: 8px;
  position: relative;
  text-align: center;
  font-style: italic;
  top: 4px;
  float: left;
  width: 100%;
  font-weight: normal;
  -webkit-transition: all, 0.6s, ease-in-out, 0s;
  -moz-transition: all, 0.6s, ease-in-out, 0s;
  -o-transition: all, 0.6s, ease-in-out, 0s;
  transition: all, 0.6s, ease-in-out, 0s;
}
.limoLabsServicesWidgetHomePage .errorMessage span,
.LimoLabsAutoCabApp .errorMessage span {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent transparent #ec5431;
  border-image: none;
  border-style: solid;
  border-width: 10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  bottom: 100%;
  width: 0;
}
.limoLabsServicesWidgetHomePage .errorMessage p,
.LimoLabsAutoCabApp .errorMessage p {
  margin: 0;
}

/**** title page ****/
.LimoLabsAutoCabApp h2.titlePage {
  font-size: 28px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Open Sans, sans-serif;
}
.LimoLabsAutoCabApp h2.subTitlePage {
  color: #444444;
  font-family: Open Sans,sans-serif;
  font-size: 20px;
  font-weight: bolder;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
.LimoLabsAutoCabApp h5.subTitlePage {
  color: #444444;
  font-size: 14px;
  font-weight: 400;
  margin-top: 2px;
  margin-bottom: 31px;
  font-family: Open Sans, sans-serif;
}
.LimoLabsAutoCabApp h1.titlePageLogin {
  font-size: 42px;
  font-weight: 100;
  font-family: Open Sans, sans-serif;
  margin-bottom: 5px;
  margin-top: 0;
  line-height: 45px;
  color: #333;
  width: auto;
  text-shadow: none;
  float: left;
}

.limoLabsServicesWidgetHomePage .dropdown-toggle,
.LimoLabsAutoCabApp .dropdown-toggle {
  display: block !important;
}
.limoLabsServicesWidgetHomePage .dropdown-toggle:after,
.LimoLabsAutoCabApp .dropdown-toggle:after {
  border: 0;
  border-left-width: 0;
  content: "";
  font-size: 0;
  left: auto;
  position: relative;
  width: auto;
}
.limoLabsServicesWidgetHomePage .dropdown-toggle:hover, .limoLabsServicesWidgetHomePage .dropdown-toggle:focus,
.LimoLabsAutoCabApp .dropdown-toggle:hover,
.LimoLabsAutoCabApp .dropdown-toggle:focus {
  color: #333;
  outline: 0;
}

.limoLabsServicesWidgetHomePage .custom-link,
.LimoLabsAutoCabApp .custom-link,
.modal-footer .custom-link {
  font-family: Open Sans,sans serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 25px;
  float: left;
}
.limoLabsServicesWidgetHomePage .custom-link:hover,
.LimoLabsAutoCabApp .custom-link:hover,
.modal-footer .custom-link:hover {
  color: #000;
}
.limoLabsServicesWidgetHomePage .customBtn,
.LimoLabsAutoCabApp .customBtn,
.modal-footer .customBtn {
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 63px;
  border-radius: 0;
  margin-top: 15px;
  -webkit-transition: all, 0.6s, ease-in-out, 0s;
  -moz-transition: all, 0.6s, ease-in-out, 0s;
  -o-transition: all, 0.6s, ease-in-out, 0s;
  transition: all, 0.6s, ease-in-out, 0s;
}
.limoLabsServicesWidgetHomePage .customBtn:hover, .limoLabsServicesWidgetHomePage .customBtn:focus,
.LimoLabsAutoCabApp .customBtn:hover,
.LimoLabsAutoCabApp .customBtn:focus,
.modal-footer .customBtn:hover,
.modal-footer .customBtn:focus {
  background: none;
  color: #444;
  text-decoration: none;
}
.limoLabsServicesWidgetHomePage .customBtn.small,
.LimoLabsAutoCabApp .customBtn.small,
.modal-footer .customBtn.small {
  padding: 8px 10px;
  font-size: 16px;
}
.limoLabsServicesWidgetHomePage .customBtn:disabled,
.LimoLabsAutoCabApp .customBtn:disabled,
.modal-footer .customBtn:disabled {
  color: #eee;
  opacity: 0.7;
}
.limoLabsServicesWidgetHomePage .customBtn:disabled:hover, .limoLabsServicesWidgetHomePage .customBtn:disabled:focus,
.LimoLabsAutoCabApp .customBtn:disabled:hover,
.LimoLabsAutoCabApp .customBtn:disabled:focus,
.modal-footer .customBtn:disabled:hover,
.modal-footer .customBtn:disabled:focus {
  border-radius: 0;
  font-weight: 300;
  letter-spacing: 1px;
  color: #444;
  font-size: 18px;
  padding: 13px 63px;
  line-height: 1.42857143;
}
.limoLabsServicesWidgetHomePage .customOnHoverBtn,
.LimoLabsAutoCabApp .customOnHoverBtn,
.modal-footer .customOnHoverBtn {
  background: none;
  color: #444;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 63px;
  border-radius: 0;
  margin-top: 15px;
  -webkit-transition: all, 0.6s, ease-in-out, 0s;
  -moz-transition: all, 0.6s, ease-in-out, 0s;
  -o-transition: all, 0.6s, ease-in-out, 0s;
  transition: all, 0.6s, ease-in-out, 0s;
}
.limoLabsServicesWidgetHomePage .customOnHoverBtn:hover, .limoLabsServicesWidgetHomePage .customOnHoverBtn:focus,
.LimoLabsAutoCabApp .customOnHoverBtn:hover,
.LimoLabsAutoCabApp .customOnHoverBtn:focus,
.modal-footer .customOnHoverBtn:hover,
.modal-footer .customOnHoverBtn:focus {
  color: #fff;
  text-decoration: none;
}
.limoLabsServicesWidgetHomePage .btn-danger,
.LimoLabsAutoCabApp .btn-danger,
.modal-footer .btn-danger {
  border: 1px solid #cd4743;
  background: #d9534f;
  font-weight: 600;
  font-size: 13px;
  padding: 5px 13px;
  border-radius: 0;
}
.limoLabsServicesWidgetHomePage .btn-danger:hover,
.LimoLabsAutoCabApp .btn-danger:hover,
.modal-footer .btn-danger:hover {
  background: #b7312d;
}
.limoLabsServicesWidgetHomePage p,
.LimoLabsAutoCabApp p,
.modal-footer p {
  line-height: 22px;
  font-weight: normal;
  font-size: 13px;
}

.widget_limolabs_autocab_widget h3.widget-title {
  display: none;
}

.limoLabsServicesWidgetHomePage {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 0;
  margin: 0 auto;
}
.limoLabsServicesWidgetHomePage h3.limoLabsServicesRideNow {
  color: #444;
  font-size: 22px;
  font-family: Open sans, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 0;
  letter-spacing: 2px;
  text-align: center;
}

/** Ride detaiils active ride **/
.limoLabsServicesWidgetHomePage .widget-active-ride {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  width: 100%;
  float: left;
  padding-bottom: 10px;
}
.limoLabsServicesWidgetHomePage .widget-active-ride h3.limoLabsServicesRideNow {
  padding: 0;
  font-size: 17px;
  line-height: 21px;
  margin-bottom: 5px;
}
.limoLabsServicesWidgetHomePage .widget-active-ride p {
  line-height: 24px;
  font-weight: normal;
  font-style: 200;
  font-size: 14px;
}
.limoLabsServicesWidgetHomePage .widget-active-ride .customBtn.small {
  margin-top: 5px;
}

/** Input icon **/
.limoLabsServicesWidgetHomePage input.form-control.iconData,
.limoLabsBooking input.form-control.iconData {
  background: url("../img/widget-inputData-icon.png") right -1px no-repeat #fff;
  padding-right: 20px;
}
.limoLabsServicesWidgetHomePage input.form-control.iconSearch,
.limoLabsBooking input.form-control.iconSearch {
  background: url("../img/inputSearch-icon.png") right 0px no-repeat #fff;
  padding-right: 32px;
}
.limoLabsServicesWidgetHomePage input.form-control.creditCardDefault,
.limoLabsBooking input.form-control.creditCardDefault {
  background: url("../img/credit-card-default.png") no-repeat #fff;
  padding-right: 64px !important;
  background-position: right center;
}
.limoLabsServicesWidgetHomePage input.form-control.visa,
.limoLabsBooking input.form-control.visa {
  background: url("../img/credit-card-visa.png") no-repeat #fff;
  padding-right: 64px !important;
  background-position: right center;
}
.limoLabsServicesWidgetHomePage input.form-control.amex,
.limoLabsBooking input.form-control.amex {
  background: url("../img/credit-card-america.png") no-repeat #fff;
  padding-right: 64px !important;
  background-position: right center;
}
.limoLabsServicesWidgetHomePage input.form-control.mastercard,
.limoLabsBooking input.form-control.mastercard {
  background: url("../img/credit-card-master.png") no-repeat #fff;
  padding-right: 64px !important;
  background-position: right center;
}
.limoLabsServicesWidgetHomePage input.form-control.discover,
.limoLabsBooking input.form-control.discover {
  background: url("../img/credit-card-discover.png") no-repeat #fff;
  padding-right: 64px !important;
  background-position: right center;
}

/*** Form Element ****/
.limoLabsServicesWidgetHomePage label,
.limoLabsBooking label {
  color: #3b3b3b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.limoLabsServicesWidgetHomePage label.small-label,
.limoLabsBooking label.small-label {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
}
.limoLabsServicesWidgetHomePage .intl-tel-input,
.limoLabsBooking .intl-tel-input {
  width: 100%;
  display: block;
}
.limoLabsServicesWidgetHomePage .intl-tel-input .flag-dropdown,
.limoLabsBooking .intl-tel-input .flag-dropdown {
  display: block;
  width: 100%;
}
.limoLabsServicesWidgetHomePage .intl-tel-input .selected-flag,
.limoLabsBooking .intl-tel-input .selected-flag {
  background: #ddd;
}
.limoLabsServicesWidgetHomePage .intl-tel-input input.form-control,
.limoLabsBooking .intl-tel-input input.form-control {
  padding-left: 50px;
}
.limoLabsServicesWidgetHomePage .intl-tel-input .country-list,
.limoLabsBooking .intl-tel-input .country-list {
  width: 100%;
  overflow-x: hidden;
  z-index: 999;
}
.limoLabsServicesWidgetHomePage input.form-control,
.limoLabsBooking input.form-control {
  border: 1px solid #9b9b9b;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 15px;
  height: 41px;
  vertical-align: middle;
  font-weight: 100;
  padding: 7px 5px;
  text-align: left;
  margin-bottom: 0px;
}
.limoLabsServicesWidgetHomePage input.form-control.input-address,
.limoLabsBooking input.form-control.input-address {
  width: 85%;
  float: left;
  position: static;
  font-family: Open Sans,sans-serif;
}
.limoLabsServicesWidgetHomePage input.form-control.input-address:focus,
.limoLabsBooking input.form-control.input-address:focus {
  border: 1px solid #9b9b9b;
}
.limoLabsServicesWidgetHomePage textarea.form-control,
.limoLabsBooking textarea.form-control {
  border: 1px solid #9b9b9b;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 15px;
  vertical-align: middle;
  font-weight: 100;
  padding: 9px 5px 7px;
  text-align: left;
  margin-bottom: 0px;
  max-width: 100%;
  min-width: 100%;
}
.limoLabsServicesWidgetHomePage textarea.form-control.small,
.limoLabsBooking textarea.form-control.small {
  height: 41px;
  min-height: 41px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control,
.limoLabsBooking .nya-bs-select.form-control {
  border: 1px solid #9b9b9b;
  background: #fff;
  border-radius: 0px;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 15px;
  height: 41px;
  vertical-align: middle;
  font-weight: 100;
  padding: 0;
  text-align: left;
  margin-bottom: 0px;
  width: 100%;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control .btn-default,
.limoLabsBooking .nya-bs-select.form-control .btn-default {
  padding: 7px 5px;
  background: none !important;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address,
.limoLabsBooking .nya-bs-select.form-control.select-address {
  width: 15%;
  float: left;
  position: static;
  border-right: none;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address.open,
.limoLabsBooking .nya-bs-select.form-control.select-address.open {
  background: #eee;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .filter-option,
.limoLabsBooking .nya-bs-select.form-control.select-address .filter-option {
  display: none;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .caret,
.limoLabsBooking .nya-bs-select.form-control.select-address .caret {
  background: transparent url("../img/select-address-icon.png") no-repeat scroll center center;
  height: 40px;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address small,
.limoLabsBooking .nya-bs-select.form-control.select-address small {
  font-weight: bold;
  padding: 5px 2px;
  color: #000;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .autocomplate-spinner,
.limoLabsBooking .nya-bs-select.form-control.select-address .autocomplate-spinner {
  bottom: 4px;
  right: 2px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address p,
.limoLabsBooking .nya-bs-select.form-control.select-address p {
  padding: 6px 21px 6px 41px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address a,
.limoLabsBooking .nya-bs-select.form-control.select-address a {
  padding: 6px 21px 6px 41px;
  width: 100%;
  float: left;
  min-height: 34px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .poi-recent-favorite,
.limoLabsBooking .nya-bs-select.form-control.select-address .poi-recent-favorite {
  background: url("../img/fav-icon-selected.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 19px;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  position: absolute;
  z-index: 5;
  left: 10px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .poi-recent-favorite:hover,
.limoLabsBooking .nya-bs-select.form-control.select-address .poi-recent-favorite:hover {
  background: url(../img/fav-icon-selected.png) no-repeat center center;
  opacity: 0.5;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .poi-recent-destination,
.limoLabsBooking .nya-bs-select.form-control.select-address .poi-recent-destination {
  background: url("../img/destination-icon.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  position: absolute;
  z-index: 5;
  left: 10px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .poi-recent-pickup,
.limoLabsBooking .nya-bs-select.form-control.select-address .poi-recent-pickup {
  background: url("../img/type-poi-recent-pickup.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  z-index: 5;
  position: absolute;
  left: 10px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control.select-address .list-label,
.limoLabsBooking .nya-bs-select.form-control.select-address .list-label {
  background: #ececec;
}
.limoLabsServicesWidgetHomePage .nya-bs-select .btn-default:hover, .limoLabsServicesWidgetHomePage .nya-bs-select .btn-default:focus,
.limoLabsBooking .nya-bs-select .btn-default:hover,
.limoLabsBooking .nya-bs-select .btn-default:focus {
  background: none !important;
}
.limoLabsServicesWidgetHomePage .nya-bs-select .btn-default.dropdown-toggle,
.limoLabsBooking .nya-bs-select .btn-default.dropdown-toggle {
  background: none;
  box-shadow: none;
  right: 0;
  display: block;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.btn-group .dropdown-menu li,
.limoLabsBooking .nya-bs-select.btn-group .dropdown-menu li {
  min-height: 34px;
}
.limoLabsServicesWidgetHomePage .nya-bs-select .dropdown-toggle,
.limoLabsBooking .nya-bs-select .dropdown-toggle {
  border: none;
  height: 40px;
  padding: 7px 0;
}
.limoLabsServicesWidgetHomePage .nya-bs-select .dropdown-toggle:hover,
.limoLabsBooking .nya-bs-select .dropdown-toggle:hover {
  background: none;
}
.limoLabsServicesWidgetHomePage .nya-bs-select.form-control .caret,
.limoLabsBooking .nya-bs-select.form-control .caret {
  left: auto;
  right: 0;
  top: -2;
}
.limoLabsServicesWidgetHomePage .nya-bs-select .caret,
.limoLabsBooking .nya-bs-select .caret {
  background: transparent url("../img/arrowDown-icon.png") no-repeat scroll center 17px;
  height: 40px;
  margin-top: 0;
  position: absolute;
  left: 7px;
  top: 0;
  vertical-align: middle;
  width: 50px;
  border: none;
}
.limoLabsServicesWidgetHomePage div.dropdown-menu.open,
.limoLabsBooking div.dropdown-menu.open {
  border: 1px solid #999;
  border-radius: 0;
  background: none;
  padding: 0px;
  margin: 1px 0 0 0;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu,
.limoLabsBooking ul.dropdown-menu {
  border-radius: 0px;
  left: 0  !important;
  border: 0;
  background: #fff;
  overflow-y: scroll;
  margin: 2px 0 0 0;
  max-height: 300px !important;
  border-radius: 0px;
  width: 100%;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li,
.limoLabsBooking ul.dropdown-menu li {
  cursor: pointer;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #999;
  width: 100%;
  float: left;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li:last-child,
.limoLabsBooking ul.dropdown-menu li:last-child {
  border-bottom: none;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li a,
.limoLabsBooking ul.dropdown-menu li a {
  width: 100%;
  white-space: normal;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list {
  width: 100%;
  float: left;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 1.42857;
  padding: 0 10px;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list a,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list a {
  padding: 6px 21px 6px 32px;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .favorite-button,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .favorite-button {
  background: url("../img/fav-icon.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  height: 19px;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  position: absolute;
  z-index: 5;
  left: 10px;
  padding: 0;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .favorite-button:hover,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .favorite-button:hover {
  background: url(../img/fav-icon-selected.png) no-repeat center center;
  opacity: 0.5;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .favorite-button.favorite-button-checked,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .favorite-button.favorite-button-checked {
  background: url(../img/fav-icon-selected.png) no-repeat center center;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .type-poi-recent-destination,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .type-poi-recent-destination {
  background: url("../img/destination-icon.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  position: absolute;
  z-index: 5;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .type-poi-recent-pickup,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .type-poi-recent-pickup {
  background: url("../img/type-poi-recent-pickup.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  z-index: 5;
  position: absolute;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .type-poi-company,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .type-poi-company {
  background: url("../img/type-poi-company.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  position: absolute;
  z-index: 5;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li .autocomplate-list .type-airport,
.limoLabsBooking ul.dropdown-menu li .autocomplate-list .type-airport {
  background: url("../img/airplane-icon.png") no-repeat scroll center center transparent;
  border: medium none;
  cursor: pointer;
  float: left;
  margin-right: 0;
  margin-top: 6px;
  width: 20px;
  background-size: 87% auto;
  height: 23px;
  position: absolute;
  z-index: 5;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li a,
.limoLabsBooking ul.dropdown-menu li a {
  color: #333;
  background-color: #fff;
  padding: 0px;
  float: left;
  padding: 6px 21px;
}
.limoLabsServicesWidgetHomePage ul.dropdown-menu li a:hover,
.limoLabsBooking ul.dropdown-menu li a:hover {
  background-color: #fff;
}

.limoLabsServicesWidgetHomePage .add-stop-box {
  width: 100%;
  float: left;
  display: table;
  padding: 0 15px;
  margin-bottom: 7px;
}
.limoLabsServicesWidgetHomePage .add-stop-box .sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.limoLabsServicesWidgetHomePage .add-stop-box .sep_holder .vc_sep_line {
  border-top: 1px solid #cdcdcd;
  display: block;
}
.limoLabsServicesWidgetHomePage .add-stop-box h4 {
  text-transform: uppercase;
  display: table-cell;
  padding: 0 10px;
  min-width: 133px;
  font-size: 17px;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 17px;
  font-weight: 500;
}
.limoLabsServicesWidgetHomePage .add-stop-box h4 i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.limoLabsServicesWidgetHomePage .add-stop-box h4:hover {
  color: #333;
}
.limoLabsServicesWidgetHomePage .remove-stop {
  text-transform: none;
  float: right;
  cursor: pointer;
}
.limoLabsServicesWidgetHomePage .remove-stop:hover {
  text-decoration: underline;
  color: #333;
}

.limoLabsBooking .add-stop-box {
  width: 100%;
  float: left;
  display: table;
  padding: 0 15px;
  margin-bottom: 7px;
}
.limoLabsBooking .add-stop-box .sep_holder {
  display: table-cell;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.limoLabsBooking .add-stop-box .sep_holder .vc_sep_line {
  border-top: 1px solid #cdcdcd;
  display: block;
}
.limoLabsBooking .add-stop-box h4 {
  text-transform: uppercase;
  display: table-cell;
  padding: 0 10px;
  min-width: 133px;
  font-size: 17px;
  cursor: pointer;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 1px;
  line-height: 17px;
  font-weight: 500;
}
.limoLabsBooking .add-stop-box h4 i {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.limoLabsBooking .add-stop-box h4:hover {
  color: #333;
}
.limoLabsBooking .remove-stop {
  text-transform: none;
  float: right;
}
.limoLabsBooking .remove-stop:hover {
  text-decoration: underline;
  color: #333;
}

/***  combined-select ***/
.limoLabsNumberOfPax input[type="radio"],
.limoLabsNumberOfLuggage input[type="radio"] {
  display: none;
}
.limoLabsNumberOfPax .combined-select,
.limoLabsNumberOfLuggage .combined-select {
  margin-top: 6px;
}
.limoLabsNumberOfPax .label-radio-picker,
.limoLabsNumberOfLuggage .label-radio-picker {
  height: 35px;
  line-height: 33px;
  width: 35px;
  box-shadow: none;
  color: #292929;
  font-size: 17px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  margin-right: 8px;
}
.limoLabsNumberOfPax .label-radio-picker:hover,
.limoLabsNumberOfLuggage .label-radio-picker:hover {
  border-color: #999;
}
.limoLabsNumberOfPax .label-radio-picker.active,
.limoLabsNumberOfLuggage .label-radio-picker.active {
  border-color: #292929;
}

/********************* Pick up date & time input ***********************/
.pickup-date-time-picker-box {
  width: 80%;
  float: left;
  padding-right: 5px;
  margin: 0;
  padding-left: 0;
  padding-top: 0;
  border: 0;
  padding-bottom: 0;
}
.pickup-date-time-picker-box:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.pickup-date-time-picker-box:disabled label {
  cursor: not-allowed;
}
.pickup-date-time-picker-box:disabled label.active {
  cursor: not-allowed;
}

.pickup-asap-box {
  width: 20%;
  float: left;
  border-radius: 20px;
  z-index: 99;
}
.pickup-asap-box label {
  float: left;
  text-align: center;
  width: 50%;
  color: #fff;
  z-index: 2;
  font-size: 12px;
  text-transform: uppercase;
  height: 43px;
  padding: 13px 0px;
  width: 50%;
  margin-bottom: 0;
  z-index: 2;
  cursor: pointer;
}
.pickup-asap-box .swich-asap-btn {
  border-radius: 20px;
  z-index: -1;
  width: 50%;
  height: 43px;
  left: 0;
  position: absolute;
  top: 0px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 100ms linear;
  -moz-transition: transform 100ms linear;
  -ms-transition: transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
}
.pickup-asap-box .swich-asap-btn.inRight {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.pickup-asap-box input[type="radio"] {
  display: none;
}

.date-time-picker {
  float: left;
  width: 100%;
  background: #fff;
  border: 1px solid #9b9b9b;
}

.date-time-picker input.date-picker.open {
  border: 1px solid #333;
}

ul.dropdown-menu {
  overflow-y: hidden;
}
ul.dropdown-menu table {
  border-width: 0;
  margin: 0;
  table-layout: auto;
  width: auto;
  border: 0;
  outline: 0;
  font-family: Open Sans,sans-serif;
}
ul.dropdown-menu table th,
ul.dropdown-menu table td {
  border: 0;
  padding: 0;
  outline: 0;
}

ul.dropdown-menu li {
  border-bottom: none;
}

ul.dropdown-menu li table thead th .btn.btn-default.btn-sm {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #a1a3a7;
  font-family: Open Sans,sans-serif;
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 0px;
  text-transform: none;
}

ul.dropdown-menu li table td .btn-info .text-info {
  color: #fff;
}

ul.dropdown-menu li table td .btn-info:hover .text-info {
  color: #fff;
}

ul.dropdown-menu li table thead th:nth-child(2) .btn.btn-default.btn-sm {
  color: #333;
}

ul.dropdown-menu li table thead th .btn.btn-default.btn-sm:hover {
  background: #fff;
}

ul.dropdown-menu li table thead th small {
  color: #333;
  padding-bottom: 10px;
  font-family: Open Sans,sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 0 3px;
}

ul.dropdown-menu li table tbody td .btn.btn-default.btn-sm {
  background: none repeat scroll 0 0 #fff;
  border: medium none;
  color: #484c58;
  font-family: Open Sans,sans-serif;
  font-size: 13px;
  font-weight: 100;
}

ul.dropdown-menu li table tbody td .btn.btn-default.btn-sm.active {
  border-radius: 0px;
}

ul.dropdown-menu li table tbody td .btn.btn-default.btn-sm:hover {
  background: #fff;
  color: #313541;
}

ul.dropdown-menu li table tbody td .btn.btn-default.btn-sm .text-muted,
ul.dropdown-menu li table tbody td .btn.btn-default.btn-sm .text-muted:hover {
  color: #a1a3a7;
}

.limoLabsBooking .table,
.limoLabsBooking .table th,
.limoLabsBooking .table td {
  border: 0;
}

.limoLabsBooking .table th {
  border-bottom: 2px solid #ddd;
}

.limoLabsServicesWidgetHomePage .date-picker,
.limoLabsBooking .date-picker {
  width: 50%;
  float: left;
}

.limoLabsServicesWidgetHomePage .date-picker input.form-control,
.limoLabsBooking .date-picker input.form-control {
  border: none;
}
.limoLabsServicesWidgetHomePage .date-picker input.form-control:hover, .limoLabsServicesWidgetHomePage .date-picker input.form-control:focus,
.limoLabsBooking .date-picker input.form-control:hover,
.limoLabsBooking .date-picker input.form-control:focus {
  border: none !important;
}

.limoLabsServicesWidgetHomePage .time-picker .nya-bs-select.time-select,
.limoLabsBooking .time-picker .nya-bs-select.time-select {
  width: 33%;
  float: left;
}

.limoLabsServicesWidgetHomePage .time-picker,
.limoLabsBooking .time-picker {
  width: 50%;
  float: left;
  border-left: none;
  border-radius: 0;
  box-shadow: none;
  color: #161616;
  display: block;
  font-size: 17px;
  font-weight: 500;
  height: 42px;
  line-height: 1.42857;
  outline: none;
  vertical-align: middle;
  padding: 0 7px 0 16px;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box,
.limoLabsBooking .time-picker .swich-am-pm-box {
  float: left;
  padding: 11px 0px;
  width: 34%;
  z-index: 99;
}
.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box label,
.limoLabsBooking .time-picker .swich-am-pm-box label {
  cursor: pointer;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box input[type="radio"],
.limoLabsBooking .time-picker .swich-am-pm-box input[type="radio"] {
  display: none;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box label,
.limoLabsBooking .time-picker .swich-am-pm-box label {
  float: left;
  text-align: center;
  width: 50%;
  z-index: 2;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box label.active,
.limoLabsBooking .time-picker .swich-am-pm-box label.active {
  color: #fff;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box .swich-am-pm-btn,
.limoLabsBooking .time-picker .swich-am-pm-box .swich-am-pm-btn {
  border-radius: 0;
  float: left;
  height: 29px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 50%;
  z-index: -1;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 100ms linear;
  -moz-transition: transform 100ms linear;
  -ms-transition: transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
}

.limoLabsServicesWidgetHomePage .time-picker .swich-am-pm-box .swich-am-pm-btn.inRight,
.limoLabsBooking .time-picker .swich-am-pm-box .swich-am-pm-btn.inRight {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
  background: #fff;
}

.limoLabsServicesWidgetHomePage .pick-up-date-from-airport .date-picker,
.limoLabsBooking .pick-up-date-from-airport .date-picker {
  width: 100%;
}
.limoLabsServicesWidgetHomePage .pick-up-date-from-airport .time-picker,
.limoLabsBooking .pick-up-date-from-airport .time-picker {
  display: none;
}
.limoLabsServicesWidgetHomePage .pick-up-time-from-airport .date-picker,
.limoLabsBooking .pick-up-time-from-airport .date-picker {
  display: none;
}
.limoLabsServicesWidgetHomePage .pick-up-time-from-airport .time-picker,
.limoLabsBooking .pick-up-time-from-airport .time-picker {
  width: 100%;
}

/********************** View Navigation ***********************/
.limolabsBookingNav_w {
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.limolabsBookingNav_w .numberUpcomingReserve {
  background: none repeat scroll 0 0 #ec762f;
  border-radius: 14px;
  height: 22px;
  padding: 1px 0;
  position: absolute;
  right: -7px;
  text-align: center;
  top: 3px;
  vertical-align: middle;
  width: 22px;
  color: #fff;
  z-index: 2;
  font-size: 14px;
}
.limolabsBookingNav_w .nav-group {
  display: table;
  width: 100%;
}
.limolabsBookingNav_w .nav-group .nav-item {
  display: block;
  float: left;
  position: relative;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation {
  border-radius: 0;
  color: #fff;
  font-weight: 100;
  padding: 11px 21px 10px 37px;
  text-transform: none;
  font-size: 18px;
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  min-height: 48px;
  font-family: Open Sans, sans-serif;
  text-align: left;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation:after {
  border-bottom: 24px solid transparent;
  border-top: 24px solid transparent;
  content: " ";
  display: block;
  height: 0;
  left: 100%;
  margin-left: 0px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  width: 0;
  z-index: 1;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation:disabled {
  color: #545454;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation.active {
  background: #202020;
  color: #e8e8e8;
  box-shadow: none;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation.active:after {
  border-left: 20px solid #202020;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation .navigation-icon {
  display: none;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation .navigation-icon svg {
  fill: #000;
  height: 37px;
  width: 45px;
}
.limolabsBookingNav_w .nav-group .nav-item .btn-navigation.active .navigation-icon svg {
  fill: #fff;
  height: 37px;
  width: 45px;
}

/************** Ride Details Page ****************/
.rideDetailsPageBox-lf {
  float: left;
  width: 50%;
  padding-right: 30px;
}

.rideDetailsPageBox-rh {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.rideDetailsPageStepBox {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.rideDetailsPageStepBoxTitle {
  float: left;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
  padding-right: 30px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 5px;
}

.rideDetailsPageStepBoxText {
  color: #444444;
  float: left;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  width: 100%;
  padding-left: 10px;
}

.hourly-box .hourly-bg {
  width: 100%;
  float: left;
  z-index: 99;
  border-radius: 20px;
  position: relative;
}
.hourly-box .hourly-active {
  z-index: -1;
  width: 50%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0px;
  border-radius: 20px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: transform 100ms linear;
  -moz-transition: transform 100ms linear;
  -ms-transition: transform 100ms linear;
  -o-transition: transform 100ms linear;
  transition: transform 100ms linear;
}
.hourly-box .hourly-active.inRight {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.hourly-box .hourly-btn {
  width: 50%;
  float: left;
  text-align: center;
  padding: 8px 2px;
  cursor: pointer;
}
.hourly-box .hourly-btn label {
  z-index: 2;
  margin-bottom: 0;
  color: #fff;
}

/************** Select vehicle Page ****************/
.loadText {
  text-align: center;
}
.loadText h1 {
  text-align: center;
  color: #444;
  font-size: 40px;
  margin-bottom: 50px;
  text-shadow: none;
  font-weight: 400;
}

.LimoLabsAutoCabApp .promoCodelabel {
  float: left;
  font-size: 19px;
  font-weight: 100;
  padding: 8px 10px 8px 0;
  color: #444;
  padding-right: 10px;
  text-transform: uppercase;
}
.LimoLabsAutoCabApp .boxPromoCodeInput {
  width: 228px;
  float: left;
}
.LimoLabsAutoCabApp input.form-control.promoCodeInp {
  width: 100%;
  float: left;
  border: 1px solid #e0e0e0;
  padding: 7px;
  margin-right: 0px;
  height: 39px;
  box-shadow: 0px 0 3px 0 #ddd inset;
  -moz-box-shadow: 0px 0 3px 0 #ddd inset;
  -webkit-box-shadow: 0px 0 3px 0 #ddd inset;
  -khtml-box-shadow: 0px 0 3px 0 #ddd inset;
  border-radius: 0;
  background: #fff;
  background-image: none;
}
.LimoLabsAutoCabApp button.promoCodeBtn {
  margin-top: 0px;
  font-size: 15px;
  float: left;
  padding: 8px 19px;
  margin-right: 5px;
}
.LimoLabsAutoCabApp .promocodeError {
  color: #f00;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0px;
  padding: 0;
}
.LimoLabsAutoCabApp .promocodeSuccess {
  color: #b48e3a;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 0px;
  padding: 0;
}

.LimoLabsAutoCabApp .allVehicleBox {
  width: 70%;
  float: left;
  padding-right: 15px;
  padding-left: 0px;
}
.LimoLabsAutoCabApp .vehicleBox {
  border: 1px solid #e0e0e0;
  padding: 10px;
  cursor: pointer;
  width: 33.33334%;
  float: left;
  min-height: 256px;
  -webkit-transition: all, 0.3s, ease-in-out, 0s;
  -moz-transition: all, 0.3s, ease-in-out, 0s;
  -o-transition: all, 0.3s, ease-in-out, 0s;
  transition: all, 0.3s, ease-in-out, 0s;
  background: #fff;
}
.LimoLabsAutoCabApp .vehicleBox.active {
  box-shadow: -1px 2px 7px 0 rgba(1, 1, 1, 0.6);
  transform: scale(1.05);
  z-index: 99;
}
.LimoLabsAutoCabApp .vehicleTitleBox {
  min-height: 60px;
}
.LimoLabsAutoCabApp h3.vehicleTitle {
  color: #353535;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 0;
  margin-top: 0px;
  text-align: left;
  text-transform: uppercase;
  line-height: 19px;
}
.LimoLabsAutoCabApp .velicleRatesBox {
  text-align: center;
}
.LimoLabsAutoCabApp h1.vehicleRate {
  font-size: 35px;
  font-weight: 100;
  color: #353535;
  margin: 0px;
  min-height: 36px;
  line-height: 60px;
  text-shadow: none;
  font-weight: 300;
}
.LimoLabsAutoCabApp h1.vehicleRate span.vehicleOldRate {
  color: #202020;
  font-size: 16px;
  font-weight: 100;
  left: -92px;
  line-height: 20px;
  min-height: 16px;
  position: absolute;
  right: 0;
  text-decoration: line-through;
  top: -15px;
  width: 70px;
  margin: auto;
}
.LimoLabsAutoCabApp h1.vehicleNoRate {
  font-size: 35px;
  font-weight: 100;
  color: #353535;
  margin: 0px;
  min-height: 36px;
  text-shadow: none;
  font-weight: 300;
}
.LimoLabsAutoCabApp .vehicleImgBox {
  max-width: 100%;
  padding: 15px 0;
  text-align: center;
}
.LimoLabsAutoCabApp .vehicleImgBox img {
  vertical-align: middle;
}
.LimoLabsAutoCabApp .vehicleBoxInfo {
  text-align: right;
}
.LimoLabsAutoCabApp .car-pass {
  font-size: 17px;
  line-height: 17px;
}
.LimoLabsAutoCabApp .car-pass .user-icon {
  position: relative;
  top: 2px;
}
.LimoLabsAutoCabApp .car-pass svg {
  height: 25px;
  width: 20px;
}
.LimoLabsAutoCabApp .car-lugg {
  font-size: 17px;
  line-height: 17px;
}
.LimoLabsAutoCabApp .car-lugg .iconLugg {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.LimoLabsAutoCabApp .slideBarBox {
  width: 30%;
  float: left;
  padding: 0 15px;
}
.LimoLabsAutoCabApp .slideBarBg {
  background: #f0f0f0;
  padding: 10px;
  float: left;
  width: 100%;
}
.LimoLabsAutoCabApp .slideBarTitle {
  color: #444444;
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 7px;
}
.LimoLabsAutoCabApp .slideBarSelectedCar {
  float: left;
  padding: 0  0 10px 0;
  width: 100%;
}
.LimoLabsAutoCabApp .slideBarVehicleBoxInfo {
  text-align: left;
  margin-top: 7px;
}
.LimoLabsAutoCabApp .slideBarVelicleRatesBox div.vehicleOldRate {
  min-height: 20px;
}
.LimoLabsAutoCabApp .slideBarVelicleRatesBox h5.vehicleOldRate {
  font-size: 12px;
  text-align: right;
}
.LimoLabsAutoCabApp .slideBarVelicleRatesBox h1.vehicleRate {
  font-size: 20px;
  text-align: right;
  line-height: 22px;
  font-weight: bold;
  text-shadow: none;
}
.LimoLabsAutoCabApp .slideBarVelicleRatesBox h1.vehicleNoRate {
  font-size: 16px;
  text-align: right;
  text-shadow: none;
}
.LimoLabsAutoCabApp .rideDetailsBox {
  background: #fff;
  padding: 15px 10px;
}
.LimoLabsAutoCabApp .rideDetailsBox h4.rideDetailsTitle {
  color: #444;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 0px;
  font-size: 18px;
}
.LimoLabsAutoCabApp .rideDetailsBox .rideDetailsDescText {
  color: #444444;
  font-size: 15px;
  font-weight: 100;
  padding: 8px 0;
}
.LimoLabsAutoCabApp .rideDetailsBox .rideDetailsDescText span {
  text-transform: uppercase;
  color: #a0a0a0;
  padding-right: 5px;
}
.LimoLabsAutoCabApp .rideDetailsBox .rideDetailsDescText .showMap {
  cursor: pointer;
  position: relative;
  top: 0px;
}
.LimoLabsAutoCabApp .rideSummaryBoxBodyPart {
  float: right;
  padding: 13px 0 0;
  text-align: right;
  width: 100%;
}
.LimoLabsAutoCabApp .rideSummaryBoxBodyPart h5 {
  margin: 0 0 0 0;
  color: #444;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 14px;
}
.LimoLabsAutoCabApp .rideSummaryBoxBodyPart h5.grandTotal {
  color: #444444;
  background: url(../img/line-orange.jpg) no-repeat top right;
  padding-top: 10px;
  margin-top: 11px;
}
.LimoLabsAutoCabApp .rideSummaryBoxBodyPart h5.price {
  font-size: 22px;
  font-weight: bold;
}
.LimoLabsAutoCabApp .rideSummaryBoxBodyPart p {
  font-size: 14px;
  color: #444444;
  font-weight: bold;
  margin-bottom: 0px;
}

/***** Checkout page *****/
.LimoLabsAutoCabApp .checkOutGuestBoxTitle {
  text-transform: uppercase;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
  float: left;
  margin-right: 15px;
  line-height: 39px;
}
.LimoLabsAutoCabApp .checkOutGuestBoxText {
  float: left;
}
.LimoLabsAutoCabApp .checkOutGuestBoxName {
  color: #444444;
  text-transform: uppercase;
  font-size: 18px;
  padding: 7px 13px;
  background-color: transparent;
  float: left;
}
.LimoLabsAutoCabApp .checkOutGuestBoxLogin {
  font-size: 20px;
  padding: 5px 13px;
  float: left;
  color: #444444;
  cursor: pointer;
  float: left;
}
.LimoLabsAutoCabApp .checkOutGuestBoxLogin:hover, .LimoLabsAutoCabApp .checkOutGuestBoxLogin:focus {
  text-decoration: underline;
}
.LimoLabsAutoCabApp .checkOutBox-lf {
  width: 70%;
  float: left;
  padding-right: 15px;
}
.LimoLabsAutoCabApp .checkoutBoxLine {
  float: left;
  padding: 10px 0 0;
  width: 100%;
  margin-bottom: 20px;
}
.LimoLabsAutoCabApp a.terms-link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none;
  cursor: pointer;
  color: #3b3b3b;
}
.LimoLabsAutoCabApp a.terms-link:hover, .LimoLabsAutoCabApp a.terms-link:focus {
  text-decoration: underline !important;
}
.LimoLabsAutoCabApp input[type='checkbox'].form-control {
  width: 14px;
  height: 14px;
  margin-right: 13px;
  border: 1px solid #aaaaaa;
  margin-top: 4px;
  float: left;
}

.LimoLabsAutoCabApp .gratuityOptionBox {
  margin-bottom: 10px;
  width: 100px;
  text-align: center;
  padding: 10px 10px;
  border-bottom: 1px solid #9b9b9b;
  border-right: 1px solid #9b9b9b;
  border-top: 1px solid #9b9b9b;
  float: left;
  cursor: pointer;
  min-height: 63px;
  color: #3b3b3b;
  background: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.LimoLabsAutoCabApp .gratuityOptionBox:first-child {
  border-left: 1px solid #9b9b9b;
}
.LimoLabsAutoCabApp .gratuityOptionBox.active {
  color: #161616;
  border-left: 1px solid #9b9b9b;
  box-shadow: 0 0 3px #999;
  z-index: 3;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.LimoLabsAutoCabApp .gratuityOptionBox .valueProcent {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 19px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-style: italic;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.LimoLabsAutoCabApp .gratuityOptionBox .valuePrice {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 13px;
  color: #161616;
}
.LimoLabsAutoCabApp .gratuityOptionBox .valueCustom {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: bold;
  font-size: 19px;
  line-height: 37px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.LimoLabsAutoCabApp .gratuityOptionBox .payInCar {
  font-family: "Source Sans Pro",sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0px;
  letter-spacing: 1px;
}
.LimoLabsAutoCabApp .gratuityOptionBox.active .valueProcent,
.LimoLabsAutoCabApp .gratuityOptionBox.active .valueCustom,
.LimoLabsAutoCabApp .gratuityOptionBox.active .payInCar,
.LimoLabsAutoCabApp .gratuityOptionBox.active .valuePrice, .LimoLabsAutoCabApp .gratuityOptionBox:hover .valueProcent,
.LimoLabsAutoCabApp .gratuityOptionBox:hover .valueCustom,
.LimoLabsAutoCabApp .gratuityOptionBox:hover .payInCar,
.LimoLabsAutoCabApp .gratuityOptionBox:hover .valuePrice {
  color: #fff;
}
.LimoLabsAutoCabApp .customGratuityBox {
  float: left;
  margin-left: 10px;
  width: 100px;
}
.LimoLabsAutoCabApp .customGratuityBox input.form-control {
  border: 1px solid #9b9b9b;
  box-shadow: none;
  height: 33px;
  margin-top: 6px;
  /*background:url(../img/dolar_icon.png) no-repeat left 0;
  padding-left: 23px;*/
}

/***** Log in *****/
.loginTitleBox {
  float: left;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
}
.loginTitleBox .textBox {
  font-size: 16px;
  font-style: italic;
  color: #444444;
  margin-top: 20px;
}
.loginTitleBox .textBox a.link {
  cursor: pointer;
}
.loginTitleBox .textBox a.link:hover {
  text-decoration: underline;
}

/***** Register *****/
.registerInfoText {
  text-align: center;
  margin-top: 5px;
}

.modal {
  z-index: 9999 !important;
}

.modal-content {
  border-radius: 0;
  padding: 15px;
}

.terms-header .terms-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.terms-body p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

.terms-footer .customBtn {
  color: #fff;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 63px;
  border-radius: 0;
  margin-top: 15px;
  -webkit-transition: all, 0.6s, ease-in-out, 0s;
  -moz-transition: all, 0.6s, ease-in-out, 0s;
  -o-transition: all, 0.6s, ease-in-out, 0s;
  transition: all, 0.6s, ease-in-out, 0s;
}
.terms-footer .customBtn:hover {
  background: none;
  color: #3b3b3b;
}

/**** Reservations page  ****/
.limoLabsBooking .reserveSearch {
  width: 320px;
  float: right;
}
.limoLabsBooking .pagination-box {
  text-align: right;
  display: table;
  width: 100%;
}
.limoLabsBooking .pagination-box .pagination {
  display: inline-block;
  margin: 0;
  border-top: 0;
  font-family: Open Sans,sans-serif;
  font-size: 14px !important;
}
.limoLabsBooking .pagination-box .pagination:after, .limoLabsBooking .pagination-box .pagination:before {
  background-color: transparent;
  height: auto;
  right: auto;
  width: auto;
  display: none;
}
.limoLabsBooking .pagination-box .pagination li {
  margin: 0;
}
.limoLabsBooking .pagination-box .pagination li a {
  color: #444;
}
.limoLabsBooking .pagination-box .pagination li.active a {
  color: #fff;
}
.limoLabsBooking .reservationBoxBtn {
  border-top: 1px solid #bfbfbf;
  padding-top: 15px;
  text-align: center;
  margin-top: 30px;
}
.limoLabsBooking .reservationBoxBtn .reservationChangeBtn {
  border: none;
  background: none;
  border-bottom: 2px solid #999;
  padding: 0 10px;
  margin: 0 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
}
.limoLabsBooking .map-link {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
}
.limoLabsBooking .map-link:hover {
  text-decoration: none;
  color: #333;
}

/* Rates Model
************************************************/
.modal-open .modal {
  background: rgba(0, 0, 0, 0.3);
}

.limoLabsServicesWidgetHomePage.modal-body {
  width: auto;
}

.stars-lg-box {
  width: 100%;
  float: left;
}
.stars-lg-box i {
  cursor: pointer;
  font-size: 30px;
  padding: 8px;
  color: #0c8fce;
}

.rate-model-footer .customBtn {
  min-width: 100px;
}

/* Thank You Page
************************************************/
.limoLabsServicesReview {
  padding: 50px 0;
}
.limoLabsServicesReview .confirmText {
  font-size: 17px;
  font-weight: 100;
  color: #444;
  margin-bottom: 10px;
  margin-top: 20px;
}
.limoLabsServicesReview .confirmText span {
  text-decoration: none;
  font-weight: 400;
}
.limoLabsServicesReview .confirmNumber {
  color: #444;
  font-size: 24px;
  font-weight: 400;
  margin: 30px 0 64px;
  text-align: center;
}
.limoLabsServicesReview .confirmNumber span {
  letter-spacing: 1px;
  font-size: 27px;
}

/* LOGIN WIDGET
************************************************/
.limoLabsWidgetLogin .track-active-ride-icon {
  float: left;
  position: relative;
  top: -7px;
  cursor: pointer;
  padding-left: 10px;
}
.limoLabsWidgetLogin .track-active-ride-icon svg {
  fill: #eee;
  height: 37px;
  width: 30px;
}
.limoLabsWidgetLogin .showAcountDropDown {
  position: absolute;
  top: 35px;
  right: 5px;
  background: #f9f9f9;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
}
.limoLabsWidgetLogin .showAcountDropDown .widgetListBtn {
  width: 100%;
  float: left;
  margin: 0px;
  background: none;
  border-radius: 0px;
  color: #333;
  font-family: Open Sans,sans-serif;
  text-transform: none;
}
.limoLabsWidgetLogin .showAcountDropDown .widgetListBtn:last-child {
  border-bottom: none;
}
.limoLabsWidgetLogin .widgetBtn {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #000;
  text-transform: uppercase;
  float: left;
  font-size: 15px;
  font-weight: 600;
  padding: 8px 13px;
  margin: 0 5px;
  outline: medium none;
  cursor: pointer;
  line-height: 18px;
  text-decoration: none;
  position: relative;
  font-family: Open Sans,sans-serif;
}
.limoLabsWidgetLogin .widgetBtn::before {
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: 0;
  transition: top 0.3s ease 0s;
  width: 100%;
  -webkit-transition: top 0.3s ease 0s;
  -moz-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.limoLabsWidgetLogin .widgetBtn::after {
  content: "";
  height: 2px;
  right: 0;
  position: absolute;
  top: 0;
  width: 2px;
  -webkit-transition: height 0.3s ease 0s;
  -moz-transition: height 0.3s ease 0s;
  transition: height 0.3s ease 0s;
}
.limoLabsWidgetLogin .widgetBtn:hover::before {
  top: 100%;
  opacity: 1;
}
.limoLabsWidgetLogin .widgetBtn:hover::after {
  height: 100%;
}
.limoLabsWidgetLogin .widgetBtn.active::before {
  top: 100%;
  opacity: 1;
}
.limoLabsWidgetLogin .widgetBtn.active::after {
  height: 100%;
}
.limoLabsWidgetLogin .widgetBtn i {
  font-size: 14px;
  margin-left: 9px;
}

/****************** Spinner **********************/
.autocomplate-spinner {
  position: absolute;
  right: 10px;
  bottom: 8px;
}
.autocomplate-spinner i.spin {
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
  position: relative;
  -webkit-animation: spin 0.8s linear infinite;
  -moz-animation: spin 0.8s linear infinite;
  -ms-animation: spin 0.8s linear infinite;
  -o-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}

#loading-bar .bar {
  /*  background: #f00;*/
  height: 4px;
}

.loadding-hide-div {
  z-index: 99999;
  width: 100%;
  background: none repeat scroll 0px 0px rgba(0, 0, 0, 0.7);
  height: 100%;
  top: 0px;
  position: fixed;
  margin-top: 0px !important;
}

#preview-area {
  width: 200px;
  height: 200px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  margin: auto auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 999999;
  background: url("../img/frontCarSpinner.png") center 32px no-repeat;
}

.spinner {
  margin: auto auto;
  width: 150px;
  height: 150px;
  position: relative;
}

.container1 > div, .container2 > div, .container3 > div {
  width: 23px;
  height: 23px;
  background-color: #aaaaaa;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}

.circle1 {
  top: 0;
  left: 0;
}

.circle2 {
  top: 0;
  right: 0;
}

.circle3 {
  right: 0;
  bottom: 0;
}

.circle4 {
  left: 0;
  bottom: 0;
}

.container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.container3 .circle1 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/** blink **/
.blink {
  -webkit-animation-name: blink;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blink;
  -moz-animation-duration: 1s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
@keyframes blink {
  0% {
    opacity: 1.0;
  }
  50% {
    opacity: 0.0;
  }
  100% {
    opacity: 1.0;
  }
}
/** spin **/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
