/**
 * 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 */
.weMarkInputError, input:invalid, select:invalid {
  background-color: #ff8888 ! important;
}
.weEditmodeStyle {
  border: 0 ! important;
  padding: 5px;
}
table.mceLayout button.weBtn {
  margin-left: 0 !important;
}
.largeicons span.fileicon {
  font-size: 32px;
}
.grayicons span.fileicon, .grayicons i.we-color {
  color: lightgray;
}
.we.weEditTable {
  background-color: transparent;
  border: 1px solid #a5aaae;
  color: black;
  font-size: 12px;
}
.we.we_switcher {
  background-color: #325e94;
  padding: 5px;
  border: 0;
}
.we.we_switcher tr td {
  padding: 0 1em;
}
.we.we_formfield {
  padding: 4px;
  border: 0;
  color: black;
}
.we.we_formfield tbody tr > td {
  width: 8em;
  color: black;
  padding-right: 1ex;
}
.we.we_formfield tbody tr > td + td {
  width: 15em;
}
.we.tag_img_icon {
  padding: 4px 0 4px 0;
}
.we.we_sessionfield, .we.we_userinput {
  border-width: 1px;
  border-style: solid;
}
.we.we_blockControls button.weBtn {
  margin-left: 0 !important;
}
.we.we_blockControls button, .we.we_blockControls select {
  margin-right: 1em;
}
.we.wetextarea {
  width: 30em;
  height: 220px;
}
.we.wetextarea.wetextarea-wysiwyg.we_tiny_warning {
  border: 1px solid #b51309;
  resize: none;
  padding: 6px;
  background-color: transparent;
  color: gray;
}
.we select {
  padding-right: 1em;
}
div.we_tiny_warning {
  box-sizing: border-box;
  font-family: liberation_sansregular, sans-serif;
  font-size: 0.8em;
  color: white;
  background-color: #b51309;
  padding: 1px 12px;
  padding-bottom: 8px;
}
div.we_tiny_warning h4 {
  font-size: 1.2em;
  margin: 10px 0 6px 0;
  color: white;
}
div.we_tiny_warning p {
  margin: 4px 0 0 0;
  color: white;
}
