@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon.eot?3rc9ft');
  src:  url('/fonts/icomoon.eot?3rc9ft#iefix') format('embedded-opentype'),
  url('/fonts/icomoon.ttf?3rc9ft') format('truetype'),
  url('/fonts/icomoon.woff?3rc9ft') format('woff'),
  url('/fonts/icomoon.svg?3rc9ft#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  url('/fonts/OpenSans-Italic.ttf');
}

[class^="eg-"], [class*=" eg-"] {
  /* 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;
  font-size: 16px;
  transition-property: color;
  transition-duration: 0.5s;
}
button, .btn-add {
  transition-property: color,background-color;
  transition-duration: 0.5s;
}
li[id^="menu-pills"] [class^="eg-"] {
  margin-right: 20px;
  color: #ddd;
}

.eg-бумага-закончилась:before {
  content: "\e900";
}
.eg-бумага-кончается:before {
  content: "\e901";
}
.eg-в-купюроприемнике-заканчивается-сдача:before {
  content: "\e902";
}
.eg-галочка:before {
  content: "\e903";
}
.eg-главная:before {
  content: "\e904";
}
.eg-информация:before {
  content: "i";
  font-family: OpenSans-Italic;
  font-style: italic;
  font-weight: bold;
}
.eg-календарь:before {
  content: "\e906";
}
.eg-контакты:before {
  content: "\e907";
}
.eg-корзина:before {
  content: "\e908";
}
.eg-крестик:before {
  content: "\e909";
}
.eg-мониторинг:before {
  content: "\e90a";
}
.eg-отправить:before {
  content: "\e90b";
}
.eg-отчеты:before {
  content: "\e90c";
}
.eg-редактировать:before {
  content: "\e90d";
}
.eg-сдача-закончилась:before {
  content: "\e90e";
}
.eg-скачать:before {
  content: "\e90f";
}
.eg-уведомления:before {
  content: "\e910";
}
.eg-уведомления {
  margin-right: 0;
  color: #000;
  font-size: 19px;
}
.eg-управление:before {
  content: "\e911";
}

[id^="menu-pills"]:hover [class^="eg-"] {
  color:  white;
}

[id^="menu-pills"].active [class^="eg-"] {
  color: white;
}

.glyphicon-calendar {/* 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;
  font-size: 16px;
  transition-property: color;
  transition-duration: 0.5s;
}

.glyphicon-calendar:before {
  content: "\e906";
}