@font-face {
  font-family: 'botman';
  src: url('/fonts/botman.eot?79890150');
  src: url('/fonts/botman.eot?79890150#iefix') format('embedded-opentype'),
       url('/fonts/botman.woff2?79890150') format('woff2'),
       url('/fonts/botman.woff?79890150') format('woff'),
       url('/fonts/botman.ttf?79890150') format('truetype'),
       url('/fonts/botman.svg?79890150#botman') 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: 'botman';
    src: url('../font/botman.svg?79890150#botman') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "botman";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  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 */

  /* 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-action:before     { content: '\e800'; } /* '' */
.icon-algorithm:before  { content: '\e801'; } /* '' */
.icon-document:before   { content: '\e802'; } /* '' */
.icon-etc:before        { content: '\e803'; } /* '' */
.icon-expression:before { content: '\e804'; } /* '' */
.icon-folder:before     { content: '\e805'; } /* '' */
.icon-info:before       { content: '\e806'; } /* '' */
.icon-message:before    { content: '\e807'; } /* '' */
.icon-play:before       { content: '\e808'; } /* '' */
.icon-question:before   { content: '\e809'; } /* '' */
.icon-risk:before       { content: '\e80a'; } /* '' */
.icon-tab:before        { content: '\e80b'; } /* '' */

.icon-document-general:before   { content: '\e802'; } /* '' */
.icon-conclusion:before   { content: '\e802'; } /* '' */
.icon-risk-general:before       { content: '\e80a'; } /* '' */

.icon-action     { rgba(0,0,0,.3); }
.icon-algorithm  { rgba(0,0,0,.3); }
.icon-document   { rgba(0,0,0,.3); }
.icon-etc        { rgba(0,0,0,.3); }
.icon-expression { rgba(0,0,0,.3); }
.icon-folder     { rgba(0,0,0,.3); }
.icon-info       { rgba(0,0,0,.3); }
.icon-message    { rgba(0,0,0,.3); }
.icon-play       { rgba(0,0,0,.3); }
.icon-question   { rgba(0,0,0,.3); }
.icon-risk       { rgba(0,0,0,.3); }
.icon-tab        { rgba(0,0,0,.3); }

.icon-document-general { rgba(0,0,0,.3); }
.icon-conclusion       { rgba(0,0,0,.3); }
.icon-risk-general     { rgba(0,0,0,.3); }


.icon-action.colored     { color: #4f36b6; }
.icon-algorithm.colored  { color: #617B87; }
.icon-document.colored   { color: #4f36b6; }
.icon-etc.colored        { color: #4f36b6; }
.icon-expression.colored { color: #780495; }
.icon-folder.colored     { color: #4f36b6; }
.icon-info.colored       { color: #123b8c; }
.icon-message.colored    { color: #d6741b; }
.icon-play.colored       { color: #4f36b6; }
.icon-question.colored   { color: #246919; }
.icon-risk.colored       { color: #007bff; }
.icon-tab.colored        { color: #4f36b6; }


.icon-document-general.colored { color: #17949b; }
.icon-conclusion.colored       { color: #82ba13; }
.icon-risk-general.colored     { color: #d03300; }