/** 
	@note	Custom made!
	@todo	Refactor completely!
**/	
		
.mod-formulieren input[type="file"] {
	margin-top: 5px;
}
		
.chosen-container-single a.chosen-single {
	background: #F7F7F7;
	border: 1px solid #D6D6D6;
	border-radius: 0;
	box-shadow: none;
	color: #242424;
	font-family: 'open_sansregular', Arial;
	font-size: 14px;
	padding: 3px 10px;
}

.mod-formulieren .errors {
	color: #CF0004;
	margin: 30px 0;
}

.mod-formulieren.stored {
	margin: 20px 0;
}

.mod-formulieren .tip {
	background: #fec735;
	border-radius: 16px;
	cursor: pointer; 
	display: block;
	float: right;
	font-family: 'open_sansbold';
	font-size: 12px;
	font-weight: normal;
	height: 16px;
	line-height: 16px;
	margin: 7px 0 0 0;
	position: relative;
	text-align: center; 
	width: 16px;
}

.mod-formulieren .tip .text {
	background: #fec735;
	display: none;
	font-family: 'open_sansregular';
	left: 0px;
	padding: 15px;
	position: absolute;
	text-align: left;
	top: 10px;
	width: 164px;
	z-index: 999;
}  

.mod-formulieren .tip:hover .text {
	display: block;
} 

.mod-formulieren .actions {
	margin-top: 25px;
	text-align: right;
}

.mod-formulieren .item h2 {
	margin-top: 50px;
}

.mod-formulieren .item.stap {
	margin: 50px 0;
	padding: 35px 0;
}

.mod-formulieren .item.stap:not(:first-child) {
	border-top: 1px solid #d6d6d6;
}

.mod-formulieren .item.stap .step {
	background: #242424;
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 18px;
	line-height: 32px;
	padding: 0 9px;
	text-transform: uppercase;
}

.mod-formulieren .item.stap h2 {
	float: left;
	margin-left: 25px;
}

.mod-formulieren .item.stap .intro {
	clear: left;
	margin-bottom: -75px;
	margin-top: 75px;
}

.mod-formulieren .item.basic {
	margin: 10px 0;
}

.mod-formulieren .item.basic > * {
	vertical-align: top;
}

.mod-formulieren .item.basic:not(.lange_tekst):not(.hasLabel) {
	/*
	float: left;
	margin: 0 10px 10px 0;
	width: calc(50% - 5px);
	*/
	
	width: calc(100% - 20px);
}

.mod-formulieren .item[data-naam="Achternaam"],
.mod-formulieren .item[data-naam="Telefoon"] {
	clear: right;
	margin-right: 0 !important;
}

.mod-formulieren .item.basic label {
	cursor: default !important;
	display: inline-block;
	margin-top: 5px;
	opacity: 1 !important;
	padding-right: 15px;
	width: 250px;
}

.xs .mod-formulieren .item.basic label {
	display: block;
	margin-top: 15px;
	width: auto;
}

.mod-formulieren .item.basic input:not([type="checkbox"]):not([type="radio"]) {
	width: 100%;
}

.mod-formulieren .item.basic span.prefix,
.mod-formulieren .item.basic span.postfix {
	padding: 0 10px;
}

.mod-formulieren .item.basic.hasLabel input:not([type="checkbox"]):not([type="radio"]),
.mod-formulieren .item.basic.hasLabel textarea {
	display: inline-block;
	width: calc(100% - 255px);
}

.xs .mod-formulieren .item.basic.hasLabel input,
.xs .mod-formulieren .item.basic.hasLabel textarea {
	width: 100% !important;
}

.mod-formulieren .item.basic.getal_heel input,
.mod-formulieren .item.basic.getal_komma input {
	text-align: left;
}

/*
.mod-formulieren .item.basic.getal_heel input,
.mod-formulieren .item.basic.getal_komma input {
	margin-left: 130px;
	width: 100px;
}
*/

.mod-formulieren .item.keuzelijst select,
.mod-formulieren .item.keuzelijst .chosen-container,
.mod-formulieren .item.keuzelijst .bootstrap-select {
	width: 200px;
}

.mod-formulieren .bootstrap-select {
	margin-bottom: 0;
	width: calc(100% - 255px) !important;
}

.mod-formulieren .item.keuzelijst .chosen-container-multi input { 
	min-height: 25px;
}

.mod-formulieren .item.keuzelijst .options {
	display: inline-block;
	width: calc(100% - 255px);
}

.xs .mod-formulieren .item.keuzelijst .options {
	font-size: 0;
	width: 100%;
}

.mod-formulieren .item.keuzelijst .options label {
	font-size: 14px;
}

.mod-formulieren .item.keuzelijst .options.horizontal label {
	display: inline-block;
	margin-right: 15px;
	width: auto;
}

.xs .mod-formulieren .item.keuzelijst[data-naam="Geslacht"] .options.horizontal label {
	margin-right: 0;
	width: 50%;
}

.mod-formulieren .item.keuzelijst .options.vertical label {
	display: block;
	font-weight: normal;
	width: 100%;
}

.mod-formulieren .item.keuzelijst .options input[type] { 
	margin-right: 5px;
	width: auto !important;
}

.mod-formulieren .item.keuzelijst .options label {
	font-weight: normal;
}

.mod-formulieren .item.basic.telefoon input {
	text-align: left !important;
}

