#top .input-success::after
{
	content: "\eaef";
	color: green;
}

#top .input-success input
{
	border-color: green !important;
}

#top .input-error::after
{
	content: "\ed10";
	color: red;
}

#top .input-error input
{
	border-color: red !important;
}

#top .input-success input,
#top .input-error input
{
	padding-right: 25px;
}

#top .input-success,
#top .input-error
{
	position: relative;
}

#top .input-success::after,
#top .input-error::after
{
	font-family: "fontello";
	position: absolute;
	top: 6px;
	right: 7px;
}



#top .select-success::after
{
	content: "\eaef";
	color: green;
}

#top .select-success select
{
	border-color: green !important;
}

#top .select-error::after
{
	content: "\ed10";
	color: red;
}

#top .select-error select
{
	border-color: red !important;
}

#top .select-success::after,
#top .select-error::after
{
	font-family: "fontello";
	position: absolute;
	top: 6px;
	right: 35px;
}

#top .select-success select,
#top .select-error select
{
	padding-right: 50px;
}

#top .select-success,
#top .select-error
{
	position: relative;
}

.not-required,
.required
{
	position: relative;
}

#add-new
{
	width: 100%;
	max-width: 400px;
}

.remove-item
{
	 position: absolute;
	 right: 0;
	 top: 0;
	 font-size: 16pt;
	 z-index: 2;
}

.clone-item
{
	position: absolute;
	right: 25px;
	height: 18px;
	width: 18px;
	font-size: 8pt;
	padding-top: 3.5px;
	padding-left: 1.5px;
	margin-top: 2px;
	 z-index: 2;
}

.clone-item:hover
{
	color: white;
	background-color: #5d5d5d;
	border-radius: 50%;
}

#experience,
#certificate
{
	width: 100%;
	/* max-width: 410px; */ 
}

.message
{
	text-align: left !important;
}

.createNewButton
{
	transform: translateY(-9px);
	width: 100% !important;
}

.mijnbankzitter-h2-container
{
	margin-bottom: 10px !important;
}
