body {
    margin:0;
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    color:#555;
    background-image: url("/images/pf_logo_l.jpg"), url("/images/pf_logo_s.jpg");
    background-position: top right, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-attachment: fixed, fixed;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}
#loading-image {
    z-index: 100;
}
h1, h2, h3 {
    font-family: "Arial Black", Arial, Helvetica, sans-serif;;
    margin-top: 0;
    color: #5c2e85;
}
h1 {
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 24px;
}
p, ul, ol {
    line-height: 140%;
    margin-top:0;
}
a {
    text-decoration: none;
    color: #00F;
    outline:none;
}
a:hover {
    background: none;
    color:#FF0000;
    text-decoration:none;
}
.header img {
    position: absolute;
    left: 20px;
    top: 10px;
}
.header-top {
    height: 5px;
    background-color: #5c2e85;
}
.header h1 {
    margin-left: 125px;
}
.header-flex {
    display: flex;
}
.header-flex form {
    margin-left: auto;
}
.header-flex button {
    margin: 15px 20px 0 0;
}
/* For sticky footer.  Viewport height minus footer. */
.sticky { 
    min-height: calc(100vh - 35px);
}
.footer {
    height: 35px;
    text-align: center;
    line-height: 35px;
}

/**
 * Input text & buttons.
 */
textarea {
    font-family: "Arial", Helvetica, sans-serif;
    height: 90px;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}
select {
    padding: 0 0 0 10px;
    font-size: 1.3em;
    border: 2px solid #eee;
    height: 44px;
    border-radius: 5px;
    background: none;
}
.itemAnswer {
    margin-left: 20px;
}
.itemAnswer input[type=radio] {
    appearance: none;
    cursor: pointer;
    width: 75px;
    font-size: 1.3em;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #eee;
    height: 44px;
    line-height: 40px;
    background: #eee;
    color: #000;
    transition: all 0.1s;
}
.itemAnswer input[type=text] {
    padding: 0 10px;
    width: 300px;
    font-size: 1.3em;
    text-align: left;
    border-radius: 5px;
    border: 2px solid #eee;
    height: 40px;
    line-height: 40px;
    background: none;
    transition: all 0.1s;
}
.itemAnswer input:checked {
    border: 2px solid #c926bb;
    background: #c926bb;
    color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 0 1px 0px #808080;
}
.itemAnswer input::before {
    content: attr(label);
    text-align: center;
}
.nextPrevBtns {
    max-width: 800px;
    margin: 0 auto 30px auto;
    white-space: nowrap;
}
.nextPrevBtns div {
    width: 33%;
    display: inline-block;
}
.nextPrevBtns div:nth-child(2) {
    text-align: center;
}
.nextPrevBtns div:nth-child(3) {
    text-align: right;
}
.nextPrevBtns button {
    appearance: none;
    cursor: pointer;
    font-family: "Arial Black", Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    border-radius: 5px;
    border: none;
    padding: 0 20px;
    height: 2.5em;
    line-height: 2.5em;
    background: #eee;
    color: #000;
}
.nextPrevBtns button img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.nextPrevBtns button img:first-child {
    margin-right: 5px;
}
.nextPrevBtns button img:nth-child(1) {
    margin-left: 5px;
}
.nextPrevBtns div:nth-child(2) button {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}
.submitBtn {
    display: block;
    appearance: none;
    cursor: pointer;
    font-size: 1.5em;
    border-radius: 5px;
    border: none;
    padding: 10px 20px;
    background: #eee;
    color: #000;
    margin: 0 auto 20px auto;
}
.deleteBtn button, .uploadBtn label {
    display: block;
    appearance: none;
    cursor: pointer;
    text-align: center;
    border-radius: 5px;
    border: none;
    padding: 6px 5px 4px 5px;
    background: #eee;
    transition: all 0.1s;
    margin-right: 20px;
}
.add_button {
    font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
    border: none;
    cursor: pointer;
    font-size: 1.3em;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
    background: #eee;
    color: #000;
    transition: all 0.1s;
}
.standardBtn {
    border: none;
    cursor: pointer;
    font-size: 1.3em;
    text-align: center;
    border-radius: 5px;
    padding: 10px 20px;
    background: #eee;
    color: #000;
    transition: all 0.1s;
}
.requireItem input {
    border: 2px solid #ff0000;
}

/**
 * Form page.
 */
