/**********************************************************************************************************************************************************
*							                    KNOW YOUR NUMBERS
***********************************************************************************************************************************************************/
#KYNTour_btn {
  float: right !important;
  opacity: 1;
}

#KYNTour_btn:hover {
  float: right !important;
  opacity: .7;
}

#KYN_video_modal_container {
  display: none;
}

#KYN_tour_video_modal_bkd {
  position: fixed;
  z-index: 9998;
  background-color: #000;
  opacity: .7;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

#KYN_tour_modal_window {
  width: 828px;
  height: 510px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #29a4c4;
  margin: auto;
  border-radius: 5px;
}

#KYN_tour_modal_window_close_container {
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 0;
}

#KYN_tour_modal_window_close_container h2 {
  color: #fff;
  font-weight: normal;
  float: left;
  padding: 0;
  margin: 5px 0 5px 0;
  line-height: 1.5;
}

.KYN_tour_modal_window_close {
  text-align: right;
  margin: 0 20px 0 0;
  padding: 0 0 0 0;
  line-height: 1;
  font-size: 40px;
  float: right;
}

.KYN_tour_modal_window_close a {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.KYN_tour_modal_window_close a:hover {
  text-decoration: none;
  color: #fff;
  opacity: .7;
}

#KYN_tour_modal_video_container {
  width: 776px;
  height: 432px;
  margin: 0 auto;
}

#KYN_tour_video {
  border-radius: 3px;
  background-color: #EBEBEB;
  padding: 5px;
}



#kyn_home_container {
  margin-top: 7px;
}

#kyn_home {
  cursor: pointer;
}

#kyn_home:hover {
  opacity: .8;
  transition: opacity 0.5s ease;
}

.biometric_entry_error {
  width: 520px;
  height: 60px;
  background-color: #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

.biometric_submit_error_popup_left {
  float: left;
  width: 15%;
  height: 100%;
  background-color: #00566C;
}

.biometric_submit_error_popup_left img {
  margin-left: 15px;
  margin-top: 10px;
}

.biometric_submit_error_popup_right {
  float: left;
  width: 85%;
  height: 100%;
}

.biometric_submit_error_popup_right h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 4;
  display: block;
  height: 100%;
  width: 100%;
}

.biometric_entry_warning {
  width: 520px;
  height: 60px;
  background-color: #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

.biometric_submit_warning_popup_left {
  float: left;
  width: 15%;
  height: 100%;
  background-color: #00566C;
}

.biometric_submit_warning_popup_left img {
  margin-left: 15px;
  margin-top: 10px;
}

.biometric_submit_warning_popup_right {
  float: left;
  width: 85%;
  height: 100%;
}

.biometric_submit_warning_popup_right h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 4;
  display: block;
  height: 100%;
  width: 100%;
}

.email_coaching_success {
  width: 520px;
  height: 60px;
  background-color: #29a4c4;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

.biometric_submit_email_popup_left {
  float: left;
  width: 15%;
  height: 100%;
  background-color: #00566C;
}

.biometric_submit_email_popup_left img {
  margin-left: 15px;
  margin-top: 10px;
}

.biometric_submit_email_popup_right {
  float: left;
  width: 85%;
  height: 100%;
}

.biometric_submit_email_popup_right h1 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 4;
  display: block;
  height: 100%;
  width: 100%;
}

.biometric_submit_email_error {
  color: #ff0000;
  font-style: italic;
}

.biometric_modal {
  width: 640px;
  height: 220px;
  background-color: #fff;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  border: 3px solid #29a4c4;
  border-radius: 5px;
}

.biometric_modal_header {
  padding-left: 20px;
  background-color: #29a4c4;
  height: 40px;
}

.biometric_modal_header h1 {
  font-size: 20px;
  color: #fff;
  line-height: 2;
  margin-top: 0;
  padding-top: 0;
}

.biometric_modal_header p {
  font-size: 40px;
  color: #fff;
  line-height: .8;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  cursor: pointer;
}

.request_coaching_submit {
  height: 35px;
  width: 125px;
  border: none;
  background-color: #29a4c4;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
}

.request_coaching_submit:hover {
  height: 35px;
  width: 125px;
  border: none;
  background-color: #00566C;
  color: #fff;
  margin-top: 5px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

.request_coaching_input {
  height: 35px;
  background-color: #A9A9A9;
  color: #fff;
  border: none;
  padding-left: 10px;
  margin-top: 10px;
  margin-left: 25px;
  width: 550px;
}

.request_coaching_text_box {
  width: 700px;
  height: 100px;
  padding-left: 10px;
  padding-top: 10px;
  margin-left: 20px;
  margin-top: 10px;
  background-color: #f2f2f2;
  border: none;
}

.biometric_resource_container {
  width: 920px;
  margin: 20px auto;
}

.biometric_resource_container h1 {
  height: 50px;
  width: 100%;
  background-color: rgba(40, 163, 196, .7);
  padding-bottom: 25px;
  margin-top: 100px;
}

.heart_age_modal {
  width: 700px;
  height: 750px;
  background-color: #fff;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
  border: 5px solid #29a4c4;
  border-radius: 5px;
}

.age_entry_heart_age_error {
  color: #ff0000;
  font-style: italic;
}

#bloodpressure_resource_container {
  display: none;
}

#bmi_resource_container {
  display: none;
}

#glucose_resource_container {
  display: none;
}

#cholesterol_resource_container {
  display: none;
}

#triglyceride_resource_container {
  display: none;
}

#bloodpressure_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#bloodpressure_resource_content_display h1 {
  border-bottom: 2px solid #29a4c4;
  padding-bottom: 4px;
}

#bmi_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#bmi_resource_content_display h1 {
  border-bottom: 2px solid #29a4c4;
}

#glucose_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#glucose_resource_content_display h1 {
  border-bottom: 2px solid #29a4c4;
}

#cholesterol_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#cholesterol_resource_content_display h1 {
  border-bottom: 2px solid #29a4c4;
}

#triglyceride_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#triglyceride_resource_content_display h1 {
  border-bottom: 2px solid #29a4c4;
}

