  @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;
}

h1,
h2,
h3,
h4,
h5 {
    color: #031a6b;
    /*
    font-style: normal;
    font-weight: 600;
    line-height: 1.2em;
    */
}

h2 {
    margin-bottom: 1rem;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 20px 30px;
    height: 0;
}

fieldset {
    width: 100%;
    margin: 0 0 1rem 0;
    padding: 0 1em .2rem 1em;
    border: 1px solid #031a6b;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

#datefields {
    padding-left: 0.4em;
    padding-right: 0.4em;
}

.datelblcol {
    padding-right: 1px;
}

.dateinpcol {
    padding-left: 1px;
}

.datelabel {
    padding-right: 1px;
}

.dateform {
    padding-left: 1px;
    padding-right: 1px;
}

legend {
    margin: 0 0 0 1em;
    padding: 0 .5em 1em;
    color: #031a6b;
    width: 35%;
    border: 0;
    font-size: 1em;
}

legend a:hover {
    text-decoration: none;
}

.colwide {
    padding-left: 1px;
    padding-right: 1px;
}

.widel {
    width: 90%;
}

.medl {
    width: 50%;
}

.narrowl {
    width: 30%;
}

fieldset ol {
    padding: 0 1em;
    margin: 0;
    list-style: none;
}

fieldset li {
    float: left;
    clear: left;
    width: 95%;
    padding: 0;
    margin: 0 0 .2em;
}

label {
    /*
    float: left;
    width: 8em;
    margin-right: .5em;
    font-weight: 800;
    */
}

input {
    /*
    border: 1px solid #CCC;
    */
}

select {
    /*
    width: 11em;
    */
}

p {
    /*
    font-weight: 400;
    font-style: normal;
    font-size: .8rem;
    line-height: 1.75em;
    */
}

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;
}

button {
    padding: 0.2rem 0.5rem;
    margin: 0.1rem 0.5rem;
    text-align: center;
    text-decoration: none;
    /*display: inline-block; */
}

.brspace {
    margin-bottom: 0.5rem;
}

.subtle {
    color: #a7a9ac;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.2rem;
}

.linkstyle {
    font-weight: 600;
    color: #007bff;
    cursor: pointer;
}

.linkstyle:hover {
    color: #0056b3;
}

.circle {
    background: #031a6b;
    border: 1px solid #031a6b;
    border-radius: 24px;
    color: white;
    height: 24px;
    font-weight: bold;
    width: 24px;
    display: table;
    margin: 5px 0 -15px 0;
}

/*
.circle:hover {
    background: white;
    color: #031a6b;
} */

.circle p {
    vertical-align: middle;
    text-align: center;
    display: table-cell;
}

.shiftright {
    margin-left: 2em;
}

.lclr {
    color: #003399;
}

/* .control-label {
    padding-left: 5px;
    padding-right: 3px;
}

.form-control {
    padding-left: 3px;
    padding-right: 1px;
} */

/*
.date-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.8;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
} */

.tabtitle {
    margin-top: 1em;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    /*    background: LightCyan;*/
    background: azure;
    /*    border-bottom: 2px solid navy;*/
    font-size: larger;
}

.nav-tabs .nav-link {
    font-size: larger;
    background: #f2f2f2;
}

.nav-tabs .nav-item {
    margin-right: 3px;
}

.nav-tabs {
    background-color: #003399;
    padding-top: 0.3em;
}

.nav-link.active {
    background-color: cyan;
}

.tab-content {
    margin-top: 1em;
}

#hmpsnap {
    background: #ddd;
    height: 2.5em;
    width: 100%;
    line-height: 1.1em;
    /*margin-top: 10px;*/
    /*font-size: 30px;*/
    padding-left: 15px;
    /*    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;*/
}

#ramnav {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0px;
    z-index: 1000;
}

table#snappy {
    table-layout: fixed;
}

table#snappy th,
td {
    padding-right: 0.6em;
    padding-left: 0.6em;
    text-align: center;
}

table#snappy th {
    font-size: 1rem;
}

table#snappy tr {
    border-bottom: none;
}




/* .copyLink {
    margin-top: 0;
    opacity: 0.8;
}
.copyLink:hover {
    margin-top: 0;
    opacity: 0.95;
} */
/* Zoom In #1 */
.copyLink {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.copyLink:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}


#bmip95panel {
    display: none;
}

#teepanel {
    display: none;
}

#palpanel {
    display: none;
}

#mvpapanel {
    display: none;
}

#sleeppanel {
    display: none;
}

#sedpanel {
    display: none;
}

#sedcallo {
    display: none;
}

#sedcalhi {
    display: none;
}

#litepanel {
    display: none;
}

#litecallo {
    display: none;
}

#litecalhi {
    display: none;
}

#modpanel {
    display: none;
}

#modcallo {
    display: none;
}

#modcalhi {
    display: none;
}

#vigpanel {
    display: none;
}

#vigcallo {
    display: none;
}

#vigcalhi {
    display: none;
}

#_ACval {
    display: none;
}

#_fitval {
    display: none;
}

#teeval,
#palval,
#mvpaval,
#beerslt {
    font-weight: 700;
    font-size: 125%;
}

/* #datamsg {
    display: none;
} */
#P95gauge {
    display: none;
}

#hmpsnap {
    display: none;
}

/*
#masthead {
    position: relative;
    width: 930px;
    height: 139px;
    margin: 0 0 1em 0;
} */

#logo {
    width: 146px;
    height: 160px;
    /* width: 130px;
    height: 160px; */
    background: url("/cnrc-apps/HealthyMe/activeKidSilGradPair.png") no-repeat;
    background-size: auto;
    /* float: left;
    clear: left; */
    margin-top: 10px;
}

