.l-btn-icon:after {
	width: 14px;
	height: 14px;
	display: inline-block;
	color: inherit;
	font-size: 14px;	
}
.icon-blank{
	background:url('../../../../images/plugins/easyui/blank.gif') no-repeat center center;
}
.icon-add:after {
	content: '\f055';
	font-family: 'fontAwesome';
}
.icon-edit:after {
	content:'\f040';
	font-family: 'fontAwesome';
}

.icon-remove:after {
	content:'\f146';
	font-family:'fontAwesome';
}
.icon-save:after {
	content:'\f0c7';
	font-family: 'fontAwesome';
}
.icon-cut:after {
	content:'\f0c4';
	font-family:'fontAwesome';
}
.icon-ok:after {
	content:'\f14a';
	font-family:'fontAwesome';
}
.icon-no:after {
	content:'\f00d';
	font-family:'fontAwesome';
}
.icon-cancel:after {
	content:'\f00d';
	font-family:'fontAwesome';
}
.icon-reload:after, .icon-refresh:before {
	content:'\f021';
	font-family: 'fontAwesome'
}
.icon-search:after {
	content:'\f002';
	font-family:'fontAwesome';
}
.icon-print:after {
	content:'\f02f';
	font-family:'fontAwesome';
}
.icon-help{
	background:url('../../../../images/plugins/easyui/help.png') no-repeat center center;
}
.icon-undo:after {
	content:'\f0e2';
	font-family:'fontAwesome';
}
.icon-redo:after {
	content:'\f01e';
	font-family:'fontAwesome';
}
.icon-back:after {
	content:'\f112';
	font-family:'fontAwesome';
}
.icon-sum{
	background:url('../../../../images/plugins/easyui/sum.png') no-repeat center center;
}
.icon-tip:after {
	content:'\f0eb';
	font-family:'fontAwesome';
}
.icon-filter:after {
	content:'\f0b0';
	font-family:'fontAwesome';
}

.icon-lock{
	background:url('../../../../images/plugins/easyui/lock.png') no-repeat center center;
}

.icon-mini-add{
	background:url('../../../../images/plugins/easyui/mini_add.png') no-repeat center center;
}
.icon-mini-edit{
	background:url('../../../../images/plugins/easyui/mini_edit.png') no-repeat center center;
}
.icon-mini-refresh{
	background:url('../../../../images/plugins/easyui/mini_refresh.png') no-repeat center center;
}


/* Files extensions */
.icon-pdf:before {
	content: '\f1c1';
	font-family:'fontAwesome';
	font-size:14px;
	margin-right:5px;
}
.icon-doc:before {
	content: '\f1c2';
	font-family:'fontAwesome';
	font-size:14px;
	margin-right:5px;
}
.icon-xls:before,.icon-csv:before {
	content: '\f1c3';
	font-family:'fontAwesome';
	font-size:14px;
	margin-right:5px;
}
.icon-zip:before,.icon-rar:before {
	content: '\f1c6';
	font-family:'fontAwesome';
	font-size:14px;
	margin-right:5px;
}
.ico-folder:before {
	content: '\f114';
	font-family:'fontAwesome';
	font-size:14px;
	margin-right:5px;
}
