/**
 * webEdition CMS
 *
 * $Author$
 *
 * 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
 */
body {
  background-color: white;
  margin: 0;
  margin-top: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
}
/*
 * classes for the content
 */
div#contentDiv {
  text-align: left;
  margin: auto;
  padding: 1px;
  line-height: 150%;
  bottom: 10px;
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  /* - Screen during installation - */
  /* - ProgressBar - */
}
div#contentDiv #contentHeadlineDiv {
  height: 30px;
}
div#contentDiv div.messageDiv, div#contentDiv div.errorDiv {
  background-color: #D7DCE0;
  border: 1px solid black;
  padding: 5px;
  overflow: auto;
  margin: 5px 0 5px 0;
}
div#contentDiv div.errorDiv {
  border: 1px solid red;
}
div#contentDiv .errorText {
  color: red;
}
div#contentDiv div#contentTextDiv {
  overflow: auto;
  bottom: 30px;
  left: 0;
  position: absolute;
  right: 0;
  top: 30px;
}
div#contentDiv #buttonDiv {
  height: 20px;
  position: absolute;
  bottom: 0;
}
div#contentDiv hr {
  height: 1px;
  color: black;
  background-color: black;
  border: 0;
  margin: 2px 0 2px 0 ! important;
}
div#contentDiv ul {
  margin: 2px 0 2px 0;
  padding-top: 0;
  list-style-type: circle;
  padding-left: 17px;
}
div#contentDiv .valignTop {
  vertical-align: top;
}
div#contentDiv table#updateLogTable {
  margin: 0;
  border-collapse: collapse;
  border: 1px solid black;
  background: white;
}
div#contentDiv table#updateLogTable td {
  border: 1px solid black;
}
div#contentDiv table#updateLogTable th {
  text-align: left;
  border: 1px solid black;
  background: #ebebeb;
}
div#contentDiv .alignRight {
  text-align: right;
}
div#contentDiv .logNotice {
  color: darkgray;
}
div#contentDiv .logError {
  color: red;
}
div#contentDiv ul#ulInstallerSteps {
  margin: 0;
}
div#contentDiv ul#ulInstallerSteps li {
  padding: 10px;
}
div#contentDiv li.activeStep {
  list-style-type: square;
  font-weight: bold;
}
div#contentDiv li.upcomingStep {
  color: #ccc;
}
div#contentDiv div#messageLog {
  border: 1px solid #ccc;
  height: 400px;
  margin: 0;
  overflow: auto;
  background: #EBEBEB;
  padding: 5px;
  font-family: courier new, sans-serif;
}
div#contentDiv #tdInstallerSteps {
  width: 250px;
}
div#contentDiv #tdMessageLog {
  width: 330px;
}
div#contentDiv #tdProgressBar {
  width: 280px;
}
div#contentDiv #tdRefreshButton {
  width: 50px;
}
div#contentDiv #progressBarBackground {
  background-color: lightgrey;
  background-repeat: repeat-x;
  width: 280px;
}
div#contentDiv #progressBar {
  background-color: blue;
  background-repeat: repeat-x;
  width: 0;
}
div#contentDiv #progressBarPercent {
  width: 40px;
  text-align: right;
  font-size: 9px;
  font-family: sans-serif;
  font-weight: bold;
}
