/** MAIN ELEMENTS **/
html {
  font-family: "Roboto", sans-serif;
  font-size: 62.5%;
  color: #666;
}
body {
  margin: 0px;
}
#header {
  display: none;
}
select,
input,
textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f0f0f0;
  border: none;
  font-family: "Roboto", sans-serif;
}

*:focus {
  outline: 0;
}

p {
  font-size: 1.45rem;
  color: #666;
  margin-top: 10px !important;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#formulier {
  border: none;
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
label {
  font-weight: normal;
}

select {
  color: #404040;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

select::-ms-expand {
  display: none;
}

select option {
  color: #404040;
  cursor: default;
}
option[value=""][disabled] {
  color: #a9a9a9;
}
span {
  font-size: 1.3rem;
  margin-left: 10px;
  line-height: 25px;
}
textarea {
  padding-left: 10px;
  padding-right: 10px;
}
input[type="text"],
input[type="password"] {
  padding-left: 10px;
  -webkit-appearance: none;
  box-shadow: none;
  color: #404040;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 10px;
  margin-left: 0px;
  display: none;
}

input[type="button"],
button {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: white;
  font-size: 1.45rem;
  padding: 5px 9px;
  background: #000;
  border: 1px solid #000;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type="button"]#stap1MoreBtn:hover {
  text-decoration: underline;
}

.sessiontable {
  width: 100%;
}

#stap1MoreBtn {
  margin-bottom: 10px;
  width: 150px;
}
#stap1MoreBtn + i {
  position: relative;
  right: 30px;
  color: white;
}

button span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  color: white;
  font-size: 1.45rem;
  padding: 5px 9px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
}

button:focus {
  outline: 0 !important;
}

.no-margin {
  margin-left: -10px;
  margin-right: -10px;
}
.no-margin-left {
  margin-left: -10px;
}
.no-padding-right {
  padding-right: 0px !important;
}
.no-padding-left {
  padding-left: 0px !important;
}
.extra-padding-right {
  padding-right: 20px !important;
}
hr {
  border: 0;
  border-color: #ccc;
  border-style: dotted;
  border-bottom-width: 1px;
  margin: 10px 0px;
  padding: 0;
  width: 100%;
}
.right {
  float: right !important;
  margin-right: -10px !important;
}
.left {
  float: left;
  margin-left: -10px;
}
.error {
  color: #f60000 !important;
}
.ErrorNotice,
.ErrorNoticeSelect {
  border: 1px solid #f60000 !important;
  box-shadow: inset 0 0 0 1px #f60000;
}
.errorNotice {
  display: block;
  visibility: visible;
}
.errorNotice p {
  color: #f60000 !important;
  text-align: right;
  margin: 0px;
  line-height: 30px;
  font-size: 1.3rem;
  visibility: hidden;
}
.row.divider {
  overflow: hidden;
}
img.defaultimg {
  max-width: 100%;
  vertical-align: bottom;
  padding: 10px 0px;
}
aside.defaultbanner {
  clear: both;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  min-height: 300px;
  width: 100%;
  background-image: url(../images/default-header.jpg);
  z-index: -1;
}
aside.banner {
  clear: both;
  position: relative;
  margin-bottom: 20px;
  background-size: cover;
  min-height: 300px;
  width: 100%;
  z-index: -1;
}
.defaultcaption {
  padding: 10px 10px !important;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1 !important;
  position: absolute;
  left: 0px;
  bottom: 0px;
  color: #fff;
  width: 100%;
  z-index: 8;
  height: 50px;
  font-size: 24px;
  font-weight: 300;
}
.grid-container {
  width: auto;
  margin: 0 auto;
}
.defaultcaption a.captionlink {
  color: #fff !important;
}

/** STAP ELEMENTS ALGEMEEN**/
.stap-options-header,
#stap-1-header,
#stap-2-header,
#stap-3-header,
#stap-4-header,
#stap-5-header {
  background: #f0f0f0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 5px;
}
div[id^="stap"][id$="content"] {
  margin-bottom: 20px;
}
.stapSubHeader {
  font-size: 1.45rem;
  color: #666;
}
.headerStapText {
  padding: 10px;
  background: #404040;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  height: 100%;
  margin: 0 !important;
}
.headerStapText.headerStapTextActive {
  background: #000;
}
.stapInfo i {
  margin-right: 5px;
  min-width: 20px;
}
.stapInfo i.info-divide {
  margin-left: 15px;
  margin-right: 15px;
}
.stapInfo ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.stapInfo li {
  float: left;
  margin-right: 20px;
  min-width: 150px;
}
.stapInfo li span {
  display: inline;
  line-height: 17px;
  font-size: 1.6rem;
}

