/**************************************************************************** GENERAL ********************************************************************/

/***** FONTS *****/
/* roboto-100 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: url('assets//fonts/roboto-v30-latin-100.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-100.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-100.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('assets/fonts/roboto-v30-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-300.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('assets/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('assets/fonts/roboto-v30-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-500.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('assets/fonts/roboto-v30-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-700.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: url('assets/fonts/roboto-v30-latin-900.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('assets/fonts/roboto-v30-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('assets/fonts/roboto-v30-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('assets/fonts/roboto-v30-latin-900.woff') format('woff'), /* Modern Browsers */
       url('assets/fonts/roboto-v30-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('assets/fonts/roboto-v30-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}
/***** END FONTS *****/

*,
*::after,
*::before {
  box-sizing: border-box;
}
* {
  font-family: 'Roboto';
  /*font-weight: 400;*/
  color: #1a1844;
  font-size: 16px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1a1844;
  font-weight: 400;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1a1844;
  font-weight: 400;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1a1844;
  font-weight: 400;
}
body {
  background: transparent;
}

.iconColor {
  filter: var(--image-color);
}

.numeric {
  display: flex;
  margin-left: 2px;
  margin-right: 2px;
}
.numeric input {
  width: 60px;
  text-align: center;
  border:none;
  height: 40px;
  border-top:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
  float: left;
}

.numeric .sum {
  z-index: 1;
  color: #fff;
  background-color: #416ae1;
  border-color: #416ae1;
  /*margin-right: 20px;*/
  border-radius: 0px 40px 40px 0px;
  -moz-border-radius: 0px 40px 40px 0px;
  -webkit-border-radius: 0px 40px 40px 0px;
  min-width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 12px;
  text-align: center;
  display: inline-block;
  padding-right: 10px;
  height: 40px;
  float: left;
  background: linear-gradient(90deg, rgba(65,113,225,1) 0%, rgba(65,131,225,1) 35%, rgba(65,144,225,1) 100%);
  text-decoration: none;
}

.numeric .rest {
  z-index: 1;
  color: #fff;
  background-color: #416ae1;
  border-color: #416ae1;
  margin-right: 1px;
  border-radius: 40px 0px 0px 40px;
  -moz-border-radius: 40px 0px 0px 40px;
  -webkit-border-radius: 40px 0px 0px 40px;
  min-width: 40px;
  line-height: 40px;
  font-size: 20px;
  padding-left: 12px;
  text-align: center;
  display: inline-block;
  /*margin-left: -8px !important;*/
  height: 40px;
  float: left;
  background: linear-gradient(90deg, rgba(65,113,225,1) 0%, rgba(65,131,225,1) 35%, rgba(65,144,225,1) 100%);
  text-decoration: none;
}

/**************************************************************************** END GENERAL ********************************************************************/
/**************************************************************************** STEP 0 (SEARCH) ********************************************************************/
#search {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

  background-color: white;
  border-radius: 25px;
}
#search li.optionSearch:hover >span,
#search li.optionSearch:hover >label,
.select2-selection__rendered:hover,
#dateRange:hover,
#dateRange2:hover,
li > select:hover, li > input:hover  {
  /*color: #ff9600 !important;*/
  cursor: pointer;
}
td.available {
  /*color: black;*/
  background-color: #f8f8f8;
  border-radius: 0 !important;
}
.table-condensed tbody {
  font-weight: 500;
}

#search li #dateRange, #search li #dateRange2 {
  padding-left: 15px;
  height: 32px;
}
#search li .labelInput {
  padding-left: 15px;
  width: 100%;
  /*display: flex;*/
  /*font-weight: 500;*/
}

#step0 #search #data {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 75%;

  padding: 0px;
  margin: 0px;

  list-style: none;

  line-height: 2em;

  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
  border: 1px solid rgba(128, 128, 128, 0.575);
  border-top: 0px;
}
.eac-item {
  line-height: 1.5em;
}
.line-break {
  width: 100%;
  border: 0px !important
}
.hidden-line-break {
  display: none;
}
#step0 #search #data li.optionSearch {
  display: flex;
  flex: auto;
  padding-right: 0;
  background-origin: content-box;
  border-top: 1px solid rgba(128, 128, 128, 0.575);
  border-right: 1px solid rgba(128, 128, 128, 0.575);
  align-items: center;
  justify-content: left;
  padding-left: 30px;
  padding-right: 0px;
}

#step0 #search #data li.optionSearch:first-child {
  border-top-left-radius: 5px;
}
#step0 #search #data li#origin{
  border-top-left-radius: 5px;
}

#origin{
  /* background: url("assets/images/salida.png") no-repeat left; */
  background-size: 19px;
}
#destination {
  /* background: url("assets/images/llegada.png") no-repeat left; */
  background-size: 19px;
}

#pickup-date,
#return-date {
  position: relative;
  /* background: url("assets/images/calendar.png") no-repeat left; */
  background-size: 15px;
}
#dobDate:not(.is-invalid) {
  position: relative;
  /* background: url("assets/images/calendar.png") no-repeat right; */
  background-size: 15px;
  background-origin: content-box;
  cursor: pointer;
}

