.inschrijfmodule-form fieldset {
	border: 1px solid #ccc;
	margin: 0 0 20px;
	padding: 5px 10px;
}

.inschrijfmodule-form legend {
	font-size: 16px;
	display: block;
	padding: 0 6px 10px 0;
}

.inschrijfmodule-form .inschrijfmodule-row {
	padding: 0 0 10px;
	*zoom: 1;
}

.inschrijfmodule-form .inschrijfmodule-row:before,
.inschrijfmodule-form .inschrijfmodule-row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.inschrijfmodule-form .inschrijfmodule-row:after {
    clear: both;
}

.inschrijfmodule-form .inschrijfmodule-row>label {
	display: block;
	float: left;
	width: 20%;
}
.inschrijfmodule-form div.rabodiscount label {
	margin-top: 15px;
	width: 100%;
}
fieldset.mainform div.inschrijfmodule-row label {
	display: block;
	float: left;
	width: 40%;
}
fieldset.mainform div.inschrijfmodule-row .checkboxes label {
	width: 100%;
	cursor: pointer;
}
fieldset.mainform div.inschrijfmodule-row div.inschrijfmodule-field input[type=text], fieldset.mainform div.inschrijfmodule-row div.inschrijfmodule-field textarea {
	width: 100%;
}
.inschrijfmodule-form .inschrijfmodule-row .inschrijfmodule-field {
	display: block;
	float: left;
	width: 50%;
}

.inschrijfmodule-form #inschrijfmodule-products, .inschrijfmodule-form #inschrijfmodule-products-discount {
	float: left;
	padding: 3px;
}

.inschrijfmodule-form .amount-box, .inschrijfmodule-form .teamcaptain-box{
	float: left;
	clear: left;
	margin: 5px 0 0;
}
.inschrijfmodule-form .teamcaptain-box label {
	cursor: pointer;
}
.inschrijfmodule-form .amount-box input {
	width: 20px;
	padding: 3px;
	margin: 0;
}

.inschrijfmodule-error {
	border: 1px solid red;
}

.inschrijfmodule-form .checkboxes {
	padding: 1px;
}

.inschrijfmodule-form .checkboxes.inschrijfmodule-error {
	padding: 0px;
}

#inschrijfmodule-validation, .inschrijfmodule-error {
	display: block;
	padding: 10px;
	background: #fac8c8;
	border: 1px solid red;
	color: darkred;
	border-radius: 3px;
	margin: 0 0 20px;
}

#inschrijfmodule-total {
	font-size: 16px;
	font-weight: bold;
	padding: 10px 0 0;
}

.inschrijfmodule-form #discount-code {
	display: block;
	float: left;
}

.inschrijfmodule-form .checkmark {
	padding: 0;
	margin: 0 0 0 5px;
	border: 0px none;
	display: none;
	float: left;
}

.knwu_lidmaatschap_form {
	border-top: 1px solid #aaa;
	padding: 10px 0 0;
	display: none;
}

.knwu_lidmaatschap_form .knwu-machtiging {
	float: left;
}

fieldset.mainform .knwu_lidmaatschap_form div.inschrijfmodule-row .knwu-machtiging label {
	width:100%; 
	font-size:12px; 
	margin: 0 0 10px;
	cursor: pointer;
}

.knwu-lidmaatschap-tekst {
	background: #f5f5f5;
	padding: 10px;
	margin: 0 0 10px;
}

.registrations {
	width: 100%;
}
.registration { 
	width: 31%; 
	margin: 0 1% 30px;
	background: #f5f5f5;
	box-sizing: border-box;
}

.registration-more, .registration-name, .registration-donation {
	background-color: #fe9f2c;
	padding: 10px;
	font-size: 13px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.registration-name {
	font-weight: bold;
}

.registration-name small {
	font-weight: normal;
}

.registration-more {
	background-color: #353535;
	text-align: center;
}

.registration-donation {
	background: #353535;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

.registration-filters {
	margin: 10px 1%;
/* 	float: left; */
}

.registration-sort {
	margin: 10px 2% 10px 1%;
/* 	float: right; */
}

.registration-search {
/* 	float: left; */
	margin: 10px 0;
}

.registration-search input {
    width: 200px;
    margin: 10px;
}

.registration-detail {
	width: 100%;
	margin-top: 30px;
}

.registration-profile
 {
	font-size: 13px;
	padding: 10px;
	box-sizing: border-box;
}

.registrations figure , .registration-detail figure {
	width: 100%;
	padding-bottom: 100%;
	background: #f5f5f5;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
}

.registration-detail figure {
	float: left;
	width: 20%;
	padding-bottom: 20%;
}

.registration-detail .registration-profile, .registration-detail .registration-name {
	float: right;
	width: 80%;
}
/* RV */

.registration-extra {
	float: right;
	width: 80%;
}
p.registration-extra-label {
	font-size: 13px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 0;
	font-style: italic;
}

p.registration-extra-answer {
	font-size: 13px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 0;
	font-weight: bold;
}


.registration-detail .registration-donation {
	text-align: left;
	padding: 10px;
	line-height: 26px;
	position: relative;
}

.registration-detail .registration-donate {
	background: #008000;
	display: block;
	color: #fff;
	padding: 10px;
	position: absolute;
	right: 0;
	top: 0;
}

.registration-detail .registration-donate:hover {
	text-decoration: none;
	background: #fe9f2c;
	color: #fff;
}

.registration-detail .registration-donations {
	background-color: #353535;
	padding: 10px;
	font-size: 13px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block;
}

.registration-filters-container {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.registration-filters, .registration-sort {
	border: 0px solid #444;
}

.registration-filters button, .registration-sort button  {
	border: 0px none;
	border-left: 0px solid #444;
	background: #ccc;
	color: #444;
}

.registration-filters button:hover, .registration-sort button:hover {
	text-decoration: none;
	background: #fe9f2c;
	color: #fff;
}

.registration-filters button:focus, .registration-sort button:focus {
	outline: none;
}

.registration-filters button.active, .registration-sort button.active {
	background: #fe9f2c;
	color: #fff;
}

.registration-filters button:first-child, .registration-sort button:first-child {
	border: 0px none;
}


@media screen and (max-width: 450px) {

fieldset.mainform div.inschrijfmodule-row label {
    display: block;
    float: left;
    width: 100%;
}

.inschrijfmodule-form .inschrijfmodule-row .inschrijfmodule-field {
    display: block;
    float: left;
    width: 100%;
}

#photoupload {
	width: 100%;
}


.registration {
    width: 100%;
    margin: 0 0 30px 0;
    background: #f5f5f5;
    box-sizing: border-box;
}

.registration-name {

    padding: 10px 20px !important;
}
.registrations figure, .registration-detail figure {
	margin: 0;
}
.registration-donation {
    padding-right: 20px !important;
    padding-left: 20px !important;
}
.registration-detail figure {
    float: left;
    width: 100%;
    padding-bottom: 200px;
}
.registration-detail .registration-profile, .registration-detail .registration-name {
    float: right;
    width: 100%;
}
.registration-detail table  {
	font-size: 13px;
}
.registration-detail table td:last-child {
	white-space: nowrap;
}

.registration-detail table td:first-child {
	padding: 0 !important;
}




}


