
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin-ext.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-stretch: 100%;
    font-display: swap;
    src: url(resource?themeResource=webfonts/opensans-latin.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.buttonContainer {
    text-align: right;
}

.action {
    padding: 10px 20px !important;
    font-weight: normal;
    font-size: 16px !important;
    border-radius: 5px !important;
    text-transform: uppercase;
}

.action i {
    margin-left: 5px;
}

#pageContainer {
    padding: 10px 20px 0 20px;
}

#page {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 15px 0 25px 0;
}

body > header {
    position: relative;
    padding: 10px 20px;
    min-height: 80px;
}

body > header #logo {
    height: 62px;
    vertical-align: middle;
    margin-right: 10px;
}

body > header h1 {
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    display: inline-block;
}

#language {
    float: right;
    margin-left: 15px;
}

body > header #user {
    float: right;
    padding: 5px 0;
}

body > header #user a i {
    font-size: 20px;
    margin-left: 5px;
}

body > header #hotelPhoneNumber {
    float: right;
    position: absolute;
    bottom: 10px;
    right: 20px;
}

body > header #hotelPhoneNumber span:first-of-type {
    font-weight: bold;
}

body > header #hotelPhoneNumber a {
    font-weight: normal;
}

footer {
    text-align: center;
    padding: 40px 20px;
    font-size: 12px;
}

footer a {
    text-transform: none;
}

main {    
    margin-right: 300px;
    display: block;
    counter-reset: section;
}

main.onecol {
    margin-right: 0;
}

aside {
    position: sticky;
    top: 20px;
    float: right;
    width: 280px;
    border-radius: 10px;
    padding-bottom: 15px;
}

aside h1 {
    margin: 10px;
    font-weight: normal;
    font-size: 20px;
    padding-right: 55px;
}

aside h2 {
    margin: 10px 10px 5px 10px;
    font-weight: normal;
    font-size: 16px;
}

aside h3 {
    margin: 0 10px 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

aside h3 i {
    margin-right: 10px;
}

#directionsLink {
    position: relative;
    float: right;
    right: 10px;
    top: 10px;
    font-size: 20px;
    text-shadow: 2px 2px 5px #999999;
}

#hotelPhoneNumberMobile {
    display: none;
    position: relative;
    float: right;
    right: 0;
    top: 0;
    font-size: 20px;
    text-shadow: 2px 2px 5px #999999;
}

.calendars {
    margin: 0 10px;
}

.calendar {
    float: right;
    width: 120px;
    text-align: center;
    border-radius: 7px;
    padding-bottom: 10px;
}

.calendar:first-of-type {
    float: left;
}

.calendar h1 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 10px;    
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.calendar .weekday {
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 5px;
}

.calendar .monthDayNumber {
    font-size: 16px;
    text-transform: uppercase;
}

.calendar .time {
    font-size: 10px;
    margin-top: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding: 5px 0;
}

.calendars:not(.checkin) .calendar .time {
    display: none;
}

aside table {
    border-collapse: separate;
    border-spacing: 2px;
    width: 260px;
    margin-left: 8px;
}

aside table th {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
}

aside table td {
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

aside table .dates span {
    display: block;
    font-size: 10px;
}

#hotelImage .slider-content {
    width: 280px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

aside .action {
    display: block;
    margin: 20px auto;
}

/*#nights {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    font-size: 14px;
}

#nights i {
    margin-right: 5px;
}*/

aside hr {
    margin: 20px 10px;
    border-bottom: none;
}

#summaryOfCharges {
    border-collapse: collapse;
}

#summaryOfCharges th {
    font-weight: normal;
}

#summaryOfCharges td {
    text-align: right;
}

#summaryOfCharges tr:last-of-type th {
    font-weight: bold;
}

#summaryOfCharges tr:last-of-type td {
    font-weight: bold;
    font-size: 18px;
}

section {
    margin-bottom: 20px;
}

section h1 {
    font-size: 18px;
    padding: 10px;
    margin: 0;
    counter-increment: section;
}

section:not(.noStepNumber) h1::before {
    content: counter(section) ". ";
}

section h1 a {
    font-weight: normal;
    font-size: 18px;
    margin-left: 20px;
}