.resource_container_row {
  width: 920px;
  margin: 0 auto;
}

#bmi_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#glucose_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#cholesterol_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

#triglyceride_resource_content_display {
  width: 920px;
  margin: 20px auto;
  display: none;
}

.resource_info_container {
  width: 215px;
  margin-right: 20px;
  float: left;
}

.resource_info_container h1 {
  text-transform: uppercase;
}

.resource_info_container h2 a {
  color: red;
  transition: color 0.5s ease;
}

.resource_info_container h2 a:hover {
  color: #000;
}

.resource_info_container img {
  width: 215px;
  height: 125px;
  background-color: #000;
  margin: 0 auto;
  cursor: pointer;
}

#bloodpressure_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bloodpressure_resource_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bloodpressure_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bloodpressure_coaching_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bloodpressure_resource_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bloodpressure_challenge_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_resource_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_coaching_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_resource_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#bmi_challenge_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_resource_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_coaching_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_resource_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#glucose_challenge_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge_hover.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#cholesterol_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#cholesterol_resource_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#cholesterol_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#cholesterol_coaching_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching_hover.jpg);
}

#cholesterol_resource_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources_hover.jpg);
}

#cholesterol_challenge_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge_hover.jpg);
}

#triglyceride_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#triglyceride_resource_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#triglyceride_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge.jpg);
  transition: background-image 0.5s ease;
  cursor: pointer;
}

#triglyceride_coaching_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_coaching_hover.jpg);
}

#triglyceride_resource_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_resources_hover.jpg);
}

#triglyceride_challenge_content:hover {
  width: 300px;
  height: 200px;
  background-color: #fff;
  background-image: url(../images/KYN_resource_image_challenge_hover.jpg);
}

#bmi_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#bmi_resource_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#bmi_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#glucose_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#glucose_resource_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#glucose_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#cholesterol_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#cholesterol_resource_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#cholesterol_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#triglyceride_coaching_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#triglyceride_resource_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}

#triglyceride_challenge_content {
  width: 300px;
  height: 200px;
  background-color: #000;
}


.status_bar_container {
  width: 460px;
  height: 35px;
  margin-top: 35px;
  margin-right: 0;
}

.status_bar_level_red {
  float: left;
  height: 35px;
  width: 190px;
  background: -webkit-linear-gradient(left, rgba(255, 165, 0, 1), rgba(255, 18, 0, 1));
  background: -o-linear-gradient(right, rgba(255, 165, 0, 1), rgba(255, 18, 0, 1));
  background: -moz-linear-gradient(right, rgba(255, 165, 0, 1), rgba(255, 18, 0, 1));
  background: linear-gradient(to right, rgba(255, 165, 0, 1), rgba(255, 18, 0, 1));
}

.status_bar_level_orange {
  float: left;
  height: 35px;
  width: 190px;
  background: -webkit-linear-gradient(left, #99ca3c, rgba(255, 165, 0, 1));
  background: -o-linear-gradient(right, #99ca3c, rgba(255, 165, 0, 1));
  background: -moz-linear-gradient(right, #99ca3c, rgba(255, 165, 0, 1));
  background: linear-gradient(to right, #99ca3c, rgba(255, 165, 0, 1));
}


.status_bar_level_green {
  float: left;
  height: 35px;
  width: 80px;
  background-color: #99ca3c;
}

#biometric_status_bar_container {
  display: none;
}

.KYN_right_half_content {
  width: 460px;
  float: left;
}

.KYN_left_half_content {
  width: 460px;
  float: left;
  margin-left: 20px;
}

.KYN_biometric_challenge_container {
  width: 440px;
  height: 200px;
  background-color: #000;
  margin-left: 20px;
  margin-top: 20px;
}

#KYN_wrapper {
  width: 960px;
  margin: auto;
}

.two_thirds_column {
  width: 600px;
  float: left;
  margin-right: 20px;
  height: 500px;
}

.KYN_bio_chart_header {
  height: 35px;
  margin-left: 0px;
  margin-top: 30px;
  background-color: #29a4c4;
}

.kyn_biometric_chart_header {
  overflow: hidden;
}

.KYN_bio_chart_header h1 {
  margin: 0 0 0 0;
  text-align:
    left;
  height: 35px;
}

.KYN_bio_chart_wrapper {
  width: 400px;
  height: 330px;
  margin-left: 10px;
  padding-top: 20px;
  background-color: #f2f2f2;
  padding-bottom: 20px;
  position: relative;
}

.data_table {
  width: 355px;
  float: left;
}

.data_table_axis {
  width: 355px;
  height: 310px;
  border-left: 2px solid rgba(0, 0, 0, .2);
  border-bottom: 2px solid rgba(0, 0, 0, .2);
  position: absolute;
  z-index: 2;
  float: left;
}

.data_table ul {
  width: 335px;
  margin: 0 auto;
  padding-left: 15px;
  position: relative;
  z-index: 1;
  float: left;
  height: 310px;
}

.data_table li {
  height: 80px;
  border-top: 1px dashed rgba(0, 0, 0, .1);
  list-style: none;
  text-align: left;
  font-family: arial;
  color: red;
}

.data_table li p {
  margin-top: -8px;
}

.bottom_axis_label p {
  font-family: arial;
  font-weight: bold;
  margin-top: 5px;
  margin-left: 40px;
  font-size: 12px;
  color: rgba(0, 0, 0, .6);
}

.x_axis_labels {
  float: left;
  width: 40px;
  height: 310px;
}

.x_axis_labels p {
  font-family: arial;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}

#bmiBioBarGroup {
  overflow: hidden;
  /*display: flex;*/
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}

#glucoseBioBarGroup {
  overflow: hidden;
  /*display: flex;*/
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}

#bpBioBarGroup {
  overflow: hidden;
  flex-flow: row wrap;
  justify-content: space-around;
  text-align: center;
}

#bpBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

#bmiBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

#glucoseBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

#triglycerideBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

#cholesterolBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

