/* CSS Document */
/* ********************************************************************
Colors used in this document:
	kleur		:	#xxxxxx		|| Waar gebruikt?
*********************************************************************** */
/* --------------------------------------------------------- TYPE */
h2.error {
  padding: 5px 10px 5px 30px;
  color: #fff;
  background: url("../img/bullet-error.png") 10px center no-repeat #333;
}

/* ------------------------------------------------------- LAYOUT */
aside {
  margin: 0;
  padding: 60px 0;
}

/* -------------------------------------------------- BREADCRUMBS */
#breadCrumbs {
  margin: 30px 0 0;
}

#breadCrumbs a,
#breadCrumbs > div {
  display: block;
  float: left;
  padding: 0 26px 0 27px;
  height: 30px;
  line-height: 30px;
  color: #bbb;
  font-size: 1em;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 5px solid #bbb;
  background-color: #eee;
}

#breadCrumbs a:hover {
  color: #fff;
  background-color: #D13B3B;
}

#breadCrumbs .start {
  padding: 0 28px 0 29px;
}

#breadCrumbs .complete {
  border-color: #D13B3B;
  color: #D13B3B;
}

#breadCrumbs .current {
  border-color: #333;
  color: #333;
}

/* ------------------------------------------------ FORM - STAP 1 */
section #id_form_manage_werknemer textarea {
  padding: 5px 5px 0 5px;
  width: 100%;
  min-height: 150px;
  font-family: 'Open Sans', sans-serif;
  font-size: 0.80rem;
  resize: vertical;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section div#gegevens {
  margin: 0 0 50px;
}

section .row,
aside label {
  margin: 0 0 8px;
  min-height: 29px;
  line-height: 31px;
}

section .row p {
  line-height: 1.35em;
  margin-bottom: 10px;
}

#loginScreen p.formError {
  padding: 15px;
  color: #dd4b39;
  background-color: #fcedeb;
}

#loginScreen a.wwForgotten {
  display: inline-block;
  font-size: 0.9rem;
  margin: 9px 0 0;
}

section .row .description span {
  float: left;
  padding: 0 5px 0 0;
  width: auto;
  height: inherit;
  font-weight: bold;
  background-color: #fff;
}

.row .value label,
aside label {
  font-size: 0.8em;
  width: 100%;
}

#id_form_manageCustomer .row .description,
section .row .description,
aside .row .description {
  float: left;
  margin: 0 5px 0 0;
  width: 170px;
  /*background:url('../img/bg-spec-list-dots.png') left 20px repeat-x;*/
}

#id_form_manageCustomer .row .value,
section .row .value,
aside .row .value {
  float: left;
  width: calc(100% - 175px);
  height: inherit;
}

#id_form_manageCustomer .row .value input[type=text],
#id_form_manageCustomer .row .value input[type=password],
#id_form_manageCustomer .row .value select,
section .row .value input[type=text],
section .row .value input[type=password],
section .row .value select,
aside .row .value input[type=text],
aside .row .value input[type=password],
aside .row .value select {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 5px;
  width: 378px;
  border: 1px solid #BBBBBB;
  background-color: #fff;
  height: 28px;
  line-height: 28px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#id_form_manageCustomer .row .value.verzendadres,
section .row .value.verzendadres,
aside .row .value.verzendadres {
  padding: 8px 0 0;
  line-height: 18px;
}

aside .row .value {
  width: 100%;
}

aside div#formLogin form input {
  float: left;
  margin: 0 10px 0 0;
  padding: 0 0 0 5px;
  width: 378px;
  border: 1px solid #BBBBBB;
  background-color: #fff;
  height: 28px;
  line-height: 28px;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

aside .row .value input[type=text],
aside .row .value input[type=password],
aside .row .value select {
  width: 100%;
}

section .row .value input[type=radio] {
  display: block;
  float: left;
  margin: 9px 6px 0 0;
}

section #id_form_manage_werknemer .row .value input.voornaam,
section #id_form_manage_werknemer .row .value input.tussenvoegsel,
section #id_form_manage_werknemer .row .value input.achternaam {
  float: left;
  width: 100px;
}

