/**
 * webEdition CMS
 *
 * $Rev$
 * $Author$
 * $Date$
 *
 * 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
 * https://www.gnu.org/licenses/gpl-3.0.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @license	https://www.gnu.org/licenses/gpl-3.0.html  GPL
*/
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
@media (max-width: 850px) {
  #footerBody button.ui-button, #footerBody button.weBtn, div.editFooterDiv button.ui-button, div.editFooterDiv button.weBtn, div.editorButtonFrame button.ui-button, div.editorButtonFrame button.weBtn {
    /*we may be are inside a frame*/
  }
  #footerBody button.ui-button span.text, #footerBody button.weBtn span.text, div.editFooterDiv button.ui-button span.text, div.editFooterDiv button.weBtn span.text, div.editorButtonFrame button.ui-button span.text, div.editorButtonFrame button.weBtn span.text {
    display: none;
  }
}
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;
  box-shadow: 1px 1px 2px #4d565d;
}
@media (max-screen-width: 800px) {
  button.weBtn {
    /*we may be are inside a frame*/
  }
  button.weBtn span.text {
    display: none;
  }
}
button.weBtn:focus {
  background-color: #ced5da;
  border: 1px solid #4675b1;
}
button.weBtn:active {
  color: #ffffff;
  background: #4675b1;
  box-shadow: none;
}
button.weBtn:hover, button.weBtn button.multiicon:hover {
  color: #ffffff;
  background: #4675b1;
}
button.weBtn.active {
  color: #ffffff;
  background: #4675b1;
  box-shadow: none;
}
button.weBtn[disabled], button.weBtn[disabled]:hover {
  color: #a5aaae;
  box-shadow: none;
  background: linear-gradient(#ebeef0, #d8dadc);
}
button.weBtn span.text {
  padding-left: 0.5em;
}
button.weBtn i.fa-moreicon {
  padding-left: 0.3em;
}
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: #ffffff;
}
button .fa-stack {
  height: 1.3em;
  line-height: 1.3em;
  width: 1.3em;
}
button .fa-stack-2x {
  font-size: 1.3em;
}
#footerBody .footertable, div.editorButtonFrame .footertable {
  overflow: hidden;
  width: 100%;
  /*	button.weIconButton:hover{
				width:auto;
				&::after{
					content:attr(title);
					padding-left:1ex;
				}
			}*/
}
#footerBody .footertable .main, #footerBody .footertable .optional, div.editorButtonFrame .footertable .main, div.editorButtonFrame .footertable .optional {
  display: inline-block;
}
#footerBody .footertable .main div.progress, #footerBody .footertable .optional div.progress, div.editorButtonFrame .footertable .main div.progress, div.editorButtonFrame .footertable .optional div.progress {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 20px;
}
#footerBody .footertable .main div.progress, div.editorButtonFrame .footertable .main div.progress {
  display: inline-block;
  vertical-align: bottom;
  margin: 0 0 0 20px;
}
#footerBody .footertable .optional, div.editorButtonFrame .footertable .optional {
  float: right;
  position: relative;
}
#footerBody .footertable button.weBtn, div.editorButtonFrame .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, div.editorButtonFrame .footertable button.weBtn:hover {
  color: #ffffff !important;
  background: #4675b1;
}
#footerBody .footertable button.weBtn:hover .fa-inverse, div.editorButtonFrame .footertable button.weBtn:hover .fa-inverse {
  color: #4d565d !important;
}
#footerBody .footertable button.weBtn.weBtnUnpublish, div.editorButtonFrame .footertable button.weBtn.weBtnUnpublish {
  color: red;
}
#footerBody .footertable button.weBtn.weBtnIn_workflow, #footerBody .footertable button.weBtn.weBtnSave, #footerBody .footertable button.weBtn.weBtnSaveversion, div.editorButtonFrame .footertable button.weBtn.weBtnIn_workflow, div.editorButtonFrame .footertable button.weBtn.weBtnSave, div.editorButtonFrame .footertable button.weBtn.weBtnSaveversion {
  color: #3366CC;
}
#footerBody .footertable button.weBtn.weBtnPublish, div.editorButtonFrame .footertable button.weBtn.weBtnPublish {
  color: black;
}
#footerBody .footertable button.switchButton, div.editorButtonFrame .footertable button.switchButton {
  width: 25px;
  height: 25px;
}
#footerBody .footertable input[type=checkbox]:checked + div > label + button.switchButton, div.editorButtonFrame .footertable input[type=checkbox]:checked + div > label + button.switchButton {
  color: blue !important;
  box-shadow: none;
  background: #768b99;
}
#footerBody .footertable #autoRebuild, #footerBody .footertable #makeSameDoc, div.editorButtonFrame .footertable #autoRebuild, div.editorButtonFrame .footertable #makeSameDoc {
  display: none;
}
#treeContent #bm_searchField #search button.weBtn, #moduleContent #lframeDiv #left button.weBtn {
  height: 30px ! important;
  width: 30px;
  padding: 0;
  color: #ffffff;
  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%;
}
