﻿
/* Start Fonts */
@font-face {
    font-family: 'CenturyGothicRegular';
    src: url('Fonts/943658.eot');
    src: url('Fonts/943658.eot') format('embedded-opentype'),
         url('Fonts/943658.woff2') format('woff2'),
         url('Fonts/943658.woff') format('woff'),
         url('Fonts/943658.ttf') format('truetype'),
         url('Fonts/943658.svg#CenturyGothicRegular') format('svg');
}  

@font-face {
    font-family: 'a_futuricabookregular';
    src: url('Fonts/a-futuricabook-webfont.eot');
    src: url('Fonts/a-futuricabook-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/a-futuricabook-webfont.woff2') format('woff2'),
         url('Fonts/a-futuricabook-webfont.woff') format('woff'),
         url('Fonts/a-futuricabook-webfont.ttf') format('truetype'),
         url('Fonts/a-futuricabook-webfont.svg#a_futuricabookregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CandaraRegular';
    src: url('Fonts/candara-webfont.eot');
    src: url('Fonts/candara-webfont.eot?#iefix') format('embedded-opentype'),
         url('Fonts/candara-webfont.woff2') format('woff2'),
         url('Fonts/candara-webfont.woff') format('woff'),
         url('Fonts/candara-webfont.ttf') format('truetype'),
         url('Fonts/candara-webfont.svg#candararegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'Malgun Gothic';
	src: url("Fonts/malgun.eot");
	src: local(Malgun Gothic), url("Fonts/malgun.ttf");
}
/* End Fonts*/

/* Start Tags */
html {
	height: 100%;
}  
* html body {
	height: 100%;
}  

body {  
	min-height: 100%;  
	position: relative;  
	padding: 0;
	margin: 0;
}  

h2, h3 {
	font-family: 'Malgun Gothic', Arial, sans-serif;	
	font-weight: normal;
	color: #464646;
}

h2 {
	font-size: 24px;
	padding: 0;
	margin: 0;
}

h3 {
	font-size: 20px; 
}

h2 span {
	color: #7eb1c1;
}

div .firstTitle h3 {
	margin-top: 0;
	padding-top: 0;
}

ul {
	padding: 0px;
}

li {
	list-style: none;
	margin-bottom: 20px;
}

li label {
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	font-size: 20px;
	color: #707070;
}

div:not(#foo) > input[type='radio'] {
    opacity: 0;
    float: left;
    width: 18px;
	display: none;
}

div:not(#foo) > input[type='radio'] + label{
    margin: 0;
    clear: none;
    padding: 5px 0px 4px 40px;
    cursor: pointer;
    background: url("Images/blue_radiobutton.png") left center no-repeat;
}

div:not(#foo) > input[type='radio']:checked + label {
    background-image: url("Images/blue_checked_radiobutton.png");
}
/* End Tags */

#overlay,
#unclickableOverlay {
    background: rgba(0,0,0,0.3);
    display: none;
    width: 100%; 
	height: 100%;
    position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 99998;
}

#unclickableOverlay {
	z-index: 1;
	display: block;
}

#header {
	background: url("Images/header_background.png") no-repeat center;
	width: 100%;
	height: 161px;	
}

#footer {
	background: url("Images/footer_background.png") no-repeat center;
	width: 100%;
	height: 105px;
	display: block;
	position: absolute;
	bottom: 0px;
	margin-top: 105px;
}

#logo {
	width: 140px;
	height: 66px;
	background: url("Images/logo.png") no-repeat center;
	margin: 0 auto;
	position: relative;
	top: 17px;
}

#logo-line {
	background: url("Images/header_line.png") no-repeat center;
	width: 826px;
	height: 2px;
	margin: 0 auto;
	position: relative;
	top: 31px;
}

#logo-text {
	top: 41px;
	position: relative;
	color: #fff;
	text-align: center;
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	font-size: 28px;
}

#container {
	height: 100%;
	display: block;
	width: 100%;
	padding-bottom: 103px;
}

