.show-up-to-md {
  display: none;
}

.hide-up-to-md {
  display: block;
}

.hide-up-to-md-inline {
  display: inline;
}

@media (max-width: 767px) {
  .show-up-to-md {
    display: block;
  }

  .hide-up-to-md,
.hide-up-to-md-inline {
    display: none;
  }
}
.btn {
  border-radius: 0;
  font-weight: 700;
}
.btn.btn-dark {
  color: #fff;
  background-color: #313d4e;
}
.btn.btn-light {
  color: #313d4e;
  background-color: #fff;
  border-color: #a1a3a5;
}
.btn.btn-primary {
  color: #fff;
  background-color: #007dbd;
}

.form-control {
  border-radius: 0;
  font-weight: 700;
  font-size: 12pt;
  border-width: 0;
  background-color: #fff;
  color: #313d4e;
}
.form-control.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.modal .form-control {
  border-width: 1px;
}

.form-group label {
  color: #b1b1b1;
  font-size: 12pt;
}
.form-group label.error {
  color: #dc3545;
}
.form-group .form-control {
  border: solid 1px #b1b1b1;
}

.invalid-feedback {
  background-color: #fff;
}

.slick-prev:before,
.slick-next:before {
  color: #313d4e;
}

.border-right {
  border-color: #f2f2f2;
}

@media (max-width: 767px) {
  .container, .container-fluid {
    padding-left: 3px;
    padding-right: 3px;
  }
}
/*
@include bs-media-min-md {
	.tab-content {
		padding: 15px;   
	}
}
*/
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14pt;
}

header {
  background-color: #fff;
  color: #313d4e;
  font-weight: 400;
  font-size: 14pt;
}
header .navbar {
  padding: 0 1rem;
}
header a {
  color: #313d4e;
}
header a:visited {
  color: #313d4e;
}
header a:hover {
  color: #007dbd;
}
header .navbar-brand {
  background-image: url("../img/logo.jpg");
  height: 82px;
  width: 197px;
  padding: 0;
}
@media (max-width: 767px) {
  header .navbar-brand {
    background-size: 100%;
    height: 40px;
    width: 104px;
  }
}
header .navbar-nav {
  margin-top: 45px;
}
header .navbar-nav .nav-item.active {
  border-bottom: solid 4px #007dbd;
}
header .navbar-light .navbar-nav .nav-link {
  color: #313d4e;
}
header .navbar-collapse.collapse.show {
  z-index: 1;
}
header .navbar-collapse.collapse.show .navbar-nav {
  margin-top: 0;
}
header .navbar-collapse.collapse.show .nav-item {
  background-color: #fff;
  color: #313d4e;
  border-width: 0;
  border-left: solid 4px #fff;
}
header .navbar-collapse.collapse.show .nav-item .nav-link {
  color: #313d4e;
}
header .navbar-collapse.collapse.show .nav-item.active {
  border-left: solid 4px #007dbd;
}

@media (min-width: 992px) {
  header .header-form {
    position: absolute;
    top: 0;
    right: 16px;
  }
}
@media (min-width: 1200px) {
  header .header-form {
    position: absolute;
    top: 0;
    right: 16px;
  }
}
.pax-type-info {
  color: #007dbd;
}

h4.blue-text {
  margin-bottom: 16px;
}

.pax-type-selection {
  padding: 10px;
  display: flex;
  justify-content: space-between;
}
.pax-type-selection .pax-type-inputs {
  font-size: 20px;
}
.pax-type-selection .pax-type-inputs span {
  padding: 2px;
}
.pax-type-selection .pax-type-selection-small-text {
  font-size: 10px;
  display: block;
}

.main-header-bar {
  background-color: #007dbd;
}
.main-header-bar h1 {
  font-size: 16pt;
  padding: 9px 6px;
  margin: 0;
  color: #fff;
}

@media (min-width: 768px) {
  .main-header-bar h1 {
    font-size: 24pt;
    padding: 20px 30px;
    margin-bottom: 0.5rem;
  }
}
footer {
  background-color: #f2f2f2;
  width: 100%;
}
footer .footer-links {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #313d4e;
  color: #fff;
}
footer .footer-links .link-row {
  padding: 2px 0;
}
footer .footer-links a {
  color: #fff;
}
footer .footer-links a:visited {
  color: #fff;
}
footer .footer-notice {
  background-color: #007dbd;
  color: #fff;
  line-height: 50px;
  font-size: 10pt;
}
footer .social-media-icon .fa-stack-2x {
  color: #007dbd;
}
footer .social-media-icon .fa-stack-1x {
  color: #fff;
}

