#main_search_box #land_result form {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 2px solid #fff;
  color: #033669;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
  margin-top: 7px;
}

#main_search_box {
  width: 340px;
  background-color: rgba(170, 170, 170, 0.85);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
  height: auto;
}

#main_search_box .aside_title {
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  border-top: 1px solid white;
  cursor: pointer;
  display: none;
  background-color: rgba(170, 170, 170, 0.85);
}

#main_search_box .aside_title.fixed {
  background-color: #004a83;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
}

#main_search_box .top_btns {
  text-align: center;
  padding-top: 5px;
}

#main_search_box .top_btns .search_btn {
  width: 23%;
  background-color: #808080;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */

  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}

#main_search_box .top_btns .search_btn:hover {
  background-color: #6c6c6c;
}

#main_search_box .search_btn.active {
  background-color: #004a83;
}

#main_search_box .search_btn.active:hover {
  cursor: auto;
  background-color: #004a83;
}

#main_search_box .search_btn .image_container {
  padding: 5px;
}

#main_search_box .search_btn .image_container #ship_image {
  width: 26px;
}

#main_search_box .search_btn .image_container #land_image {
  width: 48px;
}

#main_search_box .search_btn .image_container #flight_image {
  width: 52px;
}

#main_search_box .search_btn .image_container #excursions_image {
  width: 19.5px;
}

#main_search_box .search_btn .text {
  font-size: 12px;
  color: white;
  padding: 0 5px 5px 5px;
}

#main_search_box div#land_tab div.surround {
  margin: 10px;
}

#main_search_box div#land_tab p#selectType {
  margin: 10px 0;
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#main_search_box .surround .landType:last-child {
  margin-bottom: 10px !important;
}

#main_search_box #land_tab .surround .landType {
  display: block;
  margin: 20px 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #033669;
  cursor: pointer;
  border: 2px solid #fff;
}

#main_search_box .landType .icon {
  background-color: #1a7dde;
  float: left;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 5px;
}

#main_search_box .landType .icon img {
  height: 100%;
}

#main_search_box #land_result {
  display: none;
}

#main_search_box #travImpForm > div {
  margin: 11px 6px;
}

#main_search_box #land_result form > div {
  margin-bottom: 6px;
}

#main_search_box #ti_form_submit_btn {
  margin: 11px 6px;
}

a.tour-search-fancybox:hover {
  text-decoration: none !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .destination-type-radio label {
  margin-left: 0 !important;
  margin-bottom: 0 !important;
  line-height: 16px !important;
  font-weight: normal !important;
}

#main_search_box #land_result label {
  font-weight: bold;
}

#main_search_box #land_result .side_to_side_section .set {
  float: left;
  width: 50%;
}

#main_search_box #land_result input[type='date'],
#main_search_box #land_result input[type='text'],
#main_search_box #land_result select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background-color: white;
  color: #033669;
  border-radius: 5px;
  padding: 5px;
  outline: 0;
  border: 0;
}

div.swiftCruiseSearch .od-tab-form-wrapper input {
  color: #444 !important;
  background-color: white !important;
}

div.swiftHotelSearch {
  padding-right: 10px;
}

div.swiftHotelSearch .od-form-wrapper input {
  background-color: #fff !important;
}

div.swiftCruiseSearch .od-input-wrapper .od-date-picker input {
  line-height: 13px !important;
  padding-top: 7px !important;
  padding-bottom: 6px !important;
}

#main_search_box #land_result .side_to_side_section .set input {
  width: 85.3%;
  height: 17px;
}

#main_search_box #land_result .side_to_side_section .set select {
  width: 97%;
  height: 27px;
}

#main_search_box #land_result #adc_hotelList,
#main_search_box #land_result #adc_carrierList {
  display: none;
  width: 100%;
}

#main_search_box #land_result .select_span {
  position: relative;
  width: 97%;
}

#main_search_box #land_result .select_span::after {
  position: absolute;
  top: 4px;
  right: 5px;
  font-style: normal;
  pointer-events: none;
  content: '\25BC';
  background-color: white;
  font-size: 10px;
  padding: 5px;
}

