/*!
 * Screets Chat X - Icons
 * Author: @screetscom
 *
 * COPYRIGHT © 2016 Screets d.o.o. All rights reserved.
 * This  is  commercial  software,  only  users  who have purchased a valid
 * license  and  accept  to the terms of the  License Agreement can install
 * and use this program.
 */


@font-face {
  font-family: 'scx';
  src: url('../fonts/scx.eot?33962020');
  src: url('../fonts/scx.eot?33962020#iefix') format('embedded-opentype'),
       url('../fonts/scx.woff?33962020') format('woff'),
       url('../fonts/scx.ttf?33962020') format('truetype'),
       url('../fonts/scx.svg?33962020#scx') 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: 'scx';
    src: url('../font/scx.svg?33962020#scx') format('svg');
  }
}
*/
 
 [class^="scx-ico-"]:before, [class*=" scx-ico-"]:before {
  font-family: "scx";
  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); */
}
 
.scx-ico-chat:before { content: '\e800'; } /* '' */
.scx-ico-down:before { content: '\e801'; } /* '' */
.scx-ico-up:before { content: '\e802'; } /* '' */
.scx-ico-left:before { content: '\e803'; } /* '' */
.scx-ico-right:before { content: '\e804'; } /* '' */
.scx-ico-send:before { content: '\e805'; } /* '' */
.scx-ico-like:before { content: '\e806'; } /* '' */
.scx-ico-dislike:before { content: '\e807'; } /* '' */
.scx-ico-mail:before { content: '\e808'; } /* '' */
.scx-ico-ok:before { content: '\e809'; } /* '' */
.scx-ico-facebook:before { content: '\e80a'; } /* '' */
.scx-ico-twitter:before { content: '\e80b'; } /* '' */
.scx-ico-skype:before { content: '\e80c'; } /* '' */
.scx-ico-linkedin:before { content: '\e80d'; } /* '' */
.scx-ico-vimeo:before { content: '\e80e'; } /* '' */
.scx-ico-youtube:before { content: '\e80f'; } /* '' */
.scx-ico-github:before { content: '\e810'; } /* '' */
.scx-ico-slack:before { content: '\e811'; } /* '' */
.scx-ico-slideshare:before { content: '\e812'; } /* '' */
.scx-ico-medium:before { content: '\e813'; } /* '' */
.scx-ico-warn:before { content: '\e814'; } /* '' */
.scx-ico-login:before { content: '\e815'; } /* '' */
.scx-ico-logout:before { content: '\e816'; } /* '' */
.scx-ico-phone:before { content: '\e817'; } /* '' */
.scx-ico-star:before { content: '\e818'; } /* '' */
.scx-ico-options:before { content: '\e819'; } /* '' */
.scx-ico-menu:before { content: '\e81a'; } /* '' */
.scx-ico-attach:before { content: '\e81b'; } /* '' */
.scx-ico-new-win:before { content: '\e81c'; } /* '' */
.scx-ico-search:before { content: '\e81d'; } /* '' */
.scx-ico-cancel:before { content: '\e81e'; } /* '' */
.scx-ico-mobile:before { content: '\e81f'; } /* '' */
.scx-ico-database:before { content: '\e820'; } /* '' */
.scx-ico-user:before { content: '\e821'; } /* '' */
.scx-ico-users:before { content: '\e822'; } /* '' */
.scx-ico-pencil:before { content: '\e823'; } /* '' */