#topContent, #innerContent {
	width: 852px;
	margin: 0 auto;
}

#topContent {
	font-family: 'CandaraRegular', Arial, sans-serif;
	font-size: 20px;
	color: #707070;
	padding: 60px 0;
}

#content {
	background: #f6f8f8;
    width: 100%;
	padding: 70px 0;
}

/* Start Floating block */
#floatingMenu {
	background: url("Images/statistics_block.png") no-repeat center;
	position: fixed;
	top: 200px;
	right: -25px;
	display: block;
	width: 381px;
	height: 197px;	
	color: white;
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	font-size: 16px;
}

#floatingWelcome,
#floatingText,
#floatingLink {
	text-align: center;
	width: 190px;
	margin: 0 auto;
}

#floatingWelcome,
#floatingText {
	background: url("Images/statistics_line.png") no-repeat bottom center;
	padding: 4px 0px;
}

#floatingWelcome {
	padding-top: 32px;
}

#statisticLink {
	color: #2397bc;
	background: url("Images/statistics_link_underline.png") repeat-x bottom left;
	width: 154px;
	margin: 0 auto;	
	text-shadow: 1px 1px 2px #d5f9fc;
	cursor: pointer;
}

#statisticLink:hover {
	color: #23a3cc;
}
/* End Floating block */

/* Start HelpMenu */

#helpMenu table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

.helpItem {
	width: 200px;	
	text-align: center;
	font-family: 'CandaraRegular', Arial, sans-serif;
	color: #707070;
	size: 20px;
	padding: 0 42px;
}

.readyImg, 
.setImg, 
.goImg {
	height: 57px;
	width: 57px;
	display: block;
	margin: 0 auto;
	margin-bottom: 11px;
}

.readyImg {
	background: url("Images/question_icon.png") no-repeat center;
}

.setImg {
	background: url("Images/choose_icon.png") no-repeat center;
}

.goImg {
	background: url("Images/start_icon.png") no-repeat center;
}
/* End HelpMenu */


.linesSeparatorColored,
.linesSeparatorColoredRotated {
	height: 5px;
	width: 852px;
	margin: 0 auto;
}

.linesSeparatorColored {
	background: url("Images/coloured_line.png") center no-repeat;	
}

.linesSeparatorColoredRotated {
	background: url("Images/coloured_line_rotated.png") center no-repeat;
}

.lineSeparatorGray {
	background: #e0dfdf;
	height: 1px;
	width: 852px;
	margin: 40px 0;
}

.countItem ,
.countItemLast {
	display: inline;
	font-family: 'CenturyGothicRegular', 'Arial Bold', sans-serif; 
	font-size: 24px;
	color: #707070;
}

.countItem {	
	width: 193px;
	padding-right:115px;
}


/* Start Buttons */

.buttons {
	margin: 93px auto;
}

.smallButtons {
	margin: 0 auto;
}

.buttons button[type=submit], .buttons button[type=button],
.buttons button[type=submit].outterLink, .buttons button[type=button].outterLink,
.smallButtons button[type=submit], .smallButtons button[type=button]  {
	border-radius: 5px;
    border: 0;    
    font-family: 'Malgun Gothic', Arial, sans-serif;
	font-size: 21px;
	text-align: center;
	color: #ffffff;
    background: #58bee0;
	margin: 0 26px;
	white-space: nowrap;
	vertical-align: middle;
	text-shadow: 1px 1px 2px #49aed2;
}

.buttons button[type=submit].outterLink, .buttons button[type=button].outterLink {
	background: #a8bdc4;
	text-shadow: 1px 1px 2px #90acb5;
}

.buttons button[type=submit], .buttons button[type=button],
.buttons button[type=submit].outterLink, .buttons button[type=button].outterLink {
	height: 63px;
	width: 264px;
}

.smallButtons button[type=submit], .smallButtons button[type=button] {	
    height: 48px;
	width: 110px;
}

