@font-face {
    font-family: 'fontello';
    src: url('/css/font/fontello.eot');
    src: url('/css/font/fontello.eot#iefix') format('embedded-opentype'), 
         url('/css/font/fontello.woff2') format('woff2'), 
         url('/css/font/fontello.woff') format('woff'), 
         url('/css/font/fontello.ttf') format('truetype'), 
         url('/css/font/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?75388318#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  /*width: 1em;*/
  /*margin-right: .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: .2em;*/

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

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-bin_atlas:before { content: '\e800'; }
.icon-bluerove_atlas:before { content: '\e801'; }
.icon-boat_atlas:before { content: '\e802'; }
.icon-checkmarkcircle_atlas:before { content: '\e803'; }
.icon-check_atlas:before { content: '\e804'; }
.icon-circle_atlas:before { content: '\e805'; }
.icon-copy_atlas:before { content: '\e806'; }
.icon-crosscircle_atlas:before { content: '\e807'; }
.icon-crosshair_atlas:before { content: '\e808'; }
.icon-cross_atlas:before { content: '\e809'; }
.icon-drag_atlas:before { content: '\e80a'; }
.icon-droneoperator_atlas:before { content: '\e80b'; }
.icon-drone_atlas:before { content: '\e80c'; }
.icon-dropdownarrow_atlas:before { content: '\e80d'; }
.icon-edit_atlas:before { content: '\e80e'; }
.icon-feildagent_atlas:before { content: '\e80f'; }
.icon-filter_atlas:before { content: '\e810'; }
.icon-fixedwing_atlas:before { content: '\e811'; }
.icon-grid_atlas:before { content: '\e812'; }
.icon-hidepassword_atlas:before { content: '\e813'; }
.icon-maplayers_atlas:before { content: '\e814'; }
.icon-menu_atlas:before { content: '\e815'; }
.icon-open_atlas:before { content: '\e816'; }
.icon-path_atlas:before { content: '\e817'; }
.icon-pause_atlas:before { content: '\e818'; }
.icon-plane_atlas:before { content: '\e819'; }
.icon-play_atlas:before { content: '\e81a'; }
.icon-plus_atlas:before { content: '\e81b'; }
.icon-point_atlas:before { content: '\e81c'; }
.icon-polygon_atlas:before { content: '\e81d'; }
.icon-satellite_atlas:before { content: '\e81e'; }
.icon-save_atlas:before { content: '\e81f'; }
.icon-search_atlas:before { content: '\e820'; }
.icon-settings_atlas:before { content: '\e821'; }
.icon-showpassword_atlas:before { content: '\e822'; }
.icon-signin_atlas:before { content: '\e823'; }
.icon-signout_atlas:before { content: '\e824'; }
.icon-sort_atlas:before { content: '\e825'; }
.icon-square_atlas:before { content: '\e826'; }
.icon-swarm_atlas:before { content: '\e827'; }
.icon-task_atlas:before { content: '\e828'; }
.icon-ugv_atlas:before { content: '\e829'; }
.icon-waralogo_atlas:before { content: '\e82a'; }

