@CHARSET "UTF-8";
[class^="fxticon-"],
[class*=" fxticon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="fxticon-"]:before,
[class*=" fxticon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="fxticon-"],
a [class*=" fxticon-"] {
  display: inline;
}
/* increased font size for icon-large */
[class^="fxticon-"].fxticon-fixed-width,
[class*=" fxticon-"].fxticon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em;
}
[class^="fxticon-"].fxticon-fixed-width.fxticon-large,
[class*=" fxticon-"].fxticon-fixed-width.fxticon-large {
  width: 1.4285714285714286em;
}
.fxticon-disk-gray{
	background:url('../../admin/layout/img/fxt_disk_gray.png') no-repeat center center;
}
.fxticon-account-gray{
	background:url('../../admin/layout/img/fxt_account_gray.png') no-repeat center center;
}