/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/*padding-left:5px;
	padding-right:10px;*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Language */
#language {
  float: right;
  width: -1px;
  font-size: 11px;
  position: relative;
  top: -70px;
  right: 0;
  display: none;

}

/*Dropdown language*/
#language .title {
  padding: 16px 2px 16px 10px;

}

#language .flag {
  width: 40px;
  height: 40px;
  padding-left: 10px;

}

#language div.list {
  position: absolute;
  visibility: hidden;
  width: 60px;
  background-color: #fff;
  border: 1px solid #555;
  overflow: hidden;
  padding: 10px;
  margin-top: -30px;
  z-index: 999;
  right: -20px;

}

#language div.list dt {
  overflow: hidden;

}

/*Enable dropdown*/
#language:hover .list {
  visibility: visible;

}

#language dl {
  overflow: hidden;

}

#chooseLanguage {
  background-color: #4a4; 
  border-radius: 15px; 
  padding: 30px; 
  color: #fff; 
  font-weight: bold;

}

select  {
  display: none;

}

/* Layout */

body { 
	font-family: arial; 
	width: 850px; 
	margin: 0 auto; 
	font-size: 16px; 
}
textarea { 
	width: 99.4%; 
	height: 80px; 
	margin: 5px 0 10px; 
	font-size:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif; 
}



#header { 
	margin-top: 15px;
	
	
}


#footer { 
	font-size: 12px; 
	width: 155px; 
	margin: 0 auto; 
}
#footer a,
#footer a:hover,
#footer a:active { 
	color: #777; 
	text-decoration: none; 
}

.view { 

	padding-top: 60px;
	border-top: 7px solid #ddd;
	margin-top: 5px; 
}




.progress { 
	padding-top: 20px;
	text-align: right; 
	margin-top: -15px; 
	font-size: 14px; 
	font-style: italic; 
}

/* Player styles */
.DataQuestionElement { 
	margin-bottom: 10px; 
}
.text { 
	font-weight: bold; 
	color: #3F3F3F; 
	font-size: 20px;
}
.InformationElement .text { 
	font-size: 25px; 
	color: #3195b7;  
	font-weight:700; 
	margin-top: -60px;
	padding: 10px 0 30px 0; 

}

.TextQuestionElement .text {

	padding-bottom: 15px;
}

.answer ul { 
	overflow: hidden; 
	margin: 5px -2px 0px;
	width: 100%;
}
.answer ul li input { 
	display: none; 
}
.answer ul li { 
	float: left; 
	width: 16.6%;
	padding: 2px 2px 2px 2px; 
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.answer ul li span { 
	color: #fff; 
	font-weight: bold; 
	width: 1100px; 
	
	padding-top: 2px;
	
	cursor: pointer; 
	display: table-cell;
	vertical-align: middle; 
	text-align: center; 
								
	text-shadow: 0 -1px 1px rgba(0,0,0,.2);

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 2px;
}
.answer ul li span:hover { 
	background-color: #6875e8;
}
.small-text {
	font-size: 14px;
}

#top {
    padding: 0px;
    margin: 0px;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0px;
	}

.validation-message { 
	font-size: 12px;
	
	background-color: #fff3f3;
	color: #ff3131;
	font-style: normal;
	padding: 10px;
	
	border: 1px solid #fabcbc;
	margin: 10px 0;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.option-text { 
	background-color: #2f3990;
}
.option-text-clicked { 
	background-color: #6875e8;
}
.select { 
	padding-top: 10px; 
	padding-bottom: 5px;
}



/* Flow Control */
#flow_control { 
	overflow: hidden; 
	clear: both; 
}
#next_step, 
#done { 
	float: right; 
}

button  { 
	cursor: pointer; 
	width: 46px; 
	height: 46px; 
	border: none; 
}

button#next_step { 
	padding: 0 6px 0 6px;
  margin: 6px 8px 6px 8px;
  width: 80px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  border: none;
  outline: none;
 color: #fff;
 height: 46px;
 background-color: #2f3990; 
}
button#previous_step { 
	padding: 0 6px 0 6px;
  margin: 6px 8px 6px 8px;
  width: 88px;
  border-radius: 3px;
  font-size: 16px;
   font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  border: none;
  outline: none;
 color: #fff;
 height: 46px;
 background-color: #2f3990; 
}
button#done { 
	padding: 0 6px 0 6px;
  margin: 6px 8px 6px 8px;
  min-width: 88px;
  border-radius: 3px;
  font-size: 16px;
   font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
  text-decoration:none;
  border: none;
  outline: none;
 color: #fff;
 height: 46px;
 background-color: #2f3990; 
}

