@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('/hr/BEI_fonts/MaterialIcons-Regular.woff2') format('woff2'),
       url('/hr/BEI_fonts/MaterialIcons-Regular.woff') format('woff');
}

.material-icons:before {

  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;

	vertical-align: text-bottom;
}

.material-icons.md-s:before { font-size: 15px; }
.material-icons.md-m:before { font-size: 24px; }
.material-icons.md-l:before { font-size: 36px; }
.material-icons.md-xl:before { font-size: 40px; }


.bei_home:before {
	content:'\e88a';
}
.bei_menu:before {
	content:'\e5d2';
}
.bei_search:before {
	content:'\e8b6';
}
.bei_notifications:before {
	content:'\e7f5';
}


.bei_clear:before {
	content:'\e14c';
}
.bei_chevron_up:before {
	content:'\e316';
}
.bei_chevron_down:before {
	content:'\e313';
}
.bei_chevron_left:before {
	content:'\e5cb';
}
.bei_chevron_right:before {
	content:'\e5cc';
}

.bei_arrow_right:before {
	content:'\e5c8';
}
.bei_arrow_left:before {
	content:'\e5d8';
}
.bei_refresh:before {
	content:'\e5d5';
}


.bei_visibility:before {
	content:'\e8f4';
}
.bei_visibility_off:before {
	content:'\e8f5';
}


.bei_delete_line:before {
	content:'\e14c';
}