﻿[class^="ag-i-"], [class*=" ag-i-"] {
	display: flex !important;
}

[class^="ag-i-"]:before, [class*=" ag-i-"]:before {
	
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: never;

	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	min-width: 1em;
	margin-right: 0.2em;
	margin-left: .2em;
	
	text-align: left;
	/* opacity: .8; */

	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;

	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	padding-top: 2px;

	/* Animation center compensation - margins should be symmetric */
	/* remove if not needed */
	

	/* you can be more comfortable with increased icons size */
	/* font-size: 120%; */

	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	/* Uncomment for 3D effect */
	/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.ag-i-right-open:before { content: '\e800'; } /* '' */
.ag-i-link-ext:before { content: '\f08e'; } /* '' */
.ag-i-file-pdf:before { content: '\f1c1'; } /* '' */
.ag-i-file-word:before { content: '\f1c2'; } /* '' */
.ag-i-file-excel:before { content: '\f1c3'; } /* '' */
.ag-i-file-image:before { content: '\f1c5'; } /* '' */
.ag-i-file-audio:before { content: '\f1c7'; } /* '' */
.ag-i-picture:before { content: '🌄'; } /* '\1f304' */
.ag-i-doc:before { content: '📄'; } /* '\1f4c4' */
.ag-i-download:before { content: '📥'; } /* '\1f4e5' */