.headerActive,
#stap-1-header.headerActive,
#stap-2-header.headerActive,
#stap-3-header.headerActive,
#stap-4-header.headerActive,
#stap-5-header.headerActive {
  background: #666;
  color: white;
  font-weight: bold;
}

/*Checkbox */
.checkBox {
  width: 20px !important;
  height: 20px !important;
  background: #000;
  position: relative;
}
.checkBox label {
  cursor: pointer;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
}

.checkBox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  content: "";
  position: absolute;
  width: 13px;
  height: 8px;
  background: transparent;
  border: 3px solid #fff;
  border-top: none;
  border-right: none;
  top: 4px;
  left: 4px;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.checkBox label#factuur_label:after {
  right: 5px;
  left: auto;
}
.checkBox input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.checkBox span {
  bottom: 8px;
  margin-left: 10px;
  position: absolute;
  font-size: 1.3rem;
}
.checkBox#anderfa {
  width: 23px !important;
  float: right;
}
/** HEADER PROGRESS TEXT **/
.headerDetailText {
  padding: 10px;
  box-sizing: border-box;
  float: left;
  font-size: 1.6rem;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.headerStapTextDone {
  background-color: #000;
}
span.productnaam i,
span.startdate i,
span.location i {
  margin-right: 10px;
}

.stapInfo span {
  padding-right: 10px;
  display: none;
  font-size: 1.6rem;
  line-height: 17px;
}

.stapInfo {
  display: none;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  font-size: 1.6rem;
  cursor: pointer;
}

.stapTick {
  padding-top: 8px;
  box-sizing: border-box;
  width: 0px;
  float: left;
  visibility: hidden;
}
.inputField {
  position: relative;
}
.overzicht {
  overflow: hidden;
}
.inputField input {
  margin-bottom: 10px;
  width: 100%;
}
input#initialen {
  width: 100%;
}
.inputfield.sub {
  overflow: hidden;
  min-height: 30px;
  position: relative;
}
i.dropdown {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 10px;
  font-size: 20px;
}
select:disabled {
  color: #ccc !important;
}

#kortingToevoegenBtn {
  width: 100%;
  margin-top: 20px;
}

/** LABELS **/
label#categorieZoeken,
label#pakketZoeken,
label#dateSelectLabel,
label#dateSelectLabel,
label#alleen_geboortedatumLabel {
  display: none !important;
}
label#factuur_label {
  right: 0px;
  left: auto;
}
#pakket {
  margin-left: 0px;
}
p#categorieSelectContainer,
p#pakketSelectContainer,
p#dateSelectContainer,
p#locatieSelectContainer,
p#maandSelectContainer {
  position: relative;
  margin: 0px;
}
select#categorieSelect,
select#pakketSelect,
select#dateSelect,
select#locatieSelect,
select#maandSelect {
  width: 100% !important;
  padding-left: 10px !important;
  box-shadow: none;
  color: #404040;
}
input#stap1Btn,
input#stap2Btn,
input#stap3Btn,
input#stap4Btn {
  float: right;
  margin-right: 0px;
  margin-bottom: 10px;
  cursor: pointer;
}
#stap1_aanvraagtekst {
  margin-top: 12px;
}
input#requestDateBtn {
  margin-bottom: 10px;
  margin-top: 10px;
}
input#stap5BackBtn {
  float: right;
  margin-right: 0px;
  margin-bottom: 5px;
  cursor: pointer;
  width: 100%;
  padding: 7px;
}
input[id^="stap2"],
input[id^="stap3"] {
  width: 100%;
}
 {
  width: 100%;
  margin-right: 0px;
}
.sessionTableContainer p {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
/*table#sessiontable tr:nth-child(2) {
        display: none;
}*/
table {
  color: #666;
}
.table-hover > tbody > tr:hover {
  color: white;
}
table.sessiontable td.locatie {
  padding-left: 30px;
  width: 35%;
}
table.sessiontable td.datum {
  width: 25%;
}
table.sessiontable td.tijd {
  width: 25%;
}

table.sessiontable td.adres {
  padding-left: 30px;
}

td {
  font-size: 1.45rem;
  padding: 5px;
}
tr.sessionFull {
  color: #ccc;
}
/*tr.tablerowEven{
        background-color: #f0f0f0;
}*/
tr.sessionAvailable {
  cursor: pointer;
} /*
.tablerowEven:hover , .tablerowOdd:hover {
        background:  #000;
        color: white;
}*/
.sessiontable tr.sessionAvailable.tablerowActive,
.sessiontable tr.tablerowActive {
  background-color: #404040;
  color: white;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.sessiontable tr.tablerowActive td .sessionAvailable.tablerowOdd {
  background: white;
}
#more_results {
  text-align: center;
  margin-top: 10px;
}

.fa.fa-check.stap-icon {
  opacity: 0.5;
  margin-right: 20px;
}
/** STAP 1 **/
.details {
  display: none;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tablerowShow {
  display: table-row;
}
.details td span {
  margin: 0px 10px 0px 0px;
}
.details td span.availabletraining {
  margin-left: 10px;
  display: none;
}

/* Calendar */
#calendar button {
  width: auto !important;
  margin: 4px;
}

#calendar button span {
  width: auto !important;
  margin-left: 0px;
  padding: 0px;
}