.buttons button[type=submit]:hover, .buttons button[type=button]:hover,
.smallButtons button[type=submit]:hover, .smallButtons button[type=button]:hover  {
    background: #4eabca;
}

.buttons button[type=submit].outterLink:hover, .buttons button[type=button].outterLink:hover {
	background: #94a7ad;
}

/* End Buttons */


/* Start statistic */

#statisticPopUp {
	width: 856px;
}

/* End Statistic */


/* Start Test */
.questoinText {
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	color: #707070;
	font-size: 20px;
	margin: 40px 0;
}

#progressBarBlock {
	margin-top: 20px;
	margin-bottom: 60px;
}

#progressBarBlock table, 
table #innerProgressBarBlock {
	border-spacing: 0;
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	color: #707070;
	font-size: 14px;
	border: none;
	border-collapse:collapse;
}

#progressBarBlock table  td:first-child {
	padding-left: 0px;
	border: none;
}
#progressBarBlock table  td {
	padding-left: 20px;
	border: none;
	margin: 0px;
}

table #innerProgressBarBlock  td  {
	padding: 0px;
	border: none;
	margin: 0px;
}

.startBar {
	background: url("Images/progress_bar_left.png") no-repeat;
	height: 11px;
	width: 4px;
}

.endBar {
	background: url("Images/progress_bar_right.png") no-repeat;
	height: 11px;
	width: 7px;	
}

.progress {
	width: 746px;
	height: 11px;
	margin: 0 auto;
}

.progress-wrap {
	background: url("Images/progress_bar_1px_blue.png");
	overflow: hidden;
	position: relative;  
}
.progress-bar {
    background: url("Images/progress_bar_1px_grey.png");
    left: 0;
    position: absolute;
    top: 0;
	width: 746px;
	display: block;
}

#currentProgress {
	position: relative;
}

/* End Test */

/* Start TestStatistic */
table#testStatistic {
	width: 100%;
	border-spacing: 2px;
}

table#testStatistic  td {
	height: 43px;
	background: #f3f4f4;
}

table#testStatistic  td.visitedAnswer {
	background: #eaebeb;
}

#testStatistic  div{
	text-align: center;
	vertical-align: middle;
	color: #707070;
	font-family: 'Malgun Gothic', Arial, sans-serif;
	font-size: 16px;
}

#testStatistic .correctAnswerIcon {
	background: url("Images/correctAnswer.png");
	width: 21px;
	height: 15px;
	position: absolute;
	margin-left: -25px;
	margin-top: 4px;
}

#testStatistic .wrongAnswerIcon {
	background: url("Images/uncorrectAnswer.png");
	width: 15px;
	height: 15px;
	position: absolute;
	margin-left: -22px;
	margin-top: 4px;
}

#testStatistic span {
	cursor: pointer;
}

/*.oneLineAnswer .wrongAnswerText {
	color: #f07754;
}*/

.oneLineAnswer .correctAnswerText {
	color: #7CAA4F;
}

.oneLineAnswer .visibleUserText {
	font-weight: bold;
}

/* End TestStatistic */

/* Start Pop Up */
#userStatisticPopUp {
	position: fixed;
	z-index: 9999;
	background: url("Images/your_statistics_block.png") no-repeat;
	width: 896px;
	height: 531px;
	margin-top: 10%;
	left: 50%;
	display: none;
	margin-left: -440px;
}

#feedbackPopUp {
	position: fixed;
	z-index: 9999;
	width: 50%;
	height: 40%;
	display: none;
	top: 18%;
	margin-left: -440px;
	left: 50%;
	outline: none;
}

#currentTestStatistic {
	position: fixed;
	z-index: 9999;
	width: 50%;
	height: 40%;
	display: none;
	top: 18%;
	margin-left: -440px;
	left: 50%;
	outline: none;
}

#currentTestStatisticBlock,
.currentPopUpBlock {	
	outline: none;
}

#currentTestStatisticBlock  .jspContainer {
	
	height: 50%;
	outline: none;
}

