/***********************************************************************************
 * X2CRM is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2016 X2Engine Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY X2ENGINE, X2ENGINE DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. on our website at www.x2crm.com, or at our
 * email address: contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 **********************************************************************************/
/***********************************************************************************
 * X2CRM is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2016 X2Engine Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY X2ENGINE, X2ENGINE DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. on our website at www.x2crm.com, or at our
 * email address: contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 **********************************************************************************/
/*
  Icon Font: x2-icons
*/
@font-face {
  font-family: "x2-icons";
  src: url("./x2Icons/x2-icons.eot");
  src: url("./x2Icons/x2-icons.eot?#iefix") format("embedded-opentype"), url("./x2Icons/x2-icons.woff") format("woff"), url("./x2Icons/x2-icons.ttf") format("truetype"), url("./x2Icons/x2-icons.svg#x2-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "x2-icons";
    src: url("./x2Icons/x2-icons.svg#x2-icons") format("svg");
  }
}
/* line 59, ../../../compass/css/lib/_x2-icons.scss */
[data-icon]:before {
  content: attr(data-x2-icon);
}

/* line 61, ../../../compass/css/lib/_x2-icons.scss */
[data-icon]:before,
.icon-activity:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.x2Activity:before,
.x2-remote-page .action-history .record-list-item .icon.x2Activity:before,
.icon-contact:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.contacts:before,
.x2-remote-page .action-history .record-list-item .icon.contacts:before,
.icon-funnel:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.workflow:before,
.x2-remote-page .action-history .record-list-item .icon.workflow:before,
.icon-open-envelope:before,
.x2-remote-page .action-history .record-list-item .icon.campaignEmailOpened:before,
.x2-remote-page .action-history .record-list-item .icon.emailOpened:before,
.icon-package:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.products:before,
.x2-remote-page .action-history .record-list-item .icon.products:before,
.icon-profile:before,
.icon-profile-large:before,
.icon-quotes:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.quotes:before,
.x2-remote-page .action-history .record-list-item .icon.quotes:before,
.icon-service:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.services:before,
.icon-stopwatch:before,
.x2-remote-page .action-history .record-list-item .icon.time:before,
.icon-x2-logo:before,
.icon-x2-logo-square:before {
  display: inline-block;
  font-family: "x2-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/*
 * TODO: Organize all the icons to be only styled and initialized in one sass file
 */
/* line 91, ../../../compass/css/lib/_x2-icons.scss */
.icon-activity:before, .x2-remote-page div.x2touch-panel ul > li > a > i.x2Activity:before, .x2-remote-page .action-history .record-list-item .icon.x2Activity:before {
  content: "\f113";
}

/* line 92, ../../../compass/css/lib/_x2-icons.scss */
.icon-contact:before, .x2-remote-page div.x2touch-panel ul > li > a > i.contacts:before, .x2-remote-page .action-history .record-list-item .icon.contacts:before {
  content: "\f10c";
}

/* line 93, ../../../compass/css/lib/_x2-icons.scss */
.icon-funnel:before, .x2-remote-page div.x2touch-panel ul > li > a > i.workflow:before, .x2-remote-page .action-history .record-list-item .icon.workflow:before {
  content: "\f109";
}

/* line 94, ../../../compass/css/lib/_x2-icons.scss */
.icon-open-envelope:before, .x2-remote-page .action-history .record-list-item .icon.campaignEmailOpened:before, .x2-remote-page .action-history .record-list-item .icon.emailOpened:before {
  content: "\f10a";
}

/* line 95, ../../../compass/css/lib/_x2-icons.scss */
.icon-package:before, .x2-remote-page div.x2touch-panel ul > li > a > i.products:before, .x2-remote-page .action-history .record-list-item .icon.products:before {
  content: "\f112";
}

/* line 96, ../../../compass/css/lib/_x2-icons.scss */
.icon-profile:before {
  content: "\f11e";
}

/* line 97, ../../../compass/css/lib/_x2-icons.scss */
.icon-profile-large:before {
  content: "\f11f";
}

/* line 98, ../../../compass/css/lib/_x2-icons.scss */
.icon-quotes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.quotes:before, .x2-remote-page .action-history .record-list-item .icon.quotes:before {
  content: "\f11c";
}

/* line 99, ../../../compass/css/lib/_x2-icons.scss */
.icon-service:before, .x2-remote-page div.x2touch-panel ul > li > a > i.services:before {
  content: "\f111";
}

/* line 100, ../../../compass/css/lib/_x2-icons.scss */
.icon-stopwatch:before, .x2-remote-page .action-history .record-list-item .icon.time:before {
  content: "\f114";
}

/* line 101, ../../../compass/css/lib/_x2-icons.scss */
.icon-x2-logo:before {
  content: "\f117";
}

/* line 102, ../../../compass/css/lib/_x2-icons.scss */
.icon-x2-logo-square:before {
  content: "\f116";
}

/* x2entstart */
/* override with a blank content with fa-fw properties to fill in the space */
/* line 106, ../../../compass/css/lib/_x2-icons.scss */
.icon-activity:before, .x2-remote-page div.x2touch-panel ul > li > a > i.x2Activity:before, .x2-remote-page .action-history .record-list-item .icon.x2Activity:before {
  content: "";
  width: 1.28571429em;
  text-align: center;
}

/* line 107, ../../../compass/css/lib/_x2-icons.scss */
.icon-contact:before, .x2-remote-page div.x2touch-panel ul > li > a > i.contacts:before, .x2-remote-page .action-history .record-list-item .icon.contacts:before {
  content: "";
  width: 1.28571429em;
  text-align: center;
}

/* line 108, ../../../compass/css/lib/_x2-icons.scss */
.icon-quotes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.quotes:before, .x2-remote-page .action-history .record-list-item .icon.quotes:before {
  content: "";
  width: 1.28571429em;
  text-align: center;
}

/* line 109, ../../../compass/css/lib/_x2-icons.scss */
.icon-service:before, .x2-remote-page div.x2touch-panel ul > li > a > i.services:before {
  content: "";
  width: 1.28571429em;
  text-align: center;
}

/* x2entend */
/***********************************************************************************
 * X2CRM is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2016 X2Engine Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY X2ENGINE, X2ENGINE DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. on our website at www.x2crm.com, or at our
 * email address: contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 **********************************************************************************/
/************************************************
* This file mantains several important mixins for 
* Font Icons. The two sources of font icons are 
* font-awesome, and x2-icons (custom icons).
*************************************************/
/***********************************************************************************
 * X2CRM is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2016 X2Engine Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY X2ENGINE, X2ENGINE DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. on our website at www.x2crm.com, or at our
 * email address: contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 **********************************************************************************/
/***********************************************************************
* Grays 
***********************************************************************/
/***********************************************************************
* Blues
***********************************************************************/
/***********************************************************************
* Reds 
***********************************************************************/
/***********************************************************************
* Greens 
***********************************************************************/
/***********************************************************************
* This section is made to correspond with the theme keys in ThemeGenerator
***********************************************************************/
/***********************************************************************************
 * X2CRM is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2016 X2Engine Inc.
 * 
 * This program is free software; you can redistribute it and/or modify it under
 * the terms of the GNU Affero General Public License version 3 as published by the
 * Free Software Foundation with the addition of the following permission added
 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
 * IN WHICH THE COPYRIGHT IS OWNED BY X2ENGINE, X2ENGINE DISCLAIMS THE WARRANTY
 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
 * 
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. on our website at www.x2crm.com, or at our
 * email address: contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 **********************************************************************************/
/************************************************
* This File is a pseudo-class translation of all 
* the font-awesome classes. This way, these classes
* can be extended. 
*************************************************/
/*********************************
* Mixin to create a font-awesome 
* icon without changing the layout
********************************/
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* line 76, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.emailInboxes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.profile:before, .x2-remote-page div.x2touch-panel ul > li > a > i.actions:before, .x2-remote-page div.x2touch-panel ul > li > a > i.accounts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.opportunities:before, .x2-remote-page div.x2touch-panel ul > li > a > i.marketing:before, .x2-remote-page div.x2touch-panel ul > li > a > i.x2flow:before, .x2-remote-page div.x2touch-panel ul > li > a > i.x2Leads:before, .x2-remote-page div.x2touch-panel ul > li > a > i.docs:before, .x2-remote-page div.x2touch-panel ul > li > a > i.groups:before, .x2-remote-page div.x2touch-panel ul > li > a > i.media:before, .x2-remote-page div.x2touch-panel ul > li > a > i.users:before, .x2-remote-page div.x2touch-panel ul > li > a > i.charts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.topics:before, .x2-remote-page div.x2touch-panel ul > li > a > i.bugReports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.reports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon:before, .x2-remote-page div.x2touch-panel ul > li > a > i.custom-module:before, .x2-remote-page div.x2touch-panel ul > li > a > i.settings:before, .x2-remote-page div.x2touch-panel ul > li > a > i.dashboard:before, .x2-remote-page div.x2touch-panel ul > li > a > i.more:before, .x2-remote-page div.x2touch-panel ul > li > a > i.logOut:before, .x2-remote-page div.x2touch-panel ul > li > a > i.about:before, .x2-remote-page .action-history .record-list-item .icon.action:before, .x2-remote-page .action-history .record-list-item .icon.attachment:before, .x2-remote-page .action-history .record-list-item .icon.complete:before, .x2-remote-page .action-history .record-list-item .icon.email:before, .x2-remote-page .action-history .record-list-item .icon.email_quote:before, .x2-remote-page .action-history .record-list-item .icon.email_invoice:before, .x2-remote-page .action-history .record-list-item .icon.call:before, .x2-remote-page .action-history .record-list-item .icon.note:before, .x2-remote-page .action-history .record-list-item .icon.overdue:before, .x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 135, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.emailInboxes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.profile:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.actions:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.accounts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.opportunities:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.marketing:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.x2flow:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.x2Leads:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.docs:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.groups:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.media:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.users:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.charts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.topics:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.bugReports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.reports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.reports .pull-left.stacked-icon:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.custom-module:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.settings:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.dashboard:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.more:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.logOut:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-left.about:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.action:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.attachment:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.complete:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.email:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.email_quote:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.email_invoice:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.call:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.note:before, .x2-remote-page .action-history .record-list-item .pull-left.icon.overdue:before, .x2-remote-page .action-history .record-list-item .icon.overdue .pull-left.stacked-icon:before {
  margin-right: .3em;
}

/* line 138, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.emailInboxes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.profile:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.actions:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.accounts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.opportunities:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.marketing:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.x2flow:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.x2Leads:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.docs:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.groups:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.media:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.users:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.charts:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.topics:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.bugReports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.reports:before, .x2-remote-page div.x2touch-panel ul > li > a > i.reports .pull-right.stacked-icon:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.custom-module:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.settings:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.dashboard:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.more:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.logOut:before, .x2-remote-page div.x2touch-panel ul > li > a > i.pull-right.about:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.action:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.attachment:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.complete:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.email:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.email_quote:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.email_invoice:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.call:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.note:before, .x2-remote-page .action-history .record-list-item .pull-right.icon.overdue:before, .x2-remote-page .action-history .record-list-item .icon.overdue .pull-right.stacked-icon:before {
  margin-left: .3em;
}

/* line 158, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2flow:before {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
     readers do not read off random characters that represent icons */
/* line 207, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.media:before {
  content: "\f001";
}

/* line 219, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2Leads:before {
  content: "\f005";
}

/* line 225, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.profile:before {
  content: "\f007";
}

/* line 260, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.settings:before {
  content: "\f013";
}

/* line 270, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports:before {
  content: "\f016";
}

/* line 467, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.about:before {
  content: "\f05a";
}

/* line 562, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.custom-module:before {
  content: "\f07b";
}

/* line 574, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.charts:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.dashboard:before {
  content: "\f080";
}

/* line 594, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.topics:before {
  content: "\f086";
}

/* line 609, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.logOut:before {
  content: "\f08b";
}

/* line 636, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.call:before {
  content: "\f095";
}

/* line 669, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.marketing:before {
  content: "\f0a1";
}

/* line 720, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.groups:before,
.x2-remote-page div.x2touch-panel ul > li > a > i.users:before {
  content: "\f0c0";
}

/* line 742, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.attachment:before {
  content: "\f0c6";
}

/* line 820, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.emailInboxes:before, .x2-remote-page .action-history .record-list-item .icon.email:before, .x2-remote-page .action-history .record-list-item .icon.email_quote:before, .x2-remote-page .action-history .record-list-item .icon.email_invoice:before {
  content: "\f0e0";
}

/* line 838, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.note:before {
  content: "\f0e5";
}

/* line 848, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2flow:before {
  content: "\f0e8";
}

/* line 1035, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon:before {
  content: "\f12a";
}

/* line 1095, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.opportunities:before {
  content: "\f140";
}

/* line 1098, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.more:before {
  content: "\f141";
}

/* line 1107, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.actions:before, .x2-remote-page .action-history .record-list-item .icon.action:before, .x2-remote-page .action-history .record-list-item .icon.complete:before {
  content: "\f144";
}

/* line 1189, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.docs:before {
  content: "\f15c";
}

/* line 1312, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.bugReports:before {
  content: "\f188";
}

/* line 1422, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.accounts:before {
  content: "\f1ad";
}

/**************************************************
* Class to add to a container that has a stacked icon
* These are the icons displayed on the activity feed
**************************************************/
/* line 59, ../../../compass/css/lib/_icons.scss */
.stacked-icon {
  display: none;
  position: absolute;
  top: 23px;
  left: 28px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #004baf;
  background: white;
  /* @theme border-color lighter_link */
  /* @theme background content */
  text-align: center;
}
/* line 78, ../../../compass/css/lib/_icons.scss */
.stacked-icon:before {
  width: 100%;
  font-size: 10px;
  position: relative;
}

/****************************************
* Mixin to aid with the stacked icon
*****************************************/
/****************************************************
* Mixin to generate a mapping of classes to icons
* $list:  A multidimensional array
: $type: which icon font to use ("fa" or "x2")
: @content: extra rules to insert into each icon
* Example: 
*   $map: (
*   	("email" "envelope" "check") 
*       ("process" "funnel")
*   );
* Will create the rule for '.email' to have the icon 
* 'envelope' with a stacked icon of 'check'
* and a rule for '.process' to have the icon 'funnel'
* with no stacked icon. 
*
* These icons are currently used in activity feed, publisher, and page titles
*******************************************************/
/* x2entstart */
/* x2entend */
/**************************************************
* Class to add to a container that has a stacked icon
* These are the icons displayed on the activity feed
**************************************************/
/* line 54, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.stacked-icon {
  display: none;
  position: absolute;
  top: 23px;
  left: 28px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 2px solid #004baf;
  background: white;
  /* @theme border-color lighter_link */
  /* @theme background content */
  text-align: center;
}
/* line 73, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.stacked-icon:before {
  width: 100%;
  font-size: 10px;
  position: relative;
}

/****************************************
* Mixin to aid with the stacked icon
*****************************************/
/****************************************************
* Mixin to generate a mapping of classes to icons
* $list:  A multidimensional array
: $type: which icon font to use ("fa" or "x2")
: @content: extra rules to insert into each icon
* Example: 
*   $map: (
*   	("email" "envelope" "check") 
*       ("process" "funnel")
*   );
* Will create the rule for '.email' to have the icon 
* 'envelope' with a stacked icon of 'check'
* and a rule for '.process' to have the icon 'funnel'
* with no stacked icon. 
*
* These icons are currently used in activity feed, publisher, and page titles
*******************************************************/
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.emailInboxes:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.profile:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.actions:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.accounts:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.opportunities:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.marketing:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2flow:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2Leads:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.docs:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.groups:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.media:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.users:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.charts:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.topics:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.bugReports:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports:before {
  text-decoration: none;
}
/* line 86, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon:before, .x2-remote-page div.x2touch-panel ul > li > a > i.reports .action-history .record-list-item .icon.overdue .stacked-icon:before, .x2-remote-page .action-history .record-list-item .icon.overdue div.x2touch-panel ul > li > a > i.reports .stacked-icon:before {
  top: 0px;
  left: 0px;
}
/* line 95, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon {
  display: inline-block;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon:before {
  text-decoration: none;
}
/* line 100, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.reports .stacked-icon:before {
  position: absolute;
  font-size: 10px;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.custom-module:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.settings:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.dashboard:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.more:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.logOut:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.about:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.x2Activity:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.quotes:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.services:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.workflow:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.products:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page div.x2touch-panel ul > li > a > i.contacts:before {
  text-decoration: none;
}
/* line 219, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .icon-activity:before, .x2-remote-page div.x2touch-panel ul > li > a > i.x2Activity:before, .x2-remote-page .action-history .record-list-item .icon.x2Activity:before {
  content: "\f113";
}
/* line 220, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .icon-contact:before, .x2-remote-page div.x2touch-panel ul > li > a > i.contacts:before, .x2-remote-page .action-history .record-list-item .icon.contacts:before {
  content: "\f10c";
}
/* line 221, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .icon-quotes:before, .x2-remote-page div.x2touch-panel ul > li > a > i.quotes:before, .x2-remote-page .action-history .record-list-item .icon.quotes:before {
  content: "\f11c";
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.action:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.attachment:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.complete:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.email:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.email_quote:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.email_invoice:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.call:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.note:before {
  text-decoration: none;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue:before {
  text-decoration: none;
}
/* line 86, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon:before {
  top: 0px;
  left: 0px;
}
/* line 95, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon {
  display: inline-block;
}
/* line 51, ../../../compass/css/lib/_font-awesome.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon:before {
  text-decoration: none;
}
/* line 100, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.overdue .stacked-icon:before {
  position: absolute;
  font-size: 10px;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.workflow:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.time:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.quotes:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.contacts:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.x2Activity:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.accounts:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.opportunities:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.x2Leads:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.products:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.campaignEmailOpened:before {
  text-decoration: none;
}
/* line 42, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.x2-remote-page .action-history .record-list-item .icon.emailOpened:before {
  text-decoration: none;
}

/* line 235, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
remote-page div.x2touch-panel ul > li > a > i.accounts:before {
  content: "\f1ad";
}

/* line 239, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
remote-page div.x2touch-panel ul > li > a > i.x2Leads:before {
  content: "\f005";
}

/* line 243, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
remote-page div.x2touch-panel ul > li > a > i.opportunities:before {
  content: "\f140";
}

/* line 247, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.icon-package:before, .x2-remote-page div.x2touch-panel ul > li > a > i.products:before, .x2-remote-page .action-history .record-list-item .icon.products:before, .x2-remote-page div.x2touch-panel ul > li > a > i.products:before, .x2-remote-page .action-history .record-list-item .icon.products:before {
  content: "\f112";
}

/* line 251, ../../../compass/themes/x2engine/css/x2touchIcons.scss */
.icon-service:before, .x2-remote-page div.x2touch-panel ul > li > a > i.services:before, .x2-remote-page div.x2touch-panel ul > li > a > i.services:before {
  content: "\f111";
}