.mod-formulieren .item.lange_tekst textarea {
	min-height: 200px;
	resize: none;
	width: 100%;
}

.mod-formulieren .item.straat_huisnummer {
	overflow: auto;
}

.mod-formulieren .item.straat_huisnummer input[name*="[street]"] {
	width: calc(100% - 290px - 100px) !important;
}

.xs .mod-formulieren .item.straat_huisnummer input[name*="[street]"] {
	width: calc(100% - 100px) !important;
}

.mod-formulieren .item.straat_huisnummer input[name*="[housenumber]"] {
	float: right;
	width: 92px !important;
}

.mod-formulieren .item.postcode_plaats input[name*="[postal]"] {
	width: 92px !important;
}

.mod-formulieren .item.postcode_plaats input[name*="[city]"] {
	float: right;
	width: calc(100% - 290px - 100px) !important;
}

.mod-formulieren .item.persoonsNaam .inputs {
	font-size: 0;
}

.mod-formulieren .item.persoonsNaam label + .inputs {
	display: inline-block;
	width: calc(100% - 250px - 5px);
}

.xs .mod-formulieren .item.persoonsNaam label + .inputs {
	width: 100%;
}

.mod-formulieren .item.persoonsNaam input[name*="[tussenvoegsel]"] {
	display: inline-block;
	margin: 0 10px;
	vertical-align: top;
	width: 120px !important;
}

.xs .mod-formulieren .item.persoonsNaam input[name*="[tussenvoegsel]"] {
	width: 50px !important;
}

.mod-formulieren .item.persoonsNaam input[name*="[voornaam]"],
.mod-formulieren .item.persoonsNaam input[name*="[achternaam]"] {
	display: inline-block;
	vertical-align: top;
	width: calc((100% - 120px) / 2 - 10px) !important;
}

.xs .mod-formulieren .item.persoonsNaam input[name*="[voornaam]"],
.xs .mod-formulieren .item.persoonsNaam input[name*="[achternaam]"] {
	width: calc((100% - 50px) / 2 - 10px) !important;
}

.mod-formulieren .item.voorwaarden {
	margin-top: 30px;
}

.mod-formulieren .item.voorwaarden label {
	font-weight: normal;
	padding: 5px;
}

.mod-formulieren .item.error input:not([name*="tussenvoegsel"]),
.mod-formulieren .item.error textarea,
.mod-formulieren .item.error a.chosen-single,
.mod-formulieren .item.error .chosen-choices,
.mod-formulieren .item.error.voorwaarden label {
	border: 1px solid #CF0004;
}

.mod-formulieren .item.uitleg {
	margin: 20px 0;
}

.mod-formulieren .item.beschikbaarheid {
	margin-top: 25px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mod-formulieren .item.beschikbaarheid .days {
	padding-bottom: 20px;
	overflow: scroll;
	width: 100%;
}

.mod-formulieren .item.beschikbaarheid label,
.mod-formulieren .item.beschikbaarheid small {
	display: block;
	margin: 0;
	text-align: center;
	width: 100%;
}

.mod-formulieren .item.beschikbaarheid table {
	margin-top: 5px;
	width: 100%;
}

.mod-formulieren .item.beschikbaarheid th,
.mod-formulieren .item.beschikbaarheid td { 
	padding: 3px;
}

.mod-formulieren .item.beschikbaarheid th {
	border-bottom: 2px solid #eee;
}

.mod-formulieren .item.beschikbaarheid td {
	border-bottom: 1px solid #eee;
}

.mod-formulieren .item.beschikbaarheid td.onbeschikbaar {
	background: #eee;
	cursor: not-allowed;
}

.mod-formulieren .item.beschikbaarheid td:not(:first-child) { 
	min-width: 20px;
}

.mod-formulieren .item.beschikbaarheid th:not(:first-child),
.mod-formulieren .item.beschikbaarheid td:not(:first-child) {
	border-bottom-color: #aaa;
}

.mod-formulieren .item.beschikbaarheid td:nth-child(2n+1) {
	border-right: 1px solid #aaa;	
}

.mod-formulieren .item.beschikbaarheid td:nth-child(2n+0) {
	border-right: 1px dashed #ccc;	
}

.mod-formulieren .item.beschikbaarheid td.selected {
	background: #0077ad;
	border-color: #0077ad !important; 
}

.mod-formulieren .item.competitie td {
	padding: 7px 8px;
}

.xs .mod-formulieren .item.competitie td {
	display: inline !important;
	width: auto;
}

.xs .mod-formulieren .item.competitie td:nth-child(3):after {
	content: '\A';
	white-space: pre;
}

.xs .mod-formulieren .item.spelers {
	width: 100% !important;
}

.mod-formulieren .item.spelers table {
	display: inline-block;
	margin-bottom: 15px;
	width: calc(100% - 255px);
}

.xs .mod-formulieren .item.spelers table {
	width: 100%;
}

.mod-formulieren .item.spelers td {
	padding: 5px;
}

.mod-formulieren .item.spelers input[name*="[bondsnummer]"] {
	width: 125px !important;
}

.xs .mod-formulieren .item.spelers input[name*="[bondsnummer]"] {
	width: 100px !important;
}

.mod-formulieren .item.spelers input[name*="[naam]"] {
	width: 250px !important;
}

.xs .mod-formulieren .item.spelers input[name*="[naam]"] {
	width: 100% !important;
}