#hemoBioDateGroup {
  overflow: hidden;
  font-size: 13px;
}

.bio_bar {
  width: 50px;
  position: absolute;
  z-index: 2;
  background-color: rgba(40, 163, 196, .7);
  border: solid 2px #29a4c4;
}

.bio_bar1 {
  margin: 0 0 0 .5%;
  transition: height 0.5s ease;
}

.bio_bar2 {
  margin: 0 0 0 20%;
  transition: background-color 0.5s ease;
}

.bio_bar3 {
  margin: 0 0 0 40%;
  transition: background-color 0.5s ease;
}

.bio_bar4 {
  margin: 0 0 0 60%;
  transition: background-color 0.5s ease;
}

.bio_bar5 {
  margin: 0 0 0 81%;
  transition: background-color 0.5s ease;
}

/***** NURSES STATION SUBMIT BUTTON *****/
.nurses_station_btn {
  float: left;
  height: 30px;
  width: 100px;
  margin: 25px 0 0 10px;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.nurses_station_btn_txt {
  margin: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

/******* NURSES STATION COVID RESULTS SECTION STYLES *******/
.nurses_station_covid_results_container {
  width: 100%;
  overflow: hidden;
}

.NSCovidResultsHeaderContainer {
  height: 45px;
  padding-left: 8px;
  width: 100%;
}

.NSCovidResultsHeaderContainer p {
  font-size: 200%;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 60%;
  float: left;
}

.NSCovidTestResultsSubHdrContainer {
  padding: 1% 0 1% 1%;
  width: 100%;
  overflow: hidden;
  background-color: #ddd;
}

.NSCovidTestTodayRiskTxt {
  width: 25%;
  float: left;
  font-family: 'Owsald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 140%;
}

.NSCovidTestTodayResultsTxt {
  width: 60%;
  float: right;
  font-family: 'Owsald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  font-size: 140%;
}

.NSCovidRiskImgContainer {
  width: 25%;
  float: left;
}

.NSCovidTestCalendarContainer {
  width: 60%;
  float: right;
  text-align: center;
  overflow: hidden;
}

.NSCovidTestCalendarContainer p {
  font-family: sans-serif;
  font-weight: 600;
  font-size: 110%;
}

.NSCovidDateContainer {
  width: 60%;
  margin: 3% 0 0 20%;
}

.input-group-addon {
  float: right;
  width: 10%;
}

.NSCovidSubmitDateBtn {
  float: right;
  height: 35px;
  width: 150px;
  padding: 1%;
  margin: 2% 20% 3% 0;
  border-radius: 3px;
  cursor: pointer;
}

.NSCovidTestResultsModalContainer {
  width: 100%;
  margin-top: 3%;
}

.NSCovidTestResultsModalQuestionContainer {
  width: 100%;
  padding: 1%;
  background-color: #eaeaea;
}

.NSCovidTestResultsModalQuestionContainer p {
  font-family: sans-serif;
  font-size: 110%;
  font-weight: bold;
  margin: 0;
}

.NSCovidTestResultsModalAnswerContainer {
  width: 100%;
  margin: 0 0 4% 4%;
}

.NSCovidTestResultsModalAnswerContainer p {
  font-family: sans-serif;
  font-size: 110%;
  margin: 0;
}

.NSCovidTestResultsInfoHdrDate {
  overflow: hidden;
  width: 80%;
  text-align: left;
}

.NSCovidTestResultsInfoDateTitle {
  float: left;
  width: 15%;
  font-family: sans-serif;
  font-size: 135%;
  font-weight: bold;
  margin-right: 1%;
  text-align: right;
}

.NSCovidTestResultsInfoHdrDate p {
  float: left;
  width: 70%;
  font-family: sans-serif;
  font-size: 135%;
  margin: 0;
}

.NSCovidTestResultsInfoHdrLocation {
  overflow: hidden;
  width: 80%;
  text-align: left;
}

.NSCovidTestResultsInfoLocationTitle {
  float: left;
  width: 23%;
  font-family: sans-serif;
  font-size: 135%;
  font-weight: bold;
  margin-right: 1%;
  text-align: right;
}

.NSCovidTestResultsInfoHdrLocation p {
  float: left;
  width: 70%;
  font-family: sans-serif;
  font-size: 135%;
  margin: 0;
}

.NSCovidTestResultsInfoHdrRisk {
  overflow: hidden;
  width: 80%;
  text-align: left;
}

.NSCovidTestResultsInfoRiskTitle {
  float: left;
  width: 26%;
  font-family: sans-serif;
  font-size: 135%;
  font-weight: bold;
  margin-right: 1%;
  text-align: right;
}

.NSCovidTestResultsInfoHdrRisk p {
  float: left;
  width: 70%;
  font-family: sans-serif;
  font-size: 135%;
  margin: 0;
}

.NSCovidTestResultsInfoHdrContainer p {
  float: left;
  width: 70%;
  font-family: sans-serif;
  font-size: 135%;
  margin: 0;
}

/******* BEGIN NURSES STATION A1C HOME TEST MODAL *******/
.nsDiabetesA1CInstructionsContainer {
  width: 95%;
  margin-left: 5%;
}

.nsDiabetesA1CInstructionsContainer p {
  font-family: sans-serif;
  font-size: 120%;
  text-align: left;
  color: #000;
}

.nsDiabetesA1CQuestionsContainer {
  width: 100%;
  margin-top: 5%;
}

.nsDiabetesA1CQuestionsLeftColumn {
  width: 45%;
  margin-left: 10%;
  float: left;
}

/* .nsDiabetesA1CQuestionsLeftColumn p {
    width: 90%;
    font-size: 120%;
    float: left;
    line-height: 1.2;
    margin: 0 0 2% !important;
} */

.nsDiabetesA1CQuestionsRightColumn {
  width: 45%;
  float: left;
}

.nsDiabetesA1CQuestionsRightColumn p {
  width: 90%;
  font-size: 120%;
  float: left;
  line-height: 1.2;
  margin: 0 0 2% !important;
}

label {
  font-weight: normal;
}

.nsDiabetesA1CResultsContainer {
  width: 90%;
  margin: 3% 0 0 5%;
  float: left;
}

.nsDiabetesA1CSubmitBtnContainer {
  width: 100%;
  float: right;
  overflow: hidden;
  display: flex;
}

.nsDiabetesA1CSubmitBtn {
  margin: 0 auto;
  padding: 0 !important;
  width: 15%;
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  background-color: green;
  border: none;
}

a.nsDiabetesA1CSubmitBtnTxt {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  text-decoration: none;
}

.nsDiabetesA1CCloseBtn {
  float: right;
  margin: 0 auto;
  padding: 0 !important;
  width: 15%;
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  background-color: #007C9D;
  border: none;
}

a.nsDiabetesA1CCloseBtnTxt {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  text-decoration: none;
}

/** checkmark **/
.container input:checked~.text {
  text-decoration: line-through;
}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-left: 10%;
  margin-bottom: 5%;
  cursor: pointer;
  font-size: 120%;
  line-height: 1.3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: solid 1px #5b5b5b;
}

/* On mouse-over, add a grey background color */
.container:hover input~.checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 7px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.container input:checked~.checkmark:after {
  display: block;
}

/******* END NURSES STATION A1C HOME TEST MODAL *******/

/******* BEGIN A1C RESULTS SECTION STYLES ON NURSE'S PAGE *******/
.NSa1cResultsHeaderContainer {
  height: 45px;
  padding-left: 8px;
  width: 100%;
}

.NSa1cResultsHeaderContainer p {
  font-size: 200%;
  font-family: sans-serif;
  text-transform: uppercase;
  margin: 0;
  width: 60%;
  float: left;
}

.NSa1cResultsContainer {
  width: 100%;
  overflow: hidden;
}

.NSa1cResultsContainerLeftColumn {
  width: 30%;
  float: left;
  height: 355px;
  margin: 1% 0 3% 1%;
  padding-bottom: 1%;
  background-color: #f9f9f9;
  border: solid #b7b7b7 2px;
  border-radius: 6px;
}

.NSa1cIconContainer {
  width: 20%;
  float: left;
  margin: 2% 3% 0 2%;
}

.NSa1cChecklistContainer {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 2px #b7b7b7;
}

.NAa1cChecklistBtn {
  float: left;
  height: 60px;
  width: 45%;
  margin: 3% 0 0 1%;
  padding: 5px;
  text-align: left;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

.NAa1cChecklistBtn a {
  font-size: 135%;
  line-height: 1.2;
  color: #000;
  text-decoration: none;
}

.NAa1cChecklistBtn a:hover {
  color: #007C9D;
  text-decoration: none;
}

.NSa1cValuesContainer {
  width: 100%;
  overflow: hidden;
}

.NSa1cEnterValuesContainer {
  width: 60%;
  float: left;
  margin: 0 3% 0 1%;
}

.NSa1cEnterValuesTxtContainer {
  width: 20%;
  float: left;
  padding-left: 3%;
}

.NSa1cEnterValuesContainer p {
  font-size: 135%;
  text-align: left;
  color: #000;
}

.NSa1cHealthReachContainer {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 2px #b7b7b7;
}

.NSa1cEnterHealthReachContainer {
  width: 70%;
  float: left;
  margin: 4% 0 0 0;
  padding-left: 3%;
}

.NSa1cEnterHealthReachContainer p {
  font-size: 135%;
  text-align: left;
  color: #000;
  float: left;
  width: 60%;
  margin: -4px 0 0 1%;
  line-height: 1.3;
}

input[type=checkbox] {
  transform: scale(1.5);
  margin-right: 4%;
  float: left;
}

.NSa1cReferDoctorContainer {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 2px #b7b7b7;
}

.NSa1cEnterReferDoctorContainer {
  width: 70%;
  float: left;
  margin: 4% 0 0 0;
}

.NSa1cDoctorReferralBtn {
  float: left;
  height: 60px;
  width: 90%;
  margin: 1% 0 0 3%;
  text-align: left;
  border-radius: 3px;
  text-decoration: none;
  cursor: pointer;
}

.NSa1cDoctorReferralBtn a {
  font-size: 135%;
  line-height: 1.2;
  color: #000;
}

.NSa1cDoctorReferralBtn a:hover {
  color: #007C9D;
  text-decoration: none;
}

.NSa1cSubmitBtn {
  float: right;
  height: 30px;
  width: 100px;
  margin: 0 3% 0 0;
  padding: 5px;
  border-radius: 3px;
  cursor: pointer;
}

.NSa1cSubmitBtn p {
  margin: 0;
  text-align: center;
  font-size: 120%;
  line-height: 1.2;
  color: #fff;
}

.NSa1cResultsContainerRightColumn {
  width: 64%;
  float: left;
  margin: 1% 0 0 3%;
  border: solid #b7b7b7 2px;
  border-radius: 6px;
}

.NSa1cResultsTxtContainer {
  margin: 0 auto;
  width: 96%;
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
}

.NSa1cResultsTxt {
  padding: 0 3%;
  margin: 1% 0 3% 0;
  list-style-type: disc;
  font-size: 115%;
}

ul,
ol {
  list-style: disc;
}

li {
  margin-bottom: 3%;
}

#a1c_normal {
  display: block;
}

#a1c_prediabetes {
  display: none;
}

