html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    background-color: #f8f9e9;
    color: #000000;
    font-family: 'IBM Plex Serif', serif;
    font-size: 14px;
}

#bg-topleft {
    position: absolute;
    top: 0;
    left: 0;
    width: 183px;
    height: 287px;
    z-index: 1;
    background: url('resource?themeResource=images/bg-topleft.png') no-repeat;
}

#bg-topright {
    position: absolute;
    top: 0;
    right: 0;
    width: 131px;
    height: 287px;
    z-index: 1;
    background: url('resource?themeResource=images/bg-topright.png') no-repeat;
}

#user {
    text-align: right;
    padding: 20px 20px 0 0;
}

#user a {
    position: relative;
    top: 8px;
}

a, a:visited {
    color: #000000;
    text-decoration: underline;
}

.desktop {
    display: inline;
}

.mobile {
    display: none;
}

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 */
}

select {
    width: 100%;
    position: relative;  
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-indent: .01px;    
    font-size: 16px;
    padding: 4px calc(1.2em + 4px) 4px 0;
    border: 0;
    border-bottom: 1px solid rgba(0,0,0,.12);
    border-radius: 0;
    color: inherit;
    background-color: #FFFFFF;
    font-family: "AvenirLTStd35Light",'Helvetica','Arial',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: block;
    /*margin-bottom: 19px;*/
    /*width: 100%;*/
    max-width: 300px;
    margin: 0 auto 10px auto;
}

.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;
}

label.checkbox {
    display: inline-block;
    background-color: #FFFFFF;
    margin-left: 25px;
    margin-top: -19px;
}

table.radiosTable td {
    padding-bottom: 0;
}

.radiosTable input[type="radio"] + label {
    display: inline;
}


input[type="checkbox"] + label, input[type="radio"] + label {
    -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;  
    display: inline;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"] {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: block;
    font-size: 16px;
    font-family: "AvenirLTStd35Light","Helvetica","Arial",sans-serif;
    margin: 0 auto 20px auto;
    padding: 4px 0;
    width: 100%;
    max-width: 300px;
    background: 0 0;
    text-align: left;
    color: inherit;
}

input[type="submit"], button {
    -webkit-appearance: none;
    border-radius: 0;
    padding: 0 48px;
    height: 40px;
    background-color: #765c41;
    color: #FFFFFF;
    font-family: 'IBM Plex Serif', serif;
    font-weight: bold;
    text-transform: uppercase;
    border: 0;
}

.action {
    display: block;
    margin: 30px auto 0 auto;
}

input.hasDatepicker {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2px;
}

input.hasDatepicker.ui-state-focus, input.hasDatepicker.ui-state-hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ui-calendar {
    display: block;
    max-width: 300px;
    margin: 0 auto;
}

body .ui-inputfield.ui-state-focus {
    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;
}

.tabs {
    text-align: center;
}

.tab {
    margin-right: 1em;
}

.tab:last-of-type {
    margin-right: 0;
}

.tab.selected {
    font-weight: bold;
}

.tab a, .tab a:visited {
    color: #757575;
}


#pageContainer {
    margin: 0 auto;
    width: 640px;
    position: relative;
    z-index: 100;
    /*background-color: #f8f9e9;*/
    /*background-image: url('resource?themeResource=images/background.jpg');*/
}

#pageContainer > header {
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pageContainer > footer {
    text-align: center;
    padding: 40px 0 20px 0;
}

#pageContainer > footer p {
    margin: 3px 0;
}

#reservationSummary {
    text-align: center;
}

main {
    padding-top: 20px;
}

#reservationSummary h1 {
    color: #765d40;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 10px;
}

#reservationSummary label {
    font-weight: bold;
    margin-right: 20px;
}

#reservationSummary table td b {
    text-transform: uppercase;
}

#reservationDates {
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px 0;
    width: max-content;
    margin: 10px auto;
}

#reservationDates table {
    height: 77px;
    border-collapse: collapse;
    font-size: 12px;
}

#reservationDates table td {
    border-right: 2px solid #000000;
    padding: 0 10px;    
}

#reservationDates table td:last-of-type {
    border-right: none;
}

#reservationDates table td b {
    font-size: 14px;
}

#reservationDates .nights {
    font-size: 30px;
}

section {
    font-size: 12px;
    margin: 30px auto 35px auto;
    width: 455px;
    padding: 20px;
    border: 1px solid #000000;
    background-color: #ffffff;
    position: relative;
}