#pickup-date {
  display: flex;
  align-content: start;
  /*min-width: 40% !important;*/
  width: 260px;
}

.img-padding{
  padding-left: 10px;
}

#passenger {
  /* background: url("assets/images/passenger.png") no-repeat left; */
  background-size: 23px;
  width: 260px;
}

/*#passenger:hover {
  background: url("assets/images/passenger-orange.png") no-repeat left;
  background-origin: content-box;
}*/

#search #pickup-date input {
  border: none;
}

#search .is-invalid:not(.blue-button) {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;  
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.blue-button {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;

  flex: auto;
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  align-items: center;
  color: white;
  background: var(--secondary-color);
  cursor: pointer;
  font-weight: 500;

  white-space: nowrap;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blue-button div {
  color: white;
}
#search .blue-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -2px;
}
#search .blue-button button {
  background: transparent;
  border: 0;
  color: white;
  font-weight: 500;
}
#step1 #search .blue-button {
  margin-left: 0;
}
.blue-button.is-invalid {
  /*background: #C19E61;*/
  cursor: not-allowed;
}
.inputAutocomplete {
  display: block !important;
  height: 38px !important;
  margin-top: 1px !important;
}
 #dateRange,  #dateRange2, #showPasssenger, .select2-container, #originAutocomplete, #destinationAutocomplete  {
  /*margin-left: 20px !important;*/
  width: calc(100% - 25px) !important;
  font-weight: 400;
  /*min-width: 200px;*/
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.easy-autocomplete-container ul li.selected {
  border: 1px solid #CDCDCD !important;
}
#countryId, #pickCityId, #dropCityId, #dateRange,  #dateRange2 {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
}

#origin, #destination, #pickup, #dropoff, #pickup-date  {
  position: relative;
}
.popup-error {
  white-space: nowrap;
  display: none;
  position: absolute;
  left: 150px;
  top: 0;
  z-index: 1000;
  border-radius: 15px;
  padding: 35px;

  -webkit-box-shadow: -1px 0px 16px 3px rgba(56, 39, 39, 0.49); 
  box-shadow: -1px 0px 16px 5px rgba(0,0,0,0.2);


  margin-top: 50px;
  background-color: white;
  color: #000!important;
  background: url("assets/images/error-mark-red.png") 10px 10px no-repeat,  #ffffff !important;
}
#country span.select2-selection__rendered.is-invalid:hover + #country .popup-error {
  display: block;
  z-index: 1000;
}
#origin > .easy-autocomplete > .is-invalid:hover + #origin .popup-error {
  display: block;
  z-index: 1000;
}
/* DATEPICKER */
.daterangepicker:before, .daterangepicker:after {
  display: none;
}
.daterangepicker {
  font-size: 0.9em !important;
  border-radius: 25px !important;
  padding: 20px !important;
  box-shadow: 10px -2px 5px 0px rgba(71, 51, 51, 0.1) !important;
}
.daterangepicker th.month {
  /*color: #212529;*/
  font-size: 13px !important;
  text-transform: uppercase;
  font-weight: 500;
}
.daterangepicker th:not(.month) {
  /*color: #d8d8d8 !important;*/
  font-style: normal !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  font-weight: 900 !important;
}
.daterangepicker thead tr:last-child th {
  border-bottom: 1px solid rgba(0,0,0,.125);
}
.daterangepicker .in-range {
  background: rgba(176,120,24, 0.6) !important;
  color: #fff !important;
}
.daterangepicker .start-date, .daterangepicker .end-date {
  background: var(--secondary-color) !important;
  color: #fff !important;
  border-radius: 0 !important;
}
.daterangepicker .available[data-title]:hover {
  background: rgba(176,120,24, 0.6) !important;
}
.daterangepicker .next.available, .daterangepicker .prev.available {
  background: var(--secondary-color) !important;
  color: white;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: white;
}
 .daterangepicker .calendar-table .prev span {
  border-color: white;
}
/*.daterangepicker .calendar-table .prev span, .daterangepicker .calendar-table .next span  {
  background-color: var(--secondary-color) !important;
}*/
/*.daterangepicker .calendar-table .prev span, .daterangepicker .calendar-table .next span {
  color: #cfcfcf !important;
  background: url("assets/images/left-arrow-calendar.png") no-repeat !important;
  width: 33px !important;
  height: 12px !important;
  transform: none !important;
  background-size: contain !important;
  border: 0 !important;
}
.daterangepicker .calendar-table .next span {
  transform: rotate(-180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}*/
.daterangepicker td {
	width: 34px !important;
  height: 24px !important;
  font-size: 14px !important;
}
.daterangepicker td.disabled, .daterangepicker option.disabled{
  text-decoration-line: none !important;
}
.daterangepicker select {
  border: 1px solid var(--secondary-color) !important;
  border-radius: 25px!important;
  margin-bottom: 20px;
  background-color: #fff7ef!important;
  padding-left:10px !important;
}
/* END DATEPICKER */

