/* SASS2CSS by Nodum @ 2019-03-20 11:36:59 */

body, h1, input, strong, form {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-size: 18px;
}

.strong { font-weight: 700; }

h1 {
	font-size: 36px;
	line-height: 1.5em;
	font-weight: 700;
	color: #003366;
}
form {
    width: 100%;

}
form.filterform {
	display: flex;
    flex-wrap: wrap;
}
input {
	width: 100%;
	padding: 1em 2em;
	border-radius: 20px;
	border: solid 1px #151515;
	font-size: 18px;
	color: #151515;
}

#container {
	width: 1204px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
}
div#filters, div#results {
	flex: 1 1 30%;
}
#filters + #results {
	margin-left: 5em;
}

div#pagetitle {
	width: 100%;
}
div#pagetitle h1 {
	margin-top: 0;
	padding: 0 0 .33em;
}

div#filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.filter + .filter, .filteroutput + .filteroutput {
	margin-top: 2.5em;
}

.filter.medewerker {
	width: 100%;
	flex: 1 1 100%;
}

.filter.boekjaar {
	flex: 1 1 40%;
	max-width: 35%;
	margin-left: 2em;
}
.filter.periode {
	flex: 1 1 60%;
	max-width: 58%;
	padding: 1em 2em;
	border: solid 1px #151515;
	border-radius: 1em;
	color: rgb(21, 21, 21, 0.67);
}

.filter-title {
	padding: 0 0 .5em;
	border-bottom: solid 1px #ff9900;
}

.filter-container {
	padding: 1em 0;
	display: inline-grid;
	grid-template-columns: 50px 50px 50px 50px;
	grid-template-rows: 50px 50px 50px;
	grid-gap: 1em;
	grid-template-areas: 
	"r1 r2 r3 r4"
	"r5 r6 r7 r8"
	"r9 r10 r11 r12";
}
#r1 { grid-area: r1; } #r2 { grid-area: r2; } 	#r3 { grid-area: r3; } 	 #r4 { grid-area: r4; }
#r5 { grid-area: r5; } #r6 { grid-area: r6; } 	#r7 { grid-area: r7; }   #r8 { grid-area: r8; }
#r9 { grid-area: r9; } #r10 { grid-area: r10; } #r11 { grid-area: r11; } #r12 { grid-area: r12; }


input[type="checkbox"] {
	padding: 0;
}

html {
	box-sizing: border-box;
	background: #fff;
	padding: 0;
}
*, *::before, *::after {
	box-sizing: inherit;
}

.periode-checkbox-wrapper {
	position: relative;
}

.periode-checkbox-wrapper label {
 	display: block;
 	width: 50px;
 	height: 50px;
 	text-align: center;
 	vertical-align: middle;
}

.periode-checkbox-wrapper input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 50px;
	height: 50px;
}
 .periode-checkbox-wrapper input + label::before {
 	position: absolute;
 	top: 0;
 	left: 0;
 	border: 1px solid #151515;
 	border-radius: 100%;
 	content: '';
 	width: 50px;
 	height: 50px;

}
.periode-checkbox-wrapper input + label::after {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	border: 1px solid #ff9900;
 	border-radius: 100%;
 	width: 50px;
 	height: 50px;
 	background: #ff9900;
 	opacity: 0;
 	transition: .2s ease;
}
.periode-checkbox-wrapper input:checked + label::after {
	opacity: 1;
	transition: .2s ease;
}
.periode-checkbox-wrapper input:checked + label span.checkbox-span {
	color: #fff;
}
span.checkbox-span {
	position: relative;
	z-index: 999;
	top: 13px;
}

/* Bereken pagina */
.filteroutput {
	padding: 1em 2em;
	border: solid 1px #151515;
	border-radius: 1em;
	height: fit-content;
    vertical-align: middle;
	color: rgb(21, 21, 21, 0.67);
}
.filteroutput span {
	color: rgb(21, 21, 21, 1);
}
.filteroutput.medewerker {
	width: 100%;
	flex: 1 1 100%;
}
.filteroutput.boekjaar {
	flex: 1 1 40%;
	max-width: 48%;
	margin-left: 2em;
}


div#results {
	border-style: solid;
	border-width: 1px;
	border-color: #151515;
	border-radius: 10px;
	padding: .75rem 0;
	margin-bottom: auto;
}
.result-inner {
	display: flex;
}
.results-inner.result-heading-info {
	border-bottom: solid 1px #ff9900;
	margin: 0 1.5rem;
	padding-bottom: .25rem;
	color: #003366;
}
.results-inner.result-overview {
	margin: 0 1.5rem;
	padding-top: .75rem;
}
.result-inner {
	padding: .75rem 0;
}
.result-inner .omschrijving {
	flex: 1 1 75%;
}
.result-inner .dagloon {
	flex: 1 1 25%;
}
.dagloon {
    text-align: right;
}

.submit {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 2em 0 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    text-transform: uppercase;
    min-width: 64px;
    padding: 6px 16px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(255, 153, 0);
    box-shadow: none;
    border-radius: 20px;
    color: rgb(255, 255, 255);
	transition: .2s ease;
}
.submit:hover {
    text-decoration: none;
    background-color: rgb(178, 107, 0);
    box-shadow: none;
	transition: .2s ease;
}

.terugdagloon {
    display: flex;
    flex: 1 1 100%;
}
.terugdagloon a {
	width: auto;
	margin-left: auto;
	margin-top: 2em;
	background-color: rgb(255, 153, 0);
	border-radius: 20px;
	outline: 0px;
    border: 0px;
	padding: .6em 1.6em;
	color: rgb(255, 255, 255);
	font-family: "Open Sans", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
	text-transform: uppercase;
	appearance: none;
    text-decoration: none;
	transition: .2s ease;
}
.terugdagloon a:hover  {
    text-decoration: none;
    background-color: rgb(178, 107, 0);
    box-shadow: none;
	transition: .2s ease;
}

/* NodumStyleEnd */