/**
 * webEdition CMS
 *
 * webEdition CMS
 * $Rev: 15093 $
 * $Author: mokraemer $
 * $Date: 2018-03-21 12:07:05 +0100 (Wed, 21 Mar 2018) $
 *
 * This source is part of webEdition CMS. webEdition CMS is
 * free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 3 of the License, or
 * any later version.
 *
 * The GNU General Public License can be found at
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	http://www.gnu.org/copyleft/gpl.html  GPL
 */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
body.footerBody button.ui-button, body.footerBody button.weBtn {
  /*we may be are inside a frame*/ }
  @media (max-width: 800px) {
      body.footerBody button.ui-button span.text, body.footerBody button.weBtn span.text {
        display: none; } }

button.ui-button, button.weBtn {
  height: 25px;
  cursor: pointer;
  border-collapse: collapse;
  padding: 0 10px;
  color: #4d565d;
  background-color: #ebeef0;
  font-family: liberation_sansregular, sans-serif;
  font-size: 12px;
  text-align: center;
  margin: 0 0.5em 1ex 0.5em;
  white-space: nowrap;
  min-width: 2.5em;
  width: auto;
  border: none !important;
  box-shadow: 1px 1px 2px #4d565d; }
  @media (max-screen-width: 800px) {
    button.ui-button, button.weBtn {
      /*we may be are inside a frame*/ }
      button.ui-button span.text, button.weBtn span.text {
        display: none; } }
  button.ui-button:focus, button.weBtn:focus {
    background-color: #ced5da; }
  button.ui-button:active, button.weBtn:active {
    color: #fff;
    background: #4675b1;
    box-shadow: none; }
  button.ui-button:hover, button.weBtn:hover, button.ui-button button.multiicon:hover, button.weBtn button.multiicon:hover {
    color: #fff;
    background: #4675b1; }
  button.ui-button[disabled], button.weBtn[disabled], button.ui-button[disabled]:hover, button.weBtn[disabled]:hover {
    color: #a5aaae;
    box-shadow: none;
    background: linear-gradient(#ebeef0, #d8dadc); }
  button.ui-button span.text, button.weBtn span.text {
    padding-left: 0.5em; }
  button.ui-button i.fa-moreicon, button.weBtn i.fa-moreicon {
    padding-left: 0.3em; }
  button.ui-button i.fa-folder, button.weBtn i.fa-folder {
    color: #192c3a; }
  button.noMarginLeft {
    margin-left: 0; }
  button.weIconButton {
    width: 3em;
    padding-left: 0.5em !important;
    padding-right: 0.5em !important; }
  button.multiicon {
    min-width: 4em;
    width: auto;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    color: #4d565d;
    white-space: nowrap;
    box-shadow: 1px 1px 2px #4d565d;
    border: none; }
  button.multiicon:hover {
    color: #fff; }

button .fa-stack {
  height: 1.3em;
  line-height: 1.3em;
  width: 1.3em; }
  button .fa-stack-2x {
    font-size: 1.3em; }

#footerBody .footertable {
  overflow: hidden;
  width: 100%;
  /*	button.weIconButton:hover{
   width:auto;
   &::after{
   content:attr(title);
   padding-left:1ex;
   }
   }*/ }
  #footerBody .footertable .main, #footerBody .footertable .optional {
    display: inline-block; }
  #footerBody .footertable .optional {
    float: right;
    position: relative; }
  #footerBody .footertable button.weBtn {
    height: 35px;
    padding: 0 1em;
    background: #ebeef0;
    font-size: 13px;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
    margin-bottom: 1ex;
    min-width: 2.5em;
    color: #4d565d;
    white-space: nowrap; }
  #footerBody .footertable button.weBtn:hover {
    color: #fff !important;
    background: #4675b1; }
  #footerBody .footertable button.weBtn:hover .fa-inverse {
    color: #4d565d !important; }
  #footerBody .footertable button.weBtn.weBtnUnpublish {
    color: red; }
  #footerBody .footertable button.weBtn.weBtnIn_workflow, #footerBody .footertable button.weBtn.weBtnSave, #footerBody .footertable button.weBtn.weBtnSaveversion {
    color: #36c; }
  #footerBody .footertable button.weBtn.weBtnPublish {
    color: black; }

#treeContent #bm_searchField #search button.weBtn, #moduleContent #lframeDiv #left button.weBtn {
  height: 30px ! important;
  width: 30px;
  padding: 0;
  color: #fff;
  background: #192c3a;
  font-family: liberation_sansregular, sans-serif;
  font-size: 11px ! important;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  min-width: 2.5em;
  border: none;
  padding-left: 0.5em !important;
  padding-right: 0.5em !important; }

body.home button.weBtn {
  width: 80%; }
