﻿body {
    margin: 0;
    font-family: 'gfrg', Arial, Helvetica, Verdana;
    font-size: 1rem; /* Changed from 14px to 1rem (16px default) */
    line-height: 1.4; /* Changed from 20px to relative value */
    color: #CCCCCC;
    background-color: #000000;
    font-family: agRegular;
    overflow: auto;
}


input:disabled {
    background-color: lightgray;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


@font-face {
    font-family: 'agBold';
    src: url('fonts/Akzidenz-Grotesk Bold Condensed.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}



@font-face {
    font-family: 'agMedium';
    src: url('fonts/Akzidenz-Grotesk Medium.woff2') format('woff2'),url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}

@font-face {
    font-family: 'agRegular';
    src: url('fonts/Akzidenz-Grotesk Regular.woff2') format('woff2'), url('fonts/AkzidenzGrotesk-Cond.woff') format('woff');
}



@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(fonts/MaterialIcons-Regular.woff2) format('woff2'), url(fonts/MaterialIcons-Regular.woff) format('woff'), url(fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem; /* Changed from 24px to 1.5rem */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}


.pointer {
    cursor: pointer;
}

.fill {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box {
    background-color: #1A1A1A;
    padding: 15px;
    display: inline-block;
}




.date-box {
    width: 320px;
    background-color: white;
    display: inline-block;
    position: relative;
    font-size: 0px;
    line-height: 0px;
}

    .date-box input {
        display: inline-block;
        border: none;
        margin: 0;
        font-size: 20px;
        padding: 7px 10px;
        padding-right: 30px;
    }



.number-input {
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 1.125rem; /* Changed from 20px to 1.125rem (18px) */
    padding: 0.4375rem 0; /* Changed from 7px to rem */
    padding-left: 0.625rem; /* Changed from 10px to rem */
    width: 100%;
}



.input-panel {
    display: inline-block;
    margin-right: 12px;
    margin-top: 20px;
}


.text-box {
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 1.125rem; /* Changed from 18px to 1.125rem */
    padding: 0.3125rem 0; /* Changed from 5px to rem */
    padding-left: 0.625rem; /* Changed from 10px to rem */
    width: 388px;
}



.date-panel {
    display: inline-block;
    margin-right: 12px;
}



.date-box .icon-box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 30px;
    text-align: center;
    line-height: 45px;
}

.icon-box .material-icons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}


.menu-icon {
    font-size: 38px;
    line-height: 55px;
    vertical-align: top;
    padding-left: 12px;
}

.logo-mob {
    max-width: 100%;
    height: auto;
    overflow: visible;
}

.silver-border {
    border: solid 1px silver;
}

.form-cell {
    padding: 5px;
}

.label {
    font-size: 1.25rem; /* Changed from 20px to 1.125rem */
    display: block;
    margin-bottom: 0.3125rem; /* Changed from 5px to rem */
    color: white;
    text-transform: uppercase;
    color: #0089cc;
    text-align: left;
}

.label .label {
    text-align:center;
}

.button {
    background-color: #006dcc !important;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 1.125rem; /* Changed from 20px to 1.125rem */
    padding: 0.75rem 0.625rem; /* Changed from 12px 10px to rem */
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-family: agRegular;
}

.buttonSmaller {
    background-color: #006dcc !important;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 1rem; /* Changed from 18px to 1rem */
    padding: 0.75rem 0.625rem; /* Changed from 12px 10px to rem */
    color: white;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-family: agRegular;
}

.buttonModest {
    background-color: #006dcc !important;
    display: inline-block;
    border: none;
    margin: 0;
    font-size: 0.875rem; /* Changed from 14px to 0.875rem */
    padding: 0.5rem 0.375rem; /* Changed from 8px 6px to rem */
    color: white;
    cursor: pointer;
    text-align: center;
    font-family: agRegular;
}



.list-item.selected {
    /*outline: 2px solid blue;
    outline-offset: -2px;*/
    background-color: #006dcc;
}

.list-item {
    display: block;
    background-color: #404040;
    padding: 10px;
    margin: 5px;
    text-align: left;
}

.outline-box {
    outline: 5px solid #3a3a3a;
    outline-offset: -5px;
    padding: 0px 5px;
}

.btn-sm {
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0px;
}

.btn-sm-op {
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding: 0px;
    opacity: 0.4;
}


/* Form validation and help text */
.form-cell .sr-only {
    font-size: 12px;
    color: #ccc;
}

/* Error messaging */
.red[aria-live] {
    min-height: 1.2em;
}


.error-text {
    color: red;
    font-size: 1rem; /* Changed from 18px to 1rem */
    font-weight: bold;
    line-height: 1; /* Changed from 18px to relative */
}

.line-break {
    border-top: solid 1px #7d7c7c;
    padding-bottom: 15px;
    padding-top: 5px;
    text-align: left;
}

.ui-datepicker td a:hover {
    opacity: 0.5;
}

.event a {
    background-color: #008500 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.noevent a {
    background-color: #850000 !important;
    background-image: none !important;
    color: #ffffff !important;
}


.noevent span {
    background-color: #850000 !important;
    background-image: none !important;
    color: #ffffff !important;
}


.ui-datepicker-today span {
    background-color: #850000 !important;
    background-image: none !important;
    color: #ffffff !important;
    outline: solid 1px #777;
}

.ui-datepicker-today a {
    background-color: #008500 !important;
    background-image: none !important;
    color: #ffffff !important;
    outline: solid 1px #777;
}

.selectdate a {
    background-color: #006dcc !important;
    background-image: none !important;
    color: #ffffff !important;
}

.ui-datepicker {
    z-index: 100;
}

.find-reserv {
    display: block;
    height: 2rem;
    line-height: 2rem;
    padding: 0px;
    font-family: agRegular;
    width: 100%;
    margin-top: 2rem;
}

.room-icons {
    font-size: 2rem;
    line-height: 25px;
}

.room-text {
    font-size: .75rem;
    line-height: .95rem;
    text-transform: uppercase;
}

.room-type {
    font-weight: bold;
    text-transform: uppercase;
    color: #006dcc;
    line-height: 45px;
    text-align: left;
}

form .row {
    text-align: center;
}


.desktop-nav {
    background-image: linear-gradient(to bottom, #222222, #111111);
}

.confirm-reserv {
    text-transform: uppercase;
    text-align: center;
    color: white;
    font-size: 2rem;
    line-height: 55px;
}