@font-face {
  font-family: 'true-icons';
  src: url('../font/true-icons.eot?74508657');
  src: url('../font/true-icons.eot?74508657#iefix') format('embedded-opentype'),
       url('../font/true-icons.woff2?74508657') format('woff2'),
       url('../font/true-icons.woff?74508657') format('woff'),
       url('../font/true-icons.ttf?74508657') format('truetype'),
       url('../font/true-icons.svg?74508657#true-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: 'true-icons';
    src: url('../font/true-icons.svg?74508657#true-icons') format('svg');
  }
}
*/
 
 [class^="true-icon-"]:before, [class*=" true-icon-"]:before {
  font-family: "true-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%; */
 
  /* 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); */
}
 
.true-icon-search:before { content: '\e800'; } /* '' */
.true-icon-ok:before { content: '\e801'; } /* '' */
.true-icon-down-dir:before { content: '\e802'; } /* '' */
.true-icon-up-dir:before { content: '\e803'; } /* '' */
.true-icon-left-open:before { content: '\e804'; } /* '' */
.true-icon-down-open:before { content: '\e805'; } /* '' */
.true-icon-right-open:before { content: '\e806'; } /* '' */
.true-icon-right-dir:before { content: '\e807'; } /* '' */
.true-icon-left-dir:before { content: '\e808'; } /* '' */
.true-icon-up-open:before { content: '\e809'; } /* '' */
.true-icon-filter:before { content: '\f0b0'; } /* '' */
.true-icon-angle-down:before { content: '\f107'; } /* '' */
.true-icon-calendar-empty:before { content: '\f133'; } /* '' */
.true-icon-ellipsis:before { content: '\f141'; } /* '' */
.true-icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.true-icon-sort-name-up:before { content: '\f15d'; } /* '' */
.true-icon-sort-name-down:before { content: '\f15e'; } /* '' */
.true-icon-sort-alt-up:before { content: '\f160'; } /* '' */
.true-icon-sort-alt-down:before { content: '\f161'; } /* '' */
.true-icon-sort-number-up:before { content: '\f162'; } /* '' */
.true-icon-sort-number-down:before { content: '\f163'; } /* '' */