﻿.icon-warning-sign:before,
span.k-i-insert-warning-icon:before {
	content: "\f071";
	font-family: 'FontAwesome';
	font-style: normal;
}

span.k-i-insert-warning-icon {
	width: 24px;
	border: 1px solid gray;
	height: 20px;
	border-radius: 40px;
	font-size: 11px;
}

.icon-exclamation:before,
span.k-i-insert-exclamation-icon:before {
	content: "\f12a";
	font-family: 'FontAwesome';
	font-style: normal;
}

span.k-i-insert-exclamation-icon {
	width: 24px;
	border: 1px solid gray;
	height: 20px;
	border-radius: 40px;
	font-size: 11px;
}