#main_search_box_container {
  position: relative;
}
#main_search_box {
  background-color: rgba(170, 170, 170, 0.85);
  z-index: 3;
}
#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.7);
}

#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: rgba(120, 120, 120, 0.7);
  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;
}
#land_tab .surround {
  margin: 10px;
}
#land_tab p#selectType {
  margin: 10px 0;
  font-size: 19px;
  font-weight: bold;
  text-decoration: underline;
  color: #ffffff;
}
#land_tab .surround .landType {
  display: block;
  margin: 20px 0;
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #033669;
  cursor: pointer;
  border: 2px solid #ffffff;
}
.surround .landType:last-child {
  margin-bottom: 10px !important;
}
.landType .icon {
  background-color: #1a7dde;
  float: left;
  height: 60px;
  width: 60px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 5px;
}
.landType .icon img {
  height: 100%;
}
.landType .text {
  float: left;
  width: 70%;
  margin-left: 10px;
}

.landType::after {
  content: "";
  display: table;
  clear: both;
}

#land_result {
  display: none;
}
#land_result form {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 2px solid #ffffff;
  color: #033669;
  padding: 5px;
  box-sizing: border-box;
  font-size: 13px;
}
#land_result form > div {
  margin-bottom: 6px;
}
#land_result label {
  font-weight: bold;
}
#land_result .side_to_side_section .set {
  float: left;
  width: 50%;
}
#land_result .side_to_side_section .set select {
  width: 100%;
  height: 27px;
}

#land_result .side_to_side_section .set input {
  width: 90.3%;
  height: 17px;
}
#land_result #adc_hotelList,
#land_result #adc_carrierList {
  display: none;
  width: 100%;
}

#land_result input[type='date'],
#land_result input[type='text'],
#land_result select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  background-color: white;
  color: #033669;
  border-radius: 5px;
  padding: 5px;
  outline: 0;
  border: 0;
}
#land_result .select_span {
  position: relative;
  width: 97%;
}
#land_result .select_span:after {
  position: absolute;
  top: 14%;
  right: 0;
  font-style: normal;
  pointer-events: none;
  content: '\25BC';
  font-size: 10px;
  padding: 5px;
}

#land_result .select_span.single {
  display: inline-block;
  width: auto;
  margin-right: 2px;
}
#land_result .select_span.single select {
  width: 50px;
  margin-bottom: 2px;
}
button#land_result_back {
  color: #033669;
  background-color: #eee;
  border: 0 none;
  cursor: pointer;
  display: block;
  margin: 0 0 7px 0;
  padding: 4px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
button#land_result_back:hover {
  background-color: #ddd;
}

#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 {
  line-height: 20px;
  font-size: 14px;
  margin: 20px 0;
}
#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;
  color: #ffffff;
  background-color: #ff3048;
  border: 0;
  border-radius: 5px;
  padding: 8px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
}
#ti_confirm_fancybox_content .button:hover {
  background-color: #c80101;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
div#flights_tab {
  padding: 15px !important;
}
div#flights_tab div.surround {
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
  color: #033669;
  border: 1px solid white;
}
div#flights_tab p:first-child {
  font-size: 16px;
}
div#flights_tab p#flightContact {
  font-size: 14px;
  font-style: italic;
  margin: 25px 0;
}
div#flights_tab p#flightSm {
  font-size: 12px;
}
#land_tab .surround .landType:hover {
  background: rgba(255, 255, 255, 0.9);
}
.landType p:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 4px;
}
.landType p:last-child {
  font-style: italic;
}
#excursions_tab {
  font-size: 14px !important;
  line-height: 15px;
  text-align: center;
}
#excursions_tab a {
  color: #007add;
  font-weight: bold;
}
#excursions_tab a:hover {
  color: dodgerblue;
}
#excursions_tab div.large {
  font-size: 18px;
  font-weight: bold;
  margin: 25px 0 10px 0;
}
#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;
}

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;
}
div#cruise_tab.tab_content section div#radios input[type='radio'] {
  margin: 0 3px 0 0;
  padding: 0;
}
div#cruise_tab.tab_content section div#radios label#cruiseTour {
  margin: 0 0 0 15px;
  padding: 0;
}
div#CruiseSearchForm_cruiseRoomsQuestion {
  margin-top: 15px;
}
#main_search_box .tab_content #radios .selected {
  font-weight: bold;
  color: #004a83;
}
#main_search_box .tab_content input[type='radio'] {
  vertical-align: middle;
}

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

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

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

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

.validation_container {
  margin: 10px 0;
}

.trvImpChildrenAgesSection {
  display: none;
}

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

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;
}

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

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

/* 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;
  color: #1a7dde;
}

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

a#cruiseSearchHelpLink:hover,
a#cruiseSearchExpanded: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;
}

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

/* 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;
  }
}

/* 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;
}

.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;
}

#odysseus #OVExploreContainer.default .od-main-wrapper .od-tab-form-wrapper .destination-type-radio label {
  margin-right: 10px !important;
}

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

div#vacationPackageSearch #odysseus #OVExploreContainer.default .od-main-wrapper .od-tab-form-wrapper .destination-type-radio label {
  margin-right: 14px !important;
}
