
.bg-faded-primary {
    background-color: #f5f5f5 !important;
}



/* START Form */

.field-validation-error {
    margin-top: .25rem;
    font-size: 0.875em;
    color: #ff4242;
}

.input-validation-error {
    border: 1px solid #ff4242 !important;
    padding-right: calc(1.5em + 1.25rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff4242'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4242' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3125rem) center;
    background-size: calc(0.75em + 0.625rem) calc(0.75em + 0.625rem);
}

.input-tooltip {
    display: block;
}

.required-tip {
    color: #ff0000;
}

#validation-summary-box ul {
    margin-bottom: 0 !important;
}

#validation-summary-box ul li {
    margin-bottom: 0 !important;
}

.readonly {
    pointer-events: none;
    background-color: #e9ecef;
    color: #97A0A8;
}

/* END Form */





/* START AutoComplete */

/* Autocomplete dropdown container */
.autocomplete-container {
    position: relative;
}

/* Autocomplete list */
.autocomplete-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
}

    /* Autocomplete list item */
    .autocomplete-list li {
        padding: 10px;
        cursor: pointer;
    }

        /* Autocomplete list item hover effect */
        .autocomplete-list li:hover {
            background-color: #f2f2f2;
        }

        /* Autocomplete list item active effect */
        .autocomplete-list li.active {
            background-color: #e2e2e2;
        }


/* END AutoComplete */


/* START Shop Cart Header */

.remove-from-header {
    background-color: transparent;
    border: 0px;
}

/* END Shop Cart Header */


/* START Main Navigation */
/*.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}
*/
/*@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-item > .dropdown-menu {
        margin-top: 1.5rem;
    }
} */

/* END Main Navigation */


/* START Carousel */

@media (min-width: 1280px) {
    .py-xl-6 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

.transparent-div {
    padding: 30px;
    background-color: #ffffff;
    opacity: 0.9;
}

/* END Carousel */


/* START Acknowledgement */
#message-to-nation {
    position: relative;
}

#important-messaging {
    background-color: #000;
    color: #fff;
    text-align: center;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    z-index: 10000000000;
}

    #important-messaging .message {
        max-width: 740px;
        padding: 0 3em;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

@media screen and (min-width: 320px) {
    #important-messaging .message {
        padding: 0 2em;
    }
}

#important-messaging .message p {
    font-size: 1.2em;
    font-family: "swiss721medium", 'fallBackArial', sans-serif;
    font-weight: normal;
    font-style: normal;
}

    #important-messaging .message p a {
        color: #fff !important;
        opacity: 1 !important;
    }

.dismiss-info {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/* END Acknowledgement */



td.highlight {
    background-color: green;
    cursor: pointer;
}





/* START Page Content */

/* Create a parallax effect */

.column {
    padding: 20px;
    color: white;
    text-align: center;
}

.parallax {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    /*min-height: 300px;*/
}

    .parallax h2 {
        font-size: 4.25rem;
        color: #ffffff;
    }

    .parallax h4 {
        font-size: 2.0rem;
        color: #ffffff;
    }

.image-radius-50 {
    border-radius: 50%;
    margin: 0 auto;
}

/* END Page Content */


/* START Partners and sponsors */

.partners-logo-container {
    position: relative;
    cursor: pointer;
}

.partners-logo {
    filter: grayscale(100%);
    transition: filter 0.5s;
}

.partners-logo:hover {
    filter: grayscale(0%);
}

/* END Partners and sponsors */



/* END Events */

.event-icon {
    width: 20px;
    filter: invert(1);
}

/* END Events */





/* START Social Media Footer */

.svgicon {
    padding: 7px;
    background-color: white;
    border-radius: 15%;
}

/* END Social Media Footer */




/* START IDIOM */

.idiom-button {
    text-decoration: none;
}

/* END IDIOM */






/*.calendar {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .calendar-header button {
        background-color: transparent;
        border: none;
        outline: none;
        cursor: pointer;
        font-size: 20px;
        font-weight: bold;
        color: #999;
    }

        .calendar-header button:hover {
            color: #333;
        }

.calendar-month-year {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.calendar-body {
    padding: 10px;
}

.calendar-weekdays {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
    color: #999;
}

    .calendar-weekdays div {
        flex: 1;
        text-align: center;
    }

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.calendar-day {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background-color: #f7f7f7;
    border-radius: 5px;
    cursor: pointer;
}

    .calendar-day:hover {
        background-color: #e5e5e5;
    }

    .calendar-day.inactive {
        background-color: #eee;
        color: #ccc;
        cursor: default;
    }

    .calendar-day.today {
        background-color: #ffc107;
        color: #fff;
    }

    .calendar-day.selected {
        background-color: #007bff;
        color: #fff;
    }

.calendar-event {
    display: block;
    padding: 5px;
    background-color: #007bff;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
}
*/