section h1 i {
    float: right;
}

div.selectionsSummary {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: left;
    padding: 20px 20px 0 20px;
}

section p + div.selectionsSummary {
    padding-top: 0;
}

div.selectionsSummary a {
    font-weight: normal;
    text-transform: none;
    color: inherit;
}

div.selectionsSummary a:hover {
    text-decoration: none;
}

div.selectionsSummary .summaryItem {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 260px;
}

div.selectionsSummary .summaryItem i {
    font-size: 20px;
    float: left;
}

#creditCardPanelEdit fieldset .crud i {
    font-size: 25px;
    color: #416564;
    display: inline-block;
    vertical-align: middle;
}

#creditCardPanelSummary div.selectionsSummary .summaryItem i {
    font-size: 25px;
}

div.selectionsSummary .summaryItem .content {
    margin-left: 35px;
    
}

div.selectionsSummary .summaryItem .subtext {
    font-size: 13px;
    margin-left: 35px;
    padding: 0;
    display: inline-block;
}

table.selectionsSummary {
    margin: 10px;
    border-collapse: collapse;
}

.selectionsSummary th {
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.selectionsSummary th:first-of-type {
    padding-right: 10px;
}

.selectionsSummary th:nth-of-type(2) {
    width: 180px;
}

.selectionsSummary td {
    text-align: left;
    vertical-align: text-top;
    font-size: 14px;
    padding-bottom: 10px;
}

.selectionsSummary .fee {
    font-style: italic;
}

.creditCardLogo {
    vertical-align: middle;
    height: 20px;
}

.panels {
    padding: 20px;
}

.panels.dashboard {
    padding: 0;
    margin: 20px;
    overflow-x: auto;
}

.panel {
    background-color: #ffffff;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 30px;    
}

/*.panel > .inputWrapper {
    margin-left: 30px;
}*/

.roomDetails {
    display: none;
}

.panel.roomType {
    padding: 10px;
}

.panel .debug {
    display: none;
}

.open .panel.readonly {
    box-shadow: none;
    background: none;
    padding: 0;
}

.completed .panel {
    margin-bottom: 0;
}

.open .panel {
    border-radius: 10px;
}

/*.panel:last-of-type {
    margin-bottom: 0;
}*/

.panel h2 {
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: bold;
}

.panels h2 {
    margin: 0 0 5px 0;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.panels h2 i {
    margin-right: 5px;
}

.popup h2 {
    margin: 0 10px 10px 0;
    font-size: 20px;
    text-transform: uppercase;
}

.panel h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 5px 0;
}

.panel p {
    margin-top: 0;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

section > p {
    margin: 0;
    padding: 20px;
}

.subsection {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 40px;
}

.subsection header {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
}

.subsection header p {
    max-width: 400px;
    font-size: 14px;
}

.subsection fieldset {
    border: none;
    padding: 0;
    margin: 0;
    width: 50%;
}

.subsection fieldset label {
    display: block;
    font-size: 14px;
    font-style: normal;
    text-transform: uppercase;
    margin: 0;
}

.subsection fieldset label .subtitle {
    text-transform: none;
    font-size: 14px;
    float: right;
}

.subsection fieldset label .buttonLink {
    float: right;
}

.subsection fieldset label .buttonLink:last-of-type {
    margin-right: 20px;
}

.inputWrapper {
    position: relative;
    margin-bottom: 30px;
}

.edit .inputWrapper, .add .inputWrapper {
    margin-bottom: 5px;
}

.edit, .add {
    margin-bottom: 25px;
}

.inputWrapper.leftCol {
    display: inline-block; 
    width: 45%;
}

.inputWrapper.rightCol {
    float: right;
    width: 50%;
}

.inputWrapper i {
    float: right;
    position: absolute;
    right: 0;
    top: 7px;
    display: none;
}

.inputWrapper .select-wrapper + i,
.inputWrapper input[type="number"] + i {
    right: 25px;
    display: none;
}

.inputWrapper input.invalid + i,
label.invalid + .inputWrapper .select-wrapper + i,
.inputWrapper input[type="number"].invalid + i {
    display: block;
}

input[type="checkbox"] + label, fieldset .ui-radiobutton + label {
    margin-left: 30px;
}

fieldset .ui-radiobutton + label {
    margin-top: -20px;
}

.question {
    margin-bottom: 30px;
    position: relative;
}

.booked .ui-radiobutton + label {
    display: none;
}

#bookedRoomImages, .roomUpgrade {
    width: 200px;
    /*float: left;*/
    margin-right: 15px;
    margin-bottom: 5px;
}

#bookedRoomImages .slider-content, 
.roomUpgrade .slider-content {
    width: 200px;
    border-radius: 5px;
}

.singleImage {
    margin-right: 15px;
    margin-bottom: 5px;
}

.singleImage img {
    width: 200px;
    border-radius: 5px;
}

.thumbnails {
    float: left;
    margin-bottom: 10px;
}

.cost {
    float: right;
    z-index: 1000;
    background-image: url('resource?themeResource=images/ribbon.png');
    background-repeat: no-repeat;
    width: 200px;
    height: 70px;
    position: relative;
    right: -20px;
    text-align: right;
    padding-top: 12px;
    user-select: none;
}

/*.booked {
    float: right;
    padding: 5px 0 5px 5px;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
    user-select: none;
}*/

.cost > div {
    padding-right: 20px;
}

.cost label {
    text-transform: uppercase;
    font-size: 26px;
    line-height: 26px;
    text-align: right;
    font-weight: normal;    
}

.cost input[type="checkbox"] + label, .cost .ui-radiobutton + label {
    font-size: 26px;
    display: inline;
}

.cost input[type="checkbox"] + label::before, .cost .ui-radiobutton + label::before {
    display: inline-block;
    top: 0;
    font-size: 20px;
}

.cost span {
    display: block;
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

.completed .cost {
    right: 0;
    background: none;
    width: auto;
    height: auto;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 0;
}

.guest {
    padding: 4px 0;
    margin-bottom: 30px;
    font-size: 18px;
}

.editableList {
    margin-bottom: 15px;
}

.editableList .ui-radiobutton {
   float: left; 
}

.editableList .ui-radiobutton + label {
    display: inline-block;
}

.editableList .readOnlyValue {
    padding: 4px 0;
    font-size: 18px;
}

/*.editableList:last-of-type .readOnlyValue {
    margin-bottom: 30px;
}*/

.editableList .inputFields, .newRecord .inputFields {
    margin-bottom: 30px;
}

.editableList.selectable label.heading, .editableList.selectable .readOnlyValue, .editableList.selectable .inputFields,
.newRecord.selectable label.heading, .newRecord.selectable .readOnlyValue, .newRecord.selectable .inputFields {
    margin-left: 30px;
}

.editableList input[type="text"]:not(:last-of-type), .editableList .select-wrapper:not(:last-of-type),
.newRecord input[type="text"]:not(:last-of-type), .newRecord .select-wrapper:not(:last-of-type) {
    margin-bottom: 20px;
}


.termsText {
    max-height: 200px;
    overflow: auto;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
}

.signaturePad { /** For mockup only **/
    border: 1px solid #cccccc;
    width: 350px;
    height: 200px;
    margin-top: 20px;
    margin-left: 30px;
}

.popup {
    width: 400px;
    border-radius: 10px;
    margin: 0 auto 40px auto;
    padding: 20px;
}

.tabContainer {
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.tab {
    display: inline-block;
    font-size: 20px;
    text-transform: uppercase;
}

.tab.selected, .tab a {
    padding: 5px 30px;
}

.tab:not(.selected):hover {
    cursor: pointer;
}

.tab a {
    font-weight: normal;
}

.tab a:hover {
    text-decoration: none;
}

#kiosk {
    padding: 0 0 10px 10px;
    width: 150px;
}

#downloadPassContainer {
    margin-top: 10px;
    text-align: center;
    clear: both;
}

#additionalGuests h3 {
    text-align: center;
    margin-bottom: 0.5em;
}

