/**
 * 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 */
#mainTable {
  padding: 50px 15px 50px;
  box-shadow: none;
}
#mainTable td.logo {
  text-align: center;
}
#infoScreen {
  background-color: #182B3A;
  margin: 0 0 0 0;
  text-align: center;
}
#infoScreen #mainTable {
  overflow: hidden;
}
#infoScreen .error {
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
  left: 0;
  text-align: center;
}
#infoScreen .error div {
  background-color: #b51309;
  color: #ffffff;
  font-size: 15px;
  font-weight: normal;
  padding: 12px 30px 12px 60px;
  max-width: 100%;
  width: 400px;
  text-align: left;
  margin: 0 auto;
}