section.nostep {
    
}

section .step {
    position: absolute;
    top: -28px;
    left: -31px;
}

section h1 {
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    color: #000000;
    text-align: center;
    width: 65%;
}

section p {
    text-align: center;
}

section.textleft p {
    text-align: left;
    margin-top: 0;
}

#summaryOfCharges { 
    font-family: arial; 
    font-size: 14px; 
    margin: 20px auto 15px auto;
    width: 300px;
}

#summaryOfCharges td { 
    height: 25px; 
}

#summaryOfCharges td:last-of-type {
    text-align: right;
}

.small-print { 
    text-align: center;
    width: 60%;
    margin: 5px auto 0 auto;
    font-size: 10px; 
}

.panel {
    margin-bottom: 30px;
}

.panel h2 {
    font-family: arial; 
    margin: 20px auto 5px auto;
    font-size: 16px; 
    color: #000000; 
    text-transform: uppercase;
    text-align: center;
    width: 80%;
}

#etaSpinner, #etdSpinner {
    display: none; 
    height: 32px; 
    margin: 10px auto 0 auto;
}

/*#earlyCheckInTerms {
    margin-top: 15px;
}*/

#termsText {
    padding: 0 20px;
    overflow: auto;
    font-size: 11px;
    border: 1px solid #000000;
    margin-bottom: 10px;
}

#scrolledToBottom {
    display: none;
}

#termsSigPad {
    width: 285px;
    margin: 0 auto;
}

#jsfSigDataLabel .errorIcon {
    display: none;
}

#termsSigPad .clearButton {
    text-align: right;
    width: 285px;
    padding-bottom: 5px;
}

#termsSigPad .sigWrapper {
/*    width: 285px;
    height: 150px;
    border: 1px solid #CCCCCC;*/
    overflow: hidden;
    padding: 0;
}

#qr_code { 
    margin-top: 35px; 
    margin-bottom: 20px; 
    text-align: center;
}

#qr_code img {
    width: 150px;
    height: 150px;
}

#downloadPassContainer {
    text-align: center;
}

table.folio { 
    font-family: arial; 
    font-size: 16px; 
    margin-top: 30px; 
    width: 100%;
    /*margin-bottom: 15px;*/ 
}

table.folio td { 
    height: 25px; 
    vertical-align: top; 
}

table.folio th { 
    height: 25px; 
    width: 75px; 
    vertical-align: top;
    text-align: left;
}

table.crud {
    width: 100%;
    margin-top: 1em;
}

table.crud td {
    vertical-align: top;
}

table.crud td label {
    font-style: italic;
    font-size: 16px;
}

table.crud td.actions {
    text-align: right;
    vertical-align: top;
}

/*table.crud .actions .material-icons {
    height: 40px;
    width: 40px;
    box-sizing: border-box;
    border-radius: 50%;
    font-size: 27px;
    line-height: 40px;
    padding-left: 7px;
    position: relative;
    top: 27px;
    background-color: #757575;
    color: #FFFFFF;
}*/

table.crud .actions .ui-button-text {
    padding: 0;
}

table.crud .actions button:hover {
    box-shadow: none;
    color: #000000;
}
table.crud .actions button {
/*    border-radius: 50%;
    font-size: 24px;
    height: 32px;
    margin-left: 0;
    margin-right: 0;
    min-width: 32px;*/
    /*width: 34px;*/
/*    padding: 0;
    overflow: hidden;
    line-height: normal;
    color: #333;
    background: none;
    border: none;
    box-shadow: none;*/
}

table.crud .actions button {
    color: #757575;
    background: none;
    border: none;
    height: auto;
    margin-left: 5px;
}

table.crud .actions button:disabled {
    color: rgba(0, 0, 0, 0.4);
}