#additionalGuests fieldset p {
    text-align: center;
}

#guestTypesContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 10px;
}

.guestType {
    text-align: center;
    padding: 10px;
    margin-right: 10px;
    width: 150px;
}

.guestType:last-of-type {
    margin-right: 0;
}

.subsection fieldset .guestType label {
    font-size: 16px;
}

.guestType p {
    font-size: 12px;
    margin-top: 0.5em;
    height: 3em;
}

.guestTypeCount {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    display: inline-block;
    width: 30px;
}

#additionalGuests table {
    width: 100%;
    margin-top: 30px;
}

#additionalGuests table th {
    text-align: left;
}

#additionalGuests table td {
    text-align: right;
}


/**
 * INPUT FIELDS
 */
textarea, input, select, button, input[type="submit"] {
    outline: none;      /* Prevent focused field glow/outline in Chrome and Safari */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);   /* Prevent tap highlight in mobile Safari */
    -webkit-appearance: none;
}
 
input[type="checkbox"], .ui-radiobutton input[type="radio"]{
    display: none;
}

input[type="checkbox"] + label:before, .ui-radiobutton + label:before, .ui-radiobutton-icon:before {
    font-family: "Font Awesome 6 Free";
    display: block;
    letter-spacing: 10px;
    font-size: 16px;
}

