/* 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, h8, 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;
}

.select {
	display: none;
}

/* Language */
#language						       { float: right; width: 80px; margin-top: 20px; font-size: 11px; position:relative;  left: 50px; visibility: hidden;}
								 
#language								{ float: right; width: 50px; font-size: 11px; }
#language .current, #language .list		{ clear: both; }
#language .flag							{ float: left; width: 30px; height: 30px; }
#language a,
#language a:hover,
#language a:visited						{ color: #fff; }



/* Layout */

body { 
	font-family: arial; 
	width: 850px; 
	margin: 0 auto; 
	font-size: 16px; 
}
textarea { 
	width: 100%; 
	height: 50px; 
	margin: 5px 0 10px; 
	font-size:14px;
	font-family: arial; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

h8 { 

	padding-top: 30px; 
	padding-bottom: 60px;
	font-size: 25px; 
	color: #000; 
	font-weight: normal; 
	padding: 10px 0; 
	font-family: century gothic; 
	font-style: italic; 
 }

 h2 { 

	
	font-weight: 800;
	font-size: 24px; 
	color: #000; 
	
	padding: 40px 0 10px 0; 
	
	
 }
  h3 { 

	
	font-weight: normal;
	font-size: 16px; 
	color: #000; 
	padding: 20px 0 20px 0; 
	
	
}

#header {
  margin: 10px 0px 20px 0px;
  padding-left: 20px;
  background: url(../Images/DHL_NHS_logo.png) no-repeat;
  
  background-size: 401px 50px;
  height: 60px;
  

}

#header img, h1 {
  float: left;

}

h1 {
  margin-left: 10px;
  font-size: 45px;
  margin-top: -5px;

}


#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: 20px;*/
	
	/*border-top: 3px solid #d60411;*/ 
	margin-top: 5px; 

}




.progress { 
	text-align: left; 
	/*margin-top: -10px; */
	font-size: 14px; 
	font-style: italic; 
}

/* Player styles */
.DataQuestionElement { 
	margin-bottom: 10px; 
}
.text { 
	
	font-weight: bold; 
	color: #444; 
}
.InformationElement .text { 
	 
	text-align: left;
	color: #000; 
	font-weight: bold;
	font-size: 24px;
	padding: 10px 0; 
	
	 
	
}

#language div.list {
  position: absolute;

  width: 80px;
  background-color: #fff;
  border: 1px solid #555;
  overflow: hidden;
  padding: 10px;
  margin-top: -1px;
  z-index: 999;
  right: -20px;

}

#language div.list dt {
  overflow: hidden;


}

/*Enable dropdown*/
#language:hover .list {
  visibility: visible;

}

#language dl {
  overflow: hidden;

}
#language a, #language a:hover, #language a:visited {
	color: #000;
}

#chooseLanguage {
  background-color: #4a4; 
  border-radius: 15px; 
  padding: 30px; 
  color: #fff; 
  font-weight: bold;
  

}

.answer ul { 
	overflow: hidden; 
	margin: 5px -2px 0px;
	width: 100%;
}
.answer ul li input { 
	display: none; 
}
.answer ul li { 
	float: left; 
	width: 16%;
	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; 
	height: 60px;
	
	padding-top: 2px;
	padding: 5px;
	
	cursor: pointer; 
	display: table-cell;
	vertical-align: middle; 
	text-align: center; 
								
	text-shadow: 0 -1px 1px rgba(0,0,0,.2);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.answer ul li span:hover { 
	background-color: #043929;
}
.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: #006747;
}
.option-text-clicked { 
	background-color: #043929; 
   
}
.select { 
	padding-top: 10px; 
	padding-bottom: 5px;
}



/* Flow Control */
#flow_control { 
	overflow: hidden; 
	clear: both; 
	padding-top: 20px;

}
#next_step, 
#done { 
	float: right; 
}

button  { 
	cursor: pointer; 
    width: 60px; 
	height: 20px; 
	background-color: #fff;
	border-color: black;
	color: black;
}

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: #768692; 
}
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: #768692; 
}
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: #768692; 
}


#datapolicy {

text-align: center;
padding-top: 8px;
font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
font-size: 13px;
color: #000;

}

#language_picker { padding-bottom: 150px;}

