body {
  background-color: #F8F8F8;
}

.cookie-bar {
  background: #e1ebf2;
  color: #196e98;
  padding: 18px;
  font-size: 14px;
  justify-content: center;
  align-items: center;
}

.cookie-bar-message {
  font-size: 13px;
}

._btn-info {
  color: #fff;
  border-color: #17a2b8;
  color: #000000;
}

#_main_body {
  margin-top: 20px;
}

._navbar {
  position: relative;
  margin-bottom: 10px;
  border: 1px solid transparent;
}

.panel {
  margin-bottom: 20px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  margin: -1px -1px 0;
  position: relative;
  background: #f2f2f2;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}

.panel-title > a {
  text-transform: none;
  text-decoration: none;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  margin: -1px -1px 0;
  position: relative;
  background: #f2f2f2;
}

.panel-heading h4 {
  font-weight: 500;
}

.dot_icon {
  padding-right: 0px;
  font-size: 25px;
  text-align: right;
  margin: 0 auto;
}

.dot_input {
  padding-left: 0px;
}

.dot_delete {
  padding-left: 0px;
  font-size: 25px;
  cursor: pointer;
}

._hover {
  cursor: pointer;
}

.input-group-text {
  height: 95%;
}

.ladda-button {
  position: relative;
}

.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
  opacity: 0;
  pointer-events: none;
}

.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}

.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: 0.1s linear all !important;
}

.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}

.ladda-button,
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) all !important;
}

.ladda-button[data-style=zoom-in],
.ladda-button[data-style=zoom-in] .ladda-spinner,
.ladda-button[data-style=zoom-in] .ladda-label,
.ladda-button[data-style=zoom-out],
.ladda-button[data-style=zoom-out] .ladda-spinner,
.ladda-button[data-style=zoom-out] .ladda-label {
  transition: 0.3s ease all !important;
}

.ladda-button[data-style=expand-right] .ladda-spinner {
  right: 14px;
}

.ladda-button[data-style=expand-right][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-right][data-size=xs] .ladda-spinner {
  right: 4px;
}

.ladda-button[data-style=expand-right][data-loading] {
  padding-right: 56px;
}

.ladda-button[data-style=expand-right][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-right][data-loading][data-size=s],
.ladda-button[data-style=expand-right][data-loading][data-size=xs] {
  padding-right: 40px;
}

.ladda-button[data-style=expand-left] .ladda-spinner {
  left: 14px;
}

.ladda-button[data-style=expand-left][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-left][data-size=xs] .ladda-spinner {
  left: 4px;
}

.ladda-button[data-style=expand-left][data-loading] {
  padding-left: 56px;
}

.ladda-button[data-style=expand-left][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-left][data-loading][data-size=s],
.ladda-button[data-style=expand-left][data-loading][data-size=xs] {
  padding-left: 40px;
}

.ladda-button[data-style=expand-up] {
  overflow: hidden;
}

.ladda-button[data-style=expand-up] .ladda-spinner {
  top: -32px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-up][data-loading] {
  padding-top: 54px;
}

.ladda-button[data-style=expand-up][data-loading] .ladda-spinner {
  opacity: 1;
  top: 14px;
  margin-top: 0;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s],
.ladda-button[data-style=expand-up][data-loading][data-size=xs] {
  padding-top: 32px;
}

.ladda-button[data-style=expand-up][data-loading][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-up][data-loading][data-size=xs] .ladda-spinner {
  top: 4px;
}

.ladda-button[data-style=expand-down] {
  overflow: hidden;
}

.ladda-button[data-style=expand-down] .ladda-spinner {
  top: 62px;
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=expand-down][data-size=s] .ladda-spinner,
.ladda-button[data-style=expand-down][data-size=xs] .ladda-spinner {
  top: 40px;
}

.ladda-button[data-style=expand-down][data-loading] {
  padding-bottom: 54px;
}

.ladda-button[data-style=expand-down][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=expand-down][data-loading][data-size=s],
.ladda-button[data-style=expand-down][data-loading][data-size=xs] {
  padding-bottom: 32px;
}