input[type="checkbox"] + label:before, .ui-radiobutton + label:before {
    position: relative;
    top: 22px;
    margin-left: -30px;
}

body .ui-radiobutton .ui-radiobutton-box .ui-radiobutton-icon::before {
    display: block;
}

.ui-radiobutton-box {
    border: none !important;
    background: none !important;
    box-shadow: none !important;
}

.ui-radiobutton-box .ui-radiobutton-icon {
    margin-left: -10px !important;
}

.roomType .ui-radiobutton {
    display: none;
}

input[type="checkbox"] + label:before, .upgradeCheck:not(.checked) + label:before {
    content: "\f0c8";     /* unchecked icon */
}

input[type="checkbox"]:checked + label:before, .upgradeCheck.checked + label:before {
    content: "\f14a";     /* checked icon */    
}

input[type="radio"] + label:before, .ui-radiobutton-icon.ui-icon-blank:before {
    content: "\f111";     /* unselected icon */
}

input[type="radio"]:checked + label:before, .ui-radiobutton-icon.ui-icon-bullet:before {
    content: "\f192";     /* selected icon */    
}

input[type="checkbox"]:disabled + label:before, input[type="radio"]:disabled + label:before  {
    color: #CCCCCC;
}

input[type="checkbox"] + label, .ui-radiobutton + label {
    font-size: 14px;
    line-height: 22px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* currently not supported by any browser */
    /*margin-left: 30px;*/
    margin-top: -25px;
    text-transform: none;
    display: block;
}

input[type="checkbox"]:disabled + label, input[type="radio"]:disabled + label {
    color: #CCCCCC;
}

input[type="radio"] + label .invalidCombination {
    color: #e57373;
}

label.invalid, input[type="checkbox"] + label.invalid, .ui-radiobutton + label.invalid {
    color: #e57373;
    /*font-weight: bold;*/
}

select {
    background-color: #ffffff;
    width: 100%;
    position: relative;  
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: .01px;    
    font-size: 18px;
    padding: 4px calc(1.2em + 4px) 4px 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
    color: inherit;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 1px;
}

select::-ms-expand {
    display: none;
}

select option {
    color: rgba(0,0,0,.87);
    background-color: #FFFFFF;
}

select option:disabled {
    color: #AAAAAA;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    max-width: 445px;
}

.select-wrapper:after {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    border-top: .5em solid inherit;
    border-top-width: .5em;
    border-top-style: solid;
    border-top-color: inherit;
    border-left: .35em solid transparent;
    border-right: .35em solid transparent;
    pointer-events: none;
    content: '';
    width: 0;
    height: 0;
    font-size: inherit;
    line-height: inherit;
}

input[type="text"]:not(.ui-spinner-input), input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
    border: none !important;
    border-bottom: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 0 !important;
    display: block;
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 4px 0 !important;
    width: 100%;
    max-width: 445px;
    background: 0 0 !important;
    text-align: left;
    margin-bottom: 5px;
}

select, input[type="text"]:not(.ui-spinner-input), input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
    -webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
    transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
}