.stepIndicators {
    text-align: center;
    margin: 20px 0;
}
.stepIndicator {
    height: 25px;
    width: 25px;
    margin: 0 2px;
    background-color: #5c2e85;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
    color: #fff;
    line-height: 25px;
}
.stepIndicator.active {
    opacity: 1;
    border: 2px solid #5c2e85;
}
.note {
    margin: 0 auto;
    max-width: 800px;
    border: 2px solid transparent;
    padding: 10px 0;
    text-align: center;
    font-size: 1.2em;
}
.steps {
    max-width: 850px;
    margin: 0 auto;
}
.required_note {
    height: 8px;
    width: 8px;
    margin: 0 4px 2px 4px;
    background-color:#FF0000;
    border-radius: 50%;
    display: inline-block;
}
.photo_note {
    margin: 0 auto;
    max-width: 800px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 1.2em;
}
.border {
    margin: 30px 10px;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 30px;
    background-color: #fff;
}
.border h2 {
    text-align: center;
}
.section {
    border-bottom: 1px solid #ccc;
}
.row {
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between; /* Pushes two columns away from each other, left/right alignment. */
}
.subrow {
    padding-left: 50px;
}
.column {
    display: flex;
    align-items: center;
}
.itemLabel {
    font-size: 1.3em;
}
.required {
}
.required:after {
    content: '';
    height: 8px;
    width: 8px;
    margin: 0 0 2px 7px;
    background-color:#FF0000;
    border-radius: 50%;
    display: inline-block;
}
.itemAnswer {
    position: relative;
    width: fit-content;
    white-space: nowrap;
}
#equipmentRepairs01, 
#cleanliness01, #cleanliness10, 
#staffUniforms01, 
#strength01, #strength02, #strength03, #strength04, #strength05, #strength06, #strength07, 
#cardio01, #cardio03, #cardio04, #cardio05, #cardio06, #cardio07, #cardio08, #cardio09, #cardio10, 
#thirtyMinute02, #thirtyMinute05, 
#twelveMinute01, 
#pf36001, 
#cryo01, 
#wellPod01, 
#lockerRm02, #lockerRm02, #lockerRm05, #lockerRm07, #lockerRm09, #lockerRm11, #lockerRm13, #lockerRm15, #lockerRm17, #lockerRm19, #lockerRm21, 
#beatAng01, 
#tanBed01, 
#massChrs01, 
#hydroBeds01, 
#hydroLng01, 
#clubTour29, #clubTour34, #clubTour49 {
    display: none;
}
.step {
    display: none;
}
.infoWindow {
    font-size: 1.2em;
    text-align: center;
}
.errClass {
    border: 2px solid #ff0000;
    border-radius: 5px;
}

/**
 * Photo uploads.
 */
.photos {
    height: 100px;
}
.photos .column:nth-child(2) {
    margin-left: unset;
}
.photos .column:nth-child(3) {
    margin-left: auto;
    width: 65%;
}
.photoPreview img {
    max-width: 125px;
    max-height: 100px;
    display:none;
}
.photoDesc {
    /*height: 90px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;*/
}
.uploadBtn input {
    display:none;
}
.photoError {
    display: none;
    font-size: 1.3em;
    color: #ff0000;
}

/**
 * Form dialogs & confirmations.
 */
.login, .submitted, .confirmSubmit, .dbError {
    max-width: 600px;
    margin: 0 auto;
}
.formLogin {
    text-align: center;
}
.formLogin div {
    font-size: 1.3em;
    text-align: right;
    display: inline-block;
}
.formLogin input {
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 5px;
    width: 150px;
}
.formLogin button {
    display: block;
    margin: 0 auto;
}
.loginError {
    color: #FF0000;
    font-size: 16px !important;
    font-weight: bold;
    margin-top: 10px;
}
.confirmSubmit {
    display: none;
    font-size: 1.3em;
    box-sizing: border-box;
    text-align: center;
}
.confirmSubmit button {
    width: 75px;
}
.confirmSubmit .confirmMessage {
    margin-bottom: 20px;
}

/**
 * Mobile device specific settings.
 */
@media only screen and (max-width: 768px) {
    body {
        background-image: none;
    }
    .header img {
        max-width: 75px;
        left: 10px;
    }
    .header h1 {
        margin-left: 100px;
        width: 200px;
    }
    .note {
        font-size: 1em;
    }
    h1 {
        font-size: 1.8em;
    }
    select {
        font-size: 1em;
    }
    textarea {
        font-size: 1.2em;
    }
    .standardBtn {
        font-size: 1.2em;
    }
    .nextPrevBtns {
        max-width: 85%;
    }
    .nextPrevBtns button {
        font-size: 1.2em;
        padding: 0 8px;
    }
    .border {
        padding: 15px;
    }
    .subrow {
        padding-left: 25px;
    }
    .itemLabel {
        font-size: 1em;
    }
    .itemAnswer input[type=radio] {
        height: 40px;
        line-height: 37px;
        font-size: 1.0em;
        width: 55px;
    }
    .itemAnswer input[name="rptStgs02"] {
        width: 150px;
    }
    .footer {
        font-size: .8em;
    }
}