/* Login */

#poweredBy {
	color: white;
}

#Login .sidebar .btn, #Login .sidebar #External {
    border-radius: 0;
}

#Login .sidebar .control-label,
#Login .sidebar input[type="text"],
#Login .sidebar input[type="password"] {
	color: white !important;
}

#Login input[type="text"]::placeholder, #Login input[type="password"]::placeholder {
	color: white;
}

#Login .sidebar input[type="password"]:-ms-input-placeholder, #Login .sidebar input[type="text"]:-ms-input-placeholder {
	color: white !important;
}

/**** catalogue ****/

#CategoryWrapper .CategoryItem .CategoryItemWrapper .NoImage{
	display:none;
}

#CategoryWrapper .CategoryItem .CategoryItemWrapper .Image, #CategoryWrapper .CategoryItem .CategoryItemWrapper .NoImage, #CategoryWrapper .CategoryItem .Cate.goryItemWrapper .Image, #CategoryWrapper .CategoryItem .Cate.goryItemWrapper .NoImage

{margin-top: 0px;
    background-position: left top;
}

/* Maatwerk aanvragen knop styling */

.InstructionText a {
	background-color: #444;
	border-color: #444;
	padding: 9px 9px;
    font-size: 1.2rem;
    line-height: 1.5;
	border-radius: .4rem;
	border: 0;
    color: #fff;
}

.InstructionText a:hover {
	text-decoration: none;
}

/* Show form fields inline */

div[id*="col_freefield"] .radio.form-check {
	display: inline-block;
	margin-right: 1.2rem;
}