

/* Start:/test/style.css?17520449312453*/
#eye-test .result {
    margin-top: 30px;
}
#eye-test .result .image {
}
#eye-test .result .image .c {
	position: relative;
	height: 0;
}
#eye-test .result .image.yes {
    width: 467px;
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-yes.jpg');
    position: relative;
	background-size: contain;
	max-width: 100%;
}
#eye-test .result .image.yes .c {
	padding-bottom: 68%;
}
#eye-test .result .image.no {
    width: 652px;
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-no.jpg');
    position: relative;
	background-size: contain;
	max-width: 100%;
}
#eye-test .result .image.no .c {
	padding-bottom: 51%;
}
#eye-test .result .image.myopia {
    width: 540px;
/*    height: 344px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-myopia.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.myopia .c {
	padding-bottom: 64%;
}
#eye-test .result .image.hyperopia {
    width: 484px;
/*    height: 324px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-hyperopia.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.hyperopia .c {
	padding-bottom: 67%;
}
#eye-test .result .image.astigmatism {
    width: 490px;
/*    height: 288px;*/
    margin: 0 auto;
    background: 0% 0% no-repeat url('/test/images/test-astigmatism.jpg');
    position: relative;
	max-width: 100%;
}
#eye-test .result .image.astigmatism .c {
	padding-bottom: 59%;
}
#eye-test .result .image.no span {
    display: block;
    position: absolute;
    top: 19%;/*27px;*/
    left: 25%;/*270px;*/
    width: 50%;/*111px;*/
    height: 29%;/*111px;*/
    line-height: 1;/*111px;*/
    text-align: center;
    font-size: 30px;
    color: #2573a1;
    font-weight: bold;
}
#eye-test .result .image a {
    display: block;
    text-decoration: none;
    position: absolute;
    bottom: 13px;
    right: 21px;
    width: 98px;
    height: 31px;
    line-height: 24px;
    padding-top: 11px;
    padding-left: 20px;
    font-size: 11px;
    color: #ffffff;
    background: 0% 0% no-repeat url('/test/images/reload.png');
	box-sizing: content-box;
}
#eye-test .result p {
    font-size: 14px;
    color: #2573a1;
    text-align: center;
    margin-top: 10px;
    text-indent: 0;
}
#eye-test .result p a {
    text-decoration: underline;
}

/* End */


/* Start:/test/tests/visual-acuity/style.css?17521458422860*/
p.question {
	font-size:150%;
	line-height:1.5;
	text-align:center;
}
#eye-test {
	position: relative;
}

/*#eye-test .question {
	font-size: 20px;
	color: #075787;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	margin: 40px 0;
}*/

#eye-test .content {
	width: 336px;
	height: 336px;
	position: relative;
	margin: 0 auto;
}
#eye-test .content .image {
	width: 34px;
	height: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
}
#eye-test .content .image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -17px;
	margin-left: -17px;
}

#eye-test .progress {
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	padding: 10px;
	height: auto;
	border: solid 1px  var(--theme-base-color);
}
#eye-test .progress span {
	font-weight: bold;
}

#eye-test .btn {
	display: block;
	text-decoration: none;
	width: 65px;
	height: 65px;
	position: absolute;
	background-image: url('/test/tests/visual-acuity/images/btn.png');
	background-repeat: no-repeat;
	border: 0;
	border-radius: 3px;
}
#eye-test .btn.up {
	/*background-position: 0px 0%;*/
	background: var(--theme-base-color);
	top: 0;
	left: 50%;
	margin-left: -32px;
	position: relative;

}

#eye-test .btn.up::after{
	content: '';
	width: 65px;
	height: 65px;
	background: url('/test/tests/visual-acuity/images/triangle_ff.svg') no-repeat 50% 50%;
	background-size: 30px;
	position: absolute;
	left: 0;
	top: 0;
}

/*
#eye-test .btn.up:hover {
	background-position: 0px 100%;
}*/
#eye-test .btn.down {
	background: var(--theme-base-color);
	bottom: 0;
	left: 50%;
	margin-left: -32px;
}
#eye-test .btn.down::after{
	content: '';
	width: 65px;
	height: 65px;
	background: url('/test/tests/visual-acuity/images/triangle_ff.svg') no-repeat 50% 50%;
	background-size: 30px;
	transform: rotate(180deg);
	position: absolute;
	left: 0;
	top: 0;
}



/*#eye-test .btn.down:hover {
	background-position: -65px 100%;
}*/
#eye-test .btn.left {
	background: var(--theme-base-color);
	left: 0;
	top: 50%;
	margin-top: -32px;
}

#eye-test .btn.left::after{
	content: '';
	width: 65px;
	height: 65px;
	background: url('/test/tests/visual-acuity/images/triangle_ff.svg') no-repeat 50% 50%;
	background-size: 30px;
	transform: rotate(-90deg);
	position: absolute;
	left: 0;
	top: 0;
}


/*#eye-test .btn.left:hover {
	background-position: -130px 100%;
}*/
#eye-test .btn.right {
	background: var(--theme-base-color);
	right: 0;
	top: 50%;
	margin-top: -32px;
}


#eye-test .btn.right::after{
	content: '';
	width: 65px;
	height: 65px;
	background: url('/test/tests/visual-acuity/images/triangle_ff.svg') no-repeat 50% 50%;
	background-size: 30px;
	transform: rotate(90deg);
	position: absolute;
	left: 0;
	top: 0;
}

/*#eye-test .btn.right:hover {
	background-position: -195px 100%;
}
*/




/* End */
/* /test/style.css?17520449312453 */
/* /test/tests/visual-acuity/style.css?17521458422860 */
