#ui-datepicker-div {
  z-index: 10001 !important;
}

.ui-datepicker .ui-icon {
  text-indent: 0 !important;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  margin-top: -4px !important; 
}

.fare-type-header p {
  line-height: 1.5 
}

.sw2 .swa-icon_external-link:before {
    content: '\E066' !important;
}

a[aria-describedby$=third-party-site]:not([class*=icon-link]):after {
    content: '\E066' !important;
}

.btn-warning {
   font-weight: bold; 
}

/*.business-light-theme.business-theme a:hover {
    color: #fff;
}*/

#swa-tabbed-widgets label {
    display: block;
    margin-bottom: 0;
}

.vacations-theme {
    --cmp-core-color-horizontal-gesture-scroller-mask: #ffffff !important;
	--cmp-core-color-horizontal-gesture-scroller-mask-transparent: rgba(255, 255, 255, 0) !important;
}

.rr-secondary-nav-options {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    border: 1px solid #D1D1D1;
    border-top: 0;
    background: #F4F4F5;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    z-index: 100;
}

.select.open .rr-secondary-nav-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}