/* PASSENGERS */
.numberCI{
  display: block;
  /*margin: 2px 2px 2px auto;*/
  cursor: pointer;
  outline: none;
  width: 100%;
  text-align: right;
  /*border: 1px solid #d9d9d9;
  background: url(assets/images/calendar.png) no-repeat left;*/
  padding: 0 2px 0 2px;
  background-origin: content-box;
  max-width: 100px;
  border: 0;
}
.numberCIH{
  display: none;
}
.passengerImageDates {
  margin: 2px 2px 2px auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
#passenger label {
  margin: 0;
}

#passengerModal {
  background-color: white;
  border-radius: 25px;
  display: block;
  position: absolute;
  box-shadow: 10px -2px 5px 0px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: gray;
  padding: 20px;
  z-index: 1000;
}

.passengerSectionModal {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 5px;
}

.passengerLabel {
  margin-right: 10px;
}

#passengerModal {
  display: none;
}
.passengerSection {
  display: block !important;
}
.passengerSection > .passengerImageLabel {
  display: flex;
  align-items: center;
}
.labelDescription {
  width: 100%;
  margin-right: 20px;
}

.labelDescription label,
.labelDescription span {
  display: block;
}

.labelDescription span {
  font-size: 0.8em;
  white-space: nowrap;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {

  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input button {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border-radius: 25px;
  border: 2px solid #1a1844;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  margin: 0;
  position: relative;
}

.number-input button:before,
.number-input button:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 0.7rem;
  height: 1.4px;
  background-color: #1a1844;
  transform: translate(-50%, -50%);
}

.number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  /*font-family: sans-serif;*/
  max-width: 4rem;
  padding: .4rem;
  /*border: 1px solid #d9d9d9;*/
  font-size: 1.2rem;
  height: 1.5rem;
  text-align: center;
  border-radius: 6px;
  /*margin: 0px 10px;*/
  background: 0;
  width: 40px;
  padding: 0;
  border: 0;
}

/* END PASSENGERS */


/* SCROLLBAR LIST */
.select2-container ::-webkit-scrollbar {
  width: 12px;
}

/* Track */
.select2-container ::-webkit-scrollbar-track {
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);*/
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #ebebeb;
}

/* Handle */
.select2-container ::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 130, 0, 0.8);
  /*-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);*/
}

/* END */

/* SELECT */

select {
  appearance: none;
  background-color: transparent;
  border: none;
  /*padding: 0 1em 0 0;*/
  padding: 0 1em 0 10px;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  font-weight: 500;
}
select::-ms-expand {
  display: none;
}

.select2-results__option {
  font-weight: 400;
  color: #333;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 25px!important;
  padding: 10px 15px!important;
  box-shadow: 10px -2px 5px 0 rgba(0,0,0,.1)!important;

  background: #fff!important;
  /*color: #333!important;*/
  border: 1px solid #c8c8c8!important;
}
.select2-selection__rendered {
  font-weight: 500!important;
  color: grey !important;
}
.select2-selection {
  border: 0!important;
  outline: 0!important;
}
.select2-selection__arrow {
  display: none!important;
}
.select2-search__field {
  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border-radius: 0!important;
  border-color: #ff9600!important;
  outline: 0 !important;
  width: calc(100% - 16px)!important;
  color: #333!important;
}
.select2-search:after {
  /*content: "\e908"!important;*/
  content: "SS"!important;
  /*background: url("assets/images/search.png") no-repeat left;*/
  /*color: #ff9600!important;*/
  color: transparent!important;
  width: 16px!important;
  display: inline!important;

  border-top: 0!important;
  border-left: 0!important;
  border-right: 0!important;
  border-bottom: 1px!important;
  border-radius: 0!important;
  border-style: solid !important;
  border-color: #ff9600!important;
}
.select2-search {
  width: 100%!important;
}
.select2-search--dropdown{
  display: flex!important;
  flex-flow: row nowrap!important;
}
.select2-results__option--selectable:not(.select2-results__option--selected) {
  color: #333!important;
}
.select2-results__option--selectable:hover {
  background-color: #eaeaea !important;
  color: #333!important;
}
.select2-results__option--selectable {
  font-size: 15px !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
  background-color: transparent !important;
  

}
.select2-container--default.select2-container--disabled .select2-selection__rendered {
  color: rgba(128, 128, 128, 0.6)!important;
}

.select2-container--default.select2-container--disabled .select2-selection__rendered:hover {
  color: #ff9600!important;
  cursor: default!important;
}
/* END SELECT */
/**************************************************************************** END STEP 0 (SEARCH) ********************************************************************/

/**************************************************************************** RESPONSIVE ********************************************************************/
@media all and (max-width: 1060px) {
  #step0 .hidden-line-break {
    display: block;
  }
}
/**************************************************************************** END RESPONSIVE ********************************************************************/