.fc-day-grid-event {
  border-radius: 0px !important;
}

.modal-header .close {
  background-color: transparent !important;
}

button {
  border-radius: 0px !important;
  background-color: #000 !important;
}

textarea {
  resize: none;
}

/** STAP 2 **/
#stap-2-content .inputField label {
  display: none;
}
#stap-2-content .inputField#login_store_container label {
  display: block;
  left: 0px;
}
#stap-2-content .inputField label.show {
  display: block;
  font-size: 1.3rem;
  line-height: 25px;
  padding-left: 20px;
}
select#geslachtKlantgegevens,
select#land,
select#fa_land {
  padding-right: 0px;
  width: 100%;
}
select#geslachtKlantgegevens {
}
select#geslachtKlantgegevens option:checked {
  color: #666;
}
option.selected {
  color: #666;
}
option.init_selected {
  color: #a9a9a9;
}
/* login box */
#loginBox {
  margin-top: 0px;
  margin-right: 0px;
  border: solid #ddd;
  border-width: 1px 1px 3px 1px;
  border-radius: 3px;
  float: right;
}
#loginbox .panel.panel-default {
  border: 1px solid #e0e0e0;
}
#loginbox .panel-heading {
  padding-top: 15px;
}
#loginbox .panel-body {
  padding-top: 5px;
}

textarea#opmerkingen {
  padding-right: 0px;
  width: 100%;
  min-height: 48px;
  resize: vertical;
}
#stap-2-content .inputField label#anderfactuuradresLabel {
  display: block;
}
input#anderfactuuradres,
input#algemenevoorwaarden,
input#hoh {
  width: 20px;
}

.inputField.checkBox.av {
  margin-bottom: 10px;
}

.checkBox label#hohLabel,
.checkBox label#av_label {
  left: 1px;
}
input#anderfactuuradres {
  float: right;
}

/** Login box **/
#login_store_container input {
  width: 20px !important;
}
form#login_form {
  padding: 10px 20px 10px 10px;
}
button#loginBtn {
  height: 34px;
  float: right;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
  margin-top: 15px;
}

button#loginBtn span {
  padding: 0px;
  margin-left: 0px;
}

.login.row {
  margin-right: 0px;
}

select#hoeveelcursisten {
  float: right;
}
#login_store_container {
  float: left;
}

img.login-loader {
  float: right;
  margin: 5px;
}
/** STAP 3 **/
select.geboortedatum_dag,
select.geboortedatum_maand,
select.geboortedatum_jaar {
  margin-right: 10px;
  width: 100%;
}
.cursist.row {
  overflow: hidden;
  padding-right: 0px;
}
#stap-3-content .inputField label {
  display: none;
}
/*.var1 {
        display: none;
}
.var2 {
        display: none;
}
.var3 {
        display: none;
}
.var4 {
        display: none;
}*/
select#aantalCursistenSelect {
  width: 100%;
}
.c-cursusInfo p {
  margin: 5px 0px;
}
/** MEERDERE CURSISTEN **/
.cursistHeader h2:before {
  content: "";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 10px;
}
label.c-cursusInfo {
  font-size: 1.45rem;
}
input.c-changeCursusBtn {
  margin-top: 10px;
  display: inline-block;
}
#aantalCursistenSelectContainer {
  position: relative;
  margin-bottom: 20px;
  display: none;
}
#cursisten .cursistSubHeader {
  display: none;
}
#cursisten .cursistLabel {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#cursisten select.geboortedatum_dag,
#cursisten select.geboortedatum_maand,
#cursisten select.geboortedatum_jaar {
  margin-bottom: 10px;
}
.add {
  margin-left: 0px;
  padding: 10px;
  cursor: pointer;
}
#addNewCursist {
  padding: 0px 10px;
  cursor: pointer;
}
/*select.c-geslacht, input.c-initialen {
    margin-left: -10px;
}*/
select.c-geslacht {
  padding-right: 10px !important;
  margin-left: 0px;
  width: 100%;
}
.selectcursist {
  position: relative;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.selectcursist i {
  right: 10px;
}
/*input.c-initialen {
    padding-right: 10px
}*/
.cursist_geboortedatum {
  padding: 0px;
}
#cursisten .cursist_geboortedatum_dag {
  padding-right: 5px;
}
#cursisten .cursist_geboortedatum_maand {
  padding-right: 5px;
  padding-left: 5px;
}
#cursisten .cursist_geboortedatum_jaar {
  padding-left: 5px;
}

