@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marck+Script&family=Questrial&display=swap");
html {
  overflow-x: hidden;
  max-width: 100vw;
}

.headerabove {
  font-size: 12px;
}
.headerabove .flexcol {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.header_top {
  background: #fff;
  z-index: 1000;
  position: relative;
  float: initial;
}

.header_mid .navbar-brand {
  position: relative;
}
.header_mid .navbar-brand img {
  width: 200px;
}
.header_mid .navbar-brand p {
  position: absolute;
  font-size: 10px;
  bottom: -3px;
  left: 52px;
}

.menubox button {
  margin: auto;
}

.login-header .form-control, .login-header .btn, .login-header .loginbox {
  font-size: 12px;
  padding: 5px 10px;
}
.login-header .loginbox {
  display: block;
  border-radius: 5px;
  border: 1px solid #efefef;
  background: #fff;
  color: #333 !important;
  cursor: pointer;
}
.login-header .loginbox a {
  color: #333 !important;
}
.login-header .loginbox a:hover {
  color: #427cac !important;
}
.login-header .loginbox:hover {
  border-color: #427cac;
}
.login-header .loginbox:hover a {
  color: #427cac !important;
}

@media screen and (min-width: 1200px) {
  .header_top + .header_top {
    z-index: 1;
  }
  .all-item {
    border-top: 1px solid #b2afaf;
  }
  .all-item a {
    font-weight: 600 !important;
  }
}
span.top_mnu {
  color: #7bbe69;
  text-decoration: underline;
  position: relative;
  cursor: pointer;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.top_mnu:hover .drop_menu {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu {
  background: #e1e1e1;
  pointer-events: none;
  color: #333;
  width: 170px;
}
.drop_menu a {
  color: #333;
}
.drop_menu:before {
  background: #e1e1e1;
}
.drop_menu a {
  display: flex;
}
.drop_menu a small {
  margin-left: auto;
}

.top_mnu:hover .drop_menu_wo {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu_wo {
  background: #e1e1e1;
  pointer-events: none;
  color: #333;
  width: 225px;
}
.drop_menu_wo a {
  color: #333;
}
.drop_menu_wo:before {
  background: #e1e1e1;
}
.drop_menu_wo a {
  display: flex;
}
.drop_menu_wo a small {
  margin-left: auto;
}

.top_mnu:hover .drop_menu_reverse {
  visibility: visible;
  opacity: 1;
  max-height: initial;
}

.drop_menu_reverse {
  background: #e1e1e1;
  pointer-events: none;
  color: #333 !important;
  width: 170px;
}
.drop_menu_reverse a {
  color: #333 !important;
}
.drop_menu_reverse:before {
  background: #e1e1e1;
}
.drop_menu_reverse a {
  display: flex !important;
  height: 25px !important;
}
.drop_menu_reverse a small {
  margin-left: auto;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    width: initial;
    max-width: 50%;
  }
  .navbar-brand img {
    max-height: 30px;
  }
}
.topmenufaz .fa-check {
  color: green;
}

@media only screen and (max-width: 1199px) {
  .navbar-collapse {
    width: 100%;
    max-width: 350px;
    background: #427cac;
    position: fixed;
    height: 100%;
    overflow: auto;
    left: -100%;
    top: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    z-index: 10000;
    border-right: 2px solid #3b6f9a;
  }
  .navbar-collapse .topmenufaz {
    float: initial;
    width: 100%;
  }
  .navbar-collapse .topmenufaz .fa-home {
    font-size: 24px;
  }
  .navbar-collapse .topmenufaz li {
    padding-block: 20px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li a {
    color: #fff !important;
  }
  .navbar-collapse .topmenufaz li:not(:first-child) {
    border-top: 1px solid #f98c2e;
  }
  .navbar-collapse .topmenufaz li:last-child {
    border-bottom: 1px solid #f98c2e;
  }
  .navbar-collapse .dropdown .dropdown-menu {
    display: none;
  }
  .navbar-collapse.show {
    left: 0;
    box-shadow: 100px 0 300px -2px #fff;
  }
  .navbar-collapse.show .navbar-toggler {
    position: absolute;
    right: 10px;
    top: 10px;
    background: transparent;
    color: #fff;
    border: none;
    font-size: 24px;
  }
  .navbar-toggler {
    padding: 10px;
    margin-right: 0;
    border-color: transparent !important;
    background: transparent !important;
    outline: none;
  }
  .navbar-toggler .icon-bar {
    display: block;
    width: 30px !important;
    height: 2px;
    border-radius: 1px;
    background: #606060 !important;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}
.hoibtn {
  float: right;
  width: 20%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

.hoibtn .li:not(:last-child) {
  width: 100%;
  min-width: 150px !important;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.hoibtn .li:not(:last-child) a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hoibtn .li:last-child i {
  margin-top: 2px;
}

.hoibtn .li {
  font-size: 11px;
  padding: 4px;
  text-align: left;
  background: #ffffff;
  color: #427cac;
  padding-left: 8px;
  border: 1px solid #427cac;
  border-radius: 5px;
}
.hoibtn .li a {
  color: #606060;
}

.hoibtn .li {
  position: relative;
  width: 50px;
  margin-right: 7px;
  text-align: center;
  padding: 4px;
  margin-left: auto;
}

.hoibtn span:not(.material-icons) {
  position: absolute;
  top: -6px;
  right: -6px;
  color: white;
  font-size: 10px;
  background: #7bbe69;
  width: 16px;
  height: 16px;
  border-radius: 10px;
}

.rt_drom a.more_btn2:hover {
  background: #3b6f9a;
  border-color: #606060;
}

.navicon {
  color: #606060;
  border: #d9d7d8 1px solid;
  width: 30px;
  text-align: center;
  line-height: 27px;
  height: 30px;
  border-radius: 50%;
}

.header_mid.noborder {
  box-shadow: none;
  border-bottom: 1px solid #e9e9e9 !important;
}

#menubar, #menubar_2 {
  display: block;
  position: relative;
  z-index: 1001;
  overflow: unset;
  box-shadow: unset;
  padding: 0;
}
#menubar li, #menubar_2 li {
  border-bottom: 0 !important;
  padding: 0;
}
#menubar li .drop-arw, #menubar_2 li .drop-arw {
  top: 19px;
}
#menubar li a, #menubar_2 li a {
  padding-block: 15px;
  padding-inline: 10px;
  display: block;
}
#menubar .dropdown-menu, #menubar_2 .dropdown-menu {
  max-height: initial !important;
  top: 100%;
  background: #ededee !important;
  color: #333 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li, #menubar_2 .dropdown-menu li {
  padding-block: 0 !important;
  padding-inline: 0 !important;
}
#menubar .dropdown-menu li a, #menubar_2 .dropdown-menu li a {
  color: #333 !important;
  padding-block: 10px !important;
  padding-inline: 10px;
}
#menubar .dropdown-menu li a:hover, #menubar_2 .dropdown-menu li a:hover {
  background: #e1e1e1 !important;
}

#menubar:hover {
  z-index: 1004;
}