.x-wide-modal {
  width: 80%;
  max-width: none;
}

.show-fullscreen,
.show-smallscreen {
  display: none;
}

@media (max-width: 767px) {
  .show-smallscreen {
    display: block;
  }

  .smallscreen-font-size-80 {
    font-size: 80%;
  }

  .smallscreen-font-size-90 {
    font-size: 90%;
  }

  .smallscreen-pad-right-3 {
    padding-right: 3px;
  }
}
@media (min-width: 768px) {
  .show-fullscreen {
    display: block;
  }

  .fullscreen-pad-right-20 {
    padding-right: 20px;
  }
}
.container-body {
  background-color: #fff;
  color: #313d4e;
  font-size: 14pt;
  min-height: 100%;
}
.container-body .inverted-color {
  color: #fff;
  background-color: #313d4e;
}
.container-body .alt-bg {
  background-color: #f2f2f2;
}

.Login-form-iframe {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 999;
}

.header-paragraph {
  padding: 9px 21px;
}

.no-bottom-margin {
  margin-bottom: 0;
}

.big-bottom-margin {
  margin-bottom: 60px;
}

.xl-bottom-margin {
  margin-bottom: 140px;
}

.separator {
  height: 2px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  background-color: #d9d9d9;
}

.index-art-field {
  background-image: url("../img/header-book.jpg");
  background-size: cover;
  height: 720px;
  margin: 0 -15px;
  padding: 0 15px;
  padding-top: 94px;
}

.flight-search-box {
  background-color: #007dbd;
  padding: 15px;
  padding-top: 30px;
}
.flight-search-box label {
  color: #fff;
}

.input-group .input-group-text {
  background-color: #fff;
  color: #007dbd;
  font-size: 16pt;
  line-height: 36px;
  border-width: 0;
  border-radius: 0;
}
.input-group.disabled {
  background-color: #f2f2f2;
}
.input-group.disabled .input-group-text,
.input-group.disabled input {
  background-color: #f2f2f2;
}

.input-wrapper span {
  position: absolute;
  z-index: 99;
  padding: 2px;
  margin-left: 5px;
  width: 10%;
  line-height: 2;
}
.input-wrapper input {
  text-indent: 25px;
  width: 90%;
}

.routes-schedules-whitespace {
  height: 175px;
}

