﻿

/* Test vs Prod styles */
#test-div {
    position: fixed;
    bottom: 50px;
    text-align: center;
    width: 100%;
    z-index: 5000;
}
#testOrProduction {
    font-size: 65px;
    font-weight: 900;
    color: #a80011;
}

/* site wide styles */
body {
    font-family: "Proxima N W01 Reg", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

#notifications {
    text-align: center;
    width: 100%;
    z-index: 5000;
}


#online-referral-form {
    margin-bottom: 40px;
}

.form-group input {
    width: 100%;
}

div.section-header {
    border-bottom: 1px solid lightgrey !important;
    margin-bottom: 10px;
}

label.control-label {
    margin-bottom: 5px !important;
}

label {
    display: block;
}

.height, .weight {
    width: 50px !important;
}

#weightUnits_chosen {
    width: 60px !important;
    margin-bottom: 4px;
}

input {
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 3px;
}

textarea {
    width: 100%;
    height: 100px;
}

.required label:after {
    content: "*";
    color: red;
}

.required label:after {
    content: "*";
    color: red;
}

.required2 label:after {
    content: " This field is required";
    color: red;
}

.baddate label:after {
    content: " Invalid date";
    color: red;
}

.baddate2 label:after {
    content: " Year is too old";
    color: red;
}

.badssn label:after {
    content: " Invalid SSN";
    color: red;
}

#notifications {
    position: fixed;
    top: 1px;
    left: 1px;
}

.ref-code {
    font-weight: bold !important;
    color: blue !important;
}

.indent div {
    margin-bottom: 10px;
}

#wizard-div {
    position: absolute;
    right: 1px;
    top: 64px;
    width: 260px;
}

#wizard-steps-text {
    margin-right: 20px !important;
}

#wizard-div input[type='checkbox'] {
    margin-top: 10px;
}

#wizard-div label {
    display: inline-block;
    margin-right: 3px;
}

/* Header */
#ottr-header {
    padding-left: 10px;
    padding-right: 10px;
}

#site-title {
    margin-bottom: 5px;
    margin-top: 5px;
}

#site-message {
    margin-top: 0px;
}

#site-form-title {
    margin: 0px;
}

#header-logo {
    float: right;
    height: 30px;
    vertical-align: middle;
}

#wizard-controls {
    pointer-events: all;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    background: white;
}

#wizard-controls-background {
    pointer-events: none;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: 100;
    width: 100%;
}

.wizard-button {
    width: 100px;
}

#header-logo-div {
    padding-top: 14px;
}

/* Footer */
#logo {
	position: fixed;
	right: 5px;
	bottom: 0px;
	height: 21px;
}

#user-session-text label, #user-session-text span {
	line-height: 15px;
}

#user-session-text label {
	margin-top: -2px;
	margin-right: 2px;
}

#user-session-text {
	position: fixed;
	left: 5px;
	bottom: 2px;
}

#ottr-footer {
    height: 25px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    border-top: 1px solid lightgrey;
}

#powered-by-ottr {
    float: right;
    margin-right: 59px;
    margin-top: 13px;
    font-size: 10px;
}

/* These styles can be overwriten in the site specific css */
#ottr-header {
    margin: 0px;
    background: #00A888; /* For browsers that do not support gradients */
    background-image: -ms-linear-gradient(left, #00A888 0%, #A9EBDE 100%);
    background: -webkit-linear-gradient(left, #00A888, #00A888, #A9EBDE); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(left, #00A888, #00A888, #A9EBDE); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(left, #00A888, #00A888, #A9EBDE); /* For Firefox 3.6 to 15 */
    background: linear-gradient(left, #00A888, #00A888, #A9EBDE); /* Standard syntax */
    border-bottom: 1px solid #007D65;
}

#sub-header {
    background: #f2efcf;
    padding: 5px;
    padding-left: 10px;
    border-bottom: 2px solid #D9D28D;
}

#ottr-footer {
    z-index: 2;
    background: white;
}

.primary-color {
    color: #FFFFFF;
}

.secondary-color {
    color: #000000;
}

.tertiary-color {
    color: black;
}

.text-color {
    color: #56585a;
}

.header-font1 {
    font-family: "Paralucent W00 Medium", Helvetica, Arial, sans-serif;
}

.header-font2 {
    font-family: "Paralucent W00 Light", Helvetica, Arial, sans-serif;
}

.section-font {
    font-family: "Paralucent W00 Light", Helvetica, Arial, sans-serif;
}

.indent {
    margin-left: 50px;
}

.radio-button {
    width: 10% !important;
}

.radio-label {
    clear: left;
    display: inline;
}

.checkbox-button {
    width: 10% !important;
}