.menubar-waves {
  background: #4684b7;
  border-bottom: 1px solid #3f77a5;
}
.menubar-waves * {
  color: #fff;
}
.menubar-waves li {
  border-bottom: 0 !important;
  padding: 0;
}
.menubar-waves li .drop-arw {
  top: 19px;
}
.menubar-waves li a, .menubar-waves li .a {
  padding-block: 10px !important;
  padding-inline: 10px;
  display: block;
}
.menubar-waves li a input, .menubar-waves li .a input {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid transparent;
  padding: 5px;
  width: 100%;
  border-radius: 2px;
}
.menubar-waves li a input.icon-search, .menubar-waves li .a input.icon-search {
  position: relative;
  padding-left: 30px;
}
.menubar-waves li a input::placeholder, .menubar-waves li .a input::placeholder {
  opacity: 0.5;
  color: #fff;
}
.menubar-waves li a input:focus, .menubar-waves li a input:focus-visible, .menubar-waves li a input:active, .menubar-waves li .a input:focus, .menubar-waves li .a input:focus-visible, .menubar-waves li .a input:active {
  outline: none;
  border: 1px solid white;
  box-shadow: none;
}
.menubar-waves li a .logout, .menubar-waves li .a .logout {
  font-size: 12px;
  background: #3b6f9a;
  padding-block: 5px;
  padding-inline: 7px;
  border-radius: 3px;
}
.menubar-waves li a .logout:hover, .menubar-waves li .a .logout:hover {
  background: #37678f;
}
.menubar-waves li.nohover:hover {
  background: #427cac !important;
}

body.modal-open #sidebar-waves {
  z-index: 999999;
}

#body {
  margin-left: 60px;
  width: calc(100% - 60px);
}
@media screen and (max-width: 991px) {
  #body .floatingpriceoverview, #body .floatingpriceoverview .detailedprice, #body #toggleBar {
    width: calc(100% - 60px);
    left: 60px;
  }
  #body #filterMobileBtn {
    max-width: calc(90% - 60px) !important;
    left: calc(50% + 30px) !important;
  }
}

.iconbar {
  position: relative;
  background: #fff;
}
.iconbar .itemx {
  line-height: 45px;
  position: relative;
}
.iconbar .itemx .circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #b1b1b1;
  margin-block: 10px;
  margin-inline: 10px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  border: none !important;
}
.iconbar .itemx:not(:last-child):not(.last-child) {
  margin-right: 40px;
}
.iconbar .itemx:not(:last-child):not(.last-child):after {
  position: absolute;
  top: 50%;
  right: -40px;
  height: 1px;
  width: 30px;
  content: "";
  background: gray;
  opacity: 0.4;
}
.iconbar .itemx.active .circle, .iconbar .itemx.passed .circle {
  background: #427cac;
}
.iconbar .itemx.active {
  font-weight: 600;
}
.iconbar .itemx:not(.active):not(.passed:hover) {
  opacity: 0.6;
}

#sidebar-waves {
  background: #4d89bb;
  border-right: 1px solid #5f95c2;
  z-index: 9999991;
  width: 60px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
}
#sidebar-waves * {
  color: #fff;
}
#sidebar-waves ul {
  display: flex;
  /* move flex-items in column */
  flex-direction: column;
  height: 100%;
}
#sidebar-waves li.big {
  display: none;
}
#sidebar-waves li.small {
  display: list-item;
}
#sidebar-waves li {
  overflow: hidden;
}
#sidebar-waves li a {
  height: 60px;
  line-height: 60px;
  display: flex;
}
#sidebar-waves li a:hover {
  background: #5f95c2;
}
#sidebar-waves li .icon {
  text-align: center;
  font-size: 18px;
  width: 60px;
}
#sidebar-waves li .text {
  display: none;
}
#sidebar-waves li.disabled {
  cursor: not-allowed;
  opacity: 0.4;
  filter: grayscale(100);
}
#sidebar-waves li.disabled a {
  pointer-events: none;
}
#sidebar-waves li.blurred {
  filter: blur(2px);
  cursor: help;
}
#sidebar-waves li.blurred .text {
  filter: blur(2px);
}

.row.no-style a {
  text-decoration: underline;
}

