body {
	margin-top: 70px;
	background-color: #2f2f2f;
	color: #3a3a3c;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background-image: url('/images/beheer/login_background.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left bottom;
}

@media (prefers-color-scheme: dark) {
	.submit {
		background-color: #629c3e !important;
	}
	/*.fa-times {
		opacity: 0.7;
	}*/
}

.container {
	margin: auto;
	width: 450px;
}

h3 {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 150%;
    color: #42682a;
    text-align: center;
}

h4 {
	float: left;
	width: 100%;
	color: #42682a;
	font-size: 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.login {
	float: left;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	padding-bottom: 20px;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: white;
	box-shadow: 0 0 2px #636363;
	-moz-box-shadow: 0 0 5px #636363;
	-webkit-box-shadow: 0 0 5px #636363;
}

.content_left {
	float: left;
	width: 100%;
	text-align: left;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.content_right {
	float: left;
	width: 100%;
	text-align: right;
}

.button{
	cursor: pointer;
    font-size: 30px;
    font-family: 'Lato', sans-serif;
    margin-top: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ffffff;
    background-color: #42682a;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
    text-shadow: 3px 3px #ccc;
    text-align: center;
    outline: none;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(087,087,087,0.7);
    -webkit-box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(087,087,087,0.7);
    box-shadow: 0px 0px 0px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(087,087,087,0.7);
    text-shadow: 0px -1px 0px rgba(0,0,0,0.2), 0px 1px 0px rgba(255,255,255,0.3);
}

.grey_line{
    float: left;
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
}

.login_button {
	float: left;
	width: 100%;
	text-decoration: none;
}
.login_button:hover {
	text-decoration: none;
}

.qr_image {
	width: 50%;
	margin-top: 20px;
}

.code_form {
	float: left;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 40px;
	margin-bottom: 20px;
}
.code_input {
	float: left !important;
	width: 80% !important;
	border: 1px solid #60a250;
	padding: 14px 14px 14px 14px !important;
	background-color: white;
	border-radius: 30px;
	color: black;
}
.button.code_submit {
	float: right !important;
	line-height: 0;
	font-size: 30px;
	border-radius: 50%;
	padding: 8px 0;
	width: 46px;
	margin: 0;
}

.margin_top_bottom {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
}


.language_header {
	float: left;
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

.language_header img {
	width: 30px;
}

.logo {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.logo img {
	width: 100%;
}

.no_access {
	float: left;
	width: 100%;
	text-align: center;
}

.formulier input {
	float: left;
	width: 100%;
	background-color: #E5E6E8;
    border: 0 none;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    color: #6F7278;
    padding-top: 30px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -moz-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    -webkit-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.formulier .password {
	-webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formulier .forget {
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.formulier .submit {
	cursor: pointer;
	font-size: 30px;
    font-family: 'Lato', sans-serif;
	margin-top: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ffffff;
	background-color: #42682a;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 2px;
	text-shadow: 3px 3px #ccc;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0.5),
		inset 0px 0px 0px rgba(087,087,087,0.7);
	text-shadow:
		0px -1px 0px rgba(0,0,0,0.2),
		0px 1px 0px rgba(255,255,255,0.3);
}

.formulier .submit:hover {
	background-color: #2f2f2f;
	-webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.formulier .submit.grey_button {
	background-color: grey;
	opacity: 0.5;
}

.normal_form {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.normal_form p {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.normal_form label {
	float: left;
	width: 40%;
	font-size: 14px;
	line-height: 20px;
	padding-top: 4px;
}
.normal_form .input_label {
	float: left;
	width: 60%;
}
.normal_form input, .normal_form select {
	float: left;
	width: 60%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 7px;
	border-radius: 0;
	-webkit-appearance: none;
	border: 1px solid #42682a;
	font-size: 11px;
	font-family: 'Lato', sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.normal_form select {
	background-size: 33px !important;
	background: url('/images/website/arrow_icon.png') no-repeat right #ffffff;
}
.normal_form .small_input {
	width: 100px;
}
.normal_form .radio {
	width: 19px !important;
	-webkit-appearance: none;
	border: 1px solid #42682a;
	padding: 13px !important;
	margin-left: 0;
	margin-right: 0;
	border-radius: 0;
}
.normal_form .radio:checked {
	background-size: 14px !important;
	background:  url('/images/website/check_radio.png') no-repeat center white;
}
.normal_form .submit {
	width: 100%;
}
.normal_form .star {
	color: #9b0000;
	font-weight: bold;
}
.normal_form .psw_form {
	margin-left: 40%;
}
.normal_form .psw_validate {
	padding-bottom: 10px;
}
.normal_form .radio_image {
	float: left;
	width: 40px;
	margin-left: 5px;
	margin-right: 20px;
}
.normal_form .upload-btn-wrapper {
	text-align: left;
	float: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.normal_form .upload-btn-wrapper input[type=file] {
	float: left;
	width: 230px;
	height: 30px;
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.normal_form .button {
	float: left;
}
.alert_inputs input, .alert_inputs select, .alert_inputs .text_highlight a {
	color: red;
}
.span_alert {
	float: left;
	width: 100%;
	text-align: center;
	font-weight: bold;
	color: #db0000;
	margin-bottom: 20px;
}
.input_highlight {
	border-color: #db0000 !important;
}
.name_placeholder {
	text-align: left;
	font-size: 12px;
	font-style: italic;
}
.text_highlight {
	color: #e94d4d;
}
.normal_list p {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	line-height: 30px;
}
.small_line_height p {
	margin-bottom: 5px;
}
.normal_list p label {
	float: left;
	width: 50%;
}
.normal_list p strong {
	float: left;
	width: 50%;
	font-weight: bold;
}
.normal_form .date_day {
	float: left;
	width: 25%; 
	padding-right: 10px; 
	background-size: 20px !important;
}
.normal_form .date_seperator {
	float: left;
	width: 5%;
	padding-top: 9px;
	text-align: center;
}
.normal_form .form_comment {
	float: left;
	width: 100%;
	color: #595959;
	font-size: 12px;
	font-style: italic;
}

.icon_button_form {
	border-radius: 2px;
	padding: 5px 10px;
	font-size: 15px;
	margin-left: 0;
	font-weight: 300;
	border: none;
	text-align: left;
	text-transform: uppercase;
	box-shadow: inset 0 0 0 0 #f0324b;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
    outline: none;
	-webkit-appearance: none;
	background-color: #2c2c2c;
	color: white;
}

.icon_button_form i {
	margin-right: 10px;
}

.website {
	float: left;
	width: 100%;
	color: #42682a;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 20px;
	float: left;
	text-align: center;
	font-size: 16px;
}

.option a {
	float: left;
	width: 100%;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #c1c1c1;
}

.psw_validate p {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/* The message box is shown when the user clicks on the password field */
#psw_message {
	display: none;
}

.validate_icon {
	float: left;
	width: 20px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
	color: green;
}
.valid .validate_icon:before  {
	content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
	color: red;
}
.invalid .validate_icon:before {
	content: "✖";
}

footer a {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 1%;
	font-size: 10px;
	font-weight: bold;
	margin-top: 5px;
	color: #c1c1c1;
}

.copyright a {
	font-size: 10px !important;
}

a {
	color: #42682a;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.tooltip {
	max-width: 200px;
	display: none;
	position: absolute;
	border: 1px solid #ccc;
	background-color: rgba(202, 81, 83, 0.84);
	border-radius: 3px;
	padding: 7px;
	color: #fff;
	font-size: 11px !important;
}

.bottom_message, .bottom_message_error {
    bottom: 0;
    display: block;
    height: 30px;
    width: 100%;
    position: fixed;
    background-color: #42682a;
    clear: both;
	opacity:0.8;
	filter:alpha(opacity=80);
	text-align: center;
	color: white;
	font-size: 17px;
	padding-top: 10px;
	z-index: 0;
	display:none;
}

.bottom_message_error {
	background-color: #e2382c;
}


/* Tablet */
@media only screen and (max-width: 959px) {
	body{
		-webkit-text-size-adjust: none;
	}
}

/* Horizontale mobiel */
@media only screen and (max-width: 767px) {	
	body {
		margin-top: 50px;
	}
	
	footer a {
		display: none;
	}
	
	.copyright a {
		font-size: 8px !important;
	}
}

/* Verticale mobiel */
@media only screen and (max-width: 479px) {
	body {
		margin-top: 0;
		margin-bottom: 20px !important;
		background-color: white;
		background-image: none;
	}
	
	.vmobile {
		display: none;
	}
	
	.container {
		width: 100%;
	}
	
	.logo img {
		width: 90%;
	}
	
	.normal_form .radio_image {
		margin-left: 2px;
		margin-right: 5px;
	}
	
	.login {
		width: 94%;
		padding-top: 0;
		padding-left: 3%;
		padding-right: 3%;
		padding-bottom: 7px !important;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-shadow: none;
	}
	
	.option a {
		margin-top: 5;
		margin-bottom: 13px;
		color: #3a3a3c !important;
	}
	
	.copyright a {
		margin-top: 0;
	}
}