html {
    font-size: 12px; /* factory 14px */
}

@media (min-width: 768px) {
    html {
        font-size: 12px; /* factory 16px */
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Segoe UI';
}

/*replace any user agent style applied to printed table*/
#print-body, #print-body table {
    font-size: 12px; /* factory 14px */
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
.loading > .loading-container {
    display: block;
}

header {
    z-index: 1000;
}

.loading-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.loading-content {
    display: flex;
    background-color: white;
    min-height: 100%;
    align-items: center;
    justify-content: center;
}

.bg-trust {
    background-color: #3c1a40 !important;
}

div.patient-banner-container {
    padding: 5px !important;
    border-radius: 5px !important;
    margin-right: 5px !important;
    width: 270px;
}

div.patient-banner-container-standalone {
    border-radius: 5px !important;
    margin-right: 5px !important;
    width: 290px;
}

.bg-deceased {
    background-color: #bcbcbc !important;
}

.bg-alive {
    border-color: #C1E1C1 !important;
    border: solid 2px;
}


.mainTitle {
    width: 250px;
}

.spacer {
    margin-top: 1rem !important;
}

p {
    margin-top: 1em;
}

.aboveRange, td.aboveRange {
    background-color: red;
    color: white;
    font-weight: bold;
}

.belowRange, td.belowRange {
    background-color: black;
    color: white;
    font-weight: bold;
}
.uncorrected, tr.uncorrected td {
    color: blue;
}

#print-header {
    display: none;
}

.fc-red {
    color: red;
}

.fs-title {
    text-transform: capitalize;
}

.patient-details {
    font-weight: bold;
}

.active-menu {
    background-color: #a07d97;
    border-radius: 5px !important;
}

a.menu-item {
    padding-top: 2px;
}

.menu-item:hover,
.menu-item:focus {
    background-color: #a07d97;
    border-radius: 5px !important;
}

.psAlert-header {
    background-color: #d1cfcf;
    font-size: 14px;
    width: 100%;
}

.SearchBox {
    display: inline-block;
    width: 25%;
}

.SearchBox .cf-medium {
    width: 97%;
}

.SearchLabelLeft {
    margin-right: -28px;
}

.SearchLabel {
    margin-left: 50px;
    margin-right: -40px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
    background-color: #CFF5FF;
}

.row-selected {
    background-color: #4557bb;
}

.row-selected > td {
    color: white;
}

.signInBtn {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #81ab11 !important;
    border-color: #81ab11 !important;
}

.standAlonePanel {
    margin-top: 70px !important;
    background-color: #f5f5f5 !important;
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.divPad {
    padding: 20px;
}

.menuMargins{
    margin-left:5px !important;
}

.standalone-patient-details {
    display: block;
    margin: 5px 10px 0 0;
}

.btn-lookUp, .btn-lookUp:hover {
    color: #fff;
    background-color: #bf9bb6;
    border-color: #bf9bb6;
}


.welcomeText{
    margin-top : 50px !important;
}

.searchButtonWidth {
    max-width: 15% !important;
}

#badgesContainer .badge {
    cursor: pointer;
}

.disclaimerText {
    color: white;
    bottom: 0.5rem;
    position: absolute;
}

.headingText {
    color: white;
    text-decoration: none;
}

.rightMargins {
    margin-right: auto;
}

.standAloneBannerTop {
    margin-bottom: 6px;
    margin-top: 1px;
    margin-right: 1px;
}

.standAloneBannerBottom {
    border-top: solid 1px;
    text-align: center;
}

.MiddleVertical {
    vertical-align: middle
}

.headingText:hover {
    color: white;
    text-decoration: none;
}

.labExternalResults {
    background-color: yellow;
}

.commentText {
    color: blue;
}

#searchPatients thead {
    position: sticky;
    top: 0;
    background-color: white;
}

.gender.btn-check:checked, .gender.btn-secondary {
    background-color: red
}

.gender.btn-check, .gender.btn-secondary {
    background-color: white
}

form .form-message {
    display: none;
}

form.is-valid .form-message.valid-feedback {
    display: flex;
}

form.is-invalid .form-message.invalid-feedback {
    display: flex;
}

form label.col-auto.col-form-label {
    width: 7rem;
    padding-right: 0px;
}

