.invalid-feedback {
	color: red;
	display: inline;
}

.actions-tab-edit a {
	color: red;
	background-color: #DEDCDC;
	padding: 5px;
	border-radius: 3px;
}
.actions-tab-edit a:hover {
	color: #fff;
	background-color: red;
}

.actions-tab-edit a i {
	font-weight: 300;
	font-size: 14px;
}

/*
.invalid-feedback {
	color: red;
	display: inline;
}

.actions-tab-edit a {
	padding: 5px;
	border-radius: 3px;
	color: #fff;
	background-color: #5E75BE;
}
.actions-tab-edit a:hover {
	color: #fff;
	background-color: #4662BA;
}
.actions-tab-edit a i {
	font-weight: 900;
	font-size: 14px;
}
*/