<!-- CSS -->
.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 0.7; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
}
.button {
	cursor: pointer;
	/* border-radius: 5px; */
	color: #000;
	background: #fff;
	width: 130px;
	padding: 12px 0 8px;
	border: 2px solid #00589f;
	font-size: 18px;
	color: #666;
}
.button:hover{
	background:#f4f8fb;
	/*color:#fff;
	border-color:#f4f8fb;*/
}
.button.selected{
	background:#74a4d4;
	color:#fff;
	/*border-color:#f4f8fb;*/
}
.two-buttons .button{
	width:48%;
}
.lcea .button, .tonnis .button {
	width:23%;
}
.crossover .button{
	width:48%;
}
/*#survey-wrapper{
	height: 100%;
    background: linear-gradient(#00589f 50%, #e7e7e7 50%);
}*/
.frm_sec{
	/*opacity:0.2;
	transition: all 0.5s ease-in-out;
	transition: opacity 0.3s, visibility 0.3s;
	margin:40px 0 120px 0;*/
	background:#fff;
}
/*.frm_sec.active{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}*/
.frm_sec h3{
	text-align:center;
	background:#00589f;
	color:#fff;
}
.frm_sec h3 img {
	vertical-align: middle;
	margin-top: -10px;
	margin-right: 10px;
}
#From-containter{
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
    background: linear-gradient(#00589f 50%, #e7e7e7 50%);
	min-height:720px;
}
#Result-containter{
	width: 96%;
	margin: 0px auto;
	padding: 0px;
}
#Video-containter{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
}
.frm_sec.inactive{
	display:none !important;
}
.d-none{
	display:none !important;
}

/*.frm_sec.fadeIn{
	animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0.2; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0.2; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0.2; }
    to   { opacity: 1; }
}

@-ms-keyframes fadein {
    from { opacity: 0.2; }
    to   { opacity: 1; }
}

@-o-keyframes fadein {
    from { opacity: 0.2; }
    to   { opacity: 1; }
}*/

.frm_sec.frm-scroll {
	/*padding-top: 16%;
	height: 100vh;*/
	clear: both;
}
.show_video_fade {
	background: #000000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	z-index: 99997;
	opacity: 0.9;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
}
.show_video {
	/* padding: 2px;
	font-size: 20px;
	position: fixed;
	left: 25% !important;
	top: 10%;
	z-index: 9999;
	height: auto;
	width: 50% !important;
	text-align: center;
	margin:0 auto; */
	/* background: #ffffff;
	border: 2px solid #fff; */
	position: relative;
	z-index: 99999;
}
form#calcInput_New {
	display: block;
	width: 100%;
	/*min-height: 200px;*/
}
.groups {
	width: 100%;
	display: block;
	padding: 30px;
	float:left;
	background:#ffffff;
	/* border: 1px solid #efeeee;
	box-shadow: 0 0 8px rgb(0 0 0 / 5%);
	box-shadow: 0 0 2px #1978b8; */
}
.groups .groups-table-cell {
	width: calc(50% - 5px);
	padding: 10px 5%;
	/* text-align: center; */
	display: inline-block;
}
.groups .table-cell-3 {
	width: calc((100% / 3) - 1%);
	padding:0px;
	/*text-align: center;*/
	display: inline-block;
	margin-right:1%;
	float:left;
}
.groups label {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	color:#1978b8;
}
.groups .table-cell-3 label{
	margin:7px 0 3px;
}
.groups input {
	border: 1px solid #27699e;
	padding: 10px;
	border-radius: 2px;
	width: 200px;
	/*text-align: center;
	border-radius:5px;*/
	font-size:20px;
}
.groups .single-input input, .JointSpaceM input, .JointSpaceL input, .neckShaft input, .alphaA input{
	width:100%;
}
/*.group-1 h3{
	background:#00589f;
	color:#fff;
}*/
.box-button {
	/* margin-bottom: 90px; */
	text-align: center;
	background: #e7e7e7;
}
.box-button span{
	width:15px;
	display:inline-block;
	height:15px;
	vertical-align:middle;
}
.box-button .next-img{
	background: url("/calculator/sprite.png") 1px -572px no-repeat;
	margin-left:5px;
}
.box-button .prev-img{
	margin-right:5px;
	background: url("/calculator/sprite.png") 1px -551px no-repeat;
}
button.button-next {
	border: 1px solid #00589f;
	background: #00589f;
	padding: 10px 0;
	font-size: 18px;
	color: #fff;
	/*border-radius: 50px;*/
	min-width: 140px;
	cursor: pointer;
	margin: 10px;
}
button.button-next:hover, button.button-next:focus {
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
	transition: 0.3s;
	/*background: #2A5D9D;
	color: #fff;*/
}
button.button-prev {
	border: 1px solid #00589f;
	background: #fff;
	padding: 10px 0;
	font-size: 18px;
	color: #00589f;
	/*border-radius: 50px;*/
	min-width: 130px;
	cursor: pointer;
	margin: 10px;
}
button.button-prev:hover, button.button-prev:focus {
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
	/*background: #fff;*/
	transition: 0.3s;
}
#survey-wrapper .frm_sec.frm-scroll {
	clear: both;
}
#survey-wrapper .frm_sec.frm-scroll {
	/* clear: unset; */
	display: inline-block;
	/* float: left; */
	width: 100%;
	position: absolute;
	left: 1200px;
	top: 0;
}
#survey-wrapper .frm_sec.frm-scroll.group-1{
	left:0;
}
/*#survey-wrapper .frm_sec.frm-scroll.group-1 {
	left:0;
}*/
.charts, .charts>div {
	width: 100%;
	display: block;
}
.show-final-result {
	max-height: 0px;
	overflow: hidden;
	max-width: 1170px;
    margin: 5px auto;
}
.result_value_table{
	display:none;
}
.show-results{
	border:1px solid #8c9093;
	clear: both;
	float: left;
	width: 100%;
	/*background:#003967;
	background:#1978b8;*/
	border-radius:5px;
	margin-bottom:20px;
}
.show-final-result .entered-data, .show-final-result .display-graph {
	display: inline-block;
	vertical-align: top;
	/* float: left; */
	/* border: 1px solid #ccc; */
	padding: 10px;
	/* box-sizing: border-box;
	width: calc(50% - 2px); */
}
/*.show-final-result .entered-data{
	width: calc(35% - 2px);
	color:#fff;
}
.show-final-result .display-graph {
	width: calc(65% - 2px);
	background:#1978b8;
	color: #fff;
}*/
.show-final-result .entered-data {
	width: calc(100% - 0px);
	/*color: #fff;*/
	display:none;
	clear:both;
}
.show-final-result .display-graph {
	width: calc(100% - 20px);
	/*background:#1978b8;
	color: #fff;*/
}
/*.show-final-result .entered-data{
	border-right:none;
}
.show-final-result .display-graph{
	border-left:none;
}
.entered-data div {
	padding: 4px 8px 4px;
}*/
.entered-data div {
	padding: 4px 8px 4px;
	float: left;
	width: 50%;
	border: 1px solid #ccc;
	border-bottom:none;
}
/*.entered-data div:nth-child(2n) {
	background: #176aa2;
}*/
.entered-data div.border_bottom{
	border-bottom: 1px solid #ccc;
}
.entered-data span {
	font-weight: 600;
}
#zero, #one{
	font-size:26px;
}
#zero{
	color:#f08080;
}
#one{
	color:#55cba0;
}