@media screen and (max-width: 1199px) {
  #menubar {
    padding: 0;
    border-bottom: 0;
    z-index: 12004;
  }
  #navbarSupportedContent .menu_sec {
    border-top: 0px solid;
  }
  #navbarSupportedContent .menu_sec li a {
    padding: 8px;
    width: 100%;
    float: left;
  }
  #navbarSupportedContent .menu_sec .li {
    font-size: 26px;
  }
  #navbarSupportedContent .menu_sec .li span {
    padding: 6px;
  }
  #navbarSupportedContent .menu_sec li {
    width: 100%;
    text-transform: none;
    font-weight: bold;
    color: #fff !important;
    padding-block: 0;
  }
  #navbarSupportedContent .menu_sec li a {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    padding-block: 20px !important;
    font-size: 14px;
  }
  #navbarSupportedContent .menu_sec .drop-arw {
    padding: 20px;
    top: 0;
    font-size: 20px;
    right: 4px;
  }
  #navbarSupportedContent .menu_sec li.loginbutton a {
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 5px;
    padding-block: 10px !important;
    font-weight: normal;
    text-align: center;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu {
    background: transparent !important;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu.show {
    display: block;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li {
    font-weight: normal;
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li a {
    color: #fff !important;
  }
  #navbarSupportedContent .menu_sec .dropdown-menu li:hover, #navbarSupportedContent .menu_sec .dropdown-menu li a:hover {
    background: transparent !important;
  }
}
.hoverboxcountry.hover .changeCountryList {
  display: block;
}

.hoverboxcountry.hover .changeCountryList {
  display: block;
}

.changeCountry {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: 1px solid #e9e9e9;
  margin-left: auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  position: relative;
  cursor: pointer;
  z-index: 200;
  top: 5px;
}
@media sceen and (min-width: 991px) {
  .changeCountry:hover .changeCountryList {
    display: block;
  }
}
@media sceen and (max-width: 991px) {
  .changeCountry:focus .changeCountryList {
    display: block;
  }
}

.changeCountryList {
  display: none;
  position: absolute;
  top: 25px;
  padding-top: 2px;
  left: -5px;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  background: #fff;
}
.changeCountryList .countryList {
  z-index: 100;
  color: #333;
  padding-block: 5px;
  padding-inline: 10px;
  display: flex;
  flex-flow: row;
  white-space: nowrap;
  cursor: pointer;
  line-height: 30px;
}
.changeCountryList .countryList .flag {
  width: 30px;
  height: 30px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.changeCountryList .countryList.active {
  font-weight: bold;
}
.changeCountryList .countryList:hover {
  color: #333;
  background: #e9e9e9;
}
.changeCountryList .countryList:not(:last-child) {
  border-bottom: 1px solid #e9e9e9;
}

.popupcountry .flag {
  width: 29px;
  height: 21px;
  border: 1px solid #e9e9e9;
  margin-right: 10px;
  background-size: cover;
  background-position: center;
}
.popupcountry .countryrow {
  color: #333 !important;
  display: flex;
  line-height: 21px;
  font-size: 18px;
  padding-inline: 10px;
  padding-block: 14px;
}
.popupcountry .countryrow.active {
  font-weight: bold;
}
.popupcountry .countryrow:hover {
  background: #f0efef;
}

.confirmCountryBox {
  padding-block: 10px;
  background: #427cac;
  position: sticky;
  top: 0;
  z-index: 1032;
  border-bottom: 2px solid #366892;
}
.confirmCountryBox .p {
  color: #fff;
  font-weight: normal;
  line-height: 30px;
}
.confirmCountryBox .p .closeit {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding-inline: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}
.confirmCountryBox .p .closeit:hover {
  color: #fff !important;
  background: #5390c2;
}
.confirmCountryBox .p .changeCountryButton {
  display: flex;
  background: #fff;
  font-size: 14px;
  margin-inline: 10px;
  font-weight: normal;
  padding-inline: 5px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: #333;
}
.confirmCountryBox .p .changeCountryButton:hover + .changeCountryList {
  display: block;
}
@media screen and (min-width: 991px) {
  .confirmCountryBox br {
    display: none;
  }
}

#menubar .nav_top .dropdown-menu .dropdown-menu {
  left: 100%;
  top: -5px;
}

.nav_top .dropdown:hover .dropdown-menu .dropdown-menu {
  display: none;
}

.nav_top .dropdown .dropdown-menu .dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu .drop-arw {
  right: 8px;
}

.header_sec + section:not(.breadcrumb-box) {
  border-top: 1px solid #e9e9e9;
}

.breadcrumb-box {
  border-bottom: 1px solid #e9e9e9;
  padding-block: 10px;
}
.breadcrumb-box ul.time {
  padding: 0;
}

@media screen and (max-width: 1200px) {
  ul.dropdown-menu {
    display: none !important;
    width: 100% !important;
  }
  ul.dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    border: none !important;
  }
  ul.dropdown-menu .dropdown .dropdown-menu {
    display: none !important;
  }
  ul.dropdown-menu .dropdown.show .dropdown-menu {
    display: block !important;
  }
  ul.dropdown-menu .dropdown.show .dropdown-menu li {
    width: 100%;
    min-width: initial !important;
    padding-left: 20px !important;
  }
  ul.dropdown-menu li {
    width: 100% !important;
    min-width: initial !important;
  }
  ul.dropdown-menu .dropdown-menu li {
    width: calc(100% - 20px) !important;
    margin-left: 20px !important;
    border-left: 1px dashed #81a6c6;
    min-width: initial !important;
  }
}
#navbarSupportedContent .mobileicons {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
}
#navbarSupportedContent .mobileicons li a, #navbarSupportedContent .mobileicons .favoriteProductContentMobile a {
  border-bottom: none !important;
}

.btn-back {
  box-sizing: content-box;
  background: transparent;
  border-radius: 5px;
  color: #000;
  border: 0;
  opacity: 0.5;
}
.btn-back:before {
  content: "←";
  font-size: 26px;
  line-height: 26px;
}

.animateBackground {
  transition: all 0.5s;
}
.animateBackground:hover {
  transform: scale(1.05);
}

#compareProductTab {
  position: fixed;
  bottom: 0;
  background: #4cac42;
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-inline: 20px;
  right: 20%;
  padding-block: 12px;
  font-size: 14px;
  cursor: pointer;
  z-index: 10000;
}
#compareProductTab.disabled {
  filter: opacity(0.8) grayscale(1);
}
#compareProductTab:hover:not(.disabled) {
  background: #449a3b;
}

