/* 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 */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;

}

article, aside, details, figcaption,
figure, footer, header, hgroup,
menu, nav, section {
  display: block;

}

html {
  background-color: #ededed;

}

body {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-height: 1.5;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 16px;
  width: 768px;
  margin: 60px auto;
  color: #333;

}

ol, ul {
  list-style: none;

}

blockquote, q {
  quotes: none;

}

table {
  border-collapse: collapse;
  border-spacing: 0;

}
.step_10 span {
  font-size: 20px;
  font-style: normal;
  color: #024583;
 
}
.step_10 .text {
  margin-bottom: 20px;
}
/* Language */
#language {
  float: right;
  width: -1px;
  font-size: 11px;
  position: relative;
  top: 0;
  right: 0;

}

/*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;

}

#step_3_input_answers .text {
  display: none;

}

/* Layout */

/* Flow Control(back and check buttons) */
#flow_control {
  clear: both;

}

#next_step, #done {
  float: right;

}

.text-box {
  height: 24px;

}

button {
  cursor: pointer;
  width: 46px;
  height: 46px;
  border: none;
  outline: none;

}

#change {
  background: #024583 url(../images/sprite-buttons.gif) 0 -395px repeat-x;
  color: #fff;
  text-align: center;
  height: 30px;
  width: 70px;
  border-radius: 4px;

}

#change:hover {
  background-position: -395px;
  background-repeat: repeat-x;

}

button#checkcode {
  margin-left: 30px;

}

button#checkcode, button#next_step {
  background: url(../images/fw.png) no-repeat 0 0px;
  opacity: 0.7;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -ms-transition: opacity .3s;

}

button#done {
  background: url(../images/done.png) no-repeat 0 0;
  opacity: 0.7;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -ms-transition: opacity .3s;

}

button#previous_step {
  background:url(../images/bw.png) no-repeat 0 0;
  opacity: 0.7;
  transition: opacity .3s;
  -moz-transition: opacity .3s;
  -webkit-transition: opacity .3s;
  -ms-transition: opacity .3s;

}

button#checkcode:hover, button#next_step:hover {
  opacity: 1;

}

button#done:hover {
 opacity: 1;

}

/* General Styles */
#main {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  
}

/*align check-box answer */
#step_4_input_answers {
  position: absolute;

}

#header {
  margin: 10px 30px 10px 35px;
  padding-bottom: 20px;
  background: url(../Images/nhs_logo_websurvey.jpg) no-repeat;
  height: 60px;
  border-bottom: 7px solid #ededed;

}

#header img, h1 {
  float: left;

}

h1 {
  margin-left: 10px;
  font-size: 45px;
  margin-top: -5px;

}

textarea {
  width: 100%;
  height: 100px;
  margin: 5px 0 10px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: vertical;

}

select {
  margin-top: 13px;

}

.view {
  background-color: #fff;
  color: #333;
  font-family: Arial, Helvetica;
  text-align:justify;
  text-justify:inter-word;
  font-size: 18px;
  padding: 20px;
  border-radius: 5px 5px 0 0;

}

.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;

}

.progress {
  text-align: center;
  margin: 10px 0;
  clear: both;

}

.info-text {
  font-size: 18px;
  font-style: italic;
  color: #666;
  font-weight: 100;
  clear: both;

}

.text {
  margin: 10px 17px 0 17px;
  font-weight: bold;
  float: left;

}

.answer dl {
  margin: 5px 0 0;
  width: 100%;

}

.validation-spacer {
  height: 0;

}

.answer dl dd {
  float: left;
  margin: 2px 0;
  width: 100%;
  padding: 0;

}

.answer dl dd div label {
  height: 30px;
  width: 950px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  margin: 0;
  clear: both;

}
/*Footer section */
#footer {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  overflow: hidden;
  padding:  50px 10px;
  height: 120px;
  background-color: #dddddd;
  width: 100%;
  margin-top: 60px;
  padding-top: 10px;
 

}

