/**
 * 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 */
#weSidebarBody {
  background-color: #bfbfbf;
  margin: 0;
  overflow: hidden;
}
#weSidebarBody #weSidebarHeader {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  line-height: 30px;
  background-color: silver;
  font-size: 11px;
}
#weSidebarBody #weSidebarHeader #Headline {
  float: left;
  font-family: liberation_sansbold, sans-serif;
  font-weight: normal;
  line-height: 30px;
  padding-left: 5px;
  vertical-align: middle;
  width: 80%;
}
#weSidebarBody #weSidebarHeader #CloseButton {
  float: right;
}
#weSidebarBody #weSidebarHeader #CloseButton span.close {
  color: #a9a9a9;
  margin: 0.5em;
  cursor: pointer;
}
#weSidebarBody #weSidebarHeader #CloseButton span.close:hover i.fa-close {
  color: black;
}
#weSidebarBody #weSidebarContentDiv {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid black;
}
#weSidebarBody #weSidebarContentDiv #weSidebarContent {
  border: 0;
  background-color: white;
  width: 100%;
  height: 100%;
  overflow: auto;
}