.route-map {
  background-image: url("../img/RoutesSchedulesBackground.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 352px;
  margin-bottom: 19px;
}

h2 {
  color: #007dbd;
  font-weight: 700;
  margin: 0;
  line-height: 98px;
}

.travel-info-section h4.blue-text {
  margin-top: 30px;
}

h4 {
  color: #007dbd;
  font-weight: 700;
}

.modal-header {
  background-color: #007dbd;
  color: white;
}
.modal-header .close {
  color: white;
}

.modal-body h1, .modal-body h2, .modal-body h3, .modal-body h4, .modal-body h5, .modal-body h6 {
  font-size: 20px;
  color: #007dbd;
  font-weight: 700;
}

.modal-body h6 {
  color: #b1b1b1;
  font-weight: 700;
  font-size: 16px;
}

.featured-fares-row {
  padding-bottom: 15px;
}
.featured-fares-row .featured-fares .featured-fare {
  border: solid 2px #f2f2f2;
  border-left-width: 0;
  border-right-width: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-left-width: 2px;
}
.featured-fares-row .featured-fares .featured-fare.slick-current {
  border-left-color: #fff;
}
@media (max-width: 768px) and (min-width: 576px) {
  .featured-fares-row .featured-fares .featured-fare {
    max-width: 50%;
  }
}
@media (max-width: 576px) {
  .featured-fares-row .featured-fares .featured-fare {
    min-width: 100%;
  }
}
.featured-fares-row .featured-fares .featured-fare .featured-location-row {
  font-size: 10pt;
  font-weight: 700;
}
@media (max-width: 767px) {
  .featured-fares-row .featured-fares .featured-fare .featured-location-row {
    font-size: 7.5pt;
  }
  .featured-fares-row .featured-fares .featured-fare .featured-location-row i {
    font-size: 10pt;
  }
}
@media (max-width: 576px) {
  .featured-fares-row .featured-fares .featured-fare .featured-location-row div {
    max-width: 50%;
  }
}
.featured-fares-row .featured-fares .featured-fare .featured-date-row {
  font-size: 10pt;
  font-weight: 400;
}
.featured-fares-row .featured-fares .featured-fare .featured-total-row {
  font-size: 16pt;
  font-weight: 400;
}
@media (max-width: 767px) {
  .featured-fares-row .featured-fares .featured-fare .featured-total-row {
    font-size: 14.5pt;
  }
}

.fa-between-columns {
  color: #007dbd;
  float: right;
  font-size: 14pt;
  margin-right: -24px;
}

.aircraft-image-top {
  background-image: url("../img/aircraft_interior.png");
  height: 352px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 19px;
}

.aircraft-image-bottom {
  background-image: url("../img/aircraft_exterior.png");
  height: 302px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

.aircraft-page-row {
  margin-left: 5px;
}

.aircraft-specs-row {
  width: 99%;
  margin-top: 60px;
  padding-bottom: 15px;
  height: 106px;
  border-style: none;
}
.aircraft-specs-row .aircraft-specs {
  background-color: #f2f2f2;
  border: none 2px #d9d9d9;
  border-left-style: solid;
  padding-top: 23px;
  padding-bottom: 23px;
  text-align: center;
  vertical-align: middle;
}
.aircraft-specs-row .aircraft-specs .spec-header-row {
  font-size: 10pt;
}
.aircraft-specs-row .aircraft-specs .spec-detail-row {
  font-size: 12pt;
  font-weight: 700;
}
.aircraft-specs-row .aircraft-specs:first-child {
  border-left-style: none;
}

.travel-info-sidebar {
  margin-top: 24px;
}
.travel-info-sidebar dl {
  font-size: 12pt;
}
.travel-info-sidebar dl dt {
  font-weight: 700;
  margin-top: 6px;
}
.travel-info-sidebar dl dd {
  font-weight: 400;
  margin: 0;
  margin-left: 15px;
  color: #313d4e;
}
.travel-info-sidebar dl a, .travel-info-sidebar dl a:visited, .travel-info-sidebar dl a:active {
  text-decoration: none;
  color: #313d4e;
}
.travel-info-sidebar dl a.active, .travel-info-sidebar dl a:visited.active, .travel-info-sidebar dl a:active.active {
  color: #007dbd;
  font-weight: 700;
}

.collapse-card .card .card-header {
  padding: 0;
}
.collapse-card .card .card-header h5 {
  margin: 0;
}
.collapse-card .card .card-header h5 .btn-link {
  color: #313d4e;
  width: 100%;
  text-align: left;
}
.collapse-card .card .card-header h5 .btn-link .chevron {
  float: right;
  margin-top: 4px;
}

.fa-blue-icon {
  color: #007dbd;
  background-color: #fff;
  font-size: 18pt;
}

.dark-background {
  background-color: #313d4e;
  color: #fff;
}

.btn-wide {
  width: 165px;
}

.btn-extra-wide {
  width: 300px;
}

input[type=checkbox].big-checkbox {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}

input[type=checkbox].massive-checkbox {
  height: 38px;
  width: 38px;
  vertical-align: middle;
}

.selected-fare-tile {
  background-color: #f2f2f2;
}

.date-range-fares-row {
  display: none;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .date-range-fares-row {
    display: flex;
  }
}
.date-range-fares {
  border-bottom: 1px solid #f2f2f2;
  font-size: 10pt;
}

#divDepartingFlights > div > div > div {
  padding: 0;
}

.progress-steps .progress-steps-row .show-behind {
  float: left;
  width: 99%;
  margin-right: -100%;
  border-width: 3px;
  border-color: #d9d9d9;
}
.progress-steps .progress-steps-row .show-behind.completed-progress {
  border-color: #ffffc3;
  width: clear;
}
.progress-steps .progress-steps-row .progress-step {
  color: #d9d9d9;
  float: left;
  font-size: 10pt;
  text-align: center;
}
.progress-steps .progress-steps-row .progress-icon {
  color: #d9d9d9;
  font-size: 18pt;
  position: absolute;
  margin-left: -12px;
  margin-top: 4px;
}
.progress-steps .progress-steps-row .progress-icon.progress-icon-active {
  color: #ffffc3;
}

.loading-stage {
  text-align: center;
  padding: 120px 0;
  font-size: 36pt;
}

.flight-box {
  display: none;
}

.flight-box-small {
  display: none;
}
.flight-box-small .flight-stop-row strong {
  display: block;
}

.flight-box .time,
.flight-box-small .time {
  color: #b1b1b1;
}

.dark-grey-text {
  color: #b1b1b1;
}

@media (max-width: 767px) {
  .flight-box-small {
    display: block;
  }
}
@media (min-width: 768px) {
  .flight-box {
    display: block;
  }
}
.flight-stop-row {
  color: #313d4e;
}
.flight-stop-row.summary {
  text-align: left;
  font-size: 10pt;
}
.flight-stop-row .show-behind {
  float: left;
  width: 99%;
  margin-right: -100%;
}
.flight-stop-row .flight-stop-block {
  float: left;
  font-size: 10pt;
  text-align: center;
}
.flight-stop-row .flight-stop-block.origin {
  text-align: left;
}
.flight-stop-row .flight-stop-block.destination {
  text-align: right;
}
@media (max-width: 992px) {
  .flight-stop-row.location .flight-stop-block, .flight-stop-row.time .flight-stop-block {
    width: 100% !important;
  }
}

.flight-option-row {
  border-top: solid 1px #d9d9d9;
}
.flight-option-row:first-child {
  border-top-width: 0;
}
.flight-option-row .fare-basis-details-toggle {
  display: none;
}
.flight-option-row .fare-tile {
  position: relative;
  vertical-align: middle;
  padding-bottom: 0;
}
.flight-option-row .fare-tile.fare-tile-unavailable a, .flight-option-row .fare-tile.fare-tile-unavailable span {
  text-decoration: line-through;
  color: #212529;
}
.flight-option-row .fare-tile .fare-details {
  top: 0;
  left: 0;
  width: 100%;
}
.flight-option-row .fare-tile .fare-details .fa-check {
  display: none;
}
.flight-option-row .fare-tile .fare-details.selected-fare .fa-check {
  display: inline;
}
.flight-option-row .selected-fare-tile .fare-basis-details-toggle {
  display: block;
  font-size: 12pt;
}

.fare-tile-grey {
  background-color: #f2f2f2;
}

.fare-select-column {
  width: 15%;
}
.fare-select-column.fare-select-column-3x {
  width: 45%;
}

@media (max-width: 767px) {
  .fare-select-column {
    width: 23%;
  }
  .fare-select-column.fare-select-column-3x {
    width: 69%;
  }

  .blank-fare {
    display: none;
  }
}
.flight-selection-extra-notes-content {
  margin-bottom: -30px;
  margin-top: 20px;
  font-weight: 700;
  font-style: italic;
}

.slick-slide {
  padding: 23px 0;
}
.slick-slide.slick-center {
  background-color: lightgrey;
}

.outbound-box h5 {
  margin: 0;
  padding: 3px;
  font-size: 12pt;
}

@media (min-width: 768px) {
  .outbound-box h5 {
    font-size: 16pt;
  }
}
.outbound-passenger-information-header, .inbound-passenger-information-header {
  font-size: 12pt;
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #f2f2f2;
}
.outbound-passenger-information-header strong, .inbound-passenger-information-header strong {
  font-size: 14pt;
}

.route-box hr {
  margin-top: 15px;
  margin-bottom: 0;
}
.route-box .fa-blue-icon {
  font-size: 18pt;
  position: absolute;
  top: 4px;
  left: 50%;
  margin-left: -12px;
}

.mobility-row {
  margin-bottom: 30px;
}

.mobility-comments-area {
  margin: 0 15px;
  padding: 15px;
  background-color: #f2f2f2;
}

.birthdate-row select.form-control {
  padding-left: 6px;
  padding-right: 6px;
}

.booking-reference {
  background-color: #f2f2f2;
  margin: 15px;
  padding: 30px 60px;
}

.flight-leg-summary-row {
  padding-left: 21px;
}
.flight-leg-summary-row > div {
  padding-top: 21px;
  padding-bottom: 21px;
}

@media (max-width: 767px) {
  .flight-leg-summary-row > div {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .flight-leg-summary-row > div p {
    margin-bottom: 3px;
  }
}
.confirmation-information-row {
  margin-top: 15px;
}

.display-none {
  display: none;
}

.terms-and-conditions {
  font-size: 9pt;
}
.terms-and-conditions h6 {
  color: #007dbd;
  font-weight: 700;
}

.wait-div,
.fullscreen-wait-div {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #666666;
  z-index: 30001;
  opacity: 0.8;
  filter: alpha(opacity=70);
  display: none;
}

.wait-div {
  position: absolute;
}

.wait-div h1,
.fullscreen-wait-div h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  color: White;
}

@media (max-width: 767px) {
  .arrivals {
    font-size: 10pt;
  }

  .departures {
    font-size: 10pt;
  }
}
.flight-row {
  display: none;
}

.flight-row-small {
  display: none;
}

@media (max-width: 767px) {
  .flight-row-small {
    display: table-row;
  }
}
@media (min-width: 768px) {
  .flight-row {
    display: table-row;
  }
}
.tabs {
  background: transparent;
  border: none;
}
.tabs .tab-links {
  background: transparent;
  border: none;
  border-bottom: 1px solid #c0c0c0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.tabs .tab-links .tab-link {
  background: transparent;
  border: none;
}
.tabs .tab-links .tab-link .active {
  background: transparent no-repeat bottom center;
  border: none;
}
.tabs .tab-links .tab-link > a {
  color: #000000;
  font-weight: bold;
  background: transparent;
}
.tabs .tab-links .tab-link.disabled > a {
  color: #c0c0c0;
  background: transparent;
}
.tabs .tab-links .tab-link.active > a {
  color: #007dbd;
  font-weight: bold;
  background: transparent;
}

a.viewFareRulesModal {
  color: white;
}

.modal .btn-primary {
  background-color: #007dbd;
}

.payment-details-header {
  background-color: #007dbd;
  margin: 20px 0 20px 0;
  color: white;
}

.cancel-leg-reason-modal {
  font-size: 14px;
  line-height: 20px;
}
.cancel-leg-reason-modal .cancel-leg-reason-reservation {
  line-height: 5px;
  border: 1px solid #d8d7d7;
  padding: 2%;
}

.text-right {
  text-align: right;
}

.sender-address {
  width: 500px;
  border: blue solid 1px;
  margin: 10px;
  padding: 10px;
}

#Sender_Telephone {
  border: blue solid 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14pt;
}