#a1c_diabetes {
  display: none;
}

#a1c_uncontrolled_diabetes {
  display: none;
}

#a1c_critical_diabetes {
  display: none;
}

.NSa1cResultsNormalTxtHdr {
  width: 96%;
  padding: 1%;
  background-color: #329932;
  text-transform: uppercase;
  font-size: 130%;
  color: #fff;
  font-weight: bold;
}

.NSa1cResultsPreTxtHdr {
  width: 96%;
  padding: 1%;
  background-color: #008000;
  text-transform: uppercase;
  font-size: 140%;
  color: #fff;
  font-weight: bold;
}

.NSa1cResultsDiabetesTxtHdr {
  width: 96%;
  padding: 1%;
  background-color: #ff7c00;
  text-transform: uppercase;
  font-size: 140%;
  color: #fff;
  font-weight: bold;
}

.NSa1cResultsUncontrolledTxtHdr {
  width: 96%;
  padding: 1%;
  background-color: #ff4f00;
  text-transform: uppercase;
  font-size: 140%;
  color: #fff;
  font-weight: bold;
}

.NSa1cResultsCriticalTxtHdr {
  width: 96%;
  padding: 1%;
  background-color: #990000;
  text-transform: uppercase;
  font-size: 140%;
  color: #fff;
  font-weight: bold;
}