.banner_sec {
  min-height: 400px;
}
.banner_sec .banner_box {
  position: absolute;
  top: 0;
  height: 400px;
  overflow: hidden;
}
@media screen and (min-width: 1199px) {
  .banner_sec .banner_box .video-overlay {
    height: 400px;
  }
}
@media screen and (min-width: 1199px) {
  .banner_sec .banner_innr {
    height: 400px;
  }
}
.banner_sec .banner_innr .form-control:disabled, .banner_sec .banner_innr .form-control[readonly] {
  background-color: initial;
}
.banner_sec .banner_innr .container {
  z-index: 1003;
  position: relative;
  padding: 0;
  padding-top: 30px;
}
.banner_sec .banner_innr .container .topsearch .col-xl-8 {
  z-index: 1000;
  position: relative;
}
.banner_sec .banner_innr .container .topsearch .col-xl-4 {
  height: 305px;
}
.banner_sec .banner_innr .container .topsearch .card-body {
  z-index: 100;
}
.banner_sec .banner_innr .container .topsearch .card {
  border-radius: 5px;
  z-index: 100;
}
.banner_sec .banner_innr .container .topsearch .displayflexbetween {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .displayflexbetween a {
    width: 100%;
  }
  .banner_sec .banner_innr .container .topsearch .displayflexbetween a .btn {
    width: 100%;
  }
}
.banner_sec .banner_innr .container .topsearch .displaycolbetween {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .displaycolbetween {
    display: none;
  }
}
.banner_sec .banner_innr .container .topsearch .btn {
  font-weight: initial;
}
.banner_sec .banner_innr .container .topsearch .popupbox {
  border: none;
  border-radius: 5px;
  width: 800px;
}
.banner_sec .banner_innr .container .topsearch .popupbox .card-body {
  display: none;
}
@media screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .popupbox .card-body {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 1199px) {
  .banner_sec .banner_innr .container .topsearch .popupbox .card-body .nspireren_col {
    width: 50% !important;
  }
}
.banner_sec .banner_innr .container .topsearch .popupbox .card-body .nspireren_hvr img {
  width: 18px;
  height: auto;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .banner_box, .banner_sec {
    height: initial !important;
    min-height: unset;
  }
}
.form-control:disabled, .form-control[readonly]:not(.fakereadonly) {
  background-color: #e9ecef !important;
}

.numberinput {
  display: block;
  pointer-events: none;
  position: relative;
}
.numberinput input[type=number] {
  width: 100%;
  text-align: center;
  padding-inline: 20px;
  pointer-events: none;
}
.numberinput:before {
  position: absolute;
  left: 15px;
  top: 7px;
  content: "-";
  font-weight: bold;
  font-size: 14px;
  pointer-events: all;
  cursor: pointer;
}
.numberinput:after {
  position: absolute;
  right: 15px;
  top: 8px;
  content: "+";
  font-weight: bold;
  font-size: 14px;
  pointer-events: all;
  cursor: pointer;
}

.show-reisgezelschap {
  position: relative;
}
.show-reisgezelschap .reisgezelschap-box {
  display: none;
  position: absolute;
  width: 400px;
  max-width: 100%;
  z-index: 2100;
  font-size: 14px;
  top: 67px;
  padding-inline: 20px;
  border: 1px solid #dfdfdf;
  padding-block: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px;
  background: #fff;
}
@media screen and (max-width: 410px) {
  .show-reisgezelschap .reisgezelschap-box {
    left: 0;
  }
}
.show-reisgezelschap .reisgezelschap-box div#A, .show-reisgezelschap .reisgezelschap-box div#C, .show-reisgezelschap .reisgezelschap-box div#Y {
  padding-top: 15px;
  font-weight: bold;
  display: flex;
  line-height: 20px;
  justify-content: space-between;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox, .show-reisgezelschap .reisgezelschap-box div#C div.agebox, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  max-width: 150px;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span, .show-reisgezelschap .reisgezelschap-box div#C div.agebox span, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span {
  font-size: 18px;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span.total, .show-reisgezelschap .reisgezelschap-box div#C div.agebox span.total, .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span.total {
  font-weight: normal;
}
.show-reisgezelschap .reisgezelschap-box div#A div.agebox span:not(.total), .show-reisgezelschap .reisgezelschap-box div#C div.agebox span:not(.total), .show-reisgezelschap .reisgezelschap-box div#Y div.agebox span:not(.total) {
  cursor: pointer;
}
.show-reisgezelschap .reisgezelschap-box div#A-desc, .show-reisgezelschap .reisgezelschap-box div#Y-desc, .show-reisgezelschap .reisgezelschap-box div#C-desc {
  font-size: 11px;
  font-weight: initial;
}
.show-reisgezelschap .reisgezelschap-box div#C-info, .show-reisgezelschap .reisgezelschap-box div#Y-info {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  font-weight: 600;
}
.show-reisgezelschap .reisgezelschap-box div#C-info select, .show-reisgezelschap .reisgezelschap-box div#Y-info select {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding-block: 8px;
  margin-block: 8px;
}

.sharebox {
  position: absolute;
  z-index: 2100;
  font-size: 14px;
  padding-inline: 20px;
  border: 1px solid #dfdfdf;
  padding-block: 10px;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 16px;
  background: #fff;
}

#people:not(.keepposition) {
  position: relative;
}
#people #paxContainer div#A, #people #paxContainer div#C {
  padding-block: 10px;
  font-weight: bold;
  display: flex;
  line-height: 20px;
  justify-content: space-between;
}
#people #paxContainer div#A div, #people #paxContainer div#C div {
  display: flex;
  justify-content: space-between;
  width: 50%;
  max-width: 150px;
}
#people #paxContainer div#A div span, #people #paxContainer div#C div span {
  font-size: 18px;
}
#people #paxContainer div#A div span.total, #people #paxContainer div#C div span.total {
  font-weight: normal;
}
#people #paxContainer div#A div span:not(.total), #people #paxContainer div#C div span:not(.total) {
  cursor: pointer;
}
#people #paxContainer div#C-info {
  margin-top: 10px;
  border-top: 1px solid #dfdfdf;
  padding-top: 10px;
  font-weight: 600;
}
#people #paxContainer div#C-info select,
#people #paxContainer div#C-info input {
  width: 100%;
  border: 1px solid #dfdfdf;
  padding-block: 8px;
  padding-inline: 5px;
  margin-block: 8px;
}

#people.countryflagbox #paxContainer {
  z-index: 1;
  width: 100%;
}

.more_btn_center {
  margin-top: 30px;
  font-weight: normal;
}

.rightbutton {
  text-align: right;
  padding-top: 30px;
}
.rightbutton a {
  margin-top: 30px;
  font-weight: normal;
}

.droom_boxImg {
  min-height: 200px;
}

.logo_parent {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100px;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 5px;
}
.logo_parent img {
  height: initial;
  min-height: initial;
  aspect-ratio: initial;
}

.droom_boxImg.droom_room {
  min-height: unset;
}

.droom_boxImg.droom_room img {
  height: unset;
  min-height: unset;
}