input#meerdan5_gegevensdocument {
  opacity: 0;
  position: absolute;
  cursor: pointer;
}
.options-row .sub .checkBox {
  width: 15% !important ;
}
#meerdan5_gegevensdocument + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: #000;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #000;
  cursor: pointer;
}
#meerdan5_gegevensdocument + label * {
  pointer-events: none;
  font-size: 1.45rem;
  font-weight: normal;
}

#meerdan5_gegevensdocument:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
#meerdan5_gegevensdocument:focus + label,
#meerdan5_gegevensdocument + label:hover {
  background-color: #666;
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}
#stap-3-content .inputField label.show {
  display: inline-block;
  padding: 5px 20px 5px 10px;
}
#stap-3-content .inputField label.show:before {
  content: "";
  font-family: "FontAwesome";
  padding-right: 20px;
}
.removeCursist {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 5px;
}
.removeCursist i {
  font-size: 30px;
  color: white;
}
#cursisten .cursist_geboortedatum_dag,
#cursisten .cursist_geboortedatum_maand,
#cursisten .cursist_geboortedatum_jaar {
  position: relative;
}
/** STAP 4 **/
.overzicht.row {
  overflow: hidden;
}
.overzicht .checkBox {
  float: left;
}
.contact_geg_wrapper {
  overflow: hidden;
}
.contact_geg_container,
.cursistContainer {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border: solid #cccccc;
  margin-bottom: 20px;
  border-width: 1px 1px 3px 1px;
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 10px;
  /*word-break: break-all;*/
  word-wrap: break-word;
}
.contact_header,
.cursistHeader {
  background: #404040;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #404040;
  position: relative;
  min-height: 40px;
}
.contact_header h2,
.cursistHeader h2 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: white;
  padding: 10px;
  margin: 0;
  font-size: 1.5rem;
}

.contact_header.cursist h2 {
  color: #666;
}
.contact_header.personal h2:before {
  content: "";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.contact_header.factuur h2:before {
  content: "";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 10px;
}
.contact_header.cursist {
  background: #f0f0f0;
  border-color: #ccc;
}
.contact_header.cursist h2:before {
  content: "";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 10px;
}

.contact_header.groepoptions h2:before {
  content: "\f0c0";
  width: 25px;
  height: 25px;
  font-family: "FontAwesome";
  margin-right: 10px;
}

.overzichtLineLabelOnly {
  float: left;
  width: 100%;
}

.overzichtLineLabel {
  float: left;
  width: 45%;
}
.overzichtLineText {
  float: left;
  width: 55%;
}

.overzichtLine {
  font-size: 1.3rem;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 5px;
  padding: 5px;
}
.overviewCursist {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border: solid #cccccc;
  border-top: #f0f0f0;
  margin-bottom: 20px;
  border-width: 1px 1px 3px 1px;
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-top: 0px;
  min-height: 342px;
  /*word-break: break-all;*/
  word-wrap: break-word;
}
.overviewGroupOptions {
  -webkit-border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -ms-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  border: solid #cccccc;
  border-top: #f0f0f0;
  margin-bottom: 20px;
  border-width: 1px 1px 3px 1px;
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-top: 0px;
  /*word-break: break-all;*/
  word-wrap: break-word;
}
.inputField.checkBox.av,
.inputField.checkBox.hoh {
  height: auto;
  width: 25px;
}
p.checkbox {
  font-size: 1.3rem;
  line-height: 20px;
  margin: 0px 0px 0px 40px !important;
}
#avError {
  color: #f60000;
  font-size: 1.3rem;
  margin-left: 40px;
}
/** STAP 5 **/
table#tableBetaaloverzicht {
  width: 100%;
  border-collapse: collapse;
  color: #404040;
}

/* possible table rows in #tableBetaaloverzicht:
tr.header.tableHead
tr.header.tableHead.mobile
tr.header.product
tr.header.option
tr.header.rushSurcharge
tr.header.surcharge
tr.header.discount
tr.header.couponDiscount
tr.header.paymentMethod
*/

table#tableBetaaloverzicht .header {
  background: #f0f0f0;
  color: #666666;
}
table#tableBetaaloverzicht .header.tableHead {
  background: #666;
  color: #fff;
}

#tableBetaaloverzicht th {
  font-size: 1.3rem;
}