#Sender_Email {
  border: blue solid 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14pt;
}

.addresses-dropdown-origin {
  border: blue solid 1px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14pt;
}

.btn-small {
  padding: 0px 10px;
}

.modal-dialog {
  padding-top: 1.75rem;
}

/*To fix some styles that were applied by this css file to new datepicker 2.0*/
@media (min-width: 768px) {
  .datepicker__month {
    width: 49.8%;
  }
}
.placeholder-container {
  position: absolute;
  color: #6c757d;
}
.placeholder-container .placeholder-normal {
  font-size: 100%;
}
.placeholder-container .placeholder-small {
  font-size: 60%;
}

.flight-search-box .placeholder-container {
  position: absolute;
}

.field-optional {
  font-size: 60%;
  color: #bbb;
}

/* Overrides for treegrid. */
.tree tbody > tr:nth-child(even) {
  background-color: #fff;
}
.tree tbody > tr:nth-child(odd) {
  background-color: #fff;
}
.tree .description {
  font-style: italic;
  margin-left: 8px;
  color: #aaa;
}
.tree .treegrid-expander {
  margin-right: 8px;
}

/* Overrides for tablesorter. */
.tablesorter-skyline-generator .header,
.tablesorter-skyline-generator .tablesorter-header {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
  cursor: pointer;
  white-space: normal;
}
.tablesorter-skyline-generator thead .headerSortDown,
.tablesorter-skyline-generator thead .tablesorter-headerSortDown,
.tablesorter-skyline-generator thead .tablesorter-headerDesc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-skyline-generator thead .headerSortUp,
.tablesorter-skyline-generator thead .tablesorter-headerSortUp,
.tablesorter-skyline-generator thead .tablesorter-headerAsc {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAAP///////yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}

.pager > * {
  display: inline;
  margin: 0 3px;
}

.has-unread-memos {
  font-weight: bolder;
}

.custom-card .custom-card-row {
  margin-right: auto;
  margin-left: auto;
  width: 46vw;
}
.custom-card .card-body {
  padding: 8%;
  border-top: 2px solid #007dbd;
}
.custom-card .card-body .card-title {
  text-align: center !important;
}
.custom-card .card-body .card-text {
  padding: 0 8% 0 8%;
}
.custom-card .card-body-col {
  padding: 5% 0 0 0;
}
.custom-card .image-body-col {
  padding: 0;
  text-align: center !important;
}

table {
  width: 100%;
}
table.fixed-layout {
  table-layout: fixed;
}
table.open-table > tbody > tr > td {
  padding: 20px 6px;
}
@media (max-width: 767px) {
  table.open-table > tbody > tr > td {
    padding: 6px 3px;
  }
}
@media (min-width: 768px) {
  table.open-table > tbody > tr > td.fullscreen-pad-right-20 {
    padding-right: 20px;
  }
}
table > thead > tr {
  background-color: #313d4e;
  color: #fff;
}
table > thead > tr > th {
  padding-top: 6px;
  padding-bottom: 6px;
}
table > tbody > tr > td {
  border-right: solid 1px #d9d9d9;
}
table > tbody > tr > td:last-child {
  border-right: none;
}
table > tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
}
table > tbody > tr:nth-child(odd) {
  background-color: #fff;
}
table > tbody > tr.baggage-dimensions-header {
  color: #007dbd;
  background-color: #AAAAAA;
  text-align: center;
  font-weight: bold;
}
table > tbody > tr.baggage-dimensions-details {
  color: #007dbd;
  background-color: lightgrey;
  text-align: center;
}
table.middle-table > thead > tr > th,
table.middle-table > tbody > tr > td {
  vertical-align: middle;
}
table.top-table > thead > tr > th,
table.top-table > tbody > tr > td {
  vertical-align: top;
}
table.col-1-top > thead > tr > th:first-child,
table.col-1-top > tbody > tr > td:first-child {
  vertical-align: top;
}
table.center-table > thead > tr > th,
table.center-table > tbody > tr > td {
  text-align: center;
}
table.left-table > thead > tr > th,
table.left-table > tbody > tr > td {
  text-align: left;
  padding-left: 19px;
}
table.col-1-left > thead > tr > th:first-child,
table.col-1-left > tbody > tr > td:first-child {
  text-align: left;
  padding-left: 19px;
}

