﻿:root {
    --PGLOffWhite: #F5F2ED;
    --PGLAmber: #FCBB00;
    --PGLDarkBeige: #BAB3AB;
    --PGLBodyText: #1D1D1D;
    --PGLBlackborder: #2A292A;
    --PGLContainerColour: #EBDCCA;
    --PGLBlue: #006BAE;
    --CodeSuccess: #03C46B;
    --PGLDarkRed: #A21F3B;
    --PGLLabel: Helvetica Neue, arial, sans-serif;
    --PGLLunchBox: normal normal normal 32px/45px LunchBox;
}

.fa-search-section {
    display: inline-block;
    position: relative;
    padding: 21px 30px;
    border: #00000017 1px solid;
    background: white;
    font-family: "HelveticaNeueW02-45Ligh", arial, sans-serif;
    z-index: 99999;
    border-left: 1px white solid;
    border-right: 1px white solid;
    cursor: pointer;
    max-height: 57px;
}
/*    .fa-search-section:first-of-type {
        border-top-left-radius: 16px;
        border-bottom-left-radius: 16px;
    }
    .fa-search-section:last-of-type {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px;
    }*/
.fa-search-underline {
    font-size: 1em;
    margin-bottom: -58px;
    top: -27px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0 3px 6px #00000029;
    background-color: white;
    border: var(--PGLAmber) 2px solid;
    z-index: 199;
}

.fa-search-underline.only {
    top: 13px;
}

.fa-search-underline.top{
    top: 27px;
}


.fa-search-seperator {
    width: 0px;
    padding: 0px;
    overflow: visible;
    z-index: 999;
}
.fa-search-seperator div {
    border-left: 1px solid #00000017;
    margin-top: 13px;
    height: 30px;
    width: 1px;
    overflow: visible;
}

.l-masthead {
    margin-bottom: 2.5em;
}

.fa-homepage-header {
    margin-bottom: 2.5em;
}
.fa-search-submit-button {
    padding: 16px;
    background: var(--PGLAmber);
    border-radius: 30px;
    right: -26px;
    top:-1px;
    position: relative;
}
.fa-search-submit-button::before {
    font-weight: bolder !important;
}
 .fa-search-selection {
    position: absolute;
    display: inline;
    top: 55px;
    left: 0px;
    background: white;
    padding: 10px;
    border-radius: 5px;
    border-color: #00000017;
    border-width: 1px;
    border-style: solid;
    width: 100%;
    text-align: left;
}
.fa-selected-holiday-type-selection {
    font-weight: bold;
}
.fa-search-hidden {
    display: none;
}

.fa-search-selection.fa-search-holiday-type-target {
    padding: 0px 10px;
}
.fa-holiday-type {
    padding: 10px;
    font-size: small;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #d4d4d4;
}

.fa-search-number-of-nights {
    color: #7b7b7b;
    white-space: nowrap;
}
.fa-holiday-type:hover {
    background: #c4c4c430;
}

.fa-holiday-location {
    padding: 10px 5px;
    font-size: smaller;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #d4d4d4;
}

.fa-holiday-max-select {
    padding: 10px;
    font-weight: bold;
}

.fa-search-selection.fa-search-location-target {
    padding: 0px;
    padding: 0px 10px;
}
.fa-holiday-location:hover {
    background: #c4c4c430;
}
.fa-search-county-text {
    padding: 5px 0px 0px 5px;
    color: #7b7b7b;
    font-style: italic;
}

.fa-search-location-name {
    padding-left: 5px;
    font-size: larger;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #797979;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    float:right !important;
}

.checkbox-round-padding {
    top: 7px;
    position: relative;
}

.checkbox-round:checked {
    background-color: gray;
}
.fa-pax-row {
    border-top: 1px solid #d4d4d4;
}

.fa-pax-row:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
}

.fa-pax-row:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.fa-search-selection.fa-search-pax-picker-target.fa-search-show-mobile {
    padding: 0px 10px;
}