#diabetes_dr_form .input-group {
  width: 65%;
}

#diabetes_dr_form .form-control {
  width: 90%;
}

#diabetes_dr_form .input-group-addon {
  float: left;
}

/******* BEGIN NURSES STATION DOCUMENT UPLOAD STYLES *******/
.nsDocumentUploadContainer {
  float: right;
  height: auto;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 2%;
  padding-bottom: 12px;
  background: #ffffff;
}

.nsDocumentUploadContainerBar {
  height: 40px;
  padding-left: 8px;
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.5;
}

/*** styles for file upload ***/
.form-upload label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.form-upload .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.form-upload .input-group>.form-control,
.form-upload .input-group>.custom-select,
.form-upload .input-group>.custom-file {
  position: relative;
  flex: 1 1 auto;
  margin-bottom: 0;
}

.btn-file {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.form-upload .fileinput.input-group {
  display: flex;
  margin-bottom: 5%;
  flex-wrap: nowrap;
  width: 100%;
}

.form-upload .fileinput.input-group>* {
  position: relative;
  z-index: 2;
}

.form-upload .fileinput .form-control {
  padding: .375rem .75rem;
  display: inline-block;
  margin-bottom: 0px;
  vertical-align: middle;
  cursor: text;
}

.form-upload .fileinput-filename {
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.form-upload .form-control .fileinput-filename {
  vertical-align: bottom;
}

.form-upload .input-group>.form-control:not(:last-child),
.form-upload .input-group>.custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-upload .fileinput.input-group>.btn-file {
  z-index: 1;
}

.form-upload .fileinput-new {
  padding-right: 10px;
}

.form-upload .fileinput-new.input-group .btn-file,
.form-upload .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.form-upload .fileinput-new.input-group .btn-file,
.form-upload .fileinput-new .input-group .btn-file {
  border-radius: 0 .25rem .25rem 0;
}

.form-upload .input-group-addon:not(:first-child) {
  border-left: 0;
}

.form-upload .fileinput .input-group-addon {
  padding: .375rem .75rem;
  width: auto;
}

.form-upload .fileinput-exists .fileinput-new,
.form-upload .fileinput-new .fileinput-exists {
  display: none;
}

.form-upload .fileinput .btn {
  vertical-align: middle;
}

.form-upload .fileinput .input-group-addon {
  padding: .375rem .75rem;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.form-upload .fileinput.input-group>.btn-file {
  z-index: 1;
}

.form-upload .fileinput-new.input-group .btn-file,
.form-upload .fileinput-new .input-group .btn-file {
  border-radius: 0 4px 4px 0;
}

.form-upload .fileinput-new.input-group .btn-file,
.form-upload .fileinput-new .input-group .btn-file {
  border-radius: 0 .25rem .25rem 0;
}

.btn-file>input {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  font-size: 23px;
  cursor: pointer;
  filter: alpha(opacity=0);
  opacity: 0;
  direction: ltr;
  background-color: #fff;
}

.nsDocumentUploadHeader {
  margin: 0;
  padding: 10px;
  font-size: 17px;
  color: #000;
}

.nsUploadInputContainer {
  width: 95% !important;
  margin-left: 3%;
  margin-bottom: 0 !important;
}

.nsUploadDocsAccepted {
  width: 100%;
  margin: .5% 0 0 3%;
}

.nsUploadDocsAccepted p {
  margin: 0;
  font-size: 100%;
  color: #5b5b5b;
}

.nsUploadDocsClearBtn {
  margin: 0 !important;
}

.nsDocumentTitleContainer {
  width: 95% !important;
  margin-left: 3%;
  margin-bottom: 1% !important;
}

.nsDocumentSubmitBtnContainer {
  width: 100%;
  margin-bottom: 5%;
}

.nsDocumentUploadSubmitBtn {
  float: right;
  margin-right: 3%;
  padding: 0 !important;
  width: 10%;
  height: 35px;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  border: none;
}

.nsDocUploadSuccessMsg {
  float: left;
  margin: 0 0 0 3%;
  padding: .5%;
  border-radius: 4px;
  box-shadow: 2px 2px 5px 0px rgba(50, 50, 50, 0.55);
}

a.nsDocumentUploadSubmitTxt {
  font-family: sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 110%;
  color: #fff;
  text-decoration: none;
}

.nsDocumentUploadTableHdr {
  background-color: #ddd;
  font-size: 120%;
  color: #000;
}

.nsDocumentUploadContentTxt {
  font-size: 110%;
  padding-left: 1%;
  color: #000;
}

table#nsDocumentUploadTableHdr tbody,
tr,
td {
  padding: 0;
}

table#nsDocumentUploadTableHdr {
  font-family: Lato-Bold;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #737373;
}

table#nsDocumentUploadTableHdr th {
  font-size: 120%;
  color: #fff;
  background-color: #737373;
}

table#nsDocumentUploadTableContent {
  border-collapse: collapse;
  width: 100%;
  background-color: #fff;
}

table#nsDocumentUploadTableContent td {
  padding: 1%;
}

table#nsDocumentUploadTableContent tr:nth-child {
  background-color: #ccc;
}

table#nsDocumentUploadTableContent tr {
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 1.4;
}

/** Upload Doc Spinner **/
#overlay {
  background: #ffffff;
  color: #666666;
  position: absolute;
  height: 300px;
  width: 94%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 12%;
  margin-top: 296%;
  margin-left: 3%;
  opacity: .80;
}