#main_search_box .trvImpChildrenAges .select_span.single {
  margin-bottom: 9px;
}

#main_search_box #land_result .select_span.single {
  display: inline-block;
  width: auto;
  margin-right: 2px;
}

#main_search_box #land_result .select_span.single select {
  width: 50px;
  height: 27px;
  margin-bottom: 2px;
}

#main_search_box .trvImpRoom {
  margin: 9px 0;
}

#main_search_box button#land_result_back {
  color: #033669;
  background-color: #eee;
  border: 0 none;
  cursor: pointer;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

#main_search_box button#land_result_back:hover {
  background-color: #ddd;
}

#main_search_box div#flights_tab {
  padding: 15px !important;
}

#main_search_box div#flights_tab div.surround {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  color: #033669;
  border: 1px solid white;
}

.qtip_cruiseSearchTip p {
  margin-bottom: 10px;
}

.qtip_cruiseSearchTip p:last-child {
  margin-bottom: 0;
}

#ti_confirm_fancybox_content p {
  line-height: 20px;
  font-size: 14px;
  margin: 20px 0;
}

#main_search_box .landType p:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}

#main_search_box .landType p:last-child {
  font-style: italic;
}

#main_search_box div#flights_tab p:first-child {
  font-size: 16px;
}

#main_search_box div#flights_tab p#flightContact {
  font-size: 14px;
  font-style: italic;
  margin: 25px 0;
}

#main_search_box div#flights_tab p#flightSm {
  font-size: 12px;
}

#main_search_box #land_tab .surround .landType:hover {
  background: rgba(255, 255, 255, 0.9);
}

#main_search_box #excursions_tab {
  font-size: 14px !important;
  line-height: 15px;
  text-align: center;
}

#main_search_box div.footer a {
  text-decoration: underline;
  color: white;
}

#main_search_box div.footer > a {
  margin-left: 8px;
}

#main_search_box div.footer a:hover {
  color: #1a7dde;
}

#main_search_box #excursions_tab a {
  color: #007add;
  font-weight: bold;
}

#main_search_box #excursions_tab a:hover {
  color: dodgerblue;
}

#main_search_box #excursions_tab div.large {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px 0;
}

#main_search_box #excursions_tab img {
  margin: 30px 0 5px 0;
  border: #fff solid 2px;
  width: 100%;
  max-width: 296px;
}

#main_search_box .tab_content {
  padding: 10px;
  color: white;
  font-size: 12px;
  display: none;
}

#main_search_box div#cruise_tab.tab_content section div#radios {
  margin: 10px 0 15px 0;
}

#main_search_box .tab_content #radios {
  margin-bottom: 10px;
}

#main_search_box .tab_content #radios h4 {
  display: inline-block;
}

#main_search_box .tab_content input[type='radio'] {
  vertical-align: text-bottom;
}

#main_search_box div#cruise_tab.tab_content section div#radios input[type='radio'] {
  margin: 0 3px 0 0;
  padding: 0;
}

#main_search_box div#cruise_tab.tab_content section div#radios label#cruiseTour {
  margin: 0 0 0 15px;
  padding: 0;
}

#main_search_box .tab_content #radios .selected {
  font-weight: bold;
  color: #004a83;
}

#main_search_box div.footer {
  margin-top: 10px;
}

#main_search_box div#CruiseSearchForm_cruiseRoomsQuestion {
  margin: 17px 0 1px 0;
}

#main_search_box .trvImpChildrenAgesSection {
  display: none;
  margin-top: 9px;
}

#main_search_box #trvImpRoom2 {
  display: none;
  margin-top: 10px;
}

#main_search_box .trvImpRoomNumber {
  margin-bottom: 4px;
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}

#main_search_box .trvImpChildrenAgesSection .trvImpChildrenAges {
  width: 100%;
  text-align: center;
}

#ti_confirm_fancybox_content {
  background-color: rgba(255, 255, 255, 0.75);
  max-width: 400px;
  color: #004a83;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  text-align: center;
}

#ti_confirm_fancybox_content h3 {
  font-size: 22px;
}

