﻿#guestList {
    display: none;
    padding: 12px;
    margin-top: 5px;
    border: 1px solid #bad2c9;
}
#guestHeader {
    font-size: 18px;
    text-decoration: underline;
    color: #005837;
}

#guestListControl {
    margin-top: 12px;
}

.body-container.container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

label {
    color: #4d4d4d;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: .5rem;
    font-weight: 900;
}
    label::after {
        content: ": ";
        font-weight: 900;
    }

.error-required {
    font-weight: bold;
    padding-bottom: 20px;
    color: red;
    display: inline-block;
}


.table [class^="col"], .table thead th {
    border: none !important;
}
table tr.alt {
    background: #bad2c9 !important;
}


.table-no-m-row .row{
    margin:0px;
}

.form-control {
    font-size: 16px;
}


.required::after {
    font-size: 1em;
    content: '*';
    color: #f00;
    vertical-align: middle;
    display: inline-block;
    position: absolute;
}

#inquiry-form .col-5.col-md-5 {
    margin-bottom: 15px !important; 
}

#inquiry-form input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=color], select, textarea {
    padding: 3px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 3px;
    font-size: large;
    padding-left: 7px;
    padding-right: 7px;
}
#inquiry-form .places {
    display: inline-block;
    padding-inline-end: 10px;
}
 .places:before {
    display: inline-block;
    clear: both;
}
/*#inquiry-form .form-row1[class^="col-"] {
    padding-bottom: 7px !important;
}*/

 .form-1{
       padding-bottom: 30px !important;
   }

.button1{
    padding-top: 20px;
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    .header-container-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 90%;
        transition: .3s ease;
        padding: 12px 0;
        z-index: 999;
    }


}

@media only screen and (min-device-width: 320px) and (max-device-width: 360px){

    div .places {
        padding-right: 4px !important;
    }

}

@media only screen and (min-device-width : 320px) and (max-device-width : 375px) {

    #payment-form {
        font-size: 11px;
    }


    #payment-form .form-control {
            font-size: smaller;
    }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 768px) {

    #payment-form {
        font-size: 14px;
    }

    #payment-form .form-control {
            font-size: small;
    }


}

@media (min-width: 768px) {
}


a.footer-icon {
    background: #D2D7D3;
    color: #222;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    width: 46px;
    height: 46px;
    margin: 0 2px;
    padding-top: 12px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

    a.footer-icon.icon:before {
        font-family: "FontAwesome", sans-serif;
        color: #f3f4e5;
        font-size: 20px;
    }

    a.footer-icon.facebook:before {
        content: '\f09a';
    }

    a.footer-icon.golf:before {
        content: '\f1c1';
    }

    a.footer-icon.contact:before {
        content: '\f095';
    }

    a.footer-icon.email:before {
        content: '\f0e0';
    }

    a.footer-icon span {
        background: #fff;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #f3f4e5;
        color: #222;
        font-size: 14px;
        font-weight: bold;
        position: absolute;
        bottom: 0;
        left: -25px;
        right: -25px;
        padding: 5px 7px;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all .4s;
        transition: all .4s;
    }

    a.footer-icon.golf span {
        left: -80px;
        right: -80px;
    }

    a.footer-icon span:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #fff;
        position: absolute;
        bottom: -10px;
        left: 38px;
    }

    a.footer-icon.golf span:before {
        left: 94px;
    }

    a.footer-icon:hover span {
        bottom: 60px;
        visibility: visible;
        opacity: 1;
    }

    a.footer-icon:hover {
        background-color: #1f4f39;
        color: #bfbfbf;
    }

    a.footer-icon span {
        color: #1f4f39;
    }




.form-control:focus {
    color: #0047ab;
    background-color: #fff;
    border-color: #bad2c9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #0047ab;
}
select:focus {
    color: #0047ab;
    background-color: #fff;
    border-color: #bad2c9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #0047ab;
}


.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
}

    .lds-spinner div {
        transform-origin: 32px 32px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 29px;
            width: 5px;
            height: 14px;
            border-radius: 20%;
            background: #fff;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.loading-Container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1100;
    background-color: rgba(0,0,0,0.7); /*dim the background*/
}

.lds-spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    z-index: 11;
}

.input[type="button"], input[type="submit"] {
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    padding: 1em 2.5em !important;
    color: #fff !important;
    background-color: #00456b !important;
    border-width: 0 !important;
    font-family: Soleil, sans-serif !important;
    font-size: 18px !important;
    line-height: 1em !important;
    font-weight: 400 !important;
    font-style: normal !important;
    letter-spacing: 2px !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    line-height: normal !important;
    border-radius: 3px !important;
}

h6 {
    font-weight: 900;
}

.alert-area {
    max-height: 100%;
    position: fixed;
    bottom: 10px;
    left: 20px;
    right: 20px;
}

.alert-box {
    font-size: 16px;
    color: white;
    background: #00456b;
    opacity: 0.9;
    line-height: 1.3em;
    padding: 10px 15px;
    margin: 5px 10px;
    position: relative;
    border-radius: 5px;
    transition: opacity 0.5s ease-in;
}

    .alert-box.hide {
        opacity: 0;
    }

.alert-close {
    background: transparent;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
}

    .alert-close:before,
    .alert-close:after {
        content: '';
        width: 15px;
        border-top: solid 2px white;
        position: absolute;
        top: 5px;
        right: -1px;
        display: block;
    }

    .alert-close:before {
        transform: rotate(45deg);
    }

    .alert-close:after {
        transform: rotate(135deg);
    }

    .alert-close:hover:before,
    .alert-close:hover:after {
        border-top: solid 2px #d8d8d8;
    }

@media (max-width: 767px) and (min-width: 481px) {

    .alert-area {
        left: 70px;
        right: 70px;
        bottom: 150px;
    }
}

@media (min-width: 768px) {

    .alert-area {
        width: 350px;
        left: auto;
        right: 0;
    }
}

.medical-information-title{
    padding-bottom: 0px !important;
}

.departing-from-title{
    padding-bottom: 0 !important;
}

.arrival-trip-title{
    padding-bottom: 0 !important;
}

input[type=checkbox].alt-trl:checked {
    background: red;
}