section #id_form_manage_werknemer .row .value input.tussenvoegsel {
  width: 60px;
}

section #id_form_manage_werknemer .row .value input.achternaam {
  margin: 0;
  width: 184px;
}

section #id_form_manage_werknemer .row .value input.straatnaam,
section #id_form_manage_werknemer .row .value input.huisnummer,
section #id_form_manage_werknemer .row .value input.toevoeging {
  float: left;
  width: 224px;
}

section #id_form_manage_werknemer .row .value input.huisnummer {
  width: 60px;
}

section #id_form_manage_werknemer .row .value input.toevoeging {
  margin: 0;
  width: 60px;
}

section #id_form_manage_werknemer .row .value input.postcode {
  width: 100px;
}

section #id_form_manage_werknemer .row .value input.plaats {
  margin: 0;
  width: 261px;
}

section #alternatiefAdres {
  position: relative;
  margin: 0;
  padding: 0 0 0 10px;
  height: 0;
  background-color: #f3f3f3;
  border-color: #E3E3E3;
  border-style: solid;
  border-width: 0;
  overflow: hidden;
  z-index: 20;
}

section #id_form_manage_werknemer #alternatiefAdres .row .description {
  width: 185px;
}

section #id_form_manage_werknemer #alternatiefAdres .row .description span {
  background-color: #f3f3f3;
}

section #id_form_manage_werknemer .row .value input.error {
  background-color: #ffe0e0;
  border-color: #980a2b;
}

section #id_form_manage_werknemer .row .value input[type=checkbox] {
  display: block;
  float: left;
  margin: 3px 10px 10px 0;
  width: auto;
}

section form#id_form_manage_werknemer #accountWachtwoord {
  height: 0;
  overflow: hidden;
}

section #id_form_manage_werknemer hr {
  height: 0px;
  border: 0px solid #fff;
  border-top: 1px solid #E3E3E3;
}

section .row .value > label.inputLabel,
aside label.inputLabel {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  cursor: text;
  display: block;
}

section .row .value label.inputLabel span,
aside label.inputLabel span {
  position: absolute;
  left: 7px;
  top: 0;
  /*height:30px;*/
  color: #ccc;
  font-style: italic;
}

section #id_form_manage_werknemer .row .value label.inputLabel span.selected {
  position: absolute;
  left: 7px;
  top: 0;
  /*height:30px;*/
  color: #eee;
  font-style: italic;
}

section form#id_form_manage_werknemer .row .value select {
  display: block;
  padding: 3px;
  width: 385px;
  height: 30px;
  border: 0px solid #fff;
  border: 1px solid #bbb;
}

section #bottomNav {
  margin: 30px 0 10px;
  padding: 5px;
  background-color: #eee;
}

section #bottomNav a,
section a.verder,
aside a.printButton {
  float: right;
  padding: 10px 20px;
  height: inherit;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  text-decoration: none;
  border: 0px solid #D13B3B;
  background-color: #D13B3B;
  display: block;
}

aside a.printButton {
  padding: 0 10px 0 42px;
  background: url("../img/icon-print.png") 10px center no-repeat #D13B3B;
}

section #bottomNav a.terug {
  float: left;
  padding: 0 10px;
  color: #fff;
  /*border:1px solid #ccc;*/
  background-color: #aaa;
}

section #bottomNav a:hover,
aside a.printButton:hover {
  background-color: #333;
}

section #bottomNav a.terug:hover {
  background-color: #333;
}

section .formMelding {
  font-size: 0.9em;
  font-style: italic;
  text-align: right;
}

section p.validationError {
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  background-color: #FFE0E0;
}

section .row .value input.clearFieldBlurred {
  color: #bcaf98;
  font-style: italic;
}

section .row .value input.clearFieldActive {
  color: #000;
}

