@font-face {
  font-family: 'SE-GUI-Icons';
  src:  url('../fonts/SE-GUI-Icons.eot?fjnqck');
  src:  url('../fonts/SE-GUI-Icons.eot?fjnqck#iefix') format('embedded-opentype'),
    url('../fonts/SE-GUI-Icons.ttf?fjnqck') format('truetype'),
    url('../fonts/SE-GUI-Icons.woff?fjnqck') format('woff'),
    url('../fonts/SE-GUI-Icons.svg?fjnqck#SE-GUI-Icons') 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: 'SE-GUI-Icons' !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-se-database:before {
  content: "\e911";
}
.icon-se-caretup:before {
  content: "\e90f";
}
.icon-se-caretdown:before {
  content: "\e910";
}
.icon-se-nfc:before {
  content: "\e90e";
}
.icon-se-tick:before {
  content: "\e90c";
}
.icon-se-alerting:before {
  content: "\e900";
}
.icon-se-config:before {
  content: "\e901";
}
.icon-se-home:before {
  content: "\e902";
}
.icon-se-ice:before {
  content: "\e903";
}
.icon-se-info:before {
  content: "\e904";
}
.icon-se-log:before {
  content: "\e905";
}
.icon-se-password:before {
  content: "\e906";
}
.icon-se-radius:before {
  content: "\e907";
}
.icon-se-reporting:before {
  content: "\e908";
}
.icon-se-search:before {
  content: "\e909";
}
.icon-se-securmail:before {
  content: "\e90a";
}
.icon-se-support:before {
  content: "\e90b";
}
.icon-se-users:before {
  content: "\e90d";
}

