  @charset "utf-8";
/* CSS Document */

html {
    font-size: 100%;
}

body {
    background-color: #fff;
    color: #333;
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

h2,
h3,
h4,
h5 {
    color: #031a6b;
    margin-top: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 20px 30px;
    height: 0;
}

p a {
    font-weight: 600;
    text-decoration: none;
}

p a:hover {
    text-decoration: none;
}

li a {
    text-decoration: none;
    font-weight: 600;
}

li a:hover {
    text-decoration: none;
}

label a {
    font-weight: 600;
    text-decoration: none;
}

label a:hover {
    text-decoration: none;
}

fieldset {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 1em .2rem 1em;
    border: 1px solid #031a6b;
}

legend {
    margin: 0 0 0 1em;
    padding: 0 .5em 1em;
    color: #1B417D;
    /*font-weight: bold;*/
    width: 30%;
    border: 0;
    font-size: 1em;
}

.widel {
    width: 90%;
}

.medl {
    width: 40%;
}

.narrowl {
    width: 18%;
}


fieldset ol {
    padding: 0 1em;
    margin: 0;
    list-style: none;
}

fieldset li {
    float: left;
    clear: left;
    width: 95%;
    padding: 0;
    margin: 0 0 .5em;
}

.viewMore[aria-expanded="false"]:before {
    content: " More...";
}

.viewMore[aria-expanded="true"]:before {
    content: " ...Less";
}

#bpimage {
    background: url(/bodycomplab/BPappZjs/BPexpl.png) no-repeat;
    width: 402px;
    height: 282px;
}

input {
    border: 1px solid #CCC;
}

select {
    width: 11em;
}

button {
    padding: 0.2rem 0.5rem;
    margin: 0.1rem 0.5rem;
    text-align: center;
    text-decoration: none;
    /*display: inline-block; */
}

#masthead {
    position: relative;
    width: 930px;
    height: 139px;
}

#logo {
    width: 139px;
    height: 139px;
    background: url("/bodycomplab/BPappZjs/baylorlogoblue.png") no-repeat;
    float: left;
    clear: left;
}

#logo a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 139px;
}

#sitename {
    background: url("/bodycomplab/BPappZjs/dept_banner.png") no-repeat;
    width: 609px;
    display: block;
    float: right;
}

#sitename a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 56px;
}

#labname {
    background: url("/bodycomplab/BPappZjs/BCCLtoplogo.png") no-repeat;
    width: 608px;
    display: block;
    float: right;
}

#labname a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 78px;
}

.subtle {
    color: #a7a9ac;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.popover {
    max-width: 600px;
}

#ageerror {
    display: none;
    background: #f3d3d3;
    padding: 0.2em 0 0.2em 1em;
}

#hterror {
    display: none;
    background: #f3d3d3;
    padding: 0.2em 0 0.2em 1em;
}

#syschart {
    width: 98%;
    height: 430px;
    margin: 1em 0;
    padding: 0;
}

#diaschart {
    width: 98%;
    height: 430px;
    margin: 1em 0;
    padding: 0;
}

.results {
    font-weight: 800;
}

#zrslt {
    margin-right: 5rem;
}

.reset {
    clear: both;
}

div.error {
    color: #990000;
    float: right;
}

table.refInfo {
    width: 700px;
    background-color: #fafafa;
    border: 1px #000000 solid;
    border-collapse: collapse;
    /*margin: 0 0 0 10px;*/
    margin: auto;
}

td.tableTitle {
    background-color: #4d4c4d;
    border: 1px #000000 solid;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 6px 0px 6px 0px;
}

td.groupTitle {
    border-bottom: 1px #6699CC dotted;
    text-align: center;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #404040;
    background-color: #CCCCCC;
    padding: 4px 0px 4px 8px;
}

td.infoTitle {
    border-bottom: 1px #6699CC dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #404040;
    background-color: #CCCCCC;
    padding: 4px 0px 4px 8px;
}

td.infoLine {
    border-bottom: 1px #6699CC dotted;
    text-align: left;
    font-family: Verdana, sans-serif, Arial;
    font-weight: normal;
    font-size: 14px;
    color: #404040;
    background-color: #fafafa;
    padding: 2px 0px 2px 8px;
}