#logo a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 139px;
}

#bcm-logo a {
    display: block;
    width: 100%;
    height: 50px;
}

#bcmtypelogo {
    height: 50px;
    width: auto;
    background: url("/cnrc-apps/HealthyMe/BCM_Logo_Type_small.png") no-repeat;
    background-size: contain;
    margin: 1em 0 0.5em 0;
}

#cnrclogo {
    /* margin: 0 0 2em 0; */
    margin: 0;
}

#cnrclogo a {
    /* font-family: "Lucida Grande", Verdana, Arial, sans-serif; */
    text-decoration: none;
    color: #585956;
}

#cnrclogo a:hover {
    color: #00205b;
}

#pitch {
    margin-left: 30px;
    padding-top: 15px;
    color: #60d8ca;
    color: #585956;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2;
}

#pitchsub {
    margin-left: 44px;
    color: #60d8ca;
    color: #a7a9ac;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 2px;
}

.downshift {
    margin-top: 3.8em;
}

.upshift {
    margin-top: -0.5em;
}

.addbelow {
    margin-bottom: 1.6em;
}

.addbelow a {
    font-weight: normal;
}

.subcat {
    font-weight: 400;
    color: #031a6b;
    letter-spacing: 1px;
    font-size: 105%;
}

.units {
    font-size: small;
}

/** #sitename {
    background: url("/cnrc-apps/HealthyMe/dept_banner.png") no-repeat;
    position: absolute;
    top: 1px;
    right: 0;
    width: 609px;
    height: 56px;
}

#sitename a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 56px;
}

#labname {
    background: url("/cnrc-apps/HealthyMe/BCCLtoplogo.png") no-repeat;
    position: absolute;
    top: 57px;
    right: 0;
    width: 608px;
    height: 78px;
}

#labname a {
    color: #026;
    text-decoration: none;
    text-indent: -5000px;
    display: block;
    width: 100%;
    height: 78px;
}

#intro {
    margin: 0 0 1.42857em;
    width: 930px;
} **/


#buttons {
    margin: 0 0 2em 0;
}


.results {
    font-weight: 800;
}

.scores {
    padding-left: 10px;
}


.reset {
    clear: both;
    margin-bottom: 20px;
}

.resetleft {
    clear: left;
}

div.error {
    color: #990000;
    float: right;
}

#healthstuff {
    margin-bottom: 2em;
}

.highcharts-figure {
    /*width: 300px;
  height: 200px;
  float: left;*/
    text-align: center;
    width: 90%;
    /* float: left; */
}

.highcharts-figurelower {
    /*width: 300px;
  height: 200px;
  float: left;*/
    text-align: center;
    width: 90%;
    /* float: left; */
    margin-bottom: -150px;
    margin-left: auto;
    margin-right: auto;
}

.speedgauge {
    display: block;
    /* margin: auto;
    margin-top: 2.5em; */
    /* float: left; */
}

.bulletgauge {
    display: block;
    /* margin: auto;
    margin-top: 2.5em; */
    margin-bottom: 30px;
    /* width: 250px; */
    height: 130px;
    width: 100%;
    /* float: left; */
}

.gauge {
    display: block;
    /* margin: auto; */
    margin-bottom: 30px;
    width: 100%;
    height: 165px;
    /* float: left; */
}

.gaugehead {
    position: relative;
    margin-bottom: -3px;
    z-index: 100;
    font-weight: 600;
}

#fitMeterInfo {
    position: relative;
    z-index: 100;
}

.speedgaugehead {
    position: relative;
    margin-bottom: -50px;
    z-index: 100;
    font-weight: 600;
}

.speedgaugehead a {
    text-decoration: none;
}

.speedgaugerslt {
    position: relative;
    margin-top: -180px;
    margin-bottom: 50px;
}


/* .hightcharts-plot-band-label {
    height: 40;
    overflow: visible;
} */

.highcharts-figure,
.highcharts-data-table table {
    /* width: 600px; */
    width: 90%;
    /* margin: 1em; */
}


#ramactivity {
    background-color: #e6e6e6;
    margin-top: 1.5em;
    margin-left: -1em;
    margin-right: -1em;
    padding-left: 1em;
    padding-right: 1em;
    padding-bottom: 0.6em;
    padding-top: 0.1em;
}

.rampic {
    max-width: 100%;
    height: auto;
}

.viewMore[aria-expanded="false"]:before {
    content: " More...";
}

.viewMore[aria-expanded="true"]:before {
    content: " ...Less";
}

.viewHelp[aria-expanded="false"]:before {
    content: " More Slider Help...";
}

.viewHelp[aria-expanded="true"]:before {
    content: " ...Less Slider Help";
}


@media (max-width: 600px) {

    .highcharts-figure,
    .highcharts-data-table table {
        width: 90%;
    }

    .highcharts-figure {
        width: 90%;
        float: none;
        margin: 1em;
    }
}

#refs {
    width: 95%;
    background-color: #e6e6e6;
    padding: 1em;
}

/* Sperimentin */


.field-wrapper {
    display: block;
    /* margin: 30px 10px; */
    position: relative;
    outline: none;
    width: 100%;
}

.field-wrapper.focused label {
    transition: all .2s linear;
    top: -20px;
    font-size: 70%;
    color: #031a6b;
    color: #999;
}

.field-wrapper label {
    color: #666;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 1em;
    position: absolute;
    top: 0px;
    display: inline-block;
    background: #FFF;
    margin: 8px 5px;
    line-height: 1.4em;
    padding: 0 10px;
    transition: all .2s linear;
    text-transform: capitalize;
}