.icon-info{
	background-image: url('icons/info.svg');
	background-size: cover;
}

.icon-alert{
	background-image: url('icons/alert.svg');
	background-size: cover;
}

.icon-veilig{
	background-image: url('icons/veilig.svg');
	background-size: cover;
}

.icon-arrow-down-small{
	background-image: url('icons/arrow-down-small.svg');
	background-size: cover;
}
.icon-arrow-down-small-white{
	background-image: url('icons/arrow-down-small-white.svg');
	background-size: cover;
}
.icon-arrow-right-small{
	background-image: url('icons/arrow-right-small.svg');
	background-size: cover;
}

.icon-connection{
	background-image: url('icons/connection.svg');
	background-size: cover;
}

.icon-external-link{
	background-image: url('icons/external-link.svg');
	background-size: cover;
}

.icon-minus-circled{
	background-image: url('icons/minus-circled.svg');
	background-size: cover;
}

.icon-plus-circled{
	background-image: url('icons/plus-circled.svg');
	background-size: cover;
}
.icon-connection-red{
	background-image: url('icons/connection_red.svg');
	background-size: cover;
}
.icon-search{
	background-image: url('icons/search.svg');
	background-size: cover;
}
.icon-checkmark-circle-white{
	background-image: url('icons/checkmark-circled-white.svg');
	background-size: cover;
}

.icon25-right{
	width: 25px;
	height: 25px;
	float:right;
}