/* General -------------------------------------------------------------------------------------- */
html {
  overflow-y: scroll;
  overflow-x: auto;
}
body {
  font-family: 'EurostileNextW01-Regula', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  color: #333;
}
* {
  padding: 0;
  border: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: top;
}
input,
button {
  background-color: transparent;
  font-family: 'EurostileNextW01-Regula', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333;
}

/* Header --------------------------------------------------------------------------------------- */
#header_container {
  width: 100%;
  min-width: 990px;
  background-color: #00aeef;
  color: #fff;
}
#header {
  width: 950px;
  text-align: left;
  padding: 20px 20px 20px 20px;
  margin: 0 auto 0 auto;
}
#header span {
  display: block;
  font-weight: bold;
  font-size: 28px;
  line-height: 32px;
}

/* Content -------------------------------------------------------------------------------------- */
#content_container {
  width: 100%;
  min-width: 990px;
}
#content {
  width: 950px;
  text-align: left;
  padding: 50px 20px 50px 20px;
  margin: 0 auto 0 auto;
}

/* General */
#content h1,
#content h2 {
  background-color: #6d2602;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 6px 14px 8px 14px;
  margin: 0 0 22px 0;
}
#content h2 {
  margin-top: 44px;
}
#content p {
  line-height: 22px;
  margin: 0 0 22px 0;
}

/* Vragenlijst */
#errors_container {
  width: 100%;
  margin: 0;
}
#errors_container label.error {
  width: 220px;
  display: inline-block !important;
  background-color: #ffecec;
  font-weight: normal;
  line-height: 22px;
  padding: 3px 0 5px 10px;
  border: 1px solid #c00;
  margin: 0 5px 5px 0;
}
#errors_container label.error.valid {
  display: none !important;
}

#vragenlijst {
  margin: 32px 0 32px 0;
}
#vragenlijst .group {
  display: none;
}
#vragenlijst #group_1 {
  display: block;
}
#vragenlijst table {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
}
#vragenlijst table .thead th {
  background-color: #ccc;
  padding: 5px 0 7px 0;
}
#vragenlijst table .thead th.nummer {
  padding-left: 14px;
  padding-right: 30px;
}
#vragenlijst table .thead th.vraag {
  width: 100%;
  padding-left: 14px;
  padding-right: 30px;
}
#vragenlijst table .thead th.eens {
  padding-right: 20px;
}
#vragenlijst table .thead th.oneens {
  padding-right: 30px;
}
#vragenlijst table .thead th.een,
#vragenlijst table .thead th.twee,
#vragenlijst table .thead th.drie,
#vragenlijst table .thead th.vier,
#vragenlijst table .thead th.vijf,
#vragenlijst table .thead th.zes {
  text-align: center;
}
#vragenlijst table tbody td {
  padding: 5px 0 7px 0;
  border-bottom: 1px solid #ccc;
}
#vragenlijst table tbody tr:nth-child(even) td {
  background-color: #f6f6f6;
}
#vragenlijst table tbody td.nummer {
  padding-left: 14px;
  padding-right: 30px;
}
#vragenlijst table tbody td.vraag {
  padding-left: 14px;
  padding-right: 30px;
}
#vragenlijst table tbody td.eens {
  text-align: center;
  padding-right: 20px;
}
#vragenlijst table tbody td.oneens {
  text-align: center;
  padding-right: 30px;
}
#vragenlijst table tbody td.een {
  padding-left: 10px;
  padding-right: 10px;
}
#vragenlijst table tbody td.twee {
  padding-left: 10px;
  padding-right: 10px;
}
#vragenlijst table tbody td.drie {
  padding-left: 10px;
  padding-right: 10px;
}
#vragenlijst table tbody td.vier {
  padding-left: 10px;
  padding-right: 10px;
}
#vragenlijst table tbody td.vijf {
  padding-left: 10px;
  padding-right: 10px;
}
#vragenlijst table tbody td.zes {
  padding-left: 10px;
  padding-right: 14px;
}
#vragenlijst table tbody td.leeg {
  background-color: #fff !important;
}

#vragenlijst_nav {
  width: 100%;
  height: 35px;
  position: relative;
}
#vragenlijst_prev,
#vragenlijst_next {
  position: absolute;
  top: 0;
  height: 35px;
  background-color: #00aeef;
  font-size: 18px;
  line-height: 35px;
  cursor: pointer;
  color: #fff;
  padding: 0 30px 0 30px;
}
#vragenlijst_prev.disabled,
#vragenlijst_next.disabled {
  background-color: #ccc;
  color: #fff;
}
#vragenlijst_prev:hover,
#vragenlijst_next:hover {
  background-color: #6d2602;
  color: #fff;
}
#vragenlijst_prev.disabled:hover,
#vragenlijst_next.disabled:hover {
  background-color: #ccc;
  color: #fff;
  cursor: auto;
}
#vragenlijst_prev {
  left: 0;
}
#vragenlijst_next {
  right: 0;
}

/* Formulier */
#formulier_container {
  display: none;
}
#formulier {
  width: 600px;
  line-height: 22px;
  margin: 30px 0 0 0;
}
#formulier .input_container {
  padding: 0 0 15px 0;
}
#formulier label {
  width: 200px;
  display: block;
  float: left;
  line-height: 30px;
  cursor: pointer;
}
#formulier label span.verplicht {
  font-weight: bold;
  color: #00aeef;
}
#formulier .field_container {
  width: 400px;
  float: right;
}
#formulier .field_container label.error {
  width: 100%;
  display: block !important;
  background-color: #ffecec;
  font-weight: normal;
  padding: 0 0 0 10px;
  border: 1px solid #c00;
  margin: 0 0 8px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
#formulier .field_container label.error.valid {
  display: none !important;
}
#formulier input {
  width: 400px;
  height: 30px;
  background-color: #e6e6e6;
  color: #333;
  padding: 0 0 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}
#formulier input:focus {
  background-color: #d6d6d6;
}
#formulier button {
  height: 35px;
  float: right;
  background-color: #00aeef;
  font-size: 18px;
  line-height: 35px;
  cursor: pointer;
  color: #fff;
  padding: 0 30px 0 30px;
}
#formulier button:hover {
  background-color: #6d2602;
  color: #fff;
}

.clear {
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}