@import url("https://fonts.googleapis.com/css?family=Lato");

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #f2f2f2;
	font-family: "Lato", sans-serif;
	font-size: 100%;
}

body ::placeholder {
	color: #CCCCCC !important;
	opacity: 1;
	/* Firefox */
}

body :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #CCCCCC !important;
}

body ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #CCCCCC !important;
}

body .header-block {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	/* padding: 1.2em 2.5em; */
	
	height:3.75rem;
	
	align-items: center;
	/* background-color: #666666; */
}


/*media screen*/
.c-header-mainbar {
    height: 3.75rem;
    flex-basis: 3.75rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-shrink: 0;
}


/*media screen*/
.c-header-mainbar-left {
    align-items: center;
    display: flex;
    justify-content: flex-start;
}


.ontw,.prod {
	background-color: #666666;
}

.test {
	background-color: #709A44;
}

.syst {
	background-color: #9D395D;
}

body .header-block a.brand-logo {
margin-left: 1.43rem;
	background: url("../images/Logo_CG_versie_negatief.svg")
		no-repeat left top;
	width: 235px;
	height: 29px;
	text-indent: -9999px;
}

body h1 {
	text-align: center;
	color: rgba(0, 0, 0, 0.9);
	font-size: 2.55em;
	line-height: 57px;
	font-weight: 300;
	padding: 0 0.75em 0.7em;
}

body main {
	width: 51%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #fff;
	border: solid 1px rgba(0, 0, 0, 0.1);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	padding: 2em 3.25em 2em 3.25em;
}

body main .form-input {
	margin-bottom: 1rem;
	display: flex;
	/* justify-content: space-around; */
	/* justify-content: center; */
	text-align: right;
}

/* body main .form-input.flex-end { 
	 justify-content: center; 
	} */

body main .form-input label {
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 0;
	font-size: inherit;
	line-height: 2.25;
	min-width: 100px;
	flex: auto;
    max-width: 20%;
}

body main .form-input input {
	width: 60%;
	min-height: 2.75rem;
	padding: 0rem 1rem;
	font-size: 1rem;
	line-height: 2.25;
	color: rgba(0, 0, 0, 0.9);
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

body main .form-input input.btn.btn-primary {
	margin-top: 1rem;
	color: #fff;
	background-color: #3397a1;
	border-color: #3397a1;
	font-weight: bold;
	justify-content: space-evenly;
	width: auto;
	padding: 0rem 2.5rem;
}

body main .helper-text {
	color: rgba(0, 0, 0, 0.3);
	text-align: right;
	font-size: 1em;
	border-top: 1px solid #f5f5f5;
	padding-top: 9px;
	margin-top: 13px;
}

body main .helper-text a {
	color: #3397a1;
	text-decoration: underline;
}

body main .empty-item {
	flex: auto;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width: 600px) {
	body a.brand-logo {
		margin: 0 auto;
	}
	body h1 {
		font-size: 1.55rem;
		line-height: normal;
		margin: 1em 0;
	}
	body main {
		width: 86%;
		padding: 3em 1em;
	}
	body main .form-input {
		flex-direction: column;
	}
	body main .form-input input {
		width: 90%;
	}
	body main .form-input label {
		padding-left: 0;
		text-align: left;
		max-width: unset;
	}
}

/*# sourceMappingURL=stylesheet.css.map */