#footerRight {
  display: table;
  overflow: hidden;
  height: 77px;
  width: 147px;
  margin-right: auto;
  margin-left: auto;
  background: url(../Images/WLS_logo_1.png); /*WLS logo*/

}

#datapolicy {

text-align: center;
padding-top: 8px;
font-family: 'Century Gothic', 'CenturyGothic', 'AppleGothic', sans-serif;
font-size: 13px;
color: #000;

}

#footer a:link, #footer a:hover, #footer a:visited {
  text-decoration: none;
  color: #000;

}
/*end*/
/* step 9 hack */
.textList {
  font-weight: bold;
  clear: both;

}

.textList li {
  list-style-type: disc;
  margin-left: 40px;
}

/*Buttons*/

dd {
  float: left;
  width: 16%;
  margin: 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;

}

/*Buttons for answers(blue)*/
input[type="radio"]+label {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1c6eb9), color-stop(1, #024583) );
  background: -moz-linear-gradient( center top, #1c6eb9 5%, #024583 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1c6eb9', endColorstr='#024583');
  background-image: linear-gradient(to bottom, #1c6eb9, #024583);
  background-color: #024583;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
  text-indent: 0;
  color: #ffffff;
  font-family: Arial;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  height: 60px;
  line-height: 25px;
  width: 999px;
  text-decoration: none;
  text-align: center;
  text-shadow: 1px 1px 0 #000;
  margin-left: -21px;
  display: table-cell;
  vertical-align: middle;

}

/*Hover for answers*/
.radio:hover {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #024583) );
  background: -moz-linear-gradient( center top, #1c6eb9 5%, #024583 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#024583');
  background-image: linear-gradient(to bottom, #3d94f6, #024583);

}
/*Hover for selected questions(red)*/
label.radio.selected {
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #BA031B), color-stop(1, #7A0211) );
  background: -moz-linear-gradient( center top, #BA031B 5%, #7A0211 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#BA031B', endColorstr='#7A0211');
  background-image: linear-gradient(to bottom, #BA031B, #7A0211);
 
}

#code {
  width: 645px;

}

#unitId {
  width: 100%;
  padding: 10px;

}

#change_language {
  float: right;

}

button#change_language {
  background: url(../images/fw.png) no-repeat;

}

#language_picker {
  padding: 10px 0 10px;

}

#select_unit{
   padding: 20px 20px 60px;

}

.radio {
  padding: 0 3px;

}

.image-background input[type="radio"] {
  position: absolute;
  z-index: 1;

}

.image-background label {
  position: relative;
  z-index: 2;

}

.step_4 .option-text {
  top: 30px;
  display: none;

}

.step_4 .text {
  padding-left: 20px;

}

.step_5 .info-text {
  font-size: 20px;
  font-style: normal;
  color: #024583;

}

input[type=checkbox] {  
  display: none;
  
}

.step_4_input52810 {
  background: url(../images/checkbox2.png);
  height: 35px;
  width: 35px;

}
#step_6_input_answers dd {
  margin: 2px 2px 2px 0;
  width: 78px;
}

/*Mozilla Firefox fix*/
#step_2_input_answers, #step_6_input_answers, #step_7_input_answers,  #step_8_input_answers {
  clear: left;
}
/*end*/

/*Media queries*/
@media only screen and (max-width : 768px) {
  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;

  }

  .answer dl {
      overflow: hidden;
      margin: 5px 0 0;
      width: 100%;

  }

  .validation-spacer {
      height: 0;

  }
  #step_6_input_answers dd {
    width: 100%;
  }

  .answer dl dd {
      float: left;
      margin: 2px 0;
      width: 100%;
      padding: 0;

  }

  .answer dl dd div label {
      height: 30px;
      width: 950px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;

  }


  textarea {
      width: 100%;
      height: 100px;
      margin: 5px 0 10px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
  }

  #code {
      margin: 10px 0;
      width: 99%;

  }

  #change {
      width: 100%;

  }

  #language_picker {
      padding: 0 0 10px;

  }

}