.step_4 textarea,
.step_5 input {
	height: 30px;
	
}

.step_8  {
	display: none;
	
}

.step_4 textarea {
	width: 49.3%;
}

.step_5 input {
	width: 48.5%;
}



 .step_2 .info-text        { font-size:20px;  color: #666; font-weight: normal; } 

  .step_9 .info-text        {  margin-top: -50px; } 




.step_10 .info-text        { font-size:16px; 	color: #444;  }


.step_99 .info-text        
{
font-size: 15px; 
	color: #000; 
	font-weight: normal; 
	padding: 10px 0; 
	font-family: century gothic; 
	font-style: italic; 

}
/* .step_3 .info-text        { font-size:25px; text-align: center; color: #81007f; } */


.step_99.container {
	position: relative;
}

.step_99.container .text {
	position: absolute; 
	top: 20%;
	left: 40px;

}

.step_99 .option-text {
  top: 30px;
  display: none;

}




.image-background input[type="radio"] {
  position: absolute;
  z-index: 1;

}

.image-background label {
  position: relative;
  z-index: 2;

}

.class_checkbox {
  background: url(../images/checkbox2.png);
  height: 35px;
  width: 35px;

}

.class_checkbox.checked {
  background: url(../images/checkbox1.png);
  height: 35px;
  width: 35px;
}


.step_1 textarea {
	height: 30px;
	width: 200px;
}

.step_17 textarea {
	height: 30px;
	
}

.step_18 textarea {
	height: 30px;
	
}

.step_19 textarea {
	height: 30px;
}

.answer ul li.cols-2 {
	width: 49.99%;
}

.answer ul li.cols-3 {
	width: 33.33%;
}

.answer ul li.cols-4 {
	width: 24.99%;
}

.answer ul li.cols-5,
.answer ul li.cols-10 {
	width: 19.99%;
}

.answer ul li.cols-6 {
	width: 16.66%;
}

.answer ul li.cols-7 {
	width: 14.28%;
}

.answer ul li.cols-8 {
	width: 12.49%;
}

.answer ul li.cols-9 {
	width: 11.11%;
}

.answer ul li.cols-11 {
	width: 9.09%;
}

.answer ul li.cols-12 {
	width: 8.33%;
}

.answer ul li.cols-13 {
	width: 7.69%;
}

.answer ul li.cols-14 {
	width: 7.14%;
}

.answer ul li.cols-15 {
	width: 6.66%;
}

.answer ul li span.rows-1 {
	height: 50px;
}

.answer ul li span.rows-2 {
	height: 70px;
}

.answer ul li span.rows-3 {
	height: 90px;
}

.answer ul li span.rows-4 {
	height: 110px;
}

.answer ul li span.rows-5 {
	height: 130px;
}


/*Responsive Design*/
@media only screen 
and (max-width : 850px){
/* Styles */
body { 
	font-family: arial; 
	width: 100%; 
	margin: 0 auto; 
	font-size: 16px; 
	padding:20px; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}

#language { 

	 float: right;
  width: -1px;
  font-size: 11px;
  position: relative;
  top: -70px;
  right: 0;
	
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

#header { 
	margin-top: 15px;

	

}


textarea { 
	width: 100%; 
	height: 100px; 
	margin: 5px 0 10px; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}
.answer ul { 
	overflow: hidden; 
	margin: 5px 0 0px; 
	width:100%; 
}
.answer ul li { 
	float: left; 
	margin: 2px 0; 
	width: 100%; 
	padding: 0; 
	display:table-cell;	
}
.answer ul li span { 
	height: 45px; 
	width: 950px; 
	
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}



.validation-message {
	font-size: 16px;
	padding: 14px;
}
.DataQuestionElement {
	margin-bottom: 40px;
}
#header_img {
	width: 90%;
	height: 90%;


}

.answer ul li.cols-2,
.answer ul li.cols-3,
.answer ul li.cols-4,
.answer ul li.cols-5,
.answer ul li.cols-6,
.answer ul li.cols-7,
.answer ul li.cols-8,
.answer ul li.cols-9,
.answer ul li.cols-10,
.answer ul li.cols-11,
.answer ul li.cols-12,
.answer ul li.cols-13,
.answer ul li.cols-14,
.answer ul li.cols-15 {
	width: 100%;
}

.step_4 textarea,
.step_5 input {
	width: 100%;
}

}