/**
 * 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 */
body {
  background-color: transparent;
  overflow: hidden;
}
.cl_notes {
  background-color: #FFFFFF;
}
#notices {
  position: relative;
  top: 0;
  display: block;
  height: 250px;
  overflow: auto;
}
#props {
  position: absolute;
  bottom: 0;
  display: none;
}
#view {
  position: relative;
  top: 5px;
  display: block;
}
.wetextinput {
  color: black;
  border: #AAAAAA solid 1px;
  height: 18px;
  vertical-align: middle;
  line-height: normal;
}
.wetextinput:focus {
  color: black;
  border: #888888 solid 1px;
  background-color: #DCE6F2;
  height: 18px;
  line-height: normal;
}
textarea {
  color: black;
  border: #AAAAAA solid 1px;
  height: 80px;
  line-height: normal;
}
textarea:focus {
  color: black;
  border: #888888 solid 1px;
  background-color: #DCE6F2;
  height: 80px;
  line-height: normal;
}
