/**
 * 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.tagWizzard {
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  /* add some additional stuff to wetextinput */
}
body.tagWizzard div {
  margin: 0;
  padding: 0 10px;
}
body.tagWizzard #divTagName {
  background: #325e94;
  color: white;
  height: 35px;
}
body.tagWizzard #divTagName h1 {
  font-family: liberation_sansbold, sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding: 6px 0 0;
}
body.tagWizzard #divContent {
  background: white;
  border-top: 1px solid black;
  bottom: 40px;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 35px;
}
body.tagWizzard #divButtons {
  background: #a5aaae;
  bottom: 0;
  height: 40px;
  left: 0;
  position: absolute;
  right: 0;
}
body.tagWizzard fieldset {
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid darkgray;
  margin: 1ex 0;
  padding: 1ex 0;
}
body.tagWizzard legend {
  background-color: #325e94;
  border: 1px solid #325e94;
  border-radius: 4px;
  color: white;
  font-family: liberation_sansbold, sans-serif;
  font-weight: normal;
  padding: 0px 1ex;
  width: 22em;
}
body.tagWizzard ul {
  list-style: none;
}
body.tagWizzard ul {
  margin: 10px 0;
  padding: 0;
}
body.tagWizzard table.attribute td {
  margin: 0;
  padding: 0;
}
body.tagWizzard td {
  vertical-align: top;
}
body.tagWizzard td.attributeName {
  padding-right: 10px;
  text-align: right;
  width: 150px;
}
body.tagWizzard td.attributeName span.alertIcon {
  left: 0px;
  position: absolute;
  width: 1em;
}
body.tagWizzard td.attributeField {
  width: 160px;
}
body.tagWizzard td.attributeButton {
  width: 100px;
}
body.tagWizzard td.defaultValue {
  width: 5em;
  color: darkgray;
}
body.tagWizzard td.defaultValue:before {
  content: "(";
}
body.tagWizzard td.defaultValue:after {
  content: ")";
}
body.tagWizzard td .defaultValue {
  color: darkgray;
}
body.tagWizzard .wetextinput, body.tagWizzard .selectinput {
  width: 100%;
}
