html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

#page, #pageLayout {
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#flashMessage {
    margin-top: -17px;
    position: absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    left: 50%;
    margin-right: -50%;
    width: 80%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
}

#logoBar.stacked {
    margin-bottom: 0px;
    border-bottom-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-height: 0px;
}

#portalLogo {
    max-width: 200px;
}

#siteLogo {
    max-width: 100px;
    margin-right: 10px;
    margin-top: 8px
}

#navBar {
    border-top-width: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-top: -1px;
}

#footer {
    height: 60px;
}

.inlineBlock {
    display: inline-block;
}

.block {
    display: block;
}

.elementOnlyRadio .validation-message, .elementBorder .validation-message {
    font-weight: bold;
    font-style: italic;
}

.elementOnlyRadio .validation-message::before, .elementBorder .validation-message::before {
    content: "** "
}

.elementOnlyRadio, .elementBorder > div:first-of-type {
    border-bottom: dashed 1px lightgray;
}

.elementOnlyRadio > div:first-of-type {
    display: inline-block;
}

.elementOnlyRadio > div:first-of-type > div:first-child {
    margin-top: 5px;
}

.form-signin {
    max-width: 330px;
    padding: 15px;
    margin: -30px auto;
}

.form-signin .form-signin-heading {
    margin-bottom: -12px;
}

.form-signin .form-signin-heading small {
    display: block;
    margin-top: 4px;
    font-size: 12px;
}

.form-signin input.password {
    margin-bottom: 10px;
}

.form-signin input.username {
    margin-bottom: -33px;
}

.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}

.glyphicon.withBorder {
    margin-right: 5px;
    padding: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.3);
}

.glyphicon.profile {
    color: #00132c;
}

ul.nav.aboveLegend {
    line-height: 1;
}

ul.nav.aboveLegend .badge {
    padding: 2px 7px;
    font-size: 11px;
}

ul.nav.aboveLegend li a {
    color: #333;
}

ul.nav.aboveLegend li.active a {
    background-color: #754900;
    color: white;
}

ul.nav.aboveLegend li.active .badge {
    color: #003987;
}

.table-hover > tbody > tr:hover {
    cursor: pointer;
}

.landingPageSubTitle {
    font-size: 18px;
    font-weight: 500;
    color: #444444;
}

div.loading {
    display: inline-block;
    padding: 2px 5px 2px 25px;
    background-color: lightyellow;
    position: absolute;
    top: 95px;
    left: 50%;
    margin-right: -50%;
    width: 150px;
    border: 1px solid lightgray;
    transform: translate(-50%, -50%);
    font-weight: bold;
    z-index: 1;
}

div.loading img {
    margin-bottom: 1px;
    margin-left: 3px;
    width: 15px;
}

.legendLink {
    display: inline-block;
}

.legendLink > .btn {
    font-size: 85%;
    padding-bottom: 0px;
    margin-top: -9px;
}

.sectionHeader {
    margin-bottom: 15px;
}

.sectionHeader, .sectionTitle, .sectionInstructions {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
}

.sectionHeader > .sectionTitle {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}

.sectionLabel {
    display: inline-block;
    font-size: 21px;
    line-height: inherit;
    color: #333;
}

.sectionHeader > .sectionInstructions {
    color: #777;
}

.card .panel-title-0 {
    display: block;
    position: relative;
    font-size: 20px;
    line-height: 1;
    letter-spacing: .02em;
    font-weight: 400;
    box-sizing: border-box;
    background-color: #002D6A;
    color: white;
}

.glyph-button {
    line-height: 24px;
    width: 24px;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    word-wrap: normal;
}

.btn-card-more {
    position: relative;
    top: -3px;
    color: white;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-left: 3px;
}

.chip.ok {
    background-color: #dff0d8;
}

.chip.warning {
    background-color: #fcf8e3;
}

.chip.error {
    background-color: #f2dede;
}

.chip-panel {
    text-align: right;
    margin-bottom: -8px;
}

.meta-data-section span {
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 2px;
}

.meta-data-section .data {
    display: inline-block;
}

.meta-data-section .ds-label:first-child {
    margin-top: 3px;
}

.meta-data-section .ds-data {
    margin-bottom: 8px;
    width: 190px;
}

.ds-label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
}

.report-text {
    height: 500px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #EEE;
    padding: 0 16px;
    margin-bottom: 15px;
}

.reportAudit, .patientGrid {
    background-color: #f5f5f5;
}

.reportAudit {
    width: 100%;
    padding: 6px 16px 10px 16px;
}

.reportAudit td, .patientGrid td {
    padding-right: 8px;
    padding-top: 4px;
    vertical-align: top;
}

.reportAudit .hz-label, .patientGrid .hz-label {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);

}

.reportAudit .hz-data, .patientGrid .hz-data {
    font-size: 12px;
    color: #003987;
}

.patientGrid {
    padding: 6px;
}

.patientGrid table {
    margin-bottom: 0px;
}

.patientGrid table td {
    border: 0px !important;
    padding-bottom: 3px !important;
    padding-top: 3px !important;
}

.modal-loading {
    width: 150px;
}

.modal-full {
    width: 90%;
    min-width: 980px;
}

.popover-content {
    white-space: pre-wrap;
}

.popover-content .topLabel {
    font-size: 11px;
    color: rgba(0, 0, 0, 0.54);
    margin-top: 7px;
}

.popover-content .data {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.74);
}

ol.circles-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
    padding: 0;
    counter-reset: li-counter;
}

ol.circles-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.5em;
    min-height: 3em;
}

ol.circles-list li:before {
    position: absolute;
    top: -0.1em;
    left: -0.14em;
    width: 1.3em;
    height: 1.3em;

    font-size: 1.3em;
    line-height: 1.4;
    text-align: center;
    color: #f5f5f5;

    border-radius: 50%;
    background-color: #464646;
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.circles-list li > label {
    margin-left: 1.6em;
}

ol.circles-list li.disabled:before {
    background-color: rgba(0, 0, 0, 0.19);
}

ol.circles-list li.disabled * {
    color: rgba(0, 0, 0, 0.19);
}

.radio-inline-text {
    display: inline-block;
    display: inline-block;
    margin-top: -7px;
}

td:hover.linkCell {
    text-decoration: underline;
}

.content {
    min-height: 560px;
    height: auto !important;
    height: 560px;
}

.gridView-top {
    position: relative;
}

.gridView-content {
    position: relative;
    top: 0;
    height: 100%;
}

.borderedContainer {
    border: 1px solid #eee;
}

