@font-face {
  font-family: 'aip-corrpro';
  src: url('./aip-corrpro-font.woff2');
}

[class^='icon-']:before,
[class*=' icon-']:before {
  font-family: 'aip-corrpro';
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-icon_liveline_app:before {
  content: '\e801';
} /* '' */
.icon-icon_liveline_app.left-app:before {
  content: '\e000';
} /* '' */
.icon-icon_fieldline_app:before {
  content: '\e802';
} /* '' */
.icon-icon_fieldline_app.left-app:before {
  content: '\e001';
} /* '' */
.icon-icon_login:before {
  content: '\e803';
} /* '' */
.icon-icon_login.left-app:before {
  content: '\e002';
} /* '' */
.icon-icon_scanline_app:before {
  content: '\e804';
} /* '' */
.icon-icon_scanline_app.left-app:before {
  content: '\e003';
} /* '' */
.icon-icon_technology:before {
  content: '\e805';
} /* '' */
.icon-icon_aip_apps:before {
  content: '\e806';
} /* '' */
.icon-icon_cisline_app:before {
  content: '\e807';
} /* '' */
.icon-icon_cisline_app.left-app:before {
  content: '\e006';
} /* '' */
.icon-icon_cisline1_app:before {
  content: '\e808';
} /* '' */
.icon-icon_cisline1_app.left-app:before {
  content: '\e007';
} /* '' */
.icon-icon_cisline2_app:before {
  content: '\e809';
} /* '' */
.icon-icon_cisline2_app.left-app:before {
  content: '\e008';
} /* '' */
.icon-icon_chargeline_app:before {
  content: '\e80a';
} /* '' */
.icon-icon_chargeline_app.left-app:before {
  content: '\e009';
} /* '' */

/* **************************
 * ALTERNATIVE IMPLEMENTATION - matching font-awesome base structure
 */
.faip {
  display: inline-block;
  font: normal normal normal 20px/1 aip-corrpro;
  font-size: 2rem;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.faip-scanline:before {
  content: '\e003';
  bottom: -3px;
  position: relative;
  left: -4px;
}

.faip-fieldline:before {
  content: '\e001';
  bottom: -4px;
  position: relative;
  left: -6px;
}

.faip-assetview:before {
  content: '\e008';
  bottom: -1px;
  position: relative;
  left: -6px;
}

.faip-cisview:before {
  content: '\e006';
  bottom: -2px;
  position: relative;
  left: 0;
}