.transparant {
  background: transparent;
  border: none;
  cursor: initial;
}
.transparant div, .transparant:hover {
  background: transparent;
  box-shadow: 0 0 4px 0 transparent;
}

.slideButton.left {
  display: none;
}

.imageoverlay {
  float: left;
  margin-top: -41px;
  z-index: 1;
  position: absolute;
  padding-left: 14px;
  width: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), no-repeat center center;
}

.droom_room .slideButton .arrow_btn {
  cursor: pointer;
  top: 0;
}

.discount {
  background-color: #efc9a7;
  border-radius: 5px;
  padding: 0px;
  margin: 0px;
  height: auto;
  font-size: 14px;
  line-height: 28px;
  margin-top: -20px;
  color: #ed7305;
  z-index: 1000;
}

.infoicons {
  font-size: 12px;
  padding: 8px;
  border-top: 1px solid #eaeaea;
  text-align: left;
  display: block;
  height: 35px;
}
.infoicons .infoicon {
  font-size: 16px;
  color: #adadad;
  margin-right: 10px;
  width: 50px;
  display: block;
  text-align: center;
  border-right: 1px solid #ddd;
  float: left;
}

.fa-star {
  color: #feba02;
}

.fa-check-circle:not(.original) {
  color: green;
  font-size: 16px;
}

.priceBox {
  background: #427cac;
  color: #fff;
  min-width: 75px;
  min-height: 75px;
  max-width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50px;
  font-size: 11px;
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 7px;
  text-align: center;
  position: absolute;
  top: -14px;
  right: -6px;
  line-height: 20px;
}

.best-product {
  position: absolute;
  z-index: 10;
  background: #426cac;
  color: #fff;
  padding-block: 4px;
  padding-inline: 6px;
  top: 10px;
  font-size: 14px;
  font-weight: bold;
}

.priceBox span {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  display: block;
}

@media screen and (max-width: 1099px) {
  .droom_box_txt ul.drm_txt2 li {
    font-size: 12px;
  }
}
.owl-prev,
.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  color: #aeaeae;
  transform: translateY(-50%);
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .owl-prev {
    left: 15px;
    color: #fff;
    top: 50%;
  }
  .owl-next {
    right: 15px;
    color: #fff;
    top: 50%;
  }
}
@media screen and (min-width: 768px) {
  .owl-prev {
    left: -50px;
  }
  .owl-next {
    right: -50px;
  }
}
.owl-carousel .col-12 {
  width: 100% !important;
}

.droom_box_txt .h4 {
  font: 700 14px/16px "Poppins", sans-serif;
  color: #606060;
}

.left_drom {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  height: 56px;
}
.left_drom .h5 {
  font: 700 16px/18px "Poppins", sans-serif;
  color: #427cac;
}
.left_drom .h5 span {
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  padding: 7px 0 0;
  display: inline-block;
}
.left_drom .h5 small {
  font-size: 10px;
  font-weight: 400;
  color: #606060;
}
.left_drom .h5 b {
  text-decoration: line-through;
  font-weight: 400;
}

.droom_box .label-comfort, .droom_box .label-budget, .droom_box .label-premium, .droom_box .label-default {
  display: inline-block;
  z-index: 1000;
  padding-inline: 6px;
  padding-block: 2px;
  border-radius: 5px;
  font-size: 11px;
}

.floating-usps .label-default, .droom_box .label-default, .droom_room .label-default {
  color: #427cac;
  background: #dee6ef;
}
@media screen and (max-width: 768px) {
  .floating-usps .label-default, .droom_box .label-default, .droom_room .label-default {
    margin: 0;
    margin-top: 5px;
    margin-right: 5px;
  }
}
.floating-usps .label-premium, .droom_box .label-premium, .droom_room .label-premium {
  background: goldenrod;
  color: white;
}
.floating-usps .label-comfort, .droom_box .label-comfort, .droom_room .label-comfort {
  background: #a5b7c5;
  color: white;
}
.floating-usps .label-budget, .droom_box .label-budget, .droom_room .label-budget {
  background: #8f8f8f;
  color: white;
}

.facilityList li {
  padding-block: 7px;
  height: 34px;
}
.facilityList li.text-end {
  padding-block: 8px;
}
.facilityList li:not(.text-end) {
  font-size: 14px;
  text-align: center;
  color: #333;
}
.facilityList li.even {
  background: #f9f6f6;
}
.facilityList .fa-check {
  color: #0F9E5E;
}
.facilityList .fa-times {
  color: #a5a5a5;
}

.compare input, .compare label {
  cursor: pointer;
}

.compare input {
  height: 10px;
}

.flexvergelijk {
  cursor: pointer;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}
.flexvergelijk .vergelijk .fa-plus {
  font-size: 50px;
  color: #427cac;
  display: block;
}

li[data-title^=fac] {
  cursor: pointer;
}

.favorite {
  z-index: 10;
  padding: 10px;
  right: 0;
  top: 0;
  cursor: pointer;
}
.favorite.product {
  color: #606060;
  position: relative;
  padding: 0;
}
.favorite.active {
  opacity: 1;
  color: #ed0644;
}
@media screen and (min-width: 768px) {
  .favorite:hover {
    opacity: 1;
    color: #ed0644;
  }
}

span.buildyear {
  font-size: 11px !important;
  float: initial;
  font-style: italic;
}

.itinerary {
  margin-block: 5px;
  color: #606060;
  line-height: 22px;
  font-family: "Poppins";
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  min-height: 66px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
}

@media screen and (max-width: 991px) {
  .droom_box_btm {
    flex-flow: column !important;
  }
  .droom_box_btm > div {
    margin-block: 5px;
    width: 100% !important;
  }
  .rt_drom .more_btn2 {
    padding-block: 15px !important;
    font-size: 16px !important;
  }
  .rt_drom .more_btn2 .fas {
    padding-left: 10px !important;
    font-size: 14px !important;
  }
  .left_drom {
    height: unset;
    padding-top: 10px !important;
  }
  .left_drom .h5 {
    font-size: 22px !important;
  }
}
.more_btn2 .fas {
  padding-left: 10px;
  font-size: 14px;
}

.compare-category {
  cursor: pointer;
  border-top: 1px solid #dee6eb;
}
.compare-category span {
  font-weight: bold;
}