#revision_hip, #revision_hip_big{
	color:#55cba0;
}
#preserve_hip, #preserve_hip_big{
	color:#f08080;
}
#preserve_hip_big, #revision_hip_big {
	font-size: 54px;
	display: block;
	margin: 5px 0;
	text-align: center;
}
.result_content h4{
	margin-bottom:15px;
}
.resuts_desc{
	font-size:14px;
	text-align:justify;
	border-bottom:2px solid #ccc;
}
#preserve_hip, #revision_hip {
	font-size:14px;
}
.textMain a.toggle_entered_data, .textMain a.back_to_form {
	float: right;
	padding: 5px 8px;
	font-size: 14px;
	line-height: 16px;
	border-radius:0 0 5px;
	background: #1188e4;
	color: #fff;
	margin-top:5px;
}
.toggle_entered_data span{
	display:inline-block;
	/*width:5px;*/
	margin-left:2px;
	font-weight:bold;
	font-size:16px;
}
.result-back {
	text-align: center;
	/*float: left;*/
	width: 100%;
	margin: 0 0 10px 0;
}
.textMain a.back_to_form {
	float: none;
	border-radius: 5px;
	font-size: 18px;
	padding: 10px 12px;
	display: inline-block;
}
.rep-img{
	width: 15px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -6px;
}
.male #male .rep-img {
	background: url("/calculator/sprite.png") 1px 0px no-repeat;
}
.male #female .rep-img {
	width:20px;
	background: url("/calculator/sprite.png") 1px -40px no-repeat;
}
.rep-img.yes {
	width: 25px;
	background: url("/calculator/sprite.png") 1px -102px no-repeat;
}
.rep-img.no {
	width: 26px;
	background: url("/calculator/sprite.png") 1px -73px no-repeat;
}
.preopFitness button{
	width:calc(50% - 2px);
	font-size:16px;
	padding:7px 0 3px;
	margin:0 0 8px;
}
.rep-img.recreational{
	width:23px;
	background: url("/calculator/sprite.png") 1px -138px no-repeat;
	margin-top:0;
}
.rep-img.amateur{
	width:29px;
	background: url("/calculator/sprite.png") 1px -172px no-repeat;
	margin-top:0;
}
.rep-img.highschool{
	width:24px;
	background: url("/calculator/sprite.png") 1px -206px no-repeat;
	margin-top:0;
}
.rep-img.college{
	width:38px;
	background: url("/calculator/sprite.png") 1px -239px no-repeat;
	margin-top:0;
}
.rep-img.professional{
	width:21px;
	background: url("/calculator/sprite.png") 1px -269px no-repeat;
	margin-top:0;
}
.rep-img.none{
	width:28px;
	background: url("/calculator/sprite.png") 1px -301px no-repeat;
	margin-top:0;
}
.rep-img.unknown{
	width:28px;
	background: url("/calculator/sprite.png") 1px -335px no-repeat;
	margin-top:0;
}
.gait button{
	width:calc(50% - 2px);
	font-size:16px;
	padding:7px 0 3px;
	margin:0 0 8px;
}
.rep-img.normal{
	width:31px;
	background: url("/calculator/sprite.png") 1px -372px no-repeat;
	margin-top:0;
}
.rep-img.antalgic{
	width:40px;
	background: url("/calculator/sprite.png") 1px -415px no-repeat;
	margin-top:0;
}
.rep-img.trendelenburg{
	width:31px;
	background: url("/calculator/sprite.png") 1px -470px no-repeat;
	margin-top:0;
}
.rep-img.other{
	width:30px;
	background: url("/calculator/sprite.png") 1px -514px no-repeat;
	margin-top:0;
}