section .row .description.createAccount {
  line-height: 1.4em;
}

section .row .value span.createAccount {
  float: left;
  line-height: 1.4em;
  width: 360px;
}

/* ----------------------------------- FORM - STAP 1 - FORM LOGIN */
aside div#formLogin {
  margin: 0 0 40px;
}

aside div#formLogin form b {
  font-size: 0.8em;
}

aside p.inloggen {
  margin: 0 0 19px;
}

aside div#formLogin form label {
  margin: 0 0 10px;
  display: block;
}

aside div#formLogin form label input {
  width: 322px;
}

aside div#formLogin form input[type=submit] {
  padding: 0;
  width: 328px;
  height: 30px;
  border: 1px solid #D13B3B;
  background-color: #D13B3B;
}

aside div#formLogin form input[type=submit]:hover {
  border: 1px solid #333;
  background-color: #333;
}

/* ----------------------------------------- STAP 2 - BETAALWIJZE */
section form#id_form_PWS_stap_02 {
  font-size: 0.8em;
}

section form#id_form_PWS_stap_02 label {
  margin: 0 0 5px;
  padding: 25px;
  height: 28px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #eee;
  display: block;
}

section form#id_form_PWS_stap_02 label.moreRules {
  padding: 20px 25px;
  height: 40px;
}

section form#id_form_PWS_stap_02 label.checked {
  background-color: #eee;
  border: 1px solid #333;
}

section form#id_form_PWS_stap_02 label .input {
  float: left;
  margin: 0 20px 0 0;
  padding: 7px 0 0;
  width: 13px;
  height: 16px;
}

section form#id_form_PWS_stap_02 label.moreRules .input {
  padding: 15px 0 0;
}

section form#id_form_PWS_stap_02 label .name,
section form#id_form_PWS_stap_02 label .col {
  float: left;
  margin: 0 30px 0 0;
  height: 28px;
  line-height: 28px;
}

section form#id_form_PWS_stap_02 label .col {
  float: right;
}

section form#id_form_PWS_stap_02 label.moreRules .col {
  margin: 7px 30px 0 0;
}

section form#id_form_PWS_stap_02 label.moreRules .name {
  width: 290px;
  height: auto;
  line-height: 20px;
}

section form#id_form_PWS_stap_02 label .name span {
  color: #999;
  font-size: 0.9em;
  font-style: italic;
}

section form#id_form_PWS_stap_02 label .col select {
  width: 200px;
  border: 1px solid #ddd;
}

section form#id_form_PWS_stap_02 label a {
  color: #999;
}

section form#id_form_PWS_stap_02 label a:hover {
  color: #bbb;
}

/* ------------------------------------- STAP 3 - BESTELOVERZICHT */
section form#id_form_PWS_stap_03 #bottomNav a {
  font-size: 0.8em;
}

section form#id_form_PWS_stap_03 .row.verzendMethode {
  /*background-color:#fff;*/
}

section form#id_form_PWS_stap_03 .colBetaalwijze,
section form#id_form_PWS_stap_03 .colOpmerkingen {
  float: left;
  margin: 0 30px 0 0;
  width: 280px;
}

section form#id_form_PWS_stap_03 .colOpmerkingen {
  margin: 0;
}

section form#id_form_PWS_stap_03 textarea {
  margin: 7px 0 0;
  padding: 3px 0 0 3px;
  width: 275px;
  height: 145px;
  min-height: 150px;
  border: 1px solid #BBBBBB;
  resize: vertical;
}

section form#id_form_PWS_stap_03 p.algemeneVoorwaarden {
  margin: 15px 0 0;
}

section form#id_form_PWS_stap_03 .colLeft,
section form#id_form_PWS_stap_03 .colRight {
  float: left;
  margin: 0 30px 0 0;
  width: 280px;
}

section form#id_form_PWS_stap_03 .colRight {
  margin: 0;
}
/*# sourceMappingURL=bestelproces.css.map */