.facilityPage .trip-vergelijker {
  background: none;
  border: none;
  cursor: default;
}
.facilityPage .trip-vergelijker:hover {
  border: none;
  box-shadow: none;
}
.facilityPage .even {
  background: #f9f6f6;
}
.facilityPage .fa-check {
  color: #0F9E5E;
}
.facilityPage .fa-times {
  color: #a5a5a5;
}
.facilityPage .card-max-height {
  height: 550px;
}
@media (min-width: 576px) {
  .facilityPage .card-max-height {
    height: 735px;
  }
}
@media (min-width: 768px) {
  .facilityPage .card-max-height {
    height: 620px;
  }
}
@media (min-width: 992px) {
  .facilityPage .card-max-height {
    height: 550px;
  }
}
.facilityPage .category_even {
  background-color: rgba(173, 193, 205, 0.4196078431);
}
.facilityPage .category_odd {
  background-color: rgba(187, 204, 215, 0.8);
}

.caitlin {
  transform: scaleX(-1);
  position: absolute;
  bottom: -181px;
  right: 0;
}

.footer_sec .newsletter {
  display: flex;
  justify-content: space-around;
  flex-flow: column;
}
.footer_sec .newsletter input {
  padding: 10px;
}
@media screen and (max-width: 991px) {
  .footer_sec .footer_topBox h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .footer_sec .footer_topBox p {
    line-height: 22px;
    margin-bottom: 10px;
  }
  .footer_sec h5.clickit, .footer_sec .h5.clickit {
    position: relative;
  }
  .footer_sec h5.clickit:after, .footer_sec .h5.clickit:after {
    position: absolute;
    right: 10px;
    font-family: "Material Icons";
    font-weight: 900;
    content: "\e313";
    top: 0px;
    font-size: 14px;
  }
}
.footer_sec hr {
  margin-top: 2rem;
}
.footer_sec .logobox {
  text-align: center;
  display: flex;
  flex-flow: row;
  justify-content: space-around;
}
.footer_sec .logobox img {
  width: 100%;
  max-width: 200px;
  margin: auto;
}
.footer_sec .bottomfooter {
  text-align: center;
  line-height: 24px;
}
.footer_sec .bottomfooter div {
  font-size: 13px;
}
.footer_sec .logo_feedback img {
  width: 80px;
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link.active {
  color: #427cac !important;
  text-decoration: underline;
}

a {
  color: #427cac;
}

.btn-primary {
  background: #427cac !important;
  color: #fff !important;
  border-color: #427cac !important;
}

a.btn-primary:hover {
  background: #3b6f9a !important;
  color: #fff !important;
  border-color: #3b6f9a !important;
}

.btn-outline-primary {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #427cac !important;
  border-color: #427cac !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background: rgb(59, 134, 178) !important;
}

.hoi-bg-reverse,
.mijn-bg {
  background-color: #427cac;
}
.hoi-bg-reverse:not(.black-text):not(.cookiebar) *:not(.cookiebar *),
.mijn-bg:not(.black-text):not(.cookiebar) *:not(.cookiebar *) {
  color: #fff !important;
}

#menubar_2.hoi-bg-reverse {
  background-color: #427cac;
}
#menubar_2.hoi-bg-reverse .menu_sec li {
  padding: 0;
}
#menubar_2.hoi-bg-reverse .menu_sec li:hover {
  background: #5f95c2;
}
#menubar_2.hoi-bg-reverse .menu_sec li a {
  padding-block: 15px;
  padding-inline: 10px;
  display: block;
}
#menubar_2.hoi-bg-reverse .menu_sec a:hover {
  color: #fff !important;
}

li.dropdown.activ, li.dropdown.active, li.dropdown:hover, .popupbox .nspireren_box:not(.nohover):hover, .datebox:not(.disabled):hover {
  border-color: #427cac;
}

.footer_top {
  background: #427cac;
}

.footer_bottomBox .fa, .footer_bottomBox .fab {
  color: #427cac;
}

.socials .fa, .socials .fab {
  background: #427cac;
}

.topsearch h2, .top_heading h1, .popupbox h4 {
  color: #427cac;
}

section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .btn-primary, section:not(.footer):not(.bluebuttonsec):not(.deckplanview) button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.custom-google-btn):not(.fb-button-main-element):not(.accordion-button), section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .more_btn2, .banner_sec .btn-primary, .banner_sec button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.custom-google-btn):not(.fb-button-main-element):not(.accordion-button), .banner_sec .more_btn2 {
  background: #4aac42 !important;
  border-color: #54ac42 !important;
}
section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .btn-primary:hover, section:not(.footer):not(.bluebuttonsec):not(.deckplanview) button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.custom-google-btn):not(.fb-button-main-element):not(.accordion-button):hover, section:not(.footer):not(.bluebuttonsec):not(.deckplanview) .more_btn2:hover, .banner_sec .btn-primary:hover, .banner_sec button:not(.btn-danger):not(.btn-warning):not(.btn-link):not(.navbar-toggler):not(.toggleMore):not(.btn-close):not(.btn-outline-primary):not(.btn-outline-secondary):not(.btn-secondary2):not(.custom-google-btn):not(.fb-button-main-element):not(.accordion-button):hover, .banner_sec .more_btn2:hover {
  background: #429a3b !important;
  border-color: #4b9a3b !important;
}

.panel-title .accordion-button {
  color: #427cac !important;
  box-shadow: none !important;
  padding-left: 0;
}
.panel-title .accordion-button:after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23427cac'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
}
.panel-title .reisheader {
  border-bottom: none;
}