.spinner {
  margin: 0 auto;
  height: 64px;
  width: 64px;
  animation: rotate 0.8s infinite linear;
  border: 5px solid #00566c;
  border-right-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* table#nsDocumentUploadTableContent tbody, tr, td {
    padding: 10px;
} */

/******* END NURSES STATION DOCUMENT UPLOAD STYLES *******/

/******* BEGIN NURSES STATION YOUR WELLNESS PLAN STYLES *******/
.sync {
  display: none;
}

.nsWellnessPlanContainer {
  width: 100%;
  margin: 0 0 2% 0;
  padding: 2% 0;
  border: solid 2px #007C9D;
}

.nsWellnessPlanContainerBar {
  height: 40px;
  padding-left: 8px;
  width: 100%;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.5;
}

.nsWellnessPlanContainerContent {
  width: 48%;
  float: left;
  margin: 0 0 0 2%;
}

.nsWellnessPlanTinyMCEContainer {
  float: left;
  width: 100%;
  padding: 0 2%;
}

.nsWellnessPlanNoteContainer {
  width: 95%;
  margin: 0;
  padding: 1% 0 1% 2%;
  background-color: #007C9D;
}

.nsWellnessPlanNoteContainer p {
  margin: 0;
  font-size: 1.6em;
  color: #fff;
}

.nsWellnessPlanNoteTitleContainer {
  width: 100%;
  margin: 1% 0 3% 0;
  overflow: hidden;
}

.nsWellnessPlanNoteTitleContainer p {
  margin: 0;
  font-size: 1.6em;
  color: #007C9D;
}

.nsWellnessPlanNoteTitleField {
  margin-top: .5%;
  float: left;
  width: 95%;
}

.nsWellnessPlanCreatedNotesContainer {
  float: left;
  margin: 0 0 0 2%;
  width: 46%;
  border: solid #cbcbcb 1px;
}

.nsWellnessPlanCreatedNotesScroll {
  height: 600px;
  overflow-y: scroll !important;
}

.nsWellnessPlanNotesContent {
  overflow: hidden;
  width: 98%;
  padding: 2%;
}

.nsWellnessPlanNotesDate {
  width: auto;
  margin: 0 2% 0 0;
  float: right;
  font-size: 1em;
  font-weight: 700;
}

.nsWellnessPlanNotesAuthor {
  width: auto;
  float: left;
  font-size: 1em;
  font-weight: 700;
}

.nsWellnessPlanNoteContent {
  width: 100%;
  float: left;
  margin: 0 0 5% 0;
}

.nsWellnessPlanNoteContent>ol {
  list-style: number;
  padding: 0 0 0 8%;
}

.nsWellnessPlanNoteContent>ul {
  list-style: disc;
  padding: 0 0 0 8%;
}

.nsWellnessPlanCreatedNotesTitle {
  width: 100%;
  margin: 0;
  padding: 1% 0 1% 2%;
  background-color: #007C9D;
}

.nsWellnessPlanCreatedNotesTitle p {
  margin: 0;
  font-size: 1.6em;
  color: #fff;
}

.nsWellnessPlanCreatedNotesDateField {
  width: 90% !important;
}

.nsWellnessPlanCreatedNotesDateFieldIcon {
  width: 10%;
  padding-top: 2%;
  height: 34px;
}

/******* END NURSES STATION YOUR WELLNESS PLAN STYLES *******/

.x_axis_labels2 {
  float: left;
  width: 40px;
  height: 505px;
}

.x_axis_labels2 p {
  font-family: arial;
  font-size: 12px;
  text-align: right;
  padding-right: 5px;
}

.numbers_how {
  width: 650px;
}

.numbers_how li {
  float: left;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-left: 40px;
}

.numbers_whatBody {
  line-height: 1.4;
  padding-bottom: 20px;
  width: 650px;
  margin-top: 0;
}

#biometric_menu_btn {
  opacity: 1;
  transition: opacity 0.5s ease;
  cursor: pointer;
}

#biometric_menu_btn:hover {
  opacity: .7;
}

.kyn_header {
  height: 212px;
}

.kyn_nav_bar {
  height: 40px;
  width: 100%;
  background-color: #29A4C4;
  border-top: 3px solid #00566C;
}

.kyn_nav_bar h1 {
  line-height: 1.2;
  height: 40px;
}

#biometric_drop_container {
  width: 920px;
  height: 163px;
  background-color: #ededed;
  margin: 0 auto;
  display: none;
}

#biometric_drop_label_container {
  width: 920px;
  margin: 0 auto;
}

.biometric_drop_label_container_column {
  width: 175px;
  height: 35px;
  margin: 0 auto;
  float: left;
  margin-right: 5px;
}

.biometric_drop_label_container_highrisklabel {
  width: 100%;
  height: 35px;
  background-color: rgba(255, 18, 0, 1);
  text-align: center;
  line-height: 1.6;
}

.biometric_drop_label_container_highrisklabel div {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.biometric_drop_label_container_medrisklabel {
  width: 100%;
  height: 35px;
  background-color: rgba(255, 162, 0, 1);
  text-align: center;
  line-height: 1.6;
}

.biometric_drop_label_container_medrisklabel div {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.biometric_drop_label_container_lowrisklabel {
  width: 100%;
  height: 35px;
  background-color: #99ca3c;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.biometric_drop_label_container_lowrisklabel div {
  color: #fff;
  text-align: center;
  font-size: 20px;
}

#biometric_bloodpressure_reveal {
  width: 65px;
  height: 95px;
}

#biometric_bmi_reveal {
  width: 65px;
  height: 95px;
}

#biometric_glucose_reveal {
  width: 65px;
  height: 95px;
}

#biometric_cholesterol_reveal {
  width: 65px;
  height: 95px;
}

#biometric_triglyceride_reveal {
  width: 65px;
  height: 95px;
}


.biometric_item_container {
  width: 170px;
  height: 118px;
  float: left;
  margin-top: 10px;
}

.biometric_icon {
  width: 65px;
  height: 118px;
  margin-right: 5px;
}