.flight-charges-table-container {
  text-align: left;
  background-color: #313d4e;
  color: #fff;
  border-width: 0;
  font-size: 12pt;
  padding: 20px;
}

table.flight-charges-table {
  text-align: left;
  background-color: #313d4e;
  color: #fff;
  border-width: 0;
  font-size: 12pt;
}
table.flight-charges-table tbody, table.flight-charges-table tr, table.flight-charges-table th, table.flight-charges-table td {
  text-align: left;
  background-color: #313d4e;
  color: #fff;
  border-width: 0;
  font-size: 12pt;
}
table.flight-charges-table td {
  border-top: solid 1px #f2f2f2;
}
table.flight-charges-table h4 {
  padding: 0;
  font-size: 14pt;
}

.small-table {
  font-size: 80%;
  line-height: 16px;
}

.box {
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .box {
    margin: 3px auto;
    border: none;
  }
}
@media (min-width: 768px) {
  .box {
    margin: 10px auto;
    border: 1px solid #efefef;
  }
}
.box header {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff2f2f2", GradientType=0);
  border-bottom: 1px solid #d4d4d4;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.box header:before,
.box header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.box header:after {
  clear: both;
}

.box .body {
  padding: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tabs {
  width: 100%;
  display: inline-block;
  border-width: 0px;
}

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
  display: block;
  clear: both;
  content: "";
}

.tab-links {
  background-color: white;
  border: 0px;
  margin: 0px;
  background: none !important;
}

.tab-links li {
  margin: 0 5px !important;
  float: left;
  list-style: none;
  cursor: default;
  display: inline-block;
  font-weight: 600;
  color: #4c4c4c;
  transition: all linear 0.15s;
}

/*----- Content of Tabs -----*/
.tab-content {
  background: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  z-index: -99;
}

@media (max-width: 767px) {
  .tab-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .tab-content {
    padding: 15px;
  }
}
.tab {
  display: none;
}

.tab.active {
  display: block;
}

.tab-links a {
  display: inline-block;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  /*transition: all linear 0.2s;*/
  border: 1px solid silver;
  border-bottom: 0px;
  background: lightgrey;
  width: 150px;
  text-align: center;
}

.tab-links .active {
  margin-top: 1px;
}

.active > a {
  margin-bottom: -1px;
  background: transparent;
}

.tab-links a:hover {
  background: #a7cce5;
  text-decoration: none;
}

.tab-links li.active a, .tab-links li.active a:hover {
  border: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  color: #444;
}

.validation-summary-errors li {
  font-weight: bold;
  color: #ff0000;
}

/* These styles deal with the hotel-datepicker customizations for the new search widget. */
/* Right align the datepicker so that it doesn't fall outside the search widget. */
.datepicker--open {
  right: 0;
}

/* This is the smaller price display for each day. */
.day-price {
  display: block;
  font-size: 75%;
}

/* This overrides the from/to dates in the header, so that we can make the clickable. */
.datepicker__info-text--start-day {
  font-weight: normal;
}

.datepicker__info-text--end-day {
  font-weight: normal;
}

.datepicker__info-text--start-day.selected,
.datepicker__info-text--end-day.selected {
  font-weight: bold;
}

.baggage-dimensions-details {
  color: #007dbd;
  background-color: lightgrey;
  text-align: center;
}

header {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
header .top-header {
  padding: 2%;
  padding-top: 2%;
  background-color: #293C7E !important;
}
header .top-header .container-lg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
header .top-header .left-text {
  float: left;
}
header .top-header .right-text {
  float: right;
}
header .top-header .text-white {
  color: #FFFFFF !important;
}
header .bottom-header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 2%;
}
header .bottom-header .navbar-container {
  display: block;
  font-size: 16px;
}
header .bottom-header .navbar-container .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}
header .bottom-header .navbar-container-mobile {
  margin-left: 50%;
  display: none;
  font-size: 16px;
}
header .bottom-header .navbar-container-mobile .custom-dropdown {
  width: 100%;
  text-align: left;
  line-height: 26px;
}
header .bottom-header .navbar-container-mobile .custom-dropdown a {
  display: block;
  padding: 10px 5%;
}
header .bottom-header .navbar-container-mobile .custom-dropdown .heading-item {
  font-weight: 700;
  background-color: rgba(0, 0, 0, 0.03);
}
@media (max-width: 992px) {
  header .bottom-header .navbar-container {
    display: none;
  }
  header .bottom-header .navbar-container-mobile {
    display: block;
  }
}
header .bottom-header .medivac-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
  font-size: 20px;
  color: #A11C35 !important;
  margin-top: 10px !important;
}
header .bottom-header .medivac-content .text-content .normal-text {
  font-weight: 0;
  font-size: 14px;
  color: #000000 !important;
}
header .bottom-header .header-form {
  position: relative;
  right: 0;
}