@media screen and (max-width: 991px) {
  .panel-title {
    padding-inline: 20px !important;
    background-color: #427cac !important;
  }
  .panel-title .accordion-button {
    background-color: #427cac !important;
    color: #FFFFFF !important;
  }
  .panel-title .accordion-button:after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  }
  .panel-title .accordion-button:hover {
    z-index: 0;
  }
}
.container-fluid.loginspace input.form-control, .container.loginspace input.form-control {
  color: #333 !important;
  background: rgba(255, 255, 255, 0.4);
  border: 0 !important;
  padding-block: 10px;
}
.container-fluid.loginspace .btn-primary, .container.loginspace .btn-primary {
  width: 100%;
  background: rgba(255, 255, 255, 0.2) !important;
  border: 0 !important;
}
.container-fluid.loginspace .card, .container.loginspace .card {
  background: rgba(116, 174, 222, 0.3);
  line-height: 26px;
}
.container-fluid.loginspace a:not(.icon), .container.loginspace a:not(.icon) {
  cursor: pointer;
}
.container-fluid.loginspace a:not(.icon):hover, .container.loginspace a:not(.icon):hover {
  text-decoration: underline;
}
.container-fluid.loginspace #forgot-password, .container.loginspace #forgot-password {
  display: none;
}
.container-fluid.loginspace.password #no-password, .container.loginspace.password #no-password {
  display: none;
}
.container-fluid.loginspace.password #forgot-password, .container.loginspace.password #forgot-password {
  display: block;
}

.cookiebar * {
  color: #606060 !important;
}

.copyright-bus {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.copyright-bus a:hover {
  color: #fff !important;
  text-decoration: underline;
}

header.stickyheaderbar {
  position: sticky;
  z-index: 1000099;
  top: 0;
  background: #fff;
}
header.stickyheaderbar * {
  text-transform: none;
}

.privacy-mode {
  color: #fff !important;
}
.privacy-mode.privacy {
  color: #701414 !important;
  position: relative;
}
.privacy-mode.privacy:after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 5px;
}

.privacy-hidden {
  display: none;
}

.table-hover tr {
  cursor: pointer;
}

.hoi-bg-light, .hoi-bg {
  background-color: #fbfdff;
}

.card-blue {
  background: #427cac;
  color: #fff;
  border: 1px solid rgba(66, 125, 172, 0.125);
}
.card-blue b {
  font-weight: 600;
}
.card-blue a {
  color: #fff !important;
}
.card-blue a:hover {
  color: #f1f0f0 !important;
}

.card-blue-light {
  background: #d6e4f1;
  border: 1px solid #427cac;
}
.card-blue-light b, .card-blue-light h4 {
  font-weight: 700;
  color: #444;
}
.card-blue-light .in-dev {
  overflow: hidden;
  position: relative;
}
.card-blue-light .in-dev:after {
  content: "In ontwikkeling";
  position: absolute;
  top: 17px;
  right: calc(-50% + 48px);
  font-size: 13px;
  transform: rotate(30deg);
  background: #427cac;
  color: #fff;
  padding: 5px;
  width: 100%;
  text-align: center;
}

.card-blue:disabled {
  background: #98A7B2;
}

a.card.icon {
  cursor: pointer;
  color: #333 !important;
}
a.card.icon:hover {
  color: #333 !important;
  border-color: #427cac;
}
a.card.icon.card-blue {
  color: #fff !important;
}
a.card.icon.card-blue:hover:not(:disabled) {
  color: #fff !important;
  background: #346187;
  border-color: #427cac;
}

button.card {
  width: 100%;
}
button.card .card-body {
  width: 100%;
}

.card .card-body.active {
  color: #427dac;
}

.card.active {
  border-color: #427cac;
  font-weight: 600;
}

.logo-text {
  font-family: "Questrial", sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
}

.stripe-vertical {
  background: #6391b8;
  width: 2px;
  height: 100%;
  margin: auto;
}

.stripe-vertical2 {
  opacity: 0.6;
  font-family: "Marck Script", cursive;
  font-size: 36px;
  margin: auto;
  padding-top: 5px;
}

div[id^=tab-] {
  cursor: pointer;
}

.lobibox-notify-wrapper {
  z-index: 1000099 !important;
  position: fixed;
  top: 50px !important;
  right: 10px !important;
}

.inputsDisabled .form-control:not(.inputAllowed), .inputsDisabled .form-control-fake:not(.inputAllowed), .inputsDisabled .form-check:not(.inputAllowed), .alsoDisable {
  pointer-events: none;
  color: #c5c5c5;
}

.option-allowed {
  width: 100%;
  color: #606060;
  font-size: 12px;
  text-align: center;
  padding-block: 10px;
  float: left;
  font-weight: 400;
}

.container-fluid.sidebar {
  right: -450px;
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 450px;
}
.container-fluid.sidebar.hidden {
  right: 0;
  z-index: 10000000;
}
.container-fluid.sidebar .close-note {
  position: absolute;
  right: 0;
  font-size: 40px;
  top: 0;
  cursor: pointer;
}
.container-fluid.sidebar .notes-container {
  height: calc(100vh - 370px);
  overflow-y: scroll;
  overflow-x: hidden;
  margin-block: 20px;
}
.container-fluid.sidebar:before {
  content: "Notities";
  position: absolute;
  left: -40px;
  width: 40px;
  top: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  height: 120px;
  text-align: center;
  margin: auto;
  padding: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #427cac;
  color: #fff;
  line-height: 16px;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

select {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

.dropdown-custom-arrow {
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 0.65em auto;
}

.iconinputright select {
  background-image: unset;
}

.input-icon-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
  color: #333 !important;
  background: rgba(255, 255, 255, 0.4);
  border: 0 !important;
  padding-block: 10px;
  padding-left: 5px;
}
.input-icon-container input:-webkit-autofill,
.input-icon-container input:-webkit-autofill:hover,
.input-icon-container input:-webkit-autofill:focus,
.input-icon-container input:-webkit-autofill:active {
  -webkit-text-fill-color: white;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 0 0 rgba(255, 255, 255, 0.4);
}

.input-icon-container input {
  outline: none;
  border: none;
  font-size: 1em;
  color: inherit;
  flex: auto 1 1;
  width: 100%;
  background-color: transparent !important;
}

.input-icon-container .fa {
  padding: 10px;
}

#pageLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
#pageLoader i {
  font-size: 114px;
}

.header_sec {
  z-index: 999999;
  position: relative;
}

.header_sec + .header_sec {
  z-index: 999998;
}

.btn-primary {
  background: #4aac42 !important;
  color: #fff !important;
  border-color: #4aac42 !important;
}
.btn-primary:hover {
  background: #429a3b !important;
  color: #fff !important;
  border-color: #429a3b !important;
}

.btn-outline-primary {
  background: rgba(255, 255, 255, 0.5) !important;
  color: #4aac42 !important;
  border-color: #4aac42 !important;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background: #4aac42 !important;
}