.floral-step {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.floral-step img {
    margin-right: 15px;
    width: 40px;
}



/**
 * ERROR MESSAGE
 */
ul.messages {
    padding: 20px 70px;
    margin: 0;
}

ul.messages li {
    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 #765c41;
    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 #765c41;
    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 #765c41;
    margin: 0 0 7px 0;
    padding: 7px 7px 7px 28px;
    list-style-type: none;
}

input.validationError {
    background-color: #e57373;
}

label.invalid {
    color: #e57373;
    font-weight: bold;
}


/**
 * PROCESSING
 */
html.processing, body.processing {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

html.processing body {
    /*background: url('resource?themeResource=images/background.jpg');*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top center; 
}
            
.processing #pageContainer {
    height: 100%;
}

.processing form {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 100;
}

.cssload-loader {
    display: table;
/*    position: relative;
    left: calc(50% - 50px);*/
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    perspective: 780px;
    
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0;
    top: 0;
    animation: cssload-rotate-one 1.15s linear infinite;
    -o-animation: cssload-rotate-one 1.15s linear infinite;
    -ms-animation: cssload-rotate-one 1.15s linear infinite;
    -webkit-animation: cssload-rotate-one 1.15s linear infinite;
    -moz-animation: cssload-rotate-one 1.15s linear infinite;
    border-bottom: 3px solid #794400;
}

.cssload-inner.cssload-two {
    right: 0;
    top: 0;
    animation: cssload-rotate-two 1.15s linear infinite;
    -o-animation: cssload-rotate-two 1.15s linear infinite;
    -ms-animation: cssload-rotate-two 1.15s linear infinite;
    -webkit-animation: cssload-rotate-two 1.15s linear infinite;
    -moz-animation: cssload-rotate-two 1.15s linear infinite;
    border-right: 3px solid #794400;
}

.cssload-inner.cssload-three {
    right: 0;
    bottom: 0;
    animation: cssload-rotate-three 1.15s linear infinite;
    -o-animation: cssload-rotate-three 1.15s linear infinite;
    -ms-animation: cssload-rotate-three 1.15s linear infinite;
    -webkit-animation: cssload-rotate-three 1.15s linear infinite;
    -moz-animation: cssload-rotate-three 1.15s linear infinite;
    border-top: 3px solid #794400;
}

.cssload-center-icon {
    padding-top: 40px;
    margin-top: 42px;
    background: url('resource?themeResource=images/hotelcode/icon.png') no-repeat center center;
    background-size: 40px 40px;
    display: none;
}

@keyframes cssload-rotate-one{0{transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}
                              100%{transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}
@-o-keyframes cssload-rotate-one{0{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}
                                 100%{-o-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}
@-ms-keyframes cssload-rotate-one{0{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}
                                  100%{-ms-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}
@-webkit-keyframes cssload-rotate-one{0{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}
                                      100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}
@-moz-keyframes cssload-rotate-one{0{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}
                                   100%{-moz-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}
}
@keyframes cssload-rotate-two{0{transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}
                              100%{transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}
@-o-keyframes cssload-rotate-two{0{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}
                                 100%{-o-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}
@-ms-keyframes cssload-rotate-two{0{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}
                                  100%{-ms-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}
@-webkit-keyframes cssload-rotate-two{0{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}
                                      100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}
@-moz-keyframes cssload-rotate-two{0{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}
                                   100%{-moz-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}
}
@keyframes cssload-rotate-three{0{transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}
                                100%{transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}
@-o-keyframes cssload-rotate-three{0{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}
                                   100%{-o-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}
@-ms-keyframes cssload-rotate-three{0{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}
                                    100%{-ms-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}
@-webkit-keyframes cssload-rotate-three{0{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}
                                        100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
}
@-moz-keyframes cssload-rotate-three{0{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}
                                     100%{-moz-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}
} 



/**
 * ROOM TYPE SELECTION
 */
.roomType {
    position: relative;
    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);
    border-radius: 2px;
    margin-bottom: 10px;
}

.roomType .selectedImage {
    position: relative;
    border-top-left-radius: 2px;
    float: left;
    background-size: cover;
    background-position: center; 
    background-color: #F5F5F5;
    width: 200px;
    /*height: 150px;*/
    border-top-left-radius: 2px;
    margin-right: 10px;
}

.roomType .roomThumbnails img {
    width: 100%;
    height: 100%;
    display: block;
    min-height: 165px;
}

.roomType .summary {
    top: 0;
    display: block;
    padding: 10px 10px 0 10px;
}

.roomType .summary p {
    margin-bottom: 0.3em;
    text-align: left;
}

.roomType .summaryMobile {
    padding: 10px;
    display: none;
}

.roomType h2 {
    margin-top: 0;
    margin-bottom: 5px;
}

/*.roomType .summary p.truncated {
    display: block;
}

.roomType .summary p.full {
    display: none;
}*/


.roomType .summaryMobile p {
    display: none;
}

.roomType .summary .moreDetailsExpander {
    display: none;
}

.roomType .selections {
    position: relative;
}

.roomType .selectedImage i {
    font-size: 35px;
    color: #FFFFFF;
    text-shadow: 1px 1px #000000;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    outline: none;
}

.roomType .selectedImage .next, .roomType .selectedImage .previous {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -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 */
}

.roomType .selectedImage i:active {
    margin-left: 1px;
    margin-top: 1px;
}

.roomType .selectedImage .next i{
    right: 0;
}

.roomType .selectedImage .previous i {
    left: 0;
}



/**
 * ID VERIFICATION
 */
#useIdVerificationSpinner {
    display: none; 
    height: 32px; 
    margin: 10px auto 0 auto;
}

#faceMatchUseMobileMessage {
    padding: 20px 0 0 0;
}

#idVerifyContainer {
   padding: 15px;
   background-color: #EEEEEE;
   margin-top: 1.5em;
}

#idVerifyContainer ul.messages {
    padding: 0 0 20px 0;
}

#idVerifyContainer label.checkbox {
    background-color: #EEEEEE;
}

#idVerifyContainer .privacyPolicy {
    color: #AAAAAA; 
    font-size: small; 
    font-style: italic; 
    padding: 0; 
    margin: 0.5em 0 0 25px;
    text-align: left;
}

#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;
}


/**
 * 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;
}

.dashboardError {
    background-color: #f13637;
}

.dashboardWarn {
    background-color: #fd8e39;
}

.dashboardInfo {
    background-color: #f3bb1b;
}

.dashboardNormal {
    background-color: #3dc13c;
}

.resourceUsageBar {
    color: #FFFFFF;
}

.resourceUsageBar .available {
    background-color: #3dc13c;
}

.resourceUsageBar > span {
    padding: 5px;
}

#dashboardTable {
    background-color: #FFFFFF;
}

#dashboardTable thead tr {
    background-color: #f2f2f2;
}

#dashboardTable tr.odd {
    background-color: #f2f2f2;
}

#dashboardTable th.subheading {
    background-color: #f2f2f2;
}

#dashboardTable td:first-of-type {
    color: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
}

#dashboardTable td:not(:first-of-type):not(.firstColInGroup) {
    border-left: 1px solid #EEEEEE;
}

#dashboardTable .kioskServerLoginTimestamp {
    color: #FFFFFF;
}

#dashboardTable .firstColInGroup {
    border-left: 2px solid #DDDDDD;
}

#logLevels {
    border-collapse: collapse;
    width: 100%;
}

#logLevels th {
    text-align: left;
    padding-left: 10px;
}

#logLevels td {
    text-align: right;
}

#logLevels tr:nth-of-type(odd) {
    background-color: #f2f2f2;
}


@media screen and (max-width: 640px) {
    #bg-topleft {
        background-size: 92px 144px;
        width: 92px;
        height: 144px;
    }
    
    #bg-topright {
        background-size: 66px 144px;
        width: 66px;
        height: 144px;
    }
    
    .desktop {
        display: none;
    }

    .mobile {
        display: inline;
    }

    body {
        background-color: #f8f9e9;
    }
    
    ul.messages {
        padding: 20px 20px;
    }
    
    #pageContainer {
        width: 100%;
        background-size: 100% auto;
    }
    
    #pageContainer > header {
        height: 100px;
    }
    
    #pageContainer > header .logo {
        width: 120px;
    }
    
    section {
        width: auto;
        margin:  30px 20px 35px 40px;
    }
    
    section.nostep {
        margin:  30px 20px 35px 20px;
    }
    
    section h1 {
        width: 90%;
    }
    
    .small-print { 
        width: 85%;
    }
    
    #summaryOfCharges {
        width: auto;
    }
    
    .roomType .selectedImage {
        float: none;
        width: 100%;
    }
    
    .roomType .summary {
        padding: 10px;
    }
    
    #termsText {
        padding: 0 10px;
    }
    
    #termsText p {
        margin-top: 5px;
    }
    
    #termsSigPad, #termsSigPad .clearButton, #termsSigPad .sigWrapper {
        width: 100%;
    }
    
    table.crud td label {
        font-size: 14px;
    }
    
    #termsCheckboxWrapper label {
        margin-left: 25px;
    }
    
    .floral-step {
        display: block;
        margin-top: 30px;
    }

    .floral-step img {
        display: block;
        margin: 0 auto;
    }
}