#tableBetaaloverzicht th,
td {
  padding: 10px;
}

#tableBetaaloverzicht td {
  padding-top: 5px;
  padding-bottom: 5px;
}

#tableBetaaloverzicht .name {
  text-align: left;
}

#tableBetaaloverzicht .price,
#tableBetaaloverzicht .vat,
#tableBetaaloverzicht .amount,
#tableBetaaloverzicht .priceTotal {
  text-align: right;
}

td#totaalLine {
  border-color: #ccc;
  border-top: 1px solid;
}
input#kortingscode {
  width: 100%;
}
#paymentFailedMessage p {
  color: #d9534f;
}
.betaalovz {
  margin-top: 10px !important;
  padding-bottom: 30px;
  overflow: hidden;
  border-color: #ccc;
  border-bottom: none;
}
#tableBetaaloverzicht p {
  padding: 8px;
  margin: 0px;
  border-color: #ccc;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
}
.clearfix {
  padding-top: 34px;
}
.betalingsmethode img {
  height: 30px;
}
.checkBox.betalingsmethode {
  height: 30px;
  margin-top: 10px;
}
.checkBox.betalingsmethode label:after {
  opacity: 0;
  opacity: 1;
  left: 11px;
  top: 7px;
}
#kortingSubText,
.betalingsmethode {
  margin-bottom: 20px;
}
.betaling_container {
  overflow: hidden;
  padding: 20px 10px;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 10px;
}
input#stap5Btn {
  width: 100%;
  padding: 10px;
}
#stap-5 .stapSubHeader {
  border-color: #ccc;
  border-style: dotted;
  border-width: 0px 0px 1px 0px;
}
select#betalingsmethode {
  width: 100%;
}
.betalen {
  position: relative;
}
.payment-icons {
  width: 25%;
  height: 40px;
  float: left;
  margin: 10px 0px;
  max-width: 80px;
}
.payment-icons img {
  width: 100%;
}
tr#spoedtoeslagRow div img {
  padding-right: 10px;
}
tr.child-spoedtoeslagRow td {
  font-size: 1.3rem;
}

tr#toeslagRow div img {
  padding-right: 10px;
}
tr.child-toeslagRow td {
  font-size: 1.3rem;
}

/** OPTION STEPS **/

.headerDetailText.Options {
  padding-left: 0px;
}

.headerDetailText.Options i {
  margin-right: 10px;
}
.headerDetailText.Options span {
  display: inline;
  line-height: 17px;
  font-size: 1.6rem;
}
#option-step-container select {
  padding-right: 0px;
  width: 100%;
}
#option-step-container {
  font-size: 1.3rem;
}

#option-step-container .cursisten {
  outline: 1px solid red;
}

#option-step-container .cursist,
#option-step-container #groep-options {
  margin-top: 10px;
}

#option-step-container .cursist .cursist-header,
#option-step-container #groep-options .groep-options-header {
  background: #404040;
  color: white;
  outline: none;
  padding: 5px;
  text-align: center;
}

#option-step-container .cursist .cursist-content {
  padding: 5px;
}

.datepicker-icon {
  position: absolute;
  pointer-events: none;
  right: 20px;
  top: 14px;
  font-size: 14px;
}

.option_datepicker,
.option_dropdown {
  cursor: pointer;
}

.ui-datepicker-year {
  margin-left: 8px;
  padding: 4px;
  cursor: pointer;
}

.ui-datepicker-next.ui-corner-all,
.ui-datepicker-prev.ui-corner-all {
  padding-top: 2px;
}

.option_dropdown {
  margin-bottom: 10px;
}
#groep-options,
#option-step-container .cursist-header,
#option-step-container .cursist {
  outline: none;
  padding: 10px;
}
.groep-options-content,
.cursist-content {
  padding: 5px;
  border-radius: 0px 0px 3px 3px;
  border: solid #cccccc;
  margin-bottom: 20px;
  border-width: 1px 1px 3px 1px;
  overflow: hidden;
}

.groep-options-header,
#option-step-container .cursist .cursist-header {
  padding: 5px 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -ms-border-top-left-radius: 3px;
  -ms-border-top-right-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-left: 1px solid;
  border-left: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #404040;
  background: #404040;
  outline: none;
}
.groep-options-header i {
  margin-right: 10px;
}
div[id^="stap-options-"] span {
  font-size: 1.45rem;
}

/* Content bedankt */
#contentbedankt .stap {
  padding: 10px;
  background: #404040;
  box-sizing: border-box;
  font-size: 1.6rem;
  font-weight: 500;
  color: white;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  background: black;
}
#contentbedankt .stap-icon {
  margin-right: 20px;
}

