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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  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-arrowUp:before {
  content: "\25b2";
}
.icon-arrowDown:before {
  content: "\25bc";
}
.icon-dropdown:before {
  content: "\22c1";
}
.icon-delete:before {
  content: "\2715";
}
.icon-config:before {
  content: "\270e";
}
.icon-advancedFilter:before {
  content: "\2711";
}
.icon-help:before {
  content: "\2700";
}
.icon-close:before {
  content: "\2716";
}
.icon-listView:before {
  content: "\2263";
}
.icon-columnsView:before {
  content: "\25a5";
}
.icon-iconsView:before {
  content: "\25a6";
}
