/* Login */

#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;
	font-size: 1.1rem;
}

#Login .sidebar input[type="password"]:-ms-input-placeholder, #Login .sidebar input[type="text"]:-ms-input-placeholder {
	color: white !important;
}

/**** aanpassing catalogus *****/

#CategoryWrapper .CategoryItem .CategoryItemWrapper .Image, #CategoryWrapper .CategoryItem .CategoryItemWrapper .NoImage, #CategoryWrapper .CategoryItem .Cate.goryItemWrapper .Image, #CategoryWrapper .CategoryItem .Cate.goryItemWrapper .NoImage

{margin-top: 0px;
}

#CategoryWrapper .CategoryItem .CategoryItemWrapper .Training, #CategoryWrapper .CategoryItem .Cate.goryItemWrapper .Training {
    min-height: 100px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.85);
    display: none;
}
/*** Aanpassing voor afdeling/Klant in planner ***/
.scripts_admin_training_session_edit .exb_organiser {
    display: block;
}