﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

footer {
    background-color:white;
    position: fixed;
    bottom: 0;
    margin-top: 10px;
    width:100%;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.menu-button-lg {
    width: 100%;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}

.page-panel {
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding: 10px;
}


.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 9999 !important;
}

.ui-helper-hidden-accessible {
    display: none !important;
}

.btn.start {
    text-decoration: none;
    font-weight: bold;
    color: black;
    opacity:0.6;
    background: none;
}

td{
    vertical-align:middle;
}

.btn.btn-light {
    border: 1px solid #aaa;
}
.btn.btn-light:hover {
    border-color: #555;
}

.home-logo-BPSU {
    width: 200px;
    height: 200px;
}

table.table-no-row-border td {
    border-bottom-width: 0;
}
.home-logo-BOSU {
    width: 400px;

}

.medicationResponsesWidget .rowHeaders {
    font-weight: bold;
}

.medicationResponsesWidget .otherFreeText {
    display: none;
    margin-top: 5px
}