.biometric_item_container h3 {
  color: #00566C;
  font-size: 15px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
}

.biometric_item_container p {
  color: #00566C;
  margin: 0 0 0 0;
}

.biometric_item_container h1 {
  color: #00566C;
  font-weight: 900;
}

#kyn_data_content_placeholder {
  width: 460px;
  height: 240px;
  margin-top: 20px;
}

#kyn_data_content_placeholder_dashboard {
  width: 460px;
  height: 240px;
  margin-top: 20px;
}

#kyn_data_content_bloodpressure {
  margin-top: 20px;
  display: none;
}

#kyn_data_content_bloodpressure h1 {
  color: #00566C;
}

#kyn_data_content_bloodpressure p {
  color: #909090;
}

/*#kyn_data_content_bmi                         {margin-top: 20px; display: none;} not needed on new KYN*/
#kyn_data_content_bmi h1 {
  color: #00566C;
}

#kyn_data_content_bmi p {
  color: #909090;
}

/*#kyn_data_content_glucose                     {margin-top: 20px;display: none;} not needed on new KYN*/
#kyn_data_content_glucose h1 {
  color: #00566C;
}

#kyn_data_content_glucose p {
  color: #909090;
}

/*#kyn_data_content_cholesterol                 {margin-top: 20px;display: none;} not needed on new KYN*/
#kyn_data_content_cholesterol h1 {
  color: #00566C;
}

#kyn_data_content_cholesterol p {
  color: #909090;
}

/*#kyn_data_content_triglyceride                 {margin-top: 20px;display: none;} not needed on new KYN*/
#kyn_data_content_triglyceride h1 {
  color: #00566C;
}

#kyn_data_content_triglyceride p {
  color: #909090;
}

#kyn_howto_content {
  margin-top: 20px;
}

#kyn_howto_content h1 {
  color: #00566C;
  line-height: 1.3;
}

#kyn_howto_content p {
  color: #909090;
}

#kyn_howto_drop {
  display: none;
}

.kyn_howto_content2_header {
  width: 460px;
  height: 35px;
  margin-top: 30px;
  background-color: #29a4c4;
}

.kyn_howto_content2_header h1 {
  margin: 0 0 0 0;
  text-align: left;
  height: 35px;
}

#kyn_howto_content2 {
  padding-top: 10px;
  display: none;
}

#kyn_howto_content2 h1 {
  color: #00566C;
  line-height: 1.3;
}

#kyn_howto_content2 p {
  color: #909090;
}

.biometric_input {
  background-color: #ffffff;
  height: 30px;
  width: 140px;
  margin-right: 4px;
  border: none;
  cursor: text;
  padding-left: 4px;
  color: #fff;
  white-space: normal;
}

#submit_bloodpressure {
  height: 32px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#submit_bloodpressure:hover {
  background-color: #00566C;
}

#submit_bmi {
  height: 32px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#submit_bmi:hover {
  background-color: #00566C;
}

#submit_glucose {
  height: 32px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#submit_glucose:hover {
  background-color: #00566C;
}

#submit_cholesterol {
  height: 32px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#submit_cholesterol:hover {
  background-color: #00566C;
}

#submit_triglyceride {
  height: 32px;
  cursor: pointer;
  transition: background-color 0.5s ease;
}

#submit_triglyceride:hover {
  background-color: #00566C;
}

/*#biometric_data_table_container              {display: none;}*/

#biometric_chart {
  width: 650px !important;
  height: 500px !important;
  padding-bottom: 30px;
  position: absolute;
  z-index: 1;
}

.biometric_chart_container {
  width: 650px;
  height: 500px;
  margin: 0 auto;
}

.biometric_chart_bkd {
  position: absolute;
  z-index: 1;
  width: 650px;
  height: 500px;
}

.biometric_chart_bkd li {
  width: 630px;
  background-color: #000;
  margin-bottom: 2px;
  float: right;
}

.biometric_chart_redlabel {
  opacity: .2;
  height: 165px;
}

.biometric_chart_orangelabel {
  opacity: .2;
  height: 155px;
}

.biometric_chart_greenlabel {
  opacity: .2;
  height: 155px;
}

.biometric_data_chart_header {
  width: 920px;
  height: 40px;
  background-color: #29a4c4;
  border-bottom: 2px solid #D88E88;
}

#biometric_data_chart {
  height: 400px;
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_KYN {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

.biometric_data_table_header {
  width: 920px;
  height: 40px;
  background-color: #29a4c4;
}

#biometric_data_table {
  height: 400px;
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_KYN {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

.biometric_data_table_KYN_row {
  width: 100%;
  height: 40px;
}

.biometric_data_table_KYN_row2 {
  width: 100%;
  height: 40px;
  background-color: #E4E4E4;
}

#biometric_data_table_KYN_category_row {
  width: 100%;
  height: 40px;
  background-color: #C3C3C3;
  color: #fff;
}

.biometric_data_table_KYN_column {
  width: 230px;
  height: 40px;
  float: left;
}

.biometric_data_table_KYN_column a {
  color: #000;
}

.biometric_data_table_KYN_column a:hover {
  color: #29a4c4;
}

#biometric_data_table_portion {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_sweettooth {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_metabolism {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_meditate {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_train {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_table_taste {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_portion {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_sweettooth {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_metabolism {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_meditate {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#biometric_data_chart_train {
  width: 920px;
  background-color: #EDEDED;
  display: none;
}

#view_data_table_sweettooth {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#view_data_table_metabolism {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#view_data_table_portion {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#view_data_table_meditate {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#view_data_table_taste {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#view_data_table_train {
  width: 920px;
  height: 155px;
  position: fixed;
  z-index: 10001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: none;
}

#heart_age_data_failure {
  height: 100px;
}

.taste_challenge_input_container input {
  border: none;
  background-color: #88362f;
  height: 32px;
  width: 300px;
  color: #fff;
  padding-left: 5px;
  margin-bottom: 5px;
}

.taste_challenge_input_container p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #88362f;
}