#approvePopUp,
#simplePopUp {
	position: fixed;
	z-index: 9999;
	background: url("Images/continue_window_background.png") no-repeat;
	width: 793px;
	height: 275px;
	top: 18%;
	margin-left: -396px;
	left: 50%;
	display: none;
}

#approvePopUp,
#simplePopUp td {
	padding: 0 34px;
}

.statisticHeader,
.popUpHeader {	
	font-family: 'Malgun Gothic', Arial, sans-serif;
	font-size: 24px;
	color: #fff;
	position: relative;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 24px;
}

.statisticHeaderContent,
.popUpHeaderContent {
	padding-top: 6px;
	margin-right: -12px;
}

.statisticHeader table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
}

#currentTestStatistic  .statisticHeader table {
	height: 82px;
}

.headerTable td.leftHeader {
	background: url("Images/stasistics_blue_head_left.png") no-repeat;
	width: 15px;
	height: 60px;	
}

.headerTable td {
	height: 60px;
	background: #58bee0;
	padding: 0px;
	margin: 0px;	
}

.headerTable td.rightHeader {
	background: url("Images/stasistics_blue_head_right.png") no-repeat;
	width: 15px;
	height: 60px;
}

#currentTestStatistic  .headerTable td.leftHeader {
	background: url("Images/stasistics_blue_head_left_shadow.png") no-repeat;
	width: 40px;
	height: 82px;	
}

#currentTestStatistic  .headerTable td {
	height: 82px;
	background: url("Images/stasistics_blue_head_middle_shadow.png") repeat-x;
	padding: 0px;
	margin: 0px;	
}

#currentTestStatistic  .headerTable td.rightHeader {
	background: url("Images/stasistics_blue_head_right_shadow.png") no-repeat;
	width: 55px;
	height: 82px;
}


.closeButton {
	width: 14px;
	float: right;
	margin-top: 15px;
}

.close {
	background: url("Images/close_icon.png") center;
	width: 14px;
	height: 14px;
	cursor: pointer;
}

.check {
	background: url("Images/white_tick.png") center;
	width: 21px;
	height: 15px;
	display: inline;
	border-style: none;
}



div#statisticTopWrapper,
div.popUpTopWrapper {
	float: left;
	width: 100%;
}

div#statisticTopMiddle,
div.popUpTopMiddle {
	background: url("Images/stasistics_blue_head_middle_shadow.png");	
	margin: 0;
	margin-left: 25px;
	margin-right: 33px;
	height: 75px;	
}

div#statisticTopRight,
div.popUpTopRight {
	background: url("Images/stasistics_blue_head_right_shadow.png");
	float: left;
	width: 33px;
	height: 75px;
	width: 33px;
	margin-left: -33px;
}

div#statisticTopLeft,
div.popUpTopLeft  {
	background: url("Images/stasistics_blue_head_left_shadow.png");
	float:left;
	height: 75px;
	width:25px;
	margin-left:-100%
}

#statisticCenter,
.popUpCenter {
	height: 100%;
}

div#statisticCenterWrapper,
div.popUpCenterWrapper {
	float: left;
	width: 100%;
	height: 100%;
}

div#statisticCenterMiddle,
div.popUpCenterMiddle {
	background: #fff;	
	margin: 0;
	margin-left: 25px;
	margin-right: 33px;
	overflow: hidden;
	height: 100%;
	outline-style: none;
}

div#statisticCenterRight,
div.popUpCenterRight {
	background: url("Images/rightTexture.png") repeat-y;
	float: left;
	width: 33px;
	margin-left: -33px;
	height: 100%;
}

div#statisticCenterLeft,
div.popUpCenterLeft  {
	background: url("Images/leftTexture.png") repeat-y;
	float:left;
	width:25px;
	margin-left:-100%;
	height: 100%;
}



div#statisticBottomWrapper,
div.popUpBottomWrapper {
	float: left;
	width: 100%;
}