#ti_confirm_fancybox_content p .phones {
  line-height: 25px;
  font-size: 20px;
  font-weight: bold;
}

#ti_confirm_fancybox_content .button {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
}

.css-search-deal {
  margin-bottom: 20px;
}

/* START - SWIFT CRUISE FORM TWEAKS */
div.swiftCruiseSearch .od-tab-form-wrapper {
  background: none !important;
  line-height: 1.229em !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .hotelform .od-form-wrapper .od-input-wrapper {
  min-width: 100% !important;
}

div.swiftCruiseSearch #odysseus #OVExploreContainer.default .od-main-wrapper .od-tab-form-wrapper .od-input-wrapper {
  min-width: 100% !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .destination-type-radio span {
  padding-left: 21px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-main-button-wrapper .od-reset-btn-wrapper span /*, div.swiftCruiseSearch .od-tab-form-wrapper .od-main-button-wrapper .od-adv-search-btn .advance-btn-label */ {
  color: #fff !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-button-wrapper.od-search-button .btn-search span {
  color: #fff !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-search-button button {
  fill: #fff !important;
  box-shadow: none !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-reset,
div.swiftCruiseSearch .od-reset-btn-wrapper {
  display: none !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-reset:hover {
  background-color: #444 !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper button.btn-search {
  background-color: #ff3048 !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper button.btn-search:hover {
  background-color: #c80101 !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .isKidsFriendly {
  margin-bottom: 6px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .destination-type-radio {
  padding-left: 16px !important;
  padding-bottom: 1px !important;
  color: white !important;
  margin-top: 14px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .destination-type-radio label span::before {
  -webkit-box-sizing: unset;
  -moz-box-sizing: unset;
  box-sizing: unset;
}

div.swiftCruiseSearch .od-checkbox-main-wrapper .od-checkbox-wrapper .od-checkbox {
  color: white !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-multiselect {
  background-color: white !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .multiselect__placeholder {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

div.swiftCruiseSearch .od-form-wrapper .multiselect__tags .multiselect__placeholder {
  color: #444 !important;
}

.multiselect {
  height: 100%;
}

.multiselect__tags {
  height: 100%;
}

div.swiftCruiseSearch .od-tab-form-wrapper .multiselect__tags {
  margin-bottom: 0 !important;
  padding-top: 4px !important;
  min-height: 28px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .multiselect__select {
  height: 28px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .multiselect--active .multiselect__select,
div.swiftCruiseSearch #odysseus #OVExploreContainer .od-form-wrapper .multiselect__select {
  fill: #444 !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .multiselect {
  min-height: 28px !important;
}

div.swiftCruiseSearch .od-tab-form-wrapper .od-input-wrapper input.od-input-box {
  padding: 6px 10px 6px 15px !important;
}

div.swiftCruiseSearch .od-checkbox-main-wrapper .od-checkbox-wrapper .od-checkbox label.od-checkbox-label {
  text-transform: capitalize !important;
}

div.swiftCruiseSearch .od-main-wrapper .od-tab-form-wrapper .od-results-wrapper .itineraties-found span.number {
  font-size: 20px !important;
}

span.total-itineraries {
  display: none !important;
}

div.swiftCruiseSearch #odysseus #OVExploreContainer .od-checkbox-main-wrapper .od-checkbox-wrapper .od-checkbox {
  margin-left: 11px !important;
  margin-right: 11px !important;
}

div.swiftCruiseSearch .od-input-wrapper .od-date-picker span.date-picker-close-btn {
  width: 20px !important;
}

div.swiftCruiseSearch #SearchBTN.od-adv-search-btn,
div.swiftCruiseSearch .advance-btn-label {
  height: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
  color: #004a83 !important;
  text-transform: none !important;
  font-size: 13px !important;
}

div.swiftCruiseSearch .od-adv-search-icon {
  height: auto !important;
  box-shadow: none !important;
  background: none !important;
  font-weight: bold !important;
  margin-bottom: 3px !important;
}

div.swiftCruiseSearch .advance-btn-label:hover {
  color: #ff3048 !important;
  text-decoration: underline !important;
}

a#cruiseSearchExpanded {
  float: right;
}

a#cruiseSearchHelpLink {
  margin: 0 0 0 3px;
  cursor: pointer !important;
}

a#cruiseSearchHelpLink:hover {
  color: #ff3048 !important;
  text-decoration: none !important;
  cursor: default;
}

span.searchSelectType {
  text-decoration: underline;
  font-weight: bold;
}

p.searchHelpTitle {
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

p.searchHelpSubtitle {
  font-style: italic;
}

/* FOR RESPONSIVENESS */
@media (min-width: 721px) and (max-width: 1218px) {
  #odysseus #OVExploreContainer.default .od-main-wrapper .od-tab-form-wrapper .destination-type-radio label {
    margin-right: 12px !important;
  }
}

@media (max-width: 767px) {
  div.swiftCruiseSearch #odysseus #OVExploreContainer .od-checkbox-main-wrapper .od-checkbox-wrapper.cruiseType {
    flex-direction: inherit !important;
  }

  div.swiftCruiseSearch #odysseus #OVExploreContainer .od-checkbox-main-wrapper {
    padding: 0 !important;
    justify-content: center !important;
    margin-top: 0 !important;
  }

  div.swiftCruiseSearch .od-tab-form-wrapper .isKidsFriendly {
    margin-bottom: 0 !important;
  }
}

/* END - SWIFT CRUISE FORM TWEAKS */

/* START - SWIFT HOTEL FORM TWEAKS */
div.swiftHotelSearch #odysseus #OVExploreContainer .hotelform label {
  font-size: 13px !important;
  color: #fff !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.map-wrapper label {
  color: #000 !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper {
  background: none !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .hotelform .od-form-wrapper.with-labels .widget-label {
  margin-bottom: 0 !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .hotelform .od-form-wrapper.with-labels .od-input-wrapper .od-icon {
  top: 38px !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .vue_multiselect .multiselect_input_wrapper,
div.swiftHotelSearch #odysseus #OVExploreContainer .vue_multiselect .multiselect_input_wrapper.attached-location-type ~ .od-location-select .location-select,
div.swiftHotelSearch #odysseus #OVExploreContainer .od-input-wrapper .od-date-picker,
div.swiftHotelSearch #odysseus #OVExploreContainer .vue_multiselect .od-pax-picker {
  background-color: #fff !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-button-wrapper.od-search-button .btn-search,
div.swiftHotelSearch .justify-content-end .od-btn.od-btn-secondary {
  background-color: #ff3048 !important;
  border: 1px solid #fff !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-reset-btn-wrapper .reset,
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper button#map-cancel.map-cancel.od-btn {
  background-color: #666 !important;
  border: 1px solid #444 !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-button-wrapper.od-search-button .btn-search span {
  color: #fff !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-button-wrapper.od-search-button .od-icon svg,
div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-reset-btn-wrapper .reset .od-icon > svg {
  fill: #fff !important;
}

div.swiftHotelSearch .od-location-select {
  max-width: none !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .vue_multiselect .multiselect_input_wrapper.attached-location-type {
  min-width: 104px !important;
}

div.swiftHotelSearch div#destination.od-location-select {
  width: 100% !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-main-button-wrapper {
  margin-top: 10px !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-btn.od-btn-secondary {
  color: #fff !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-btn.od-btn-secondary:hover {
  background-color: #0067e1 !important;
}

div.swiftHotelSearch #pax-count-popup .pax-count-outer .add-room,
#pax-count-popup .pax-count-outer .remove-room {
  color: #1a7dde !important;
}

div.swiftHotelSearch #pax-count-popup .pax-count-outer .add-room:hover,
#pax-count-popup .pax-count-outer .remove-room:hover {
  color: #ff3048 !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .hotelform .od-form-wrapper .multiselect__input,
#odysseus #OVExploreContainer .hotelform .od-form-wrapper .multiselect__single,
#odysseus #OVExploreContainer .hotelform .od-form-wrapper {
  white-space: normal !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-button-wrapper.od-search-button .btn-search:hover,
div.swiftHotelSearch div#odysseus div#OVExploreContainer .justify-content-end button.od-btn.od-btn-secondary:hover {
  background-color: #c80101 !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper button#map-cancel.map-cancel.od-btn {
  color: #fff !important;
}

div.swiftHotelSearch #odysseus #OVExploreContainer .od-tab-form-wrapper .od-form-wrapper .od-reset-btn-wrapper .reset:hover,
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper button#map-cancel.map-cancel.od-btn:hover {
  background-color: #444 !important;
  border: 1px solid #fff !important;
}

div.swiftHotelSearch #pax-count-popup .pax-count-outer .room .child-age .child-age-item {
  font-style: italic !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div.map-text-input-wrapper input#map-searchbox.map-searchbox.search-location,
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper input#map-autocomplete.map-autocomplete.pac-target-input {
  cursor: inherit !important;
  color: #000 !important;
  border: 1px solid !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper {
  margin-top: 0 !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper button#map-select.map-select.od-btn,
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div.map-text-input-wrapper button#map-search-location.map-search-location.od-btn.min-width-btn {
  background-color: #ff3048 !important;
  color: #fff !important;
  border: 1px solid #ca031a !important;
}

div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div#map-buttons.map-buttons.od-main-button-wrapper button#map-select.map-select.od-btn:hover,
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div.hotelform.vue_multiselect div.vodal div.vodal-dialog div.map-wrapper div.map-text-input-wrapper button#map-search-location.map-search-location.od-btn.min-width-btn:hover {
  background-color: #c80101 !important;
}

div.swiftHotelSearch .od-location-select .g-map-link {
  color: #1a7dde !important;
}

div.swiftHotelSearch .od-location-select .g-map-link:hover {
  color: #ff3048 !important;
}

div.swiftHotelSearch .od-location-select #location-select-popup .location-select-outer .locations-wrapper .option-label:hover {
  background-color: #004a83 !important;
  color: #fff !important;
  cursor: pointer;
  transition: all 0.2s ease;
}

.hotelSearchqTipLink {
  float: right;
  cursor: pointer;
}

/* FOR RESPONSIVENESS */
div.swiftHotelSearch div#odysseus div#OVExploreContainer.od-tool-main-wrapper div.od-main-wrapper div#hotel.od-tab-form-wrapper div#location-select-popup div.location-select-popup div.location-select-outer div.locations-wrapper div.od-icon.rotate-180 {
  top: auto !important;
}

/* END - SWIFT HOTEL FORM TWEAKS */

.advance-search-overlay {
  width: 100%;
  height: 100%;
  background: rgba(171, 200, 237, 0.6);
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 998;
}

.show-d-block {
  display: block;
}

.advance-search-box {
  background-color: rgba(170, 170, 170, 170) !important;
  border: 1px solid white;
  z-index: 8010 !important;
}

#adc_hotelList .select2-container {
  position: initial;
  height: auto;
  margin-top: 1px;
  width: 100% !important;
}

#adc_hotelList .select2-container--default .select2-selection--single {
  border-radius: 5px;
  border: 0;
}

#adc_hotelList span.select2-selection.select2-selection--single {
  height: 27px;
}

#adc_hotelList .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  line-height: 25px;
  padding-left: 5px;
  color: #033669;
}

#adc_hotelList .select2-container--default .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #033669;
}

.gsPrefHotelCode {
  border: none !important;
}

.gsPrefHotelCode .select2-results__options {
  font-size: 13px;
  color: #033669;
}

@media (max-width: 660px) {
  #main_search_box {
    position: relative;
    top: 0;
    left: 0;
    width: 95%;
    margin: 0 auto;
  }
}

@media (max-width: 520px) {
  #searchDealsSideBar .showHideButton {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  div#excursionLink {
    width: 170px;
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
  div#excursionLink {
    width: 170px;
    margin: 0 auto;
  }

  #main_search_box .search_btn .text {
    font-size: 9px;
  }
}

.lt-dropdown .select2-container--default .select2-selection--multiple {
  padding-top: 2.5px;
}

#cruise_tab .multiselect__content-wrapper {
  height: 160px !important;
}

@media (max-width: 520px) {
  #searchDealsSideBar {
    z-index: inherit !important;
  }
}