.bloodpressure_input_container input {
  border: none;
  background-color: #ffffff;
  height: 40px;
  width: 200px;
  color: #fff;
  padding-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.bloodpressure_input_container input:hover {
  border: none;
  background-color: #ffffff;
  height: 40px;
  width: 200px;
  color: #fff;
  padding-left: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

#bloodpressure_submit_btn:hover {
  background-color: #4e0500;
  transition: background-color 0.5s ease;
}

#sidebar_modal_howmuch h1 {
  background-color: #88362f;
  ;
  height: 30px;
  font-size: 18px;
  line-height: 1.5;
}

#sidebar_modal_whenconsume h1 {
  background-color: #88362f;
  ;
  height: 30px;
  font-size: 18px;
  line-height: 1.5;
}

#sidebar_modal_practice h1 {
  background-color: #88362f;
  ;
  height: 30px;
  font-size: 18px;
  line-height: 1.5;
}

/***** NEW KYN DESIGN STYLES 2-2019 *****/

.kynBioTableBtnContainer {
  float: left;
  height: 35px;
  margin: .25% 0 0 15%;
  padding: .5%;
  background-color: #fff;
  border-radius: 4px;
  border: solid 2px #00566d;
  cursor: pointer;
}

.kynBioTableBtnContainer a {
  font-size: 120%;
  color: #00566d;
  text-decoration: none;
  line-height: 1.4;
}

/* Heart Age Calculator Styles */
#KYN_biometric_entry_table_row {
  width: 425px;
  height: 30px;
  background-color: #757575;
  color: #fff;
}

.kyn_biometrics_entries_table_container {
  width: 425px;
}

.KYN_biometric_entry_table_column {
  width: 130px;
  height: 30px;
  float: left;
}

/* Aidan's css (SOS) begin */
.myclass:hover {
  color: red;
  /* opacity: 100% !important; */
}

.opacity-30 {
  opacity: 30%;
}

.myclass:hover {
  cursor: pointer;
}

.ui-tooltip {
  opacity: 100%;
}

.tt-class {
  color: black;
  border-radius: 20px;
  opacity: 100% !important;
  margin-bottom: -20px;
}

/* Aidan's css end */

.biometric_data_table_KYN_column a {
  color: #000;
}

.biometric_data_table_KYN_column a:hover {
  color: #29a4c4;
}

#KYN_biometric_entry_table_row2 {
  width: 425px;
  height: 40px;
  background-color: #C3C3C3;
  color: #fff;
}

/* KYN Bio Risk Containers */
.kyn_bio_box {
  overflow: hidden;
  width: 440px;
  margin-bottom: 10px;
  cursor: pointer;
}

.kyn_bio_text_box {
  width: 360px;
  float: left;
  margin-left: 12px;
  padding: 10px;
  background-color: #fff;
}

.kyn_bio_text {
  width: 245px;
  float: left;
}

.kyn_bio_low {
  background-color: #08c221;
}

.kyn_bio_moderate {
  background-color: #f5cb2e;
}

.kyn_bio_high {
  background-color: #fe0000;
}

.kyn_bio_na {
  background-color: #cccccc;
}

.kyn_bio_heart_age {
  background-color: #007C9D;
}

.kyn_bio_low_border {
  border: solid 2px #08c221;
}

.kyn_bio_moderate_border {
  border: solid 2px #f5cb2e;
}

.kyn_bio_high_border {
  border: solid 2px #fe0000;
}

.kyn_bio_na_border {
  border: solid 2px #cccccc;
}

.kyn_bio_heart_age_border2 {
  border: solid 2px #007C9D;
}

.kyn_bio_heart_age_border {
  border-right: solid 1px #007C9D;
}

.kyn_resource_border_default {
  border: solid 3px #7b7b7b;
}

.kyn_resource_border_low {
  border: solid 3px #08c221;
}

.kyn_resource_border_moderate {
  border: solid 3px #f5cb2e;
}

.kyn_resource_border_high {
  border: solid 3px #fe0000;
}

.kyn_resource_right_border {
  border-right: solid 3px #7b7b7b;
}

.kyn_resource_box_low_selected {
  width: 460px;
  background-color: #08c221;
}

.kyn_resource_box_moderate_selected {
  width: 460px;
  background-color: #f5cb2e;
}

.kyn_resource_box_high_selected {
  width: 460px;
  background-color: #fe0000;
}

.kyn_resource_box_na_selected {
  width: 460px;
  background-color: #cccccc;
}

.kyn_resource_box_selected_hide {
  background-color: transparent;
}

.kyn_fadeColorClass {
  opacity: 0.3;
}

/*.arrow_box_test_show:after {
  left: 50%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(145, 145, 145, 0);
  border-left-color: #7b7b7b;
  border-width: 25px;
  margin-top: -25px;
}*/

.arrow_box_green_show {
  position: relative;
  background: #fff;
}

.arrow_box_green_show:after {
  left: 95.5%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*border-color: rgba(145, 145, 145, 0);*/
  border-left-color: #7b7b7b;
  border-width: 25px;
  margin-top: -25px;
}

.arrow_box_green_hide {
  position: relative;
  background: #fff;
}

.arrow_box_green_hide:after {
  border-left-color: transparent;
}

.arrow_box_moderate_show {
  position: relative;
  background: #fff;
}

.arrow_box_moderate_show:after {
  left: 95.5%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*border-color: rgba(145, 145, 145, 0);*/
  border-left-color: #d9a827;
  border-width: 25px;
  margin-top: -25px;
}

.arrow_box_moderate_hide {
  position: relative;
  background: #fff;
}

.arrow_box_moderate_hide:after {
  border-left-color: transparent;
}

.arrow_box_high_show {
  position: relative;
  background: #fff;
}

.arrow_box_high_show:after {
  left: 95.5%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /*border-color: rgba(145, 145, 145, 0);*/
  border-left-color: #fe0000;
  border-width: 25px;
  margin-top: -25px;
}

.arrow_box_high_hide {
  position: relative;
  background: #fff;
}

.arrow_box_high_hide:after {
  border-left-color: transparent;
}