/**
 * webEdition CMS
 *
 * webEdition CMS
 * $Rev: 12111 $
 * $Author: mokraemer $
 * $Date: 2016-05-19 00:23:34 +0200 (Thu, 19 May 2016) $
 *
 * 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
 *
 * @category   webEdition
 * @package    webEdition_base
 * @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 */
button.weBtn {
  height: 25px;
  cursor: pointer;
  border-collapse: collapse;
  padding: 0px;
  color: #4d565d;
  border: none;
  background: #ebeef0;
  font-family: liberation_sansregular, sans-serif;
  font-size: 12px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 0.5em;
  margin-right: 0.5em;
  margin-bottom: 1ex;
  white-space: nowrap;
  min-width: 2.5em;
  width: auto;
  box-shadow: 1px 1px 2px #4d565d; }
  button.weBtn:hover, button.weBtn button.multiicon:hover {
    color: #fff;
    background: #4675b1; }
  button.weBtn i.fa-moreicon {
    padding-left: 0.3em; }
  button.weBtn i.fa-folder {
    color: #192c3a; }
  button.weBtn:active {
    color: #fff;
    background: #4675b1;
    box-shadow: none; }
  button.weBtn[disabled], button.weBtn[disabled]:hover {
    color: #a5aaae;
    box-shadow: none;
    background: linear-gradient(#ebeef0, #d8dadc); }
  button.weBtn img {
    border: none;
    margin: 0px;
    padding: 0px;
    display: block; }
  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; }

#footerBody .footertable button.weBtn {
  height: 35px;
  padding: 0px;
  background: #ebeef0;
  font-size: 13px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  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;
    background: #4675b1; }

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

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