/* The container */
.container {
  display: inline-flex;
  height: 40px;
  width: auto;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l_container {
  display: inline-flex;
  width: auto;
  position: relative;
  padding-left: 0px;
  padding-right: 10px;
  padding-top: 5px;
  margin-bottom: 0px;
  font-size: 18px;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border-radius: 50%;
}

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

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

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

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
input {
	display: block;
	margin: -5px 0 10px 10px;
	padding: 5px 5px 5px 0px;
	height: 20px;
	width: 180px;
    font-size: 18px;
}
.num_input {
	display: block;
	margin: -5px 0 10px 10px;
	padding: 5px 5px 5px 0px;
	height: 20px;
	width: 80px;
    font-size: 18px;
}
.bcsubmit {
	display: block;
	margin: -5px 0 10px 10px;
	padding: 5px 5px 5px 0px;
	height: 40px;
	width: 200px;
    font-size: 18px;
}
.head_tbl {
    font-size: 18px;
    border-collapse: collapse; 
	height: auto;
	width: 90%;
    text-align: center;
    }
.gauge_tbl {
    font-family:"Arial";
    font-size: 16px;
    font-weight: bold;
    border-collapse: collapse; 
	height: auto;
	width: 90%;
    text-align: center;
    }
.bia_table {
    font-size: 18px;
    border-collapse: collapse; 
	height: auto;
	width: 70%;
    text-align: center;
    }
.rpt_tbl {
    border:solid #000 !important;
    border-width:1px 1px 1px 1px !important;
    border-collapse: separate !important; 
	padding: 5px 5px 5px 5px;
    width: 80%;
    height: auto; 
    font-size: 18px;
}


.Q7button {
    padding:0px; text-align: center;
    height: 40px; width: 120px; font-size:12pt;
    display: inline-block;
    border: 1px solid;
    background-color: #DFDFDF;
    color: black;
    }
.Q7button:hover {background-color:#90EE90;
              color: black; }

.SMbutton {
    padding:0px; text-align: center;
    height: 40px; width: 120px; font-size:12pt;
    display: inline-block;
    border: 1px solid;
    background-color: #DFDFDF;
    color: black;
    }
.SMbutton:hover {background-color:#90EE90;
              color: black; }


.equationbox {
  display: inline-block;
  position: relative;
  height: 38px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -5px;
  margin-bottom: 0px;
  font-size: 16px;
}

.slide-container {
  position: relative;
  left: 50px;
  background: #eaeaea; 
  display: block;
  width: 600;
  height: 500;
  padding: 10;
}

.slider1 {
  -webkit-appearance: none;
  position: relative;
  margin: 20px 20px 20px 20px;
  left: 0px;
  width: 722px;
  height: 121px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: url('./images/activity_02.png');
  background-size: contain;
  background-position: center center; 
  background-repeat: no-repeat;
  outline: none;
  opacity: .8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider1:hover {
  opacity: 1;
}

.slider1::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative; 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: red;
  cursor: pointer;
}
.slider1::-moz-range-thumb {
  appearance: none;
  position: relative; 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: red;
  cursor: pointer;
}



.slider2 {
  -webkit-appearance: none;
  position: relative;
  margin: 20px 20px 20px 20px;
  width: 722px;
  height: 121px;
  border-radius: 5px;
  background-color: #ffffff;
  background-image: url('./images/scale_02.png');
  background-size: contain;
  background-position: center center; 
  background-repeat: no-repeat;
  outline: none;
  opacity: .8;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider2:hover {
  opacity: 1;
}

.slider2::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  position: relative; 
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
.slider2::-moz-range-thumb {
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}


.slide_lab {
    display: block;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
    height: 30px;
    width: 80px;
    background-color: rgba(0,0,192,0.2);
    font-weight: bold;
    font-size: 20px;
}

.resetbutton {
    display: block;
    padding: 5px 5px 5px 5px;
    height: 50px;
    width: 55%; 
    background-color: rgba(192,192,192,0.5);
    font-size: 18px;
}
.resetbutton:hover {
    background-color: rgba(0,255,0,.3);
}
