/* @override 
	https://seairpub.test/wp-content/plugins/booking_plugin/seair_booking/seair_booking.css?* */

#seair-login-form label{
  font-weight: 700;
}
#seair-login-form .input-box{
  margin-bottom: 20px;
  margin-top: 5px;
}
#seair-login-form input{
  width: calc(50% - 8px);
  padding: 5px 4px;
}
#seair-login-form input[type='submit']{
  color: #00b2b0;
  border: 2px solid #00b2b0;
  background: #fff;
  text-transform: uppercase;
  padding: 13px 29px;
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 1em;
  width: auto;
  cursor: pointer;
}
#seair-login-form input[type='submit']:hover{
  background: #000;
  color: #fff;
}
.flight-cat{
  background: #00b2b0;
  padding: 15px 20px;
}
.flight-cat h3{
  color: #fff !important;
}
.flight-cat .view-all{
  border: 2px solid #fff;
  padding: 5px 10px;
  box-shadow:none;
}
#flight_status table{
  width: 47%;
  float: left;
  margin-bottom: 20px;
  margin-right: 3%;
}
#flight_status table thead tr th{
  padding-bottom: 10px;
}
#flight_status table tr.row1 td{
  background: #f5f5f5;
}

@media screen and (min-width: 801px) {
  body:not(.home) .post-content #flight_status table tr > :first-child { text-align: center; }
}
@media screen and (max-width: 800px) {
  #flight_status table {
    width: calc(100% + 50px);
    margin-right: -25px;
    margin-left: -25px;
    float: none;
    max-width: unset;
  }
  #flight_status .stacktable.large-only { display: table; }
  #flight_status .stacktable.small-only { display: none; }
}

/* Make header stay at the top on booking screens */
@media screen and (min-width: 1031px) {
	body.parent-pageid-5 .fusion-header-wrapper {
		position: relative !important;
	}

	body.parent-pageid-5 .fusion-header-wrapper {
		margin-top: 0 !important;
	}
}



#fare-desc {
	font-size: 0.85em;
	overflow-y: scroll;
	box-sizing: border-box;
	max-height:  1100px;
}

#fare-desc .content {
  /* max-height: 70vh;
  overflow-y: scroll; */
  padding: 0 7px 0 14px;
  border-bottom: none;

}

#fare-desc::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
#fare-desc::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

#fare-desc h3.title {
  padding: 0;
}

#fare-desc div.tier {
  padding: 0;
  border-top: 1px solid rgb(27, 54, 93);
  display: flex;
  flex-flow: column nowrap;
}

#fare-desc div.tier:first-child {
	border-top: none;
}

#fare-desc h4 {
	font-size: 1.1em;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  flex: 1;
}

#fare-desc h4 label {
	padding: 13px 0px 7px;
	cursor: pointer;
	display: block;
	color: #888;
	transition: 0.2s all;
}

#fare-desc h4 label .tags {
	margin-left: -5px;
}

#fare-desc h4 label .tag {
	display: inline-block;
	
	background: rgb(27, 54, 93);
	color:  #FFF;
	
	font-size: 0.8rem;
	padding: 1px 3px 0;
	margin-left: 5px;
	
	border-radius: 3px;
}


#flightsSummary h4 label::before {
	content: '⌃';
	position: relative;
	float: right;
	transform: rotate(180deg);
	transition: 0.2s all;
	top: -5px;
}

#flightsSummary input.show-fare {
	display: none;
}

#flightsSummary input.show-fare:checked + h4 label {
	color: rgb(25, 50, 86);
}

#flightsSummary input.show-fare:checked + h4 label::before {
	transform: rotate(0);
	top: 0;
}

#fare-desc .sub {
	flex: 1 auto auto;
}

#fare-desc ul {
  margin: 0;
  padding: 0 15px 10px 19px;
}

#fare-desc ul li {
  padding-left: 0;
  color: #333;
}

#fare-desc ul li strong {
	color: #C1272D;
	font-weight: 900;
}

.ajax-flights-summary.moving {
  position: fixed;
  top: 40px;
}


#flightsSummary .sub {
	
}

#flightsSummary input.show-fare:not(:checked) + h4 + .sub {
	display: none;
}

.flight-details .warn {
	background: #d7dfde;
	color: #151515;
	padding: 10px 40px;
	margin: 0 -20px;
	font-size: 0.9em;
	text-align: center;
}