/**
 * 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.messageConsoleWindow {
  overflow: hidden;
}
body.messageConsoleWindow #jsMessageUl {
  border-top: 1px solid black;
  background: #fff;
  margin: 0;
  padding: 0;
}
body.messageConsoleWindow #jsMessageUl li {
  border-bottom: 1px solid black;
  margin: 0 0 0 0;
  padding: 1ex 0 1ex 3em;
}
body.messageConsoleWindow #jsMessageUl li .fa-li.fa-lg {
  left: 0;
  top: auto;
}
body.messageConsoleWindow #headlineDiv {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
}
body.messageConsoleWindow #headlineDiv div {
  padding: 10px 0 0 10px;
}
body.messageConsoleWindow #messageDiv, body.messageConsoleWindow #versionsDiv {
  background: #fff;
  overflow: auto;
  position: absolute;
  top: 40px;
  bottom: 40px;
  left: 0;
  right: 0;
}
body.messageConsoleWindow .dialogButtonDiv {
  left: 0;
  height: 30px;
  background: #a5aaae;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px 10px 0 0;
}
body.messageConsoleWindow li.imgNoticeActive {
  color: darkgray;
}
body.messageConsoleWindow li.imgWarningActive {
  color: blue;
}
body.messageConsoleWindow li.imgErrorActive {
  color: red;
}
