.weight-calculator .center{
}

.weight-calculator .container560{
width: 100%;
}
.weight-calculator {
    float: left;
    margin-bottom: 20px;
}
.weight-calculator .header {
    background: #F52900;
    padding: 8px 15px;
}
.weight-calculator .title {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 22px;
    font-weight: bold;
}
.weight-calculator .sub-title {
    font-size: 16px;
    color: white;
    margin-top: 5px;
}
.weight-calculator .content {
    border: 1px solid #ddd;
    border-top: 0px solid white;
    padding: 15px;
    overflow: hidden;
}
.weight-calculator .instruction {

    font-size: 18px;
    margin-bottom: 15px;
    line-height:20px;
}
.weight-calculator input[type=text] {
    padding: 0px;
    margin: 0px;
    height: 35px;
    text-align: center;
    color: red;
    font-size: 21px;
}
.weight-calculator input#mmoll {
    margin-right: 15px;
}
.weight-calculator label[for="mmoll"] {
    font-size: 18px;
}

.weight-calculator .button {
    padding: 11px;
    color: white;
    text-align: center;
    margin-top: 15px;
    cursor:pointer;
    position:relative;
}
.weight-calculator .button:active{
    top: 1px;
}
.weight-calculator .button:hover{
    background: #333;
}

.weight-calculator .green{
     background: #8DC63F;
     font-weight: bold;
}
.weight-calculator .step {
    margin-top: 10px;
    color: #919191;
    font-size: 13px;
}
.weight-calculator span.step-change {
    font-weight: bold;
}
.weight-calculator .radio tr {
    height: 27px;
    vertical-align: middle;
}
.weight-calculator td.field-header {
    font-weight: 600;
    color: #333;
    width: 195px;
}

.weight-calculator input[type=radio] {
    margin-right: 10px;
}
.weight-calculator td.cell-width {
    width: 89px;
}
.weight-calculator .result-explain {
    margin-bottom: 15px;
    line-height: 24.9px;
}
.weight-calculator a {
    color: #F52900;
    text-decoration: underline;
    font-weight: bold;
}
.weight-calculator div#barMeasurement {
    border-top: 1px solid #616161;
    height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161;
}
.weight-calculator .span-orange {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #FFA500;
}
.weight-calculator .span-green {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #81C246;
    content: "new";
    display: block;
}
.weight-calculator .span-red {
    float: left;
    width: 33.4%;
    height: 35px;
    background: #FF0000;
}
/*.weight-calculator .pointer{
    background: url("../../images/blood-sugar-checker/pointer2.png") no-repeat;
    height: 10px;
    position: absolute;
    z-index: 49 !important;
    top: 30px;
    width: 35px;
    left: 0%;
    transition-property: left;
    transition-duration: 1s;
    transition-delay: 0s;
    /* border: transparent; */
}*/
.weight-calculator .white-track {
    height: 2px;
    background: rgb(255, 255, 255);
    z-index: 12121212;
    border-top: 1px solid #616161;
}
.weight-calculator .clear {
    clear: both;
}

.weight-calculator .span-green:before {
    content: "Normal";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(227, 253, 217);
    font-weight: bold;
}

.weight-calculator .span-orange:before {
    content: "Low";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(255, 247, 202);
    font-weight: bold;
}

.weight-calculator .span-red:before {
    content: "High";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(255, 199, 199);
    font-weight: bold;
}
.weight-calculator .sub-instruction {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.weight-calculator td label {
    cursor: pointer;
}

.weight-calculator td label {
    cursor: pointer;
}
.weight-calculator input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; top:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						.weight-calculator input[type=radio].css-checkbox + label.css-label {
							padding-left: 28px;
							height: 17px;
							display:inline-block;
							line-height:17px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size: 14px;
							vertical-align:middle;
							cursor:pointer;


							color: rgb(61, 61, 61);
}

						.weight-calculator input[type=radio].css-checkbox:checked + label.css-label {
							background-position: 0 -17px;
						}
						label.css-label {
				background-image:url(//csscheckbox.com/checkboxes/u/csscheckbox_0a5fa897693fd2f58077c9aee8c10f32.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}

			@media(max-width:480px)
{
.weight-calculator .container560.center {width:100%;}
.weight-calculator input[type="text"]{
    width:100%;
    margin:0px;
    padding: 0px;
    display:block;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.weight-calculator label[for="mmoll"]{
    display:block;
    margin-top: 15px;
    margin-bottom:17px;
}
}

@media(max-width:320px){
.weight-calculator .container560.center {width: 100%;}
}
.weight-calculator strong.reading {
    border: 1px solid #ccc;
    padding: 1px 7px;
    color: rgb(104, 104, 104);
    border-radius: 3px;
}

		.weight-calculator .hold-five .one-fifth {
    width: 17.6%;
    float: left;
    margin-right: 3%;
}
.weight-calculator .one-fifth input[type="text"] {
    width: 100%;
	  box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;
    border: 1px solid #333;
    height: 46px;
    -webkit-appearance: none;
    border-radius: 0;
}
.weight-calculator .one-fifth.last {
    margin-right: 0px !important;
}

.one-fifth label {
    display: block;
    background: #333;
    color: white;
    text-align: center;
    padding: 6px 0px;
	font-size: 13px;
}
.weight-calculator .button.float-left.green.setonekg {
    float: left;
}
.weight-calculator .button.float-right.red.clearClick {
    float: right;
    background: #F52900;
    margin-left: 15px;
}
@media(max-width:505px)
{
.weight-calculator .one-fifth {width: 100% !important;}

.weight-calculator .hold-five .one-fifth {
    margin-bottom: 15px;
}
.weight-calculator .hold-five .one-fifth:last-child {
    margin-bottom: 0px !important;
}
.weight-calculator .one-fifth.last {
    margin-bottom: 0px;
}
}

@media(min-width: 506px) and (max-width: 827px){
.weight-calculator .container560.center {width:100%;}
.weight-calculator
    {
        width: 61%;
    }

	.volume-converter .container560.center {width:100%;}
.volume-converter
    {
        width: 61%;
    }

    #mainbody #lefthandnav{
        width: 35% !important;}
    .weight-calculator .container560{
        width:100% !important;
    }

	div#lefthandnav {margin-left: 4%;}
	  .weight-calculator  .one-half {width: 100%;margin-right: 0px !important;}
    .weight-calculator .one-half.last {width:100%;margin-top: 15px;}
    .weight-calculator .half-input {width: 41%;}
	.weight-calculator div#panel-2 .one-half {
    margin-bottom: 15px;
}
#blood-sugar-converter button.submit-button.half {width:100%;}
#blood-sugar-converter .reset-button.half.last{
	width:100%;
	float:left;
}

#blood-sugar-converter .full-width {
    margin-top: 0px;
}
}