.option_description {
  /* margin-bottom: 7px; */
  /* margin-top: 7px;*/
}

/* UI datepicker */
div#ui-datepicker-div {
  overflow: hidden;
  background: white;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
a.ui-datepicker-next.ui-corner-all {
  float: right;
  margin-right: 10px;
}
a.ui-datepicker-prev.ui-corner-all {
  float: left;
}
a[class^="ui-datepicker-"] {
  cursor: pointer;
  color: white !important;
}
a[class^="ui-datepicker-"]:hover {
  text-decoration: none;
}
.ui-datepicker-calendar a.ui-state-default {
  color: #666 !important;
}
.ui-datepicker-header.ui-widget-header {
  background: #404040;
  color: white;
  text-align: center;
  padding: 10px 0px;
}
a[class^="ui-datepicker-"].ui-corner-all span {
  display: none;
}
a.ui-datepicker-next.ui-corner-all {
  margin-right: 15px;
  margin-top: 5px;
}
a.ui-datepicker-prev.ui-corner-all {
  margin-left: 15px;
  margin-top: 5px;
}
a.ui-datepicker-next.ui-corner-all:before {
  content: "\f105";
  font: normal normal normal 14px/1 "FontAwesome";
}
a.ui-datepicker-prev.ui-corner-all:before {
  content: "\f104";
  font: normal normal normal 14px/1 "FontAwesome";
}
#stap-4 .checkBox label:after {
  left: 3px;
}

.ppdirectlogos {
  max-height: 25px;
  width: auto;
  margin-bottom: 10px;
}

.logocontainer a {
  width: 100%;
  display: block;
  float: right;
}
.danklist {
  padding: 0px 10px;
  font-size: 1.5rem;
}

.btnDisabled {
  opacity: 0.5;
  cursor: default !important;
}

div#hoh_container {
  margin-bottom: 10px;
  height: 60px;
}
.fa_telefoonnummer {
  padding-right: 10px !important;
}
.stap1_footer input {
  width: 100%;
}
/** RESPONSIVE CSS **/

@media screen and (max-width: 1024px) {
  .container {
    width: auto !important;
  }
  #cursisten select.geboortedatum_dag,
  #cursisten select.geboortedatum_maand,
  #cursisten select.geboortedatum_jaar,
  select.c-geslacht {
    margin-bottom: 20px;
  }
  select#land {
    margin-bottom: 5px;
  }
  .mobile-grid-full {
    padding: 0px !important;
  }
  .options-row {
    padding-top: 10px;
    overflow: hidden;
  }
  .overviewCursist {
    border-top: #f0f0f0;
    margin-top: 0px;
    min-height: 342px;
  }
  .overviewGroupOptions {
    border-top: #f0f0f0;
    margin-top: 0px;
  }
  .tablet-full-grid {
    padding-left: 0px !important;
    padding-right: 10px !important;
  }
  /*select.c-geslacht, input.c-initialen {
        margin-left: 0px;
        padding-right: 0px;
    }*/
  .selectcursist {
    position: relative;
    padding-right: 0px !important;
    padding-left: 10px !important;
    padding-bottom: 10px;
  }
  select.c-geslacht {
    width: 100%;
  }
  .selectcursist i {
    right: 10px;
  }
  #cursisten .cursist_geboortedatum_jaar,
  #cursisten select.geboortedatum_maand {
    padding-left: 10px;
    padding-right: 0px;
  }
  .extra-padding-right {
    padding-right: 20px !important;
  }
  input#kortingscode {
    width: 100%;
  }
  input#kortingToevoegenBtn {
    width: 100%;
    margin-top: 10px;
  }
  aside.defaultbanner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 210px;
    background-position: 50%;
  }
  aside.banner {
    clear: both;
    position: relative;
    margin-bottom: 20px;
    background-size: cover;
    min-height: 300px;
    width: 100%;
  }
  img.defaultimg {
    max-height: 100px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .min-tablet {
    min-height: 230px;
  }
}