/* Exeptions 


#step_16_input_answers ul li,

#step_17_input_answers ul li,
#step_18_input_answers ul li,

#step_19_input_answers ul li,
#step_20_input_answers ul li,
#step_21_input_answers ul li,

 {
	width: 25%;

}

 #step_28 .InformationElement .text { 
	font-size: 50px; 
	
}
/*

#step_10_input_answers ul li span{ 
	height: 35px; 
	width: 950px; 
	padding: 5px; 


}
#step_10_input_answers ul li span ,
#step_9_input_answers ul li span{ 
	height: 35px; 
	padding: 5px; 
	width: 950px; 
	display:table-cell;
}
#step_10_input_answers ul li {
	width: 33.3333%;
}
#step_11_input_answers ul li {
	width: 10%;
}
#step_11_input_answers ul li span{ 
	height: 35px; 
	width: 950px; 
	padding: 5px; 
}

*/

/*.step_1 .info-text        { font-size:1px; text-align: center; visibility: hidden; height: 5px;}  */

 
.step_2 .info-text        { font-size:30px; text-align: center; }  
.step_3 .info-text        { font-size:25px; text-align: center; color: #81007f; } 




#step_1_input_answers

 ul li {
	width: 25%;
}
#step_2_input_answers

 ul li {
	width: 16.6%;
}
#step_3_input_answers

 ul li {
	width: 33%;
}

#step_4_input_answers {
  position: relative;
  bottom: 30px;

}

.step_4 .option-text {
  top: 10px;
  display: none;

}

.step_4 .text {
  padding-left: 35px;
  font-weight: lighter;

}

input[type=checkbox] {  
  display: none;
  
}

.step_4_input52810 {
  background: url(../images/checkbox2.png);
  height: 35px;
  width: 35px;

}

 
#step_5_input_answers

 ul li {
	width: 33%;
}


#step_6_input_answers

 ul li {
	width: 33%;
}

#step_7_input_answers

 ul li {
	width: 33%;
}

#step_8_input_answers

 ul li {
	width: 33%;
}

#step_9_input_answers

 ul li {
	width: 33%;
}


#step_10_input_answers

 ul li {
	width: 33%;
}


#step_11_input_answers

 ul li {
	width: 33%;
}

#step_12_input_answers

 ul li {
	width: 16.6%;
}

#step_13_input_answers ul li {
	width: 11%;
}

#step_14_input_answers

 ul li {
	width: 20%;
}

#step_15_input_answers

 ul li {
	width: 33%;
}

#step_16_input_answers

 ul li {
	width: 33%;
}








/*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; 
	padding: 10px;
	width: 90px; 
	font-size: 11px; 
	position: relative;
	top: 30px;
	right:20px;
	visibility: hidden;

	
    -webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;

}

#header { 
	
	
	

}

.progress { 

	margin-top: 20px; 
	font-size: 14px; 
	font-style: italic; 
}




textarea { 
	width: 100%; 
	height: 100px; 
	margin: 5px 0 10px; 
	font-family: arial; 
	-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;
}
/*#mD_step_11_input { /*select combobox
	display:block; 
	width: 100%; 
	padding: 15px 5px; 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	font-size: 16px;}
#step_11_input_answers ul { 
	display:none; 
	width: 950px;} */


#step_9_input_answers ul li span, 	/* 3 element answers */
	/* 5 element answers, 2 lines per answer*/
#step_10_input_answers ul li span {	/* 10 element answers*/ 
	height: 45px; 
	width:950px; 
	padding: 0;  
	display:table-cell;
}


#step_1_input_answers ul li,
#step_2_input_answers ul li,
#step_3_input_answers ul li,
#step_4_input_answers ul li,
#step_5_input_answers ul li,
#step_6_input_answers ul li,
#step_7_input_answers ul li,
#step_8_input_answers ul li,
#step_9_input_answers ul li,
#step_10_input_answers ul li,
#step_11_input_answers ul li,
#step_12_input_answers ul li,
#step_13_input_answers ul li,	/* 3 element answers */
#step_14_input_answers ul li,
#step_16_input_answers ul li,
#step_17_input_answers ul li,
#step_18_input_answers ul li ,
#step_19_input_answers ul li
#step_21_input_answers ul li {	/* 10 element answers*/ 
	width: 100%;
	-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 {

	margin: 10px 0px 10px 0px;
	background: url(../Images/DHL_NHS_logo.png) no-repeat;
    background-size: 270px 34px;
  

}

}