/*--------------------------------

Nucleo Web Font
Generated using nucleoapp.com

-------------------------------- */
@font-face {
  font-family: 'Nucleo';
  src: url('../fonts/Nucleo.eot');
  src: url('../fonts/Nucleo.eot') format('embedded-opentype'), url('../fonts/Nucleo.woff2') format('woff2'), url('../fonts/Nucleo.woff') format('woff'), url('../fonts/Nucleo.ttf') format('truetype'), url('../fonts/Nucleo.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*------------------------
	base class definition
-------------------------*/
.icon {
  display: inline-block;
  font: normal normal normal 1em/1 'Nucleo';
  color: inherit;
  flex-shrink: 0;
  speak: none;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*------------------------
  change icon size
-------------------------*/
/* relative units */
.icon-sm {
  font-size: 0.8em;
}
.icon-lg {
  font-size: 1.2em;
}
/* absolute units */
.icon-16 {
  font-size: 16px;
}
.icon-32 {
  font-size: 32px;
}

/*------------------------
  spinning icons
-------------------------*/
.icon-is-spinning {
  animation: icon-spin 1s infinite linear;
}
@keyframes icon-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------
  rotated/flipped icons
-------------------------*/
.icon-rotate-90 {
  transform: rotate(90deg);
}
.icon-rotate-180 {
  transform: rotate(180deg);
}
.icon-rotate-270 {
  transform: rotate(270deg);
}
.icon-flip-y {
  transform: scaleY(-1);
}
.icon-flip-x {
  transform: scaleX(-1);
}
/*------------------------
	icons
-------------------------*/

.icon-grid-view::before {
  content: "\ea07";
}

.icon-a-add::before {
  content: "\ea0b";
}

.icon-multiple-11::before {
  content: "\ea0e";
}

.icon-new-construction::before {
  content: "\ea25";
}

.icon-office::before {
  content: "\ea26";
}

.icon-contacts::before {
  content: "\ea28";
}

.icon-recipe-create::before {
  content: "\ea29";
}

.icon-cogwheel::before {
  content: "\ea2a";
}

.icon-books-46::before {
  content: "\ea2b";
}

.icon-network::before {
  content: "\ea2c";
}

.icon-recipe::before {
  content: "\ea2d";
}

.icon-screen-rotation::before {
  content: "\ea2e";
}

.icon-configuration::before {
  content: "\ea2f";
}

.icon-algorithm::before {
  content: "\ea30";
}

.icon-server::before {
  content: "\ea31";
}

.icon-money-13::before {
  content: "\ea32";
}

.icon-signature::before {
  content: "\ea33";
}

.icon-handshake::before {
  content: "\ea34";
}

.icon-stock-market::before {
  content: "\ea35";
}

.icon-megaphone::before {
  content: "\ea36";
}

.icon-todo::before {
  content: "\ea37";
}

.icon-call-doctor::before {
  content: "\ea38";
}

.icon-interview::before {
  content: "\ea39";
}

.icon-list::before {
  content: "\ea3a";
}

.icon-document-copy::before {
  content: "\ea3b";
}

.icon-survey::before {
  content: "\ea3c";
}

.icon-circle-e-down-12::before {
  content: "\ea3d";
}

