.ycNotify{background-color: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  margin: .5rem !important;
  padding: 0.5rem !important;
  position: relative;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: bold;}
.ycNotify.ycNotify-warning{
	background-color: #F5A600;
	color: #FFF;
}
.ycv-match-booking-container{ max-width: 1200px; margin: auto; }
.ycv-match-booking-container .ycMBLoading{
	position: absolute;
	  top: 0;
	  bottom: 0;
	  right: 0;
	  left: 0;
	  display: block;
	  opacity: 1;
	  background-color: #fff;
	background-image: url("loader.svg"); background-repeat: no-repeat; background-position: center; 
}
.ycv-booking-app{ max-width: 1300px; }

.ycv-booking-container {
	display: flex;
	flex-flow: row nowrap;
	overflow: hidden;
	position: relative;
}
.ycv-booking-col1 {
	flex-grow: 1;
}
.ycv-booking-col2 {
	width: 100%;
	max-width: 400px;


}
.ycv-booking-widget {
	background-color: #FFF;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin: .5rem;
	margin-bottom: 1rem;
	padding: 1rem;
	position: relative;
	border-radius: 10px;
}
.ycv-booking-widget *{ margin: 0px; padding: 0px; }
.ycv-booking-widget hr{ margin: 1rem 0rem; }