.g_id_signin {
  display: none;
}

.custom-google-btn {
  display: inline-block;
  background-color: white;
  color: #444;
  width: 100%;
  height: 40px;
  border-radius: 5px;
  border: thin solid #d9d9d9;
  white-space: nowrap;
}
.custom-google-btn:hover {
  cursor: pointer;
  background-color: #f5faff;
}
.custom-google-btn:active {
  background-color: #e1efff;
}
.custom-google-btn span.label {
  font-family: serif;
  font-weight: normal;
}
.custom-google-btn span.icon {
  display: inline-block;
  vertical-align: middle;
  padding-left: 4px;
}
.custom-google-btn span.icon img {
  width: 18px;
  height: 18px;
}
.custom-google-btn span.buttonText {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
}

.fb-button-main-element {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 3px;
  font-size: 12px;
  height: 40px;
  background-color: rgb(26, 119, 242) !important;
  color: rgb(255, 255, 255) !important;
  border: 0;
  font-weight: bold;
  width: 100%;
}
.fb-button-main-element:hover {
  cursor: pointer;
}
.fb-button-main-element:focus {
  filter: brightness(80%);
}

.accordion-button:not(.collapsed):not(.no-accordion-style) {
  color: #427cac;
  background-color: #fbfbfb;
}

.menu-title {
  padding-left: 30px;
}

.menu-title i {
  position: absolute;
  left: 15px;
  width: 15px;
  text-align: center;
  line-height: 18px;
}

.card:not(.active) .menu-title {
  color: #6c757d;
}

.modal-backdrop.show {
  z-index: 1000199;
}

.modal {
  z-index: 1000200;
}

.one-lines,
.two-lines {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.one-lines {
  -webkit-line-clamp: 1;
}

.two-lines {
  -webkit-line-clamp: 2;
}

.ui-tooltip {
  color: #fff !important;
  background: #333 !important;
  opacity: 1 !important;
  box-shadow: none !important;
  font-size: 12px !important;
}

.copy-input {
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
  cursor: pointer;
  display: none;
}

.copy-input:not(:readonly), .copy-input:not(:disabled) {
  background: #fff;
}

.inputsDisabled .copy-input {
  display: block;
}

.dossier-bar {
  background: #fff;
  padding-block: 20px;
  padding-inline: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.dossier-bar h1 {
  font: 700 24px/20px "Poppins", sans-serif !important;
}

.dossier-side {
  background: #efefef;
  border-right: 3px solid #f6f5f5;
}
.dossier-side .customer-info {
  font-size: 12px;
}
.dossier-side .dossier-box:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}
.dossier-side .dossier-box .old-dossier {
  display: block;
  color: #606060 !important;
  padding: 10px;
  line-height: 22px;
  margin-block: 10px;
  border-radius: 2px;
}
.dossier-side .dossier-box .old-dossier span {
  font-size: 16px;
}
.dossier-side .dossier-box .old-dossier.active {
  background: #f6f6f6;
  pointer-events: none;
}
.dossier-side .dossier-box .old-dossier:hover {
  background: #f6f6f6;
}

.dossier-view .card-header {
  padding-block: 15px;
  line-height: 22px;
}
.dossier-view .card-header b {
  font-size: 16px;
}

.iconrow a {
  color: #bcbaba;
  font-size: 24px;
  margin-right: 20px;
}
.iconrow a:hover {
  color: #ababab;
}

.lh-24 {
  line-height: 24px;
}

@media screen and (min-width: 1800px) {
  .col-xxxl-2 {
    width: 16.6666666667%;
  }
  .col-xxxl-8 {
    width: 66.6666666667%;
  }
}
body.expanded-menu #sidebar-waves {
  width: 250px;
}
@media screen and (max-width: 560px) {
  body.expanded-menu #sidebar-waves {
    width: 80vw;
  }
}
body.expanded-menu #sidebar-waves .openingTimes {
  display: block !important;
}
body.expanded-menu #sidebar-waves li .text {
  display: block;
}
body.expanded-menu #sidebar-waves li .fa-angle-double-right, body.expanded-menu #sidebar-waves li .sidebar-settings-switch {
  transform: rotate(180deg);
}
body.expanded-menu #sidebar-waves li.big {
  display: list-item;
}
body.expanded-menu #sidebar-waves li.small {
  display: none;
}
body.expanded-menu #body {
  width: calc(100% - 250px);
  margin-left: 250px;
}
@media screen and (max-width: 560px) {
  body.expanded-menu #body {
    width: 20vw;
    margin-left: 80vw;
    filter: blur(10px);
  }
}

.logo-vv {
  background: url("https://cdn.cruiseonline.com/icon/logo_vv.svg") center no-repeat;
  width: 25px;
  height: 30px;
  display: inline-block;
  margin-top: 15px;
}

.editable-submit, .editable-cancel {
  border: none;
  background: none;
  border-radius: 3px;
  font-size: 11px;
  cursor: pointer;
}
.editable-submit:hover, .editable-cancel:hover {
  text-decoration: underline;
}

.editable-cancel {
  color: red;
}

.editable-submit {
  color: green;
}

.exportbtn {
  background: #ffffff;
  color: #427cac;
  width: 100px;
  text-align: center;
  border-radius: 3px;
  padding: 3px;
  border: 1px solid #427cac;
  font-size: 12px;
}
.exportbtn:hover {
  background: #f1f7fc;
  color: #427cac;
  text-decoration: underline;
  border: 1px solid #346187;
}

.select-space {
  width: 150px;
  font-size: 12px;
}
.select-space input {
  height: 28px;
  font-size: 12px;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-dropdown {
  font-size: 12px;
  min-width: 301px !important;
}
.select2-dropdown .select2-results {
  min-width: 300px;
}
.select2-dropdown .select2-results > .select2-results__options {
  max-height: 400px !important;
}

@media (min-width: 1199px) {
  .makeMeBigger.iAmBig {
    top: 51px;
  }
}
@media (min-width: 1200px) {
  .makeMeBigger.iAmBig {
    top: 98px;
  }
}
.fakereadonly {
  background-color: #fff !important;
  border: 1px solid #ced4da;
}

.card.in-active {
  position: relative;
  opacity: 0.8;
}

/*# sourceMappingURL=business.css.map */
