.icon-first:before {
	content: "\f049";
}

.icon-previous:before {
	content: "\f04a";
}

.icon-next:before {
	content: "\f04e";
}

.icon-last:before {
	content: "\f050";
}

[class^="acadin-icon-"], [class*=" acadin-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;
}

.acadin-icon-spinner:before {
  content: "\f110";
}
