/*
 * webfonts.css
 *
 * @project:	Spice Clients FTP WebApp
 * @client:		Spice Communication Kft.
 * @agency:		Spice Communication Kft.
 * @developer:	Kusz Tamás [tamas@monovisual.com]
 *
 * @path:		/cms/assets/css/webfonts.css
 * @version:	1.0
 */
 
@charset 'utf-8';

@font-face {
  font-family: 'spiceclients_webapp_icns';
  src: url('../webfonts/spiceclients_webapp_icns/spiceclients_webapp_icns.eot?21288633');
  src: url('../webfonts/spiceclients_webapp_icns/spiceclients_webapp_icns.eot?21288633#iefix') format('embedded-opentype'),
       url('../webfonts/spiceclients_webapp_icns/spiceclients_webapp_icns.woff?21288633') format('woff'),
       url('../webfonts/spiceclients_webapp_icns/spiceclients_webapp_icns.ttf?21288633') format('truetype'),
       url('../webfonts/spiceclients_webapp_icns/spiceclients_webapp_icns.svg?21288633#eduvizig_webapp_cms_icns') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "spiceclients_webapp_icns";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  
  font-variant: normal;
  text-transform: none;
 
  line-height: 1em;
  margin-left: .2em;
  
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-spin5:before { content: '\e800'; } /* '' */
.icon-tags:before { content: '\e801'; } /* '' */
.icon-tag:before { content: '\e802'; } /* '' */
.icon-download-cloud:before { content: '\e803'; } /* '' */
.icon-upload-cloud:before { content: '\e804'; } /* '' */
.icon-angle-left:before { content: '\e805'; } /* '' */
.icon-angle-right:before { content: '\e806'; } /* '' */
.icon-angle-up:before { content: '\e807'; } /* '' */
.icon-angle-down:before { content: '\e808'; } /* '' */
.icon-angle-double-left:before { content: '\e809'; } /* '' */
.icon-angle-double-right:before { content: '\e80a'; } /* '' */
.icon-angle-double-up:before { content: '\e80b'; } /* '' */
.icon-angle-double-down:before { content: '\e80c'; } /* '' */
.icon-left-dir:before { content: '\e80d'; } /* '' */
.icon-right-dir:before { content: '\e80e'; } /* '' */
.icon-down-dir:before { content: '\e80f'; } /* '' */
.icon-up-dir:before { content: '\e810'; } /* '' */
.icon-down-open:before { content: '\e811'; } /* '' */
.icon-left-open:before { content: '\e812'; } /* '' */
.icon-right-open:before { content: '\e813'; } /* '' */
.icon-up-open:before { content: '\e814'; } /* '' */
.icon-off:before { content: '\e815'; } /* '' */
.icon-toggle-off:before { content: '\e816'; } /* '' */
.icon-toggle-on:before { content: '\e817'; } /* '' */
.icon-circle:before { content: '\e818'; } /* '' */
.icon-circle-empty:before { content: '\e819'; } /* '' */
.icon-circle-thin:before { content: '\e81a'; } /* '' */
.icon-dot-circled:before { content: '\e81b'; } /* '' */
.icon-database:before { content: '\e81c'; } /* '' */
.icon-home:before { content: '\e81d'; } /* '' */
.icon-attention:before { content: '\e81e'; } /* '' */
.icon-picture-1:before { content: '\e81f'; } /* '' */
.icon-video:before { content: '\e820'; } /* '' */
.icon-doc-text:before { content: '\e821'; } /* '' */
.icon-trash:before { content: '\e822'; } /* '' */
.icon-ok:before { content: '\e823'; } /* '' */
.icon-cancel:before { content: '\e824'; } /* '' */
.icon-doc-text-inv:before { content: '\e825'; } /* '' */
.icon-cog:before { content: '\e826'; } /* '' */
.icon-shuffle:before { content: '\e827'; } /* '' */
.icon-menu:before { content: '\e828'; } /* '' */
.icon-sort:before { content: '\e829'; } /* '' */
.icon-tasks:before { content: '\e82a'; } /* '' */
.icon-star:before { content: '\e82b'; } /* '' */
.icon-filter:before { content: '\e82c'; } /* '' */
.icon-location:before { content: '\e82d'; } /* '' */
.icon-layers:before { content: '\e82e'; } /* '' */
.icon-link:before { content: '\e82f'; } /* '' */
.icon-code:before { content: '\e830'; } /* '' */
.icon-sliders:before { content: '\e831'; } /* '' */
.icon-paper-plane:before { content: '\e832'; } /* '' */
.icon-exchange:before { content: '\e833'; } /* '' */
.icon-target:before { content: '\e834'; } /* '' */
.icon-eye:before { content: '\e835'; } /* '' */
.icon-archive:before { content: '\e836'; } /* '' */
.icon-box:before { content: '\e837'; } /* '' */
.icon-search:before { content: '\e838'; } /* '' */
.icon-user-1:before { content: '\e839'; } /* '' */
.icon-users-1:before { content: '\e83a'; } /* '' */
.icon-star-empty:before { content: '\e83b'; } /* '' */
.icon-map:before { content: '\e83c'; } /* '' */
.icon-pencil:before { content: '\e83d'; } /* '' */
.icon-youtube-play:before { content: '\e83e'; } /* '' */
.icon-unlink:before { content: '\e83f'; } /* '' */
.icon-folder:before { content: '\e840'; } /* '' */
.icon-doc:before { content: '\e841'; } /* '' */
.icon-level-up:before { content: '\e842'; } /* '' */
.icon-th-list:before { content: '\e843'; } /* '' */
.icon-sitemap:before { content: '\e844'; } /* '' */
.icon-cancel-circled:before { content: '\e845'; } /* '' */
.icon-calendar:before { content: '\e846'; } /* '' */

.animate-spin,
.processing:before,
.processing-after:after {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}