@media screen and (min-width: 414px) and (max-width: 768px) {
  .no-margin {
    margin-right: 0px;
  }
  form#login_form {
    padding: 0px;
  }
  #loginBox {
    margin-bottom: 20px;
    width: 100%;
    padding-bottom: 10px;
  }
  hr {
    padding: 0px;
  }
  .headerStapTextDone.mobile-landscape-15 {
    width: 100%;
  }
  .stapInfo span,
  .stapInfo li span {
    font-size: 1.6rem;
    margin-left: 0px;
  }
  .stapInfo li {
    min-width: 20%;
    margin-right: 5px;
  }
  #korting {
    margin-right: 10px;
  }
  aside.defaultbanner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 130px;
  }
  .defaultcaption {
    font-size: 16px;
    height: auto;
    padding: 5px 0 5px 25px !important;
    /*background: transparent !important;
color: #666 !important;*/
  }
  .defaultcaption a.captionlink {
    /*color: #666 !important;*/
  }
  img.defaultimg {
    width: 150px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1199px) {
  .grid-25,
  .grid-75 {
    width: 100% !important;
    margin-bottom: 20px;
  }

  form#login_form div:nth-child(2),
  form#login_form div:nth-child(3) {
    width: 50%;
    float: left;
    /* padding-right: 10px; */
    box-sizing: border-box;
  }
  form#login_form div:nth-child(3) {
    padding-left: 20px;
  }
  table.sessiontable td.locatie {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 57.5%;
  }

  aside.defaultbanner {
    min-height: 115px;
    background-size: 150%;
    background-position: 50% 0%;
    background-repeat: no-repeat;
  }
  .defaultcaption {
    font-size: 16px;
    height: auto;
    padding: 5px 0px !important;
  }

  .fa.fa-check.stap1,
  .fa.fa-check.stap2,
  .fa.fa-check.stap3,
  .fa.fa-check.stap4,
  .fa.fa-check.stap5 {
    margin-right: 10px;
  }

  img.defaultimg {
    max-width: 100px;
  }
  .stapTick,
  .stapInfo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: -10px;
  }
  .stapInfo {
    width: 100%;
  }
  .stapInfo span,
  .stapInfo li span {
    width: 85%;
    float: left;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    display: inline;
    line-height: 25px;
  }
  .stapInfo i {
    float: left;
    width: 10%;
    line-height: 25px;
  }
  .headerDetailText {
    width: auto;
  }
  input#stap1Btn,
  input#stap2Btn,
  input#stap3Btn,
  input#stap4Btn {
    margin-right: 0px;
    margin-top: 0px;
  }

  input {
    width: 100%;
    box-sizing: border-box;
  }
  .inputField {
    float: left;
    margin-bottom: 10px;
  }
  .inputField input {
    width: 100%;
    margin-bottom: 10px;
  }
  .doorgaan {
    margin-right: 0px !important;
  }
  .mobile-grid-full {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
  .checkBox label:after {
    top: 0px;
    left: 0px;
  }
  .inputField.checkBox {
    width: 20px;
  }
  .mobile-padding-right-10 {
    padding-right: 10px !important;
  }
  .mobile-padding-right-20 {
    padding-right: 20px !important;
  }
  .errorNotice p {
    text-align: center;
  }
  .no-padding-right,
  .extra-padding-right {
    padding-right: 10px !important;
  }
  /** STAP 1 **/
  p#pakketSelectContainer img {
    display: none;
  }
  .sessionTableContainer p {
    margin: 0px;
  }
  table.sessiontable td {
    float: left;
    font-size: 1.4rem;
    padding: 5px 10px;
  }
  table.sessiontable td.naam {
    width: 100%;
    font-weight: bold;
  }
  table.sessiontable td.inschrijven {
    float: left;
    width: 100%;
  }
  table.sessiontable td.datum {
    float: right;
    width: 30%;
    box-sizing: border-box;
    text-align: right;
  }
  table.sessiontable td.locatie {
    width: 30%;
    box-sizing: border-box;
    padding-left: 10px;
  }
  table.sessiontable td.adres {
    padding-left: 10px;
  }
  table.sessiontable td#tijd {
    float: right;
    width: 30%;
  }
  td#prijs {
    font-weight: bold;
    width: 100%;
    text-align: center;
  }
  .availabletraining {
    color: green;
    margin-left: 0px;
  }
  .fulltraining {
    color: red;
    opacity: 0.5;
  }
  table.sessiontable td.nopaddingmob {
    padding: 0px;
  }
  .sessiontable tr.sessionAvailable.tablerowActive .availabletraining {
    font-weight: bold;
    color: #01af4f;
  }
  li.productInfo {
    min-width: initial;
  }
  /** STAP 2**/
  #loginBox {
    float: none;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  #loginBox #loginboxFeedback {
    color: red;
    font-size: 10px;
    text-align: center;
  }
  #stap-2-content .inputField#login_store_container label {
    display: block;
    float: left;
    margin: 4px;
    color: #949494;
  }
  #stap-2-content .inputField label.show {
    padding-left: 0px;
  }
  .stapInfo li {
    width: 100%;
  }
  /** STAP 4**/
  .checkBox label#av_label:after,
  .checkBox label#hohLabel:after {
    left: 3px;
  }
  /** STAP 5 **/
  .korting {
    margin-top: 20px;
  }
  table#tableBetaaloverzicht {
    margin-bottom: 20px;
  }
  input#kortingToevoegenBtn {
    width: 100%;
    margin-top: 20px;
  }
  #tableBetaaloverzicht th:nth-child(1) {
    width: 50%;
  }
  #tableBetaaloverzicht th:nth-child(2),
  #tableBetaaloverzicht th:nth-child(5) {
    width: 25%;
  }
  #tableBetaaloverzicht th:nth-child(3) {
    width: 0;
  }
  #tableBetaaloverzicht th:nth-child(4) {
    width: 0;
  }
  .ui-datepicker th {
    width: auto;
  }
  #tableBetaaloverzicht th {
    padding: 10px 5px;
  }
  #tableBetaaloverzicht td:nth-child(2),
  #tableBetaaloverzicht td:nth-child(4) {
    font-size: 1.3rem;
  }
  .defaultbanner .defaultcaption {
    height: auto !important;
  }
  .defaultcaption .grid-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .grid-container {
    width: 100%;
  }
  .checkBox label {
    left: 3px;
    top: 4px;
  }
  .headerStapText.headerStapTextDone {
    width: 100%;
    text-align: left;
  }
  .headerStapTextDone + div,
  .headerStapTextDone + div .headerDetailText {
    width: 100%;
  }
  #loginBox .panel-body {
    margin: -5px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
  .stapInfo li {
    width: 50%;
    margin-right: 0px;
  }
  .headerStapText.headerStapTextDone {
    min-height: 64px;
  }
}