select:focus, input[type="text"]:not(.ui-spinner-input):focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="date"]:focus {
    background-position: 0 0;
    box-shadow: none !important;
}

.ui-datatable select {
    width: auto;
}

.ui-inputfield, .ui-inputfield.ui-state-focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-calendar {
    display: block;
    /*max-width: 300px;*/
}

body .ui-inputfield.ui-state-focus {
    /*border: none;*/
    border-color: rgba(0,0,0,.12);
    box-shadow: none;
}

body .ui-inputfield.ui-state-hover, body .ui-inputfield.ui-state-error {
    border-color: rgba(0,0,0,.12);
}

.ui-inputwrapper-filled {
    border: none;
}

.ui-calendar input {
    border-radius: 0;
}

.radiosTable {
    margin-left: -3px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}

.radiosTable td label {
    margin-bottom: 15px;
}

.radiosTable td label + i {
    float: right;
    position: absolute;
    right: 0;
    top: 5px;
    display: none;
}

.radiosTable td label.invalid + i {
    display: block;
}

label.checkbox + i {
    float: right;
    top: -17px;
    position: relative;
    display: none;
}

label.checkbox.invalid + i {
    display: block;
}

.ajaxSpinner {
    display: none; 
    height: 32px; 
    margin: 10px auto 0 auto;
}

/**
 * Fixed Requests
 */
#addonsPanel .subsection {
    display: block;
}

.fixedRequest {
    margin-bottom: 20px;
}

.fixedRequest img {
    float: left; 
    width: 176px;
    margin-right: 10px;
}

.fixedRequest h3 {
    margin-top: 5px;
}

.fixedRequest .text {
    float: left;
    max-width: 450px;
}

.fixedRequest .price {
    float: right; 
    width: 110px; 
    text-align: right; 
    font-size: 16px;
}

.fixedRequest .totalRequested {
    float: right; 
    width: 102px;
}

#fixedRequestsTotal {
    text-align: right; 
    font-weight: bold; 
    font-size: 16px;
}

#fixedRequestsTotal span {
    font-size: 12px;
}

body #addonsPanel .ui-inputfield.ui-state-focus {
  border: 1px solid #ced4da;
}

#addonsPanelSummary table {
    width: 100%;
    padding: 15px;
    border-collapse: separate;
    border-spacing: 5px;
}

#addonsPanelSummary table td.total {
    text-align: right;
    font-weight: bold;
    border-top: 2px solid #000000;
    width: 70px;
}

#addonsPanelSummary table td.total span {
    font-size: 12px;
}

#addonsPanelSummary table td.name {
    color: #2567b3;
}

#addonsPanelSummary .selectionsSummary {
    padding-bottom: 20px;
}

#addonsPanelSummary p {
    font-size: 14px;
    margin-top: 0;
}


/**
 * ID VERIFICATION
 */
#useIdVerificationSpinner {
    display: none; 
    height: 32px; 
    margin: 10px auto 0 auto;
}

#faceMatchUseMobileMessage {
    margin-top: 30px;
    margin-bottom: 0;
}

#idVerifyContainer {
/*   padding: 15px;
   background-color: #EEEEEE;*/
    margin-bottom: 30px;
}

#idVerifyContainer .privacyPolicy {
    color: #AAAAAA; 
    font-size: small; 
    font-style: italic; 
    padding: 0; 
    margin: 0.5em 0 0 25px;
}

#idVerifyContainer .spinner {
    height: 32px; 
    cursor: wait; 
    display: none;
}

#idVerifyContainer.success {
    color: #14892b;
    background-color: #CBFFC1;
}

#idVerifyContainer.invalid {
    background-color: #ffe1e1;
}

#idVerifyContainer.invalid p {
    color: #FF0000;;
}

#idVerifyContainer table th {
    text-align: left;
    padding-right: 20px;
    vertical-align: text-top;
}

#idVerifyContainer table td:first-of-type {
    padding-right: 20px;
}

#idVerifyContainer table label {
    display: inline;
}

#idVerifyContainer .privacyPolicy {
    color: #AAAAAA; 
    font-size: small; 
    font-style: italic; 
    padding: 0; 
    margin: 0.5em 0 0 25px;
}

