@font-face {
  font-family: 'checkboxes';
  src:  url('fonts/checkboxes.eot?mce39b');
  src:  url('fonts/checkboxes.eot?mce39b#iefix') format('embedded-opentype'),
    url('fonts/checkboxes.ttf?mce39b') format('truetype'),
    url('fonts/checkboxes.woff?mce39b') format('woff'),
    url('fonts/checkboxes.svg?mce39b#checkboxes') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="iconinput-"], [class*=" iconinput-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'checkboxes' !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;
}

.iconinput-square-check:before {
  content: "\e900";
}
.iconinput-square-check2:before {
  content: "\e901";
}

