@charset "UTF-8";

 @font-face {
  font-family: 'backupmon_icons';
  src: url('../font/backupmon_icons.eot?35489998');
  src: url('../font/backupmon_icons.eot?35489998#iefix') format('embedded-opentype'),
       url('../font/backupmon_icons.woff?35489998') format('woff'),
       url('../font/backupmon_icons.ttf?35489998') format('truetype'),
       url('../font/backupmon_icons.svg?35489998#backupmon_icons') 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: 'backupmon_icons';
    src: url('../font/backupmon_icons.svg?35489998#backupmon_icons') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "backupmon_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  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%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-plus:before { content: '\2b'; } /* '+' */
.icon-minus:before { content: '\2d'; } /* '-' */
.icon-check:before { content: '\2611'; } /* '☑' */
.icon-th-list:before { content: '\2630'; } /* '☰' */
.icon-flag:before { content: '\2691'; } /* '⚑' */
.icon-cog-1:before { content: '\e804'; } /* '' */
.icon-cog-2:before { content: '\e805'; } /* '' */
.icon-cog-3:before { content: '\e809'; } /* '' */
.icon-cog:before { content: '\2699'; } /* '⚙' */
.icon-attention-1-1:before { content: '\e802'; } /* '' */
.icon-attention:before { content: '\26a0'; } /* '⚠' */
.icon-pencil:before { content: '\270e'; } /* '✎' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-cancel:before { content: '\2715'; } /* '✕' */
.icon-asterisk:before { content: '\2731'; } /* '✱' */
.icon-attention-circle:before { content: '\2757'; } /* '❗' */
.icon-home:before { content: '\2302'; } /* '⌂' */
.icon-lock-open-1:before { content: '\e801'; } /* '' */
.icon-trash:before { content: '\e729'; } /* '' */
.icon-user-add:before { content: '\e700'; } /* '' */
.icon-info-circle:before { content: '\e705'; } /* '' */
.icon-code-1:before { content: '\e800'; } /* '' */
.icon-code:before { content: '\e714'; } /* '' */
.icon-print:before { content: '\e716'; } /* '' */
.icon-rss:before { content: '\e73a'; } /* '' */
.icon-logout:before { content: '\e741'; } /* '' */
.icon-logout-1-1:before { content: '\e803'; } /* '' */
.icon-arrows-cw-2:before { content: '\e80a'; } /* '' */
.icon-arrows-cw:before { content: '\e80b'; } /* '' */
.icon-back-in-time:before { content: '\e771'; } /* '' */
.icon-off:before { content: '\e78e'; } /* '' */
.icon-list-alt:before { content: '\e790'; } /* '' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-users:before { content: '👥'; } /* '\1f465' */
.icon-chart:before { content: '📈'; } /* '\1f4c8' */
.icon-chart-bar:before { content: '📊'; } /* '\1f4ca' */
.icon-chart-bar-1:before { content: '\e807'; } /* '' */
.icon-arrows-ccw:before { content: '\e80c'; } /* '' */
.icon-lock-open:before { content: '🔓'; } /* '\1f513' */
.icon-wrench-1:before { content: '\e806'; } /* '' */
.icon-wrench-2:before { content: '\e808'; } /* '' */
.icon-wrench:before { content: '🔧'; } /* '\1f527' */
.icon-block:before { content: '🚫'; } /* '\1f6ab' */