@media screen and (max-width: 480px) {
  .selectcursist {
    padding-right: 10px !important;
  }
  #cursisten .cursist_geboortedatum_maand {
    padding-left: 10px !important;
  }
  #cursisten .cursist_geboortedatum_jaar {
    padding-right: 10px !important;
  }
  #cursisten .cursist_geboortedatum_dag,
  #cursisten .cursist_geboortedatum_maand,
  #cursisten .cursist_geboortedatum_jaar {
    padding-right: 10px;
  }
  .tablet-full-grid {
    padding-left: 10px !important;
  }
  .selectcursist i {
    right: 20px;
  }
  .extra-padding-right {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .sessionFull td.naam,
  .sessionFull td.prijs {
    display: none;
  }
  tr.sessionFull td.locatie {
    width: 38% !important;
  }
  tr.sessionFull td.inschrijven {
    padding: 0px !important;
  }
  #stap-1 button {
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .headerStapTextDone {
    background-color: #000;
    cursor: pointer;
    width: 100% !important;
    text-align: left !important;
  }

  /* tabel */
  tr.sessionAvailable {
    border-bottom: 1px solid #e0e0e0;
  }
  table.sessiontable td.locatie {
    width: 100%;
  }
  table.sessiontable td#tijd {
    width: 50%;
    float: left;
  }
  table.sessiontable td.datum {
    width: 50%;
  }
  table.sessiontable td#prijs.prijs {
    width: 100%;
    text-align: center;
  }
  .bannerImg {
    max-width: 120px;
    margin-left: 0px;
  }
  aside.banner {
    min-height: 100px;
  }
  .stap1_footer {
    margin-top: 15px;
  }
  /* options */
  .headerDetailText.Options i {
    float: left;
    width: 15%;
  }
  .headerDetailText.Options span {
    display: block;
    float: left;
    width: 85%;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .npr {
    padding-right: 5px !important;
  }

  .npl {
    padding-left: 5px !important;
  }
  .c-email_personal {
    height: 33px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .headerStapText {
    min-width: 110px !important;
  }
}

/* bootstrap reset and legacy support*/

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border-top: none !important;
}
.panel-default > .panel-heading {
  /* background: transparent; */
  background-image: none;
  background-color: transparent;
  border: none;
  margin-top: -5px;
}
.container-full {
  padding: 0 !important;
}

.stap1_info,
div[id*="stap1"],
div[class*="stap1"] {
  /* padding: 0 !important;*/
}

.panel {
  background-color: transparent !important;
  border: none;
  box-shadow: none;
}

.form-control {
  width: 100%;
  padding: 7px 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: none;
  color: #404040;
}

.panel-body .row {
  margin-bottom: 10px;
}

.panel-body .row:last-child {
  margin-bottom: 2px;
}

.bs-callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
  background-color: #fff;
}
.bs-callout-danger {
  background-color: #fcf2f2;
  border-color: #d9534f;
}
.bs-callout-warning {
  background-color: #fefbed;
  border-color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f0f7fd;
  border-color: #5bc0de;
}

.formSwitch {
  border-color: #000;
  background-color: #ffffff;
}

.formSwitch h2 {
  margin-top: 2px;
}

.formSwitch button {
  border: none;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
}
