@font-face {
	font-family: 'icomoon';
	src:url('icomoon.eot?n5hnal');
	src:url('icomoon.eot?#iefixn5hnal') format('embedded-opentype'),
		url('icomoon.woff?n5hnal') format('woff'),
		url('icomoon.ttf?n5hnal') format('truetype'),
		url('icomoon.svg?n5hnal#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: 1;

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

.icon-open-book:before {
	content: "\e600";
	font-size:1.2em;
	float:left;
	margin-right:15px;
	padding:12px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}

.icon-add-user:before {
	content: "\e601";
}

.icon-archive:before {
	content: "\e602";
	font-size:1.2em;
	float:left;
	margin-right:15px;
	padding:12px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}

.icon-cog:before {
	content: "\e603";
}

.icon-home:before {
	content: "\e900";
}

.icon-book:before {
	content: "\e91f";
	font-size:1.2em;
	float:left;
	margin-right:15px;
	padding:12px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}

.icon-file-text:before {
	content: "\e922";
}

.icon-files-empty:before {
	content: "\e925";
}

.icon-paste:before {
	content: "\e92d";
}

.icon-envelop:before {
	content: "\e945";
}

.icon-display:before {
	content: "\e956";
	font-size:1.2em;
	float:left;
	margin-right:15px;
	padding:12px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}

.icon-user-plus:before {
	content: "\e973";
}

.icon-spinner4:before {
	content: "\e97d";
}

.icon-stats-bars:before {
	content: "\e99c";
}

.icon-menu:before {
	content: "\e9bd";
}

.icon-radio-checked:before {
	content: "\ea54";
}
@media screen and (max-width:800px){
	.icon-display:before {
	content: "\e956";
	font-size:1em;
	float:left;
	margin-right:5px;
	padding:6px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}
.icon-archive:before {
	content: "\e602";
	font-size:1em;
	float:left;
	margin-right:5px;
	padding:6px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}
.icon-open-book:before {
	content: "\e600";
	font-size:1em;
	float:left;
	margin-right:5px;
	padding:6px;
	background-color: #fb6d3e;
	border-radius:50%;
	color:white;
}
	
	}
