/*****************************************************************************************
 * X2Engine Open Source Edition is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2015 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. or at 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".
 *****************************************************************************************/
/*****************************************************************************************
 * X2Engine Open Source Edition is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2015 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. or at 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 responsible for mantaining
* general purpose mixins and classes. 
***************************************/
/*****************************************************************************************
 * X2Engine Open Source Edition is a customer relationship management program developed by
 * X2Engine, Inc. Copyright (C) 2011-2015 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. or at 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
***********************************************************************/
/***************************************
* Mixin for border radius 
***************************************/
/***************************************
* Mixin for box shadow
***************************************/
/***************************************
* Mixin for text field placeholder text
***************************************/
/***************************************
* CSS to extend when something 
* should look like a link
***************************************/
/* line 87, ../../../../compass/css/lib/_standards.scss */
.pseudo-link {
  cursor: pointer;
  color: #004baf;
  transition: color .1s;
}
/* line 92, ../../../../compass/css/lib/_standards.scss */
.pseudo-link:hover {
  color: #006cfb;
}

/***************************************
* CSS to extend when for elements that 
* become transparent on mouseover
***************************************/
/* line 110, ../../../../compass/css/lib/_standards.scss */
.opacity-hover {
  opacity: 0.3;
}
/* line 105, ../../../../compass/css/lib/_standards.scss */
.opacity-hover:hover {
  opacity: 1;
}

/*********************************
* Box Shadow Prefixer
********************************/
/***************************************
* Apply the standard box shadow currently
* used on x2-island-layout items
***************************************/
/*******************************************
* Mixin for applying a fontAwesome icon
* SEE _icons.scss FOR A BETTER IMPLEMENTATION
******************************************/
/*
fixed header disabled for mobile layout (should eventually be made sticky)
*/
@media (min-width: 658px) {
  /* line 45, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .no-widgets .x2-gridview-fixed-top-bar-outer {
    padding-right: 5px;
  }

  /* line 48, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .grid-view .mobile-dropdown-button {
    display: none !important;
  }

  /* line 51, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .no-widgets .x2-gridview-fixed-top-bar-outer .x2-gridview-fixed-title {
    margin: 0 0px 0 3px;
  }

  /* line 54, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2-gridview-fixed-title {
    margin: 0 6px 0 3px;
    width: auto;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  /* line 61, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .no-widgets .x2-gridview-fixed-top-bar-outer .x2grid-header-container {
    margin: 0 0px 0 3px;
  }

  /* line 64, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer {
    width: 100%;
    height: 0px;
    position: fixed;
    z-index: 800;
    left: 0;
    top: 32px;
    padding-left: 151px;
    padding-right: 9px;
    box-sizing: border-box;
  }
  /* line 65, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2grid-header-container {
    margin: 0 6px 0 3px;
  }
  /* line 70, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer + .x2grid-body-container .x2grid-grips div {
    top: 75px !important;
  }
  /* line 73, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2-gridview-fixed-top-bar-inner {
    width: 100%;
    padding-right: 22%;
    padding-left: 11px;
    height: 0;
    box-sizing: border-box;
  }

  /* line 90, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-body-with-fixed-header {
    padding-top: 75px;
  }
}
@media (max-width: 801px) and (min-width: 658px) {
  /* line 96, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .grid-view.fullscreen.show-mass-action-buttons .grid-view-summary-text {
    display: none;
  }
}
@media (max-width: 1040px) and (min-width: 658px) {
  /*.x2-gridview-fixed-top-bar-outer div.x2grid-header-container, .x2-gridview-fixed-title + div.x2grid-header-container {
    margin-left: 5px;
  }*/
  /* line 106, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2-gridview-fixed-title, .x2-gridview-fixed-top-bar-outer .x2grid-header-container {
    margin: 0 -4px 0 3px;
  }
}
@media (max-width: 1040px) {
  /* line 114, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2grid-header-container {
    margin: 0 0px 0 0px;
  }
  /* line 117, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-fixed-top-bar-outer .x2-gridview-fixed-top-bar-inner {
    padding-right: 0;
  }
}
@media (max-width: 370px) {
  /* line 124, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-top-pager {
    display: none !important;
  }
}
@media (max-width: 325px) {
  /* line 130, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .grid-view-summary-text {
    display: none !important;
  }
}
@media (max-width: 657px) {
  /* line 136, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  div.x2-gridview-fixed-top-bar-outer {
    padding-left: 0px;
    left: -11px;
  }

  /* line 140, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  #actions-grid .page-title > h2, #users-grid .page-title > h2, #x2-gridview-page-title > h2 {
    display: block !important;
  }

  /* line 143, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .grid-view .page-title {
    height: 36px;
  }
  /* line 145, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .grid-view .page-title .summary {
    float: none;
  }

  /* enables hiding of summary */
  /* line 150, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .show-top-buttons.grid-view .page-title .summary {
    float: right;
  }

  /* line 153, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  ul.column-selector {
    position: absolute !important;
    top: 75px;
  }

  /* line 157, ../../../../compass/themes/x2engine/css/gridview/responsiveStyles.scss */
  .x2-gridview-mass-action-buttons .more-drop-down-list {
    position: absolute !important;
    /*top: 74px;*/
  }
}
