/*
Theme Name: Registratie VSDV
Text Domain: Registratie VSDV
Version: 1.0
Description: Registratietool voor VSDV chauffeurs en bezoekers
Tags: groeier, komverder
Author: Jarmo Roos
Author URI: https://www.groeier.nl
*/


/*
font-family: prometo, sans-serif;
font-weight: 300;
font-style: normal;

font-family: prometo, sans-serif;
font-weight: 400;
font-style: normal;

font-family: prometo, sans-serif;
font-weight: 400;
font-style: italic;

font-family: prometo, sans-serif;
font-weight: 500;
font-style: normal;

font-family: prometo, sans-serif;
font-weight: 700;
font-style: normal;
*/

:root {
	--lightblue: #EAF3F8;
    --red: #CB0A32;
    --blue: #022A62;
	--darkblue: #001C43;
	--dark: #1D252C;
  	--beige: #F4F0E0;
}
body {
	margin: 0px;
}
h1, h2 {
	text-transform: inherit !important;
	font-family: prometo, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 26px;
	color: var(--beige);
}
h3 {
	text-transform: inherit !important;
	font-family: prometo, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	font-size: 24px;
	color: var(--beige);
}
h4 {
	text-transform: inherit !important;
	font-family: prometo, sans-serif;
	font-weight: 500 !important;
	font-style: normal;
	color: var(--beige);
}
p, li, a {
	font-family: prometo, sans-serif;
	font-weight: 500;
	font-style: normal;
}
#main {
	position: relative;
	min-height: 100vh;
	background-color: var(--dark);
}
.back {
	position: absolute;
	left: 30px;
	top: 30px;
	z-index: 10;
}
.back a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--beige);
}
.switch-page {
	position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 10;
    text-decoration: none;
    color: var(--beige);
    font-family: prometo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    text-align: center;
}
.lang {
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 10;
}
.lang a {
	text-transform: uppercase;
	text-decoration: none;
	color: var(--beige);
}
.lang .label {
	font-family: prometo, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 16px;
	margin-right: 20px;
}
.content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	padding-top: 50px;
	min-height: calc(100vh - 160px);
	position: relative;
}
.content .loader {
	position: absolute;
	width: 40px;
	bottom: 20px;
	right: 20px;
}
.logo {
	max-width: 120px;
}
form {
	position: relative;
}
#lang-switch {
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
	padding: 10px 30px 10px 10px;
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	background-image: url('/wp-content/uploads/2023/01/down.png');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: right 10px top 15px;
}
.register-contents {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 85px;
}
.register-contents-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.register-contents p {
	margin: 0px;
	font-size: 20px;
	color: var(--beige);
}
.footer-contents .footer-text p {
	text-align: center;
	color: var(--beige);
}
.button {
	text-transform: uppercase;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	font-size: 16px;
	padding: 20px 35px 20px 35px;
	max-width: 150px;
}
.button.red {
	background-color: var(--red);
	color: white;
}
/* .button.red:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: -69.5px;
    z-index: 1;
    width: 70px;
    height: 100%;
    background: var(--red);
    clip-path: polygon(100% 0, 75% 100%, 100% 100%);
}
.button.red:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -69.5px;
    z-index: 1;
    width: 70px;
    height: 100%;
    background: var(--red);
    clip-path: polygon(0 0, 0 100%, 25% 0);
} */
.button.blue {
	background: none;
	border: 2px solid var(--beige);
	color: var(--beige);
}
/* .button.blue:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: -69.5px;
    z-index: 1;
    width: 70px;
    height: 100%;
    background: var(--blue);
    clip-path: polygon(100% 0, 75% 100%, 100% 100%);
}
.button.blue:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    right: -69.5px;
    z-index: 1;
    width: 70px;
    height: 100%;
    background: var(--blue);
    clip-path: polygon(0 0, 0 100%, 25% 0);
} */
.button.start {
	font-size: 22px;
	margin: 0px 35px 0px 35px;
}
.copyright p {
	text-align: center;
	color: var(--beige);
}
.form {
	width: 100%;
	max-width: 400px;
}
.label {
	margin: 0px;
	color: var(--beige);
}
.form-field {
	margin-bottom: 20px;
}
.form-field input {
	display: block;
	width: calc(100% - 20px);
	padding: 10px;
	border-radius: 2px;
	border: 1px solid var(--dark);
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
}
#license-plate {
	text-transform: uppercase;
}
input::placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
textarea::placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder {
    color: #022A62;
    opacity: 0.2;
}
.register-form .register {
	width: 100%;
	text-align: center;
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	background-color: var(--red);
	color: white;
	font-size: 16px;
	border: 0px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.register-form .register:hover {
	cursor: pointer;
}
.employee {
	min-height: 40px;
}
.select2-container {
    width: 100% !important;
}
.select2-dropdown {
    margin-top: -20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    font-family: prometo, sans-serif;
	font-weight: 400;
	font-style: normal;
    padding: 12px 15px 12px 15px;
}
.select2-container--default .select2-selection--single {
	padding: 21px 3px 21px 3px;
    font-family: prometo, sans-serif;
	font-weight: 400;
	font-style: normal;
	border-radius: 2px !important;
	border: 1px solid var(--dark);
}
.select2-results__option--selectable {
    background-color: white !important;
    color: black !important;
    padding: 12px 20px 12px 20px;
}
.select2-results__option--selectable:hover {
    background-color: var(--red) !important;
    color: white !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    margin-top: -14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
    right: 10px;
}
.select2-container--open .select2-dropdown--below {
	margin-top: 0px;
}
.confirmation {
	text-align: center;
}
.log-number {
	padding: 10px;
	background-color: white;
	max-width: 150px;
	margin: 0 auto;
	margin-bottom: 35px;
}
.log-number .number {
	font-size: 52px;
	color: var(--dark);
	margin: 0px;
}
.confirmation a {
	padding: 15px 25px 15px 25px;
	background-color: var(--red);
	color: white;
	font-size: 16px;
	font-family: prometo, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	text-decoration: none;
}
.redirect {
	color: var(--beige);
	font-size: 14px;
	font-family: prometo, sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 35px;
}
.sign-out {
	width: 100%;
	text-align: center;
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	background-color: var(--red);
	color: white;
	font-size: 16px;
	border: 0px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.sign-out:hover {
	cursor: pointer;
}
.submit-form {
    position: relative;
}
.submit-form img {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 30px !important;
}
input.code {
	text-transform: uppercase;
}
.info {
	font-family: prometo, sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 14px;
	color: var(--beige);
}
.correct {
	font-size: 52px;
	color: #50C878;
	display: block;
    margin-bottom: 35px;
}
.error {
	position: absolute;
	width: 100%;
	text-align: center;
	color: var(--red);
}

/* Table */
.table {
	text-align: center;
}
table.overzicht td span {
	display: none;
}
.dataTables_filter {
    margin-bottom: 25px;
}
.dataTables_filter label,
.dataTables_filter input {
    font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
}
th {
    font-family: prometo, sans-serif !important;
	font-weight: 500;
	font-style: normal;
    padding: 20px !important;
    font-size: 18px;
}
#patients th {
    background-color: var(--lightblue);
    color: white;
}
#patients .activated {
    color: var(--green);
    font-size: 20px;
}
#patients .not-activated {
    color: var(--orange);
    font-size: 20px;
}
td {
    font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
    padding: 20px !important;
    border: 0px !important;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 0px rgb(0 0 0 / 5%);
}
tr.odd td {
    background-color: #F5F5F5 !important;
}
tr.even td {
    background-color: white !important;
}
.dataTables_info {
    font-family: prometo, sans-serif !important;
	font-weight: 300;
	font-style: normal;
}
table.dataTable.no-footer {
    border-bottom: 0px;
}

.export {
	background-color: white;
	padding: 20px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.export h3 {
	margin-top: 0px;
	text-align: left;
}
.export-form {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.export .input-field {
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	font-size: 15px;
	padding: 10px;
	width: 35%;
}
.export-form #download-csv {
	width: 100%;
	text-align: center;
	font-family: prometo, sans-serif !important;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	background-color: var(--red);
	color: white;
	font-size: 16px;
	border: 0px;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.export-form #download-csv:hover {
	cursor: pointer;
}

/* Mobile only */
@media only screen and (max-width: 767px) {
	#main {
		padding: 20px;
	}
	.buttons {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.buttons .button.start {
		margin-bottom: 15px;
	}
}