.ladda-button[data-style=slide-left] {
  overflow: hidden;
}

.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}

.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-right] {
  overflow: hidden;
}

.ladda-button[data-style=slide-right] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-right] .ladda-spinner {
  right: 100%;
  margin-left: -16px;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-label {
  opacity: 0;
  left: 100%;
}

.ladda-button[data-style=slide-right][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}

.ladda-button[data-style=slide-up] {
  overflow: hidden;
}

.ladda-button[data-style=slide-up] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-up] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: 1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-label {
  opacity: 0;
  top: -1em;
}

.ladda-button[data-style=slide-up][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=slide-down] {
  overflow: hidden;
}

.ladda-button[data-style=slide-down] .ladda-label {
  position: relative;
}

.ladda-button[data-style=slide-down] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  margin-top: -2em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-label {
  opacity: 0;
  top: 1em;
}

.ladda-button[data-style=slide-down][data-loading] .ladda-spinner {
  opacity: 1;
  margin-top: -16px;
}

.ladda-button[data-style=zoom-out] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-out] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(2.5);
}

.ladda-button[data-style=zoom-out] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(0.5);
}

.ladda-button[data-style=zoom-out][data-loading] .ladda-spinner {
  opacity: 1;
  transform: none;
}

.ladda-button[data-style=zoom-in] {
  overflow: hidden;
}

.ladda-button[data-style=zoom-in] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
  transform: scale(0.2);
}

.ladda-button[data-style=zoom-in] .ladda-label {
  position: relative;
  display: inline-block;
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-label {
  opacity: 0;
  transform: scale(2.2);
}

.ladda-button[data-style=zoom-in][data-loading] .ladda-spinner {
  opacity: 1;
  transform: none;
}

.ladda-button[data-style=contract] {
  overflow: hidden;
  width: 100px;
}

.ladda-button[data-style=contract] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract][data-loading] {
  border-radius: 50%;
  width: 52px;
}

.ladda-button[data-style=contract][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract][data-loading] .ladda-spinner {
  opacity: 1;
}

.ladda-button[data-style=contract-overlay] {
  overflow: hidden;
  width: 100px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0);
}

.ladda-button[data-style=contract-overlay] .ladda-spinner {
  left: 50%;
  margin-left: -16px;
}

