@font-face {
    font-family: 'nc-icons';
    src: url('../font/nc-icons.eot?64400817');
    src: url('../font/nc-icons.eot?64400817#iefix') format('embedded-opentype'),
    url('../font/nc-icons.woff2?64400817') format('woff2'),
    url('../font/nc-icons.woff?64400817') format('woff'),
    url('../font/nc-icons.ttf?64400817') format('truetype'),
    url('../font/nc-icons.svg?64400817#nc-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: 'nc-icons';
    src: url('../font/nc-icons.svg?64400817#nc-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "nc-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); */
    color: #555555;
    line-height: 1.6;
}
.icon-chat {
    font-size: 13px;
    color: #555555;
}
.icon-chat:before { content: '\e800'; } /* '' */
.icon-check:before { content: '\e801'; } /* '' */
.icon-back:before { content: '\e802'; } /* '' */
.icon-close:before { content: '\e803'; } /* '' */
.icon-next:before { content: '\e804'; } /* '' */
.icon-search:before { content: '\e805'; } /* '' */
.icon-star-empty:before { content: '\e806'; } /* '' */
.icon-star:before { content: '\e807'; } /* '' */
.icon-nc-calendar:before { content: '\e808'; } /* '' */
.icon-nc-back:before { content: '\e809'; } /* '' */
.icon-nc-up:before { content: '\e80a'; } /* '' */
.icon-nc-plus:before { content: '\e80b'; } /* '' */
.icon-nc-play:before { content: '\e80c'; } /* '' */
.icon-nc-next:before { content: '\e80d'; } /* '' */
.icon-nc-fontsize:before { content: '\e80e'; } /* '' */
.icon-nc-trash:before { content: '\e80f'; } /* '' */
.icon-nc-help:before { content: '\e810'; } /* '' */
.icon-nc-hospital:before { content: '\e811'; } /* '' */
.icon-nc-docs:before { content: '\e812'; } /* '' */
.icon-nc-settings:before { content: '\e813'; } /* '' */
.icon-nc-more:before { content: '\e814'; } /* '' */