.acuantInitMessage {
    color: #AAAAAA; 
    padding-left: 5px;
}

#acuantCameraUI {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #FFFFFF;
    text-align: center;
}

#acuant-close-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px;
    font-size: 28px;
    font-weight: bold;
    color: #aaaaaa;
}


/**
 * FOLIOS
 */
table.folio {
    font-family: inherit;
    border-collapse: collapse;
}

table.folio th {
    text-align: left;
}

table.folio th, table.folio td {
    padding: 8px 10px !important;
    border: none !important;
    font-size: 14px;
}

table.folio tfoot td {
    font-weight: bold;
}

table.folio .ui-widget-content {
    color: inherit;
    border: none;
    background: inherit;
}

.ui-datatable .folio thead th, .ui-datatable .folio tbody td, .ui-datatable .folio tfoot td {
    overflow: none;
    border-width: 0;
    border-style: none;
    vertical-align: middle;
}

table.folio th.folioLineItemQuestion {
    padding: 0 5px 0 10px;
    width: 25px;
}

table.folio tr.ui-expanded-row-content td {
    padding: 0 10px 10px 10px !important;
}

table.folio tr.ui-expanded-row-content td .folioQuestion {
    padding-left: 45px;
}

table.folio .ui-state-default {
    border: none;
    background: inherit;
    text-shadow: none;
    box-shadow: none;
    color: inherit;
}

.VATBreakdown thead th {
    text-align: left;
}

/**
 * ROOM DIRECTIONS
 */
#roomDirections .links a {
    display: block;
    margin-bottom: 1em;
}


/**
 * DASHBOARD
 */
aside.dashboard h1:not(:first-of-type) {
    margin-top: 1em;
}

#serverResources, #serverVersions th {
    width: 160px;
    vertical-align: text-top;
    text-align: left;
}

.resourceUsageBar {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}

.resourceUsageBar .percent {
    display: block;
    font-size: 12px;
}

.resourceUsageBar .size {
    font-size: 10px;
}

.resourceUsageBar .used {
    display: inline-block;
}

.resourceUsageBar .available {
    display: inline-block;
}

.resourceSize {
    display: block;
    text-align: center;
    font-size: 12px;
}

#dashboardTable thead th:first-of-type {
    text-align: left;
}

#dashboardTable thead tr {
    text-align: center;
}

#dashboardTable th.subheading {
    text-align: text-center;
    font-size: 14px;
}

#dashboardTable td:first-of-type {
    position: relative;
}

#dashboardTable td:first-of-type span:first-of-type {
    float: left;
}

#dashboardTable td:not(:first-of-type):not(.firstColInGroup) {
    text-align: center;
}

#dashboardTable .kioskServerLoginTimestamp {
    font-size: 10px;
}

#dashboardTable .serverTooBusy {
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

#dashboardTable .serverTooBusy .pi {
    vertical-align: middle;
    padding-right: 1px;
    padding-bottom: 3px;
}

#dashboardTable .serverTooBusySince {
    font-weight: normal;
}

#dashboardTable .serverTooBusyCooldownMins {
    font-weight: normal;
    text-transform: none;
}

#dashboardTable #lastUpdateTime {
    font-weight: normal;
    font-size: 10px;
    margin-top: 3px;
}

#dashboardTable td.disabled {
    background-color: #979696;
    color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    text-align: center;
}

#logLevels {
    border-collapse: collapse;
    width: 100%;
}

#logLevels th {
    text-align: left;
    padding-left: 20px;
}

#logLevels td {
    text-align: right;
}

#logLevels tr:nth-of-type(odd) {
    background-color: #FFFFFF;
}


/**
 * ERROR/INFO MESSAGES
 */
ul.messages {
    padding: 0;
    margin-top: 0;
    margin-bottom: 23px;
}

