@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-5snc94');
	src:url('../fonts/icomoon.eot?#iefix-5snc94') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-5snc94') format('woff'),
		url('../fonts/icomoon.ttf?-5snc94') format('truetype'),
		url('../fonts/icomoon.svg?-5snc94#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 2;
	font-size: 23px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-admin_black > span::before {
	content: "\e600";
}

.icon-analytics_black > span::before {
	content: "\e601";
}

.icon-conceal_black > span::before {
	content: "\e602";
}

.icon-custom_search_black > span::before {
	content: "\e603";
}

.icon-download_csv_black > span::before {
	content: "\e604";
}

.icon_io_obd_eps > span::before {
	content: "\e605";
}

.icon-download_filtered_csv_black > span::before {
	content: "\e606";
}

.icon_io_obd_gif > span::before {
	content: "\e607";
}

.icon_io_obd_jpeg > span::before {
	content: "\e608";
}

.icon_io_obd_png > span::before {
	content: "\e609";
}

.icon-download_toggle_filter_black > span::before {
	content: "\e60a";
}

.icon-email_reports_black > span::before {
	content: "\e60b";
}

.icon-extensionrequest_black > span::before {
	content: "\e60c";
}

.icon-lostpassword_black > span::before {
	content: "\e60d";
}

.icon-registration_black > span::before {
	content: "\e60e";
}

.icon-send_basket_black > span::before {
	content: "\e60f";
}

.icon-send_folder_black > span::before {
	content: "\e610";
}

.icon-send_image_black > span::before {
	content: "\e611";
}

.icon-upload_black > span::before {
	content: "\e612";
}

.icon-user_admin_black > span::before {
	content: "\e613";
}

.icon-userdetails_black > span::beforee {
	content: "\e614";
}
.ioi-pdf-all > span::before {
	content: "\e615";

}
/* Fixes size disparity between file cells that have IO glyphs and those that do not */
.thumbnail .filebuttons{
	height: 78px;
}

/* Stops IOI glyphs from gaining underline during hove */
.btn-link:hover, .btn-link:focus{
	text-decoration: none !important;
}

/* Properly re-sizes and re-aligns IOI glyphs for list view */
.list-group-item [class^="icon-"], .list-group-item [class*=" icon-"]{
	font-size: 15px;
	line-height: 1;
}

/* Properly re-sizes and re-aligns IOI glyphs for the preview panel*/
.lgpreview .ioi-jpeg, .lgpreview .ioi-eps, .lgpreview .ioi-png, .lgpreview .ioi-gif, .lgpreview .ioi-jpeg, .lgpreview .ioi-pdf, .lgpreview .ioi-pdf-all{
	top: -10px; 
}