.common-body > .index-art-field {
  background-position: center;
  padding-top: 0 !important;
}

.flight-search-box {
  padding: 15px;
  padding-top: 30px;
  width: 90%;
  margin: 15px auto auto auto;
}

.container-body {
  min-height: unset;
}

.container-lg {
  max-width: 100% !important;
}
@media (min-width: 992px) {
  .container-lg {
    width: 1202px;
    margin-right: auto;
    margin-left: auto;
  }
}

footer {
  font-size: 14px;
  display: flex;
  flex-direction: column;
}
footer .top-footer {
  background-color: #000034 !important;
  padding: 4%;
}
footer .top-footer .container-lg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .top-footer .medivac-content {
  margin-top: 15px;
}
footer .bottom-footer {
  padding: 4%;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #293c7e !important;
}
footer .bottom-footer .container-lg {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* 
   These font-size adjustments for .fare-select-column are specific to Missinippi Air
   and are added here in MissinippiAir.scss to ensure they do not interfere with 
   the width settings defined in base.scss. This setup keeps the column width
   rules intact from base.scss while mainly adjusting the font size based on screen size.
*/
/* Default font size */
.fare-select-column {
  font-size: 14px;
}

/* Small screens */
@media (max-width: 992px) {
  .fare-select-column {
    font-size: 10px;
  }

  .blank-fare {
    display: none;
  }
}
/* Extra small screens */
@media (max-width: 768px) {
  .fare-select-column {
    font-size: 12px;
  }

  .blank-fare {
    display: none;
  }
}

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