﻿@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
body, select, input, table, i, .btn_yellow, .cal_btn, .btn_home, .header_style, .style26, .lb_status, #cssmenu ul li > ul li a, #cssmenu ul li > ul li.has-sub-sub a {
    font-family: 'Quicksand', sans-serif;
    font-size: 11pt;
}

h1, h2, h3, h4 {
    font-family: 'Quicksand', sans-serif;
}

.inner_960 {
    width: 1100px;
}
/* Direct Booking page and Enquiry Calendar*/
/* Direct Booking Calendar - Unavailable color*/
.unavailable {
    color: black;
    background-color: #FF0000;
    text-align: center;
    padding-top: 12px;
    width: 100%;
    height: 100%;
}
/* Direct Booking Calendar - Available color*/
/*.available {
    color: white;
    background-color: #067f1a;
    text-align: center;
    padding-top: 4px;
    font-size: 9pt;
    width: 100%;
    height: 100%;
}*/
.no_rate_available {
    color: white;
    background-color: #CC6633;
    text-align: center;
    padding-top: 4px;
    font-size: 9pt;
    width: 100%;
    height: 100%;
}
/* Direct Booking Calendar - Available color*/
.restricted {
    color: white;
    background-color: #FF0000;
    text-align: center;
    padding-top: 6px;
    font-size: 9pt;
    width: 100%;
    height: 100%;
}

.enquiry_viz {
    display: none;
}

.btn_yellow, .lbl_yellow {
    border-radius: 5px;
}
    /* ResForm and Direct Booking page cards - uncomment display to hide unused cards */
    .CardsCss {
        font-size: 32pt;
        color: #333333;
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .CardsCss i {
        padding-left: 5px;
        padding-right: 5px;
    }

.fa-cc-visa:before {
    /*    display: none;*/
}

.fa-cc-mastercard:before {
    /*    display: none;*/
}

.fa-cc-amex:before {
    display: none;
}

.fa-cc-paypal:before {
    /*    display: none;*/
}

#ddl_rate_plan_names, .PlanLabel {
    display: none;
}
.checked_in {
    color: white;
    background-image: linear-gradient( 90deg, rgba(255, 255, 255, .4) 100%, transparent );
}

.checked_out {
    color: black;
    background-image: linear-gradient( 90deg, rgba(0, 0, 0, .4) 100%, transparent );
}