ul.messages li {
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

li.error-message {
    color: #FFF;
    background: url("resource?themeResource=images/error.png") no-repeat scroll 7px 10px #e57373;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

li.info-message {
    color: #FFF;
    background: url("resource?themeResource=images/success.png") no-repeat scroll 7px 10px #81c784;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

li.warn-message {
    color: #FFF;
    background: url("resource?themeResource=images/warning.png") no-repeat scroll 7px 10px #f7931e;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

input.validationError {
    background-color: #e57373;
}

.errorMessage {
    font-size: 13px;
}


/**
 * PROCESSING ANIMATION
 */
html.processing, body.processing {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.processing #pageContainer, .processing #pageContainer form {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    padding: 0;
    z-index: 100;
}

.processing header {
    z-index: 150;
}

.processing footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
    z-index: 150;
}

.lds-ring {
    display: block;
    width: 115px;
    height: 115px;
    position: relative;
    left: 50%;
    top: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    margin: 8px;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}


/**
 * TABLETS
 */
@media screen and (max-width: 900px) {
    #page {
        padding-top: 5px;
    }
    
    .processing footer {
        display: none;
    }
    
    aside {
        float: none;
        width: auto;
        position: relative;
        top: 0;
        margin-bottom: 20px;
        border-radius: 0;
        box-shadow: none !important;
        background: none !important;       
        
    }

    #hotelImage .slider-content {
        width: auto;
    }

    #directionsLink {
        top: 0;
        right: 20px;
    }
    
    #hotelPhoneNumberMobile {
        display: block;
    }
    
    aside h1 {
        margin-top: 0;
    }
    
    aside h1, aside h2, aside h3, .calendars {
        margin-left: 0;
    }
    
    .calendar {
        float: left;
    }
    
    .calendar:first-of-type {
        margin-right: 10px;
    }
    
    main {
        margin-right: 0;
    }
    
    .subsection {
        display: block;
        margin-bottom: 20px;
    }
    
    .subsection header {
        width: auto;
        padding-right: 0;
    }
    
    .subsection fieldset {
        width: auto;
    }
    
    .subsection header p {
        max-width: none;
    }
    
    .panels {
        padding: 10px;
    }
    
    .panel {
        padding: 10px;
        margin-bottom: 20px;
    }
    
    #hotelImage {
        display: none;
    }
    
    #summaryOfCharges {
        margin: 0;
        width: 100%;
    }
    
    #summaryOfCharges th {
        padding-left: 10px;
    }
    
    #summaryOfCharges td {
        padding-right: 10px;
    }
    
    .select-wrapper, input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
        max-width: none;
    }

    .thumbnails {
        width: 100%;
    }
    
    #bookedRoomImages, .roomUpgrade {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 5px;
    }

    #bookedRoomImages .slider-content {
        width: 100%;
        border-radius: 0;
    }
    
    .roomUpgrade .slider-content {
        width: 100%;
    }
    
    .singleImage {
        margin-right: 0;
    }

    .singleImage img {
        width: 100%;
    }
    
    .booked .singleImage img {
        border-radius: 0;
    }
        
    .roomDetails {
        display: none;
    }
    
    .cost {
        top: 0;
        height: 46px;
        background-size: 150px;
        width: 150px;
        right: -17px;
        padding-top: 4px;
    }
    
/*    .cost > div {
        margin-right: 17px;
    }*/
    
    .cost input[type="checkbox"] + label, .cost .ui-radiobutton + label {
        font-size: 18px;
    }
    
    .signaturePad {
        width: auto;
    }
    
    .popup {
        width: auto;
        box-shadow: none;
        padding: 0;
        border-radius: 0;
        margin: 0 0 30px 0;
    }
    
    .tab.selected, .tab a {
        padding: 5px 10px;
    }
    
    #kiosk {
        width: 100px;
    }
    
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }
    
    .fixedRequest {
        margin-bottom: 60px;
    }
    
    .fixedRequest img {
        float: none;
        display: block;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .fixedRequest .totalRequested {
        margin-bottom: 15px;
    }
    
    .fixedRequest .text {
        float: none;
        clear: both;
        margin-top: 15px;
    }
    
    #guestTypesContainer {
        display: block;
    }
    
    .guestType {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .guestType:last-of-type {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 400px) {
    body > header #logo {
        height: 58px;
    }
    
    body > header #hotelPhoneNumber {
        font-size: 15px;
    }
}
