/**
 *------------------------------------------------------------------------------
 *  iCicons font by Jooml!C
 *------------------------------------------------------------------------------
 * @copyright   Copyright (c)2012-2021 Cyril Rezé, Jooml!C - All rights reserved
 *
 * @license     GNU General Public License version 3 or later; see LICENSE.txt
 * @author      Cyril Rezé (Lyr!C)
 * @link        https://www.joomlic.com
 *
 * @version 	3.7.0 2018-05-24
 * @since       3.2.2
 *------------------------------------------------------------------------------
*/

@font-face {
  font-family: 'iCicons';
  src:  url('fonts/iCicons.eot?3kxpik');
  src:  url('fonts/iCicons.eot?3kxpik#iefix') format('embedded-opentype'),
    url('fonts/iCicons.ttf?3kxpik') format('truetype'),
    url('fonts/iCicons.woff?3kxpik') format('woff'),
    url('fonts/iCicons.svg?3kxpik#iCicons') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
	font-family: 'iCicons';
	content: attr(data-icon);
	speak: none;
}
[class^="iCicon-"], [class*=" iCicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iCicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="iCicon-"]:before,
[class*=" iCicon-"]:before {
	font-family: 'iCicons' !important; /* !important to fix conflict with some templates font icons */
	font-style: normal;
	speak: none;
}
[class^="iCicon-"].disabled,
[class*=" iCicon-"].disabled {
	font-weight: normal;
}

.iCicon-nextic:before {
  content: "\25b6";
}
.iCicon-nexticY:before {
  content: "\25b7";
}
.iCicon-backic:before {
  content: "\25c0";
}
.iCicon-backicY:before {
  content: "\25c1";
}
.iCicon-earth:before {
  content: "\e600";
}
.iCicon-timezone:before {
  content: "\e601";
}
.iCicon-print:before {
  content: "\e602";
}
.iCicon-calendar-2:before {
  content: "\e603";
}
.iCicon-calendar:before {
  content: "\e604";
}
.iCicon-location:before {
  content: "\e605";
}
.iCicon-iclogo:before {
  content: "\e606";
}
.iCicon-disk:before {
  content: "\e607";
}
.iCicon-private:before {
  content: "\e608";
}
.iCicon-register:before {
  content: "\e609";
}
.iCicon-blocked:before {
  content: "\e60a";
}
.iCicon-people:before {
  content: "\e60b";
}
.iCicon-thumbs:before {
  content: "\e60c";
}
.iCicon-clock:before {
  content: "\e60d";
}
.iCicon-screen:before {
  content: "\e60e";
}
.iCicon-options:before {
  content: "\e60f";
}
.iCicon-icons:before {
  content: "\e610";
}
.iCicon-filter:before {
  content: "\e611";
}
.iCicon-minus:before {
  content: "\e612";
}
.iCicon-info:before {
  content: "\e613";
}
.iCicon-info-circle:before {
  content: "\e614";
}
.iCicon-navigation:before {
  content: "\e615";
}
.iCicon-form:before {
  content: "\e616";
}
.iCicon-header-after:before {
  content: "\e617";
}
.iCicon-header-before:before {
  content: "\e618";
}
.iCicon-reset:before {
  content: "\e900";
}
.iCicon-search:before {
  content: "\e901";
}
.iCicon-filter-2:before {
  content: "\e902";
}
.iCicon-arrow-down:before {
  content: "\e903";
}
.iCicon-arrow-up:before {
  content: "\e904";
}
.iCicon-eye:before {
  content: "\e905";
}
.iCicon-eye-close:before {
  content: "\e906";
}
.iCicon-avatar:before {
  content: "\e907";
}

/* Multiple icons */
.iCicon-eyes-1:before {
  content: "\e905\e905\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-2:before {
  content: "\e906\e905\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-3:before {
  content: "\e906\e906\e905";
  vertical-align: middle;
  letter-spacing: 4px;
}
.iCicon-eyes-4:before {
  content: "\e906\e906\e906";
  vertical-align: middle;
  letter-spacing: 4px;
}

/* BI-COLOR ICONS */
.iCicon-bi-color-header:before {
	content: "\e618";
	letter-spacing: -1em;
	color: #bebebe;
}
.iCicon-bi-color-header:after {
	content: "\e617";
	color: #ca0000;
}

/* ONE-COLOR ICONS */
.iCicon-iclogo:before {
	content: "\e606";
	color: #990000;
}

/* ADDITIONAL STYLES */
.iCicon-info-circle:active,
.iCicon-info-circle:hover,
.iCicon-info-circle:focus {
	text-decoration: none !important;
	background: none;
	text-shadow:0px 0px 5px rgba(0,0,0,0.3);;
	cursor: help;
}