div#statisticBottomMiddle,
div.popUpBottomMiddle {
	background: url("Images/bottomMiddleTexture.png");	
	margin: 0;
	margin-left: 25px;
	margin-right: 33px;
	height: 40px;	
}

div#statisticBottomRight,
div.popUpBottomRight {
	background: url("Images/bottomRightTexture.png");
	float: left;
	width: 33px;
	height: 40px;
	width: 33px;
	margin-left: -33px;
}

div#statisticBottomLeft,
div.popUpBottomLeft {
	background: url("Images/bottomLeftTexture.png");
	float:left;
	height: 40px;
	width:25px;
	margin-left:-100%
}







#currentStatistic,
.currentPopUpContent {
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	font-size: 20px;
	color: #707070;	
	background: url("Images/origami_background.png") top right no-repeat fixed;
}

#currentStatisticComment,
#currentStatisticAnswers {	
	padding-left: 45px;
	overflow: auto;
	outline-style: none;
	
}

#currentStatisticAnswers {	
	margin-top: 15px;
	overflow: hidden;
}

#currentStatisticComment {
	padding-bottom: 15px;
}

#questionText {
	margin-top: 15px;
}

.oneLineAnswer {
	display: block;
	margin: 15px 0;
}

.oneLineAnswer .correctAnswer ,
.oneLineAnswer .wrongAnswer {	 
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
/*.oneLineAnswer .correctAnswer {
	background: url("Images/grey_tick.png") center no-repeat;
}*/

.oneLineAnswer .selectedAnswer {
	background: url("Images/grey_tick.png") center no-repeat;
}

/*.oneLineAnswer .wrongAnswer {
	background: url("Images/orange_radiobutton.png") center no-repeat; 	
}*/

.oneLineAnswer .hiddenUserChooise,
.oneLineAnswer .visibleUserChooise {
	width: 21px;
	height: 15px;
	display: block;
	float: left;
	margin-right: 9px;
	margin-top: 3px;
}

.oneLineAnswer .visibleUserChooise {	
	background: url("Images/grey_tick.png") center no-repeat; 
}

.historySlider {
	width: 815px;
	height: 401px;
	margin-top: 15px;
	margin-left: 45px;
	overflow: auto;
	outline-style: none;
}

.historyItem {
	border-top: 1px solid #e0dfdf;
	font-family: 'a_futuricabookregular', Arial, sans-serif;
	color: #464646;
	font-size: 21px;
	padding: 5px 0;
	margin-right: 15px;
}

.historyItem {
	padding: 7px 0;
}

.historyItem:first-child {
	border-top: 1px solid transparent;
}

.historyItem .answerTime {
	color: #8fbaca;
	font-size: 14px;
}
.historyItem .answerNum {
	color: ##707070;
	font-size: 18px;
}

.historyItem .answerNum  span {
	color: #8fbaca;
}

#approvePopUpText,
#simplePopUpText {
	margin: 25px 45px;
	margin-top: 40px;
	overflow: auto;
	font-family: 'CandaraRegular', Arial, sans-serif;
	font-size: 21px;
	color: #707070;
	padding-bottom: 108px;
}

#approvePopUpButtons,
#simplePopUpButtons {
	position: absolute;
	bottom: 55px;	
}

/* End Pop Up */


/* Start Feedback pop up */
#feedbackPopUp {
	width: 715px;
	height: 240px;
	margin-left: -350px;
	z-index: 9999;
}

#sendFeedback {
	width: 636px; 
	margin: 0 auto;
}

#sendFeedback textarea {
	width: 636px;
}

#sendFeedback .buttons {
	margin: 15px auto;
}

.letterIcon {
	background: url("Images/letter.png") no-repeat;
	width: 33px;
	height: 22px;
}

/* End Feedback pop up */

textarea {
	border: 2px solid #f4f4f4;
	border-radius: 5px;
	outline: none;
	resize: none; 
}

#showFeedbackQuestion {
	display: block;
	left: -15px;
	position: relative;
}




