@font-face {
  font-family: 'CSIcons';
  src:  url("/jakarta.faces.resource/fonts/CSIcons.eot.xhtml?ln=cs-icons&jjexeu");
  src:  url("/jakarta.faces.resource/fonts/CSIcons.eot.xhtml?ln=cs-icons&jjexeu#iefix") format('embedded-opentype'),
    url("/jakarta.faces.resource/fonts/CSIcons.ttf.xhtml?ln=cs-icons&jjexeu") format('truetype'),
    url("/jakarta.faces.resource/fonts/CSIcons.woff.xhtml?ln=cs-icons&jjexeu") format('woff'),
    url("/jakarta.faces.resource/fonts/CSIcons.svg.xhtml?ln=cs-icons&jjexeu#CSIcons") format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.csi {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'CSIcons' !important;
  speak: never;
  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;
}

.csi-status:before {
  content: "\e900";
}
.csi-status-remove:before {
  content: "\e901";
}
.csi-status-info:before {
  content: "\e902";
}
.csi-status-half-left:before {
  content: "\e903";
}
.csi-status-half-right:before {
  content: "\e904";
}
.csi-leave-edit:before {
  content: "\e905";
}
.csi-redo-alt-strikethrough:before {
  content: "\e906";
}
.csi-cancel-filter:before {
  content: "\e907";
}