.result_content {
    float: left !important;
    width: 25% !important;
    border-right: 1px solid #cccccc;
    padding: 10px;
}
/*.chart_sec{
    float: left !important;
    width: 70% !important;
    padding: 10px 0px;
}*/
div#chartTHA_Rev {
    float: left !important;
    width: 70%;
    padding: 10px 0px;
}
div.result_notes{
    float: right !important;
    width: 71%;
    padding: 10px 0px 0px;
	min-height:0;
}
.textMain .result_notes ul{
	margin:0;
}
.textMain .result_notes ul li {
	background: none;
	padding: 5px 0 0 0px;
	list-style-type: disc;
	margin: 0 0 0 15px;
	line-height: 14px;
	font-size: 12px;
	color:#666;
}
.show-final-result .display-graph {
    width: calc(100% - 0px);
    padding: 0px;
	/*margin-bottom:15px;*/
}
.final-result-heading h3{
	padding: 0;
	text-align: center;
	color: #0982cc;
	font-size: 32px;
}
h4.one-year_heading{
	margin: 0;
	color: #0982cc;
	font-size:24px;
}
.charts {
    margin: 0px auto;
}
.charts>div {
    margin: 0px 1%;
}
.textMain a.toggle_entered_data {
    margin-top:10px;
}
a.canvasjs-chart-credit {
    display: none;
}
.textMain p.main-graphi-img, .textMain p.results-graphi-img{
	padding:0;
}
.textMain p.results-graphi-img{
	margin-bottom:5px;
	text-align:center;
}
@media screen and (max-width:980px) {
	/*.show-final-result .entered-data{
		width: calc(45% - 2px);
	}
	.show-final-result .display-graph{
		width: calc(55% - 2px);
	}
	.show_video{
		left:5% !important;
		width:90% !important;
	}
	.revision .button, .group-3 .button{
		width:90px;
	}*/
	.preopFitness button {
		width: 120px;
		font-size: 14px;
	}
}
@media screen and (max-width:979px) {
	.preopFitness button, .gait button {
		width:calc(50% - 6px);
	}
	.button, .two-buttons .button, .crossover .button {
		width: 47%;
		padding: 8px 0;
		font-size: 14px;
	}
	.lcea .button, .tonnis .button {
		width: 22%;
	}
}
@media screen and (max-width:767px) {
	/*.show-final-result .entered-data{
		display:none;
	}*/
	.result_content {
	    min-height: auto !important;
	    border-bottom: 1px solid #cccccc;
	    border-right: 0px solid #cccccc;
	}
	.entered-data div{
		width:100%;
	}
	.entered-data div.last_div{
		display:none;
	}
	.groups .table-cell-3{
		width:calc(100% - 5px);
	}
	.show-final-result .entered-data, .show-final-result .display-graph{
		width:100%;
	}
	.frm_sec h3 {
		font-size: 16px;
	}
	.charts, .charts>div, #chartTHA_Rev {
        width: 98% !important;
        display: block !important;
    }
}
@media screen and (max-width:639px) {
	.groups .groups-table-cell{
		width:calc(100% - 5px);
		text-align:left;
	}
	.full-width{
		text-align:left;
	}
	.groups input {
		padding: 8px;
		/*width: 150px;*/
		font-size: 14px;
	}
	button.button-next, button.button-prev {
		padding: 10px 0;
		font-size: 18px;
		min-width: 120px;
	}
}