.ladda-button[data-style=contract-overlay][data-loading] {
  border-radius: 50%;
  width: 52px;
  box-shadow: 0px 0px 0px 3000px rgba(0, 0, 0, 0.8);
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-label {
  opacity: 0;
}

.ladda-button[data-style=contract-overlay][data-loading] .ladda-spinner {
  opacity: 1;
}

.vehicle-grid-item-price {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  min-height: 40px;
}

.vehicle-grid-item-price-numb {
  color: #1b81cb;
  justify-content: center;
  text-align: center;
}

._input-group-text {
  background-color: #ffffff;
  min-width: 60px;
  text-align: center;
  display: inline-block;
}

.total-prise {
  color: #1b81cb;
  font-size: 18px;
  font-weight: 500;
}

.ors-title,
.ors-sub-title {
  background: #f2f2f2;
  color: #4a4a4a;
}

.ors-column-l {
  padding-right: 30px;
}

.ors-column-r {
  padding-left: 30px;
}

.ors-column-r-border {
  border-left-color: #bebebe;
  border-left: 1px solid #bebebe;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 0px;
  height: 100%;
  width: 0px;
  border-width: 0 1px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.toggle-off {
  background-color: #e6e6e6;
}

.ors-total-price tr {
  background-color: #E1EBF2;
}

.ors-total-price td {
  font-size: 30px;
  font-weight: 500;
}

.ors-table tr td {
  padding: 10px 25px;
}

.ors-total-price tr th {
  padding: 20px 25px;
}

#siteseal img {
  height: 29px;
  width: auto;
}

.form-helper {
  display: block;
  opacity: 0.7;
  font-size: 12px;
  margin-top: 2px;
  clear: left;
}

.heading-underlined {
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.ui-autocomplete {
  padding: 5px;
  border-radius: 0;
}

.ui-autocomplete .ui-corner-all {
  width: 100%;
  display: block;
  padding: 5px;
  margin-bottom: 5px !important;
  font-weight: initial !important;
  font-size: 14px;
  cursor: pointer;
}

.ui-autocomplete .ui-corner-all i {
  margin-right: 10px;
}

.ui-autocomplete .ui-corner-all.ui-state-focus {
  margin-bottom: 5px !important;
  font-weight: initial !important;
  border: 1px solid #ffdf8b;
  background: #ffdf8b;
  color: #000000;
  text-decoration: none;
}

.bootstrap-datetimepicker-widget {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
  width: 600px;
}

.bootstrap-datetimepicker-widget .dow {
  width: 14.2857%;
}

.bootstrap-datetimepicker-widget > ul {
  list-style-type: none;
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second,
.bootstrap-datetimepicker-widget .timepicker-period {
  width: 30px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
  padding: 0 !important;
  background-color: transparent !important;
}

.bootstrap-datetimepicker-widget .timepicker-period {
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  line-height: 30px;
}

.bootstrap-datetimepicker-widget .timepicker-period:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.12);
  border-radius: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget table[data-hour-format="12"] .separator {
  width: 4px;
  padding: 0;
  margin: 0;
}

.bootstrap-datetimepicker-widget .datepicker > div {
  display: none;
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget th {
  text-align: center;
  border-radius: 0;
}

.bootstrap-datetimepicker-widget td {
  height: 40px;
  line-height: 40px;
  width: 40px;
}

.bootstrap-datetimepicker-widget td.cw {
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  color: #bebebe;
}

.bootstrap-datetimepicker-widget td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget td.day:hover,
.bootstrap-datetimepicker-widget td.hour:hover,
.bootstrap-datetimepicker-widget td.minute:hover,
.bootstrap-datetimepicker-widget td.second:hover {
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
}

.bootstrap-datetimepicker-widget td.old,
.bootstrap-datetimepicker-widget td.new {
  color: #bebebe;
}

.bootstrap-datetimepicker-widget td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget td.today:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #1b81cb;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget td.active:hover {
  background-color: #196e98;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget td.disabled,
.bootstrap-datetimepicker-widget td.disabled:hover {
  background: none;
  color: #bebebe;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget td span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0;
  background-color: #f5f5f5;
}

.bootstrap-datetimepicker-widget td span .glyphicon {
  content: "f ";
}

.bootstrap-datetimepicker-widget td span:hover {
  background: rgba(0, 0, 0, 0.12);
}

.bootstrap-datetimepicker-widget td span.active {
  background-color: #1b81cb;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget td span.old {
  color: #bebebe;
}

.bootstrap-datetimepicker-widget td span.disabled,
.bootstrap-datetimepicker-widget td span.disabled:hover {
  background: none;
  color: #bebebe;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.prev {
  font-size: 19.5px;
}

.bootstrap-datetimepicker-widget th.disabled,
.bootstrap-datetimepicker-widget th.disabled:hover {
  background: none;
  color: #bebebe;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget thead tr:first-child th:hover {
  background: rgba(0, 0, 0, 0.12);
}

.timepicker-picker td,
.timepicker-picker th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.timepicker-picker .btn-timepicker-close {
  margin: 5px 0 3px;
  font-size: 15px;
  font-weight: 500;
}

.input-group.date .input-group-addon span {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.bootstrap-datetimepicker-widget.left-oriented:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.left-oriented:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget ul.list-unstyled li div.timepicker div.timepicker-picker table.table-condensed tbody > tr > td {
  padding: 0 !important;
}

#returnTripPickupDateHolder {
  position: relative;
}

#returnTripPickupDateHolder .bootstrap-datetimepicker-widget.dropdown-menu.picker-open {
  position: absolute !important;
  top: 40px !important;
  left: 0 !important;
  right: auto !important;
  bottom: auto !important;
}

@media screen and (max-width: 767px) {
  .bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 283px;
  }
}