.fa-search-selection.fa-search-location-target div:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.fa-search-selection.fa-search-location-target div:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.fa-holiday-type:first-of-type {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-top: none;
}

.fa-holiday-type:last-of-type {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.nowrap {
    white-space: nowrap;
}

/*    .fa-search-holiday-type {
        background: url(/Files/Templates/Designs/PGLCore/res/img/themes/family-adventures/buttons/up-down.png) right 3px no-repeat white;
    }*/
#fa-selected-holiday-type,
#fa-selected-location,
#fa-selected-date,
#fa-selected-pax {
    display: inline-block;
}
#fa-selected-holiday-type-mobile,
#fa-selected-holiday-type {
    display: inline-block;
    top: 50%;
    left: 45%;
    position: absolute;
    width: 70%;
    transform: translate(-50%, -50%);
    /* white-space:nowrap; */
}

#fa-selected-location,
#fa-selected-pax {
    display: inline-block;
    max-width: 90%;
    top: 50%;
    left: 60%;
    position: absolute;
    width: 80%;
    transform: translate(-50%, -50%);
    /* white-space:nowrap; */
}

.fa-left-icon {
    display: inline-block;
    float: left;
}

.fa-right-icon {
    display: inline-block;
    float: right;
}

.fa-pax-row {
    padding: 5px 0px;
    font-weight: 600;
    margin-left: 0px;
    margin-right: 0px;
}
.fa-pax-description {
    padding: 3px 12px;
}
.fa-pax-icon {
    border: 1px #d4d4d4 solid;
    padding: 3px;
    border-radius: 50%;
    cursor: pointer;
}

.fa-search-date-picker-target .ui-corner-all {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.fa-search-date-picker-target .ui-datepicker-header,
.fa-search-date-picker-target .ui-state-default {
    border: none;
    background: none;
    text-align: center;
}
.fa-search-date-picker-target .ui-datepicker-today .ui-state-default {
    border-radius: 3px;
    background: var(--PGLOffWhite) !important;
}

.fa-search-date-picker-target .ui-state-default {
    text-align: center;
    background: var(--PGLAmber);
    border-radius: 3px;
}
.fa-search-date-picker-target th {
    width: 25px !important;
}
td.ui-datepicker-unselectable.ui-state-disabled,
td.ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
    opacity: 1;
    background: none;
}

.fa-search-date-picker-target .ui-datepicker-calendar  {
    font-size:1em;
    border: none;
}
.fa-search-date-picker-target .ui-datepicker-calendar tr{
    border-top: none;
    background: none;
}

.fa-search-date-picker-target .ui-datepicker-inline {
    border: none;
    padding: 7px;
    border-radius: 5px;
}

.fa-search-section-disabled {
    color: lightgray;
    cursor: default;
}

.fa-search-section-disabled .fa-search-county-text {
    color: lightgray;
}

.fa-search-section-disabled .fa-search-submit-button {
    color: grey;
    cursor: default;
    background: #c3c3c3
}

.fa-search-masthead{
    background: white;
}

@media screen and (min-width: 992px) {
    .fa-search-section:first-of-type {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-left: #00000017 1px solid;
    }

    .fa-search-section:last-of-type {
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-right: #00000017 1px solid;
    }

    .mobile-only {
        display: none;
    }
}

.fa-search-messages{
    display:none;
}

.fa-search-pax-minuimum-message.modal.show .modal-content,
.fa-search-pax-dependency-message-dialog.modal.show .modal-content,
.fa-search-max-occupancy-message.modal.show .modal-content {
    border-radius: 35px;
    overflow: hidden;
}
/*.fa-search-pax-minuimum-message.modal.show .modal-dialog,
.fa-search-pax-dependency-message.modal.show .modal-dialog,
.fa-search-max-occupancy-message.modal.show .modal-dialog {
    background: white;
    border-radius: 40px;
    padding: 20px;
}*/

.fa-search-pax-dependency-message.modal.show .modal-dialog{
    white-space:nowrap;
}