.ycv-booking-widget .ycLoading{  position: absolute; top: 0; bottom: 0; right: 0; left: 0; background-image: url("loader.svg"); background-repeat: no-repeat; background-color: #FFF; background-position: center; }
.ycv-wheading {}
.yc-matchIcons {
	display: flex;
	margin: 10px;
	justify-content: space-evenly;
}
.yc-matchIcons li {
	display: block;
	text-align: center;
}
.ycFlight-item{ padding: .5rem; background-color: #EEE; margin-bottom: .5rem; cursor: pointer; border-radius: 10px; }
.ycFlight-item:hover{ opacity: .5; }
.ycFlight-item.ycFlight-selected{ background-color: var(--primary); color: #FFF; position: sticky;
  top: 0;
  bottom: 0; z-index: 999; 
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);}
.ycFlight-item.ycFlight-selected:hover{ opacity: 1; }
.ycFlightThumb {
  background-image: url(https://victoryvoetbalreizen.nl/img/airplane-ico.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.ycFlightThumb .flt-tops {
	display: flex;
	justify-content: space-between;
	align-items: center; 
}
.ycFlightThumb .flt-tops label {}
.ycFlightThumb .flt-tops span.detail {
	display: block;
}
.ycFlightThumb .flight-ic {
	/*-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);*/
	max-width: 2.5rem;
}
.ycFlightThumb .flight-ico{ display: flex; justify-content: space-between; align-items: center; }
.ycFlightThumb .flight-ico img{ max-width: 24px; margin-right: 5px; }
.ycFlightThumb .flight-ico .time-take span{ background-color: #ccc;
  font-size: .8rem;
  border-radius: 10px;
  padding: 2px 8px; }
.ycFlight-item.ycFlight-selected .flight-ico .time-take span{ background-color: var(--primary-hover); }
.ycFlightThumb .flight-airlines{ display: flex; }
.ycHotelThumb{ display: flex; }
.ycHotelThumb .HotelImage{ max-width: 33%; padding-top: 1rem; }
.ycHotelThumb .hotel_description{ padding: 0rem 1rem; }
.ycPriceContainer{ position: relative; }


.ycFlightActions{ display: flex; }
.ycFlightActions-item{ padding: 1rem; width: 50%; }
.ycFlightActions-item label{ display: block; }
.ycFlightActions-item select{ width: 100%; padding: 0 1rem; }

.ycFlightSelector{ max-height: 50vh; overflow: scroll; }
.ycHotelSelector{ max-height: 100vh; overflow: scroll; }

.ycHotelThumb .hotel-row{ display: flex;
  justify-content: space-between;
  flex-direction: row;
  width: 100%; }
.ycHotelThumb .hotelThumbail{ width: 200px;
  max-width: 200px;
  min-width: 200px; position: relative; }
.ycHotelThumb .hotelThumbail img{ width: 100%; border-radius: 10px; }
.ycHotelThumb .hotel_name{ display: block; font-weight: bold; }
.ycHotelThumb-item .hotelDetails{ padding: 0rem 1rem; flex-grow: 1; }
.ycHotelThumb-item .priceMore{ max-width: 200px; width: 100%; padding: 0rem 1rem; }
.ycHotelThumb-item{ padding: .5rem; background-color: #EEE; margin-bottom: .5rem; cursor: pointer; border-radius: 10px; }
.ycHotelThumb-item:hover{ opacity: .5; }
.ycHotelThumb-item.ycHotel-selected{ background-color: var(--primary); color: #FFF; position: sticky;
  top: 0;
  bottom: 0; z-index: 999; border-radius: 10px; }
.ycHotelThumb-item.ycHotel-selected:hover{ opacity: 1; }

.ycv-passenger-app .ycv-input-from{ background-color: #f1f1f1; border-radius: 10px; margin: .5rem 0px;
  padding: .5rem; }
.ycv-passenger-app .ycv-form-row{ display: flex; }
.ycv-passenger-app .form-row{ display: inline-block; width: 100%; padding: 0 1rem; }
.ycv-passenger-app .ycv_title{ max-width: 20%; }
.ycv-passenger-app .ycv_first_name, .ycv-passenger-app .ycv_last_name{ max-width: 40%; }

.ycv-booking-persons{ display: flex; align-items: center; }
.ycv-booking-persons p{ min-width: 200px; font-weight: bold; }
.ycv-booking-persons select{ margin: 0 1rem; min-width: 100px; padding: 0 1rem; }

.yc-expandable{
  overflow: hidden;
  transition: all 1s ease-in-out;
  height: 0;
	opacity: 0;
}
.yc-expandable.yc-expand{
	height: auto;
	opacity: 1;
}
.ycv-match-cards-selector{ display: flex; }
.ycv-match-cards-selector .ycv-match-cards-image{ max-width: 50%; }
.ycv-match-cards-selector .ycv-match-cards-image img{ border-radius: 10px; }
.ycv-match-cards-selector ul{ flex-grow: 1; }
.ycv-match-cards-selector ul li{ cursor: pointer;
  padding: .5rem 1rem;
  display: block;
  background-color: #EEE;
  margin-left: 3px;
  margin-top: 0px;
  margin-right: 3px;
  margin-bottom: 6px;
  border-radius: 10px; }
.ycv-match-cards-selector ul li:hover{ background-color: #CCC; }
.ycv-match-cards-selector ul li.yc-isActive{ background-color: var(--primary); color: #FFF; -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); }
.ycv-match-cards-selector .ycv-match-cards-content{ display: flex; justify-content: space-between;}
.ycv-match-cards-selector .ycv-match-cards-content .ycv-match-cards-price{
  font-size: .8rem;
  font-weight: bold;
}
.ycv-match-cards-selector .ycv-match-cards-content .ycv-match-cards-text{ line-height: normal; }
.ycv-booking-widget-content{ margin: 1rem 0rem; }
.ycv-booking-widget-content.yc-expandable{ margin: 0rem 0rem; }
.ycv-booking-widget-content.yc-expandable.yc-expand{ margin: 1rem 0rem; }
.ycv-booking-widget-actions{
	border-top: 1px solid #CCC; 
	padding: 1rem;
	text-align: right;
	margin-top: 1rem;
	display: flex;
  justify-content: flex-end;
	align-items: center;
}
.ycv-booking-widget-selected{ display: flex; justify-content: space-between; align-items: center; }
.ycExtraSelector{
  display: flex;
  flex-direction: column;
}
.ycExtraSelector .ycExtraThumbnail img{ width: 100%; height: auto; }
.ycExtra-item { display: flex; cursor: pointer; border-radius: 10px; }
.ycExtra-item:hover{  background-color: #EEE; }
.ycExtra-item .ycExtra-details{ flex-grow: 1; padding: .5rem; }
.ycExtraThumbnail{ max-width: 100px; }

.ycv-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border: 4px double #ffffff;
  transition: 0.3s;
  background-color: #ccc;
}

.ycv-button:hover {
  opacity: .5;
}

.ycv-button.ycv-button-primary {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-decoration: none;
  color: #ffffff;
  font-size: 18px;
  border-radius: 10px;
  width: 200px;
  height: 40px;
  font-weight: bold;
  border: 4px double #ffffff;
  transition: 0.3s;
  background-color: #333;
}

.ycv-stadium-content-container{ display: flex; }
.ycv-stadium-content-col1{}
.ycv-stadium-content-col2{ min-width: 300px; }
.ycSelectedTitle{ color: var(--primary); font-weight: bold; }
.ycFlightDateTime{ font-size: .8rem;}
.ycRatingContainer{}
.fa.fa-star.checked{ color: #F5A600; }
.ycHotelThumb-item .ycRatingContainer{ text-align: right; }
.hotelDetails-container{display: flex;
  flex-direction: column;
  flex-grow: 1;}
.hotelDetails-container-row{ display: flex; }
.ycCapsules{}
.ycCapsules .ycCapsuleItem{
  background-color: #ccc;
  font-size: .8rem;
  border-radius: 10px;
  padding: 2px 8px;
  display: inline-block;
  line-height: normal;
}
.ycCapsules.ycCapsulesActive .ycCapsuleItem{
  background-color: var(--primary-hover);
  color: #FFF;
}
.ycCapsules.right{ text-align: right; }
.ycHotelThumb .hotelThumbail .ycCapsules{ position: absolute; top: 10px; left: 10px; }
.ycHotelThumb.ycHotelThumb-item.ycHotel-selected .ycCapsules .ycCapsuleItem{
  background-color: var(--primary-hover);
}
.ycHotelActions{ text-align: right; margin-bottom: 10px; }
.ycImageGrid{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0rem 1rem;
}
.ycImageGrid_item{
  margin: 2px;
  width: 65px;
  line-height: normal;
  border-radius: 10px;
  overflow: hidden;
  height: 65px;
}

.ycExtra-checkbox-container{ 
  font-size: 1.5rem;
  padding: .5rem;
}

.ui-widget.ui-widget-content{ z-index: 999999999 !important;}
.ycFlightDateSearch{ display: flex; }
.ycFlightDateSearch input[type=text]{ flex-grow: 1; }