/* ============================================================================
    Forms
============================================================================ */
form, input {
    font-family: "MG Rounded";
    font-weight: 300;
}
form fieldset {
	
}
form .formGroup {
	margin: 0 0 10px;
}

form label {
	font-family: "MG Rounded";
    font-size: 0.75em;
    display: block;
}
form input, form button, form select, form textarea {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f2f2f2;
    border-radius: 3px;
    color: #000;
    display: inline-block;
    font-family: "MG Rounded";
    font-size: 17px;
    height: 50px;
    line-height: 40px;
    margin-bottom: 0.5em;
    margin-top: 10px;
    padding: 0 15px;
}
.sideBar form input, .sideBar form select, .sideBar form textarea, .sideBar form button {
	width: 100%;
}
form select {
	padding: 5px;
	background: none;
	color: #000;
    cursor: pointer;
}
.customSelect {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fefefe;
    border-radius: 3px;
    color: #3f3030;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.customSelectInner {
	background: url(../images/dropdownarrow.jpg) no-repeat 100% 50%;
	padding: 0 10px 0 0;
    width: 100% !important;
}
form textarea {
  height: 150px;
  line-height: 21px;
  padding: 10px;
}
form input[type="submit"], form button[type="submit"], form button.button[type="submit"] {
    background-color: #94c11e;
    border: 1px solid #94c11e;
    border-radius: 5px;
    color: #fff;
    width: 180px;
    text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
form input[type="submit"]:hover, form button[type="submit"]:hover {
	background-color: rgba(0,0,0,0);
    color: #000;
}
form input[type="checkbox"] {
	width: inherit;
}
.boekenHomeHeader input[type="text"], .boekenHomeHeader input[type="submit"] {
    border: 1px solid #fff;
    border-radius: 2px;
    height: 45px;
    margin-right: 5px;
    padding: 0 12px;
    width: 205px;
    letter-spacing: -0.5px;
    font-size: 12px;
}
.boekenHomeHeader input[type="submit"] {
    background-color:#94c11e;
    border: 1px solid #94c11e;
    border-radius: 2px;
    color:#fff;
}