#loadingBookingModal,
#loadingResultsModal,
#loadingModal {
    pointer-events: none;
}

#loadingBookingModal,
#loadingResultsModal .modal-dialog,
#loadingModal .modal-dialog {
    flex-direction: column;
}

.spinner-border {
    color: var(--PGLAmber);
}
.spinner-text {
    color: var(--PGLOffWhite);
}

@media screen and (min-width: 1200px) and (max-width:1399px) {
    .fa-search-submit-button {
        right: -13px;
    }
}
@media screen and (min-width: 992px) and (max-width:1199px) {
    .fa-search-submit-button {
        right: 3px;
    }
    .fa-search-date-picker {
        padding-left: 16px;
        padding-right: 0px;
    }
}
@media screen and (min-width: 576px) and (max-width:767px) {
    .fa-search-submit-button {
        right: 0px;
    }
}
@media screen and (min-width: 576px) {
    .fa-search-date-picker-target {
        height: 0px;
        background: transparent;
    }
}
@media screen and (min-width: 576px) and (max-width:991px) {
    .fa-search-section:first-of-type {
        border-top-left-radius: 30px;
        border-left: #00000017 1px solid;
    }

    .fa-search-section:nth-of-type(3) {
        border-top-right-radius: 30px;
        border-right: #00000017 1px solid;
    }

    .fa-search-section:nth-of-type(5) {
        border-bottom-left-radius: 30px;
        border-left: #00000017 1px solid;
    }

    .fa-search-section:last-of-type {
        border-bottom-right-radius: 30px;
        border-right: #00000017 1px solid;
    }

    .mobile-only {
        display: none;
    }


    .fa-search-underline {
        margin-bottom: -114px;
        top: -83px;
    }

    .fa-search-underline.top {
        margin-bottom: -113px;
        top: 27px;
    }

    .fa-search-underline.only.fixed-mobile-search {
        top: -15px;
    }

}

@media screen and (max-width:575px) {
    .fa-search-seperator {
        display: none;
    }

    .mobile-only.fa-search-submit-button {
        display:inline-block;
    }

    .bi-search::before {
        content: none;
    }

    .fa-search-submit-button {
        right: initial;
        font-style: normal;
        font-size: 1em;
        font-weight: bold;
    }

    .fa-search-submit {
    }

    .fa-search-hide-mobile{
        display:none;
    }

    .fa-search-show-mobile {
        display: inline-block;
        position: initial;
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin: auto;
    }

    .fa-search-date-picker-target .ui-datepicker-inline {
        width: 100%;
    }

    .fa-search-section-mobile-button {
        width: 90%;
        margin: auto;
        border-radius: 40px;
        border-left: #00000017 1px solid;
        display: inline-block;
    }

    .fa-search-section { 
        max-height: none;
    }

    .fa-search-container{
        padding-left: 0px;
        padding-right: 0px;
    }

    #fa-selected-location,
    #fa-selected-pax {
        position: relative;
        transform: none;
        margin-bottom: 20px;
        top: unset;
        left: unset;
    }

    body.searching {
        overflow: hidden;
    }

    .fixed-mobile-search {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        height: 100%;
        overflow: auto;
        background: white;
        border: none;
    }
    .fa-search-close{
        text-align: right;
    }

    .fa-search-underline.top.fixed-mobile-search {
        top: 0px;
    }
    .fa-search-underline.mobile-only {
        margin-left: 12px;
        margin-right: 12px;
    }
    .mobile-only .fa-search-section {
        border-radius: 40px;
        margin: auto;
    }
    .fa-search-section-disabled {
        filter: brightness(90%);
    }
}

@media screen and (min-width:768px) {
    .fa-search-pax-minuimum-message.modal.show .modal-dialog,
    .fa-search-pax-dependency-message.modal.show .modal-dialog,
    .fa-search-max-occupancy-message.modal.show .modal-dialog {
        max-width: 60%;
    }
}

.blackout {
    position: absolute;
    background: black;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0.15;
}

.blackout-top{
    z-index:1000 !important;
}