@font-face{
	font-family:'MiPlumbersFont';
	src:url('../fonts/icon-font.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}
.font-icon-svg {
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.font-icon-user-svg {
	background-image: url(/img/layout/icons/user-1.svg) !important;
}
.font-icon-users-svg {
	background-image: url(/img/layout/icons/users.svg) !important;
}
.font-icon-buildings-svg {
	background-image: url(/img/layout/icons/buildings.svg) !important;
}
.font-icon-my-profile-svg {
	background-image: url(/img/layout/icons/my-profile.svg) !important;
}
.font-icon {
	display: inline-block;
    font: normal normal normal 14px/1 MiPlumbersFont;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.font-icon-list:before,
.font-icon-dashboard:before {
    content: "\30";
}
.font-icon-events:before {
    content: "\31";
}
.font-icon-profile:before {
    content: "\32";
}
.font-icon-next:before {
    content: "\33";
}
.font-icon-pencil:before {
    content: "\34";
}
.font-icon-report:before {
    content: "\35";
}
.font-icon-settings:before {
    content: "\36";
}
.font-icon-user:before {
    content: "\37";
}
.font-icon-building:before {
    content: "\38";
}
.font-icon-user-settings:before {
    content: "\39";
}
.font-icon-users:before {
    content: "\3A";
}
