/**
 * webEdition CMS
 *
 * webEdition CMS
 * $Rev: 11995 $
 * $Author: mokraemer $
 * $Date: 2016-04-24 11:04:14 +0200 (Sun, 24 Apr 2016) $
 *
 * 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
 * http://www.gnu.org/copyleft/gpl.html.
 * A copy is found in the textfile
 * webEdition/licenses/webEditionCMS/License.txt
 *
 * @category   webEdition
 * @package    webEdition_base
 * @license    http://www.gnu.org/copyleft/gpl.html  GPL
 */
/* This is a global config file for all scss files*/
/*main editable elements tabs - files*/
/* Colors */
#loginScreen {
  background: url(../images/bg-login.jpg);
  background-size: cover;
  background-position: right bottom;
  height: 100%; }
  #loginScreen form {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 5em; }
  #loginScreen #picCopy {
    font-size: 11px;
    position: absolute;
    right: 5px;
    bottom: 0px;
    color: white; }
  #loginScreen .error {
    background-color: #ebebeb;
    color: red;
    width: 20em;
    margin-left: auto;
    margin-right: auto;
    font: liberation_sansbold, sans-serif;
    font-size: 14px;
    position: relative;
    padding: 1em;
    top: 5em; }

#mainTable {
  border-style: none;
  padding: 30px 40px;
  border-spacing: 0px;
  background-color: #192c3a;
  background: url(../images/bg-login-box.png);
  width: 432px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  box-shadow: none;
  color: #fff; }
  #mainTable td.logo {
    text-align: center; }
  #mainTable .defaultfont, #mainTable label, #mainTable .small {
    color: #fff;
    font-size: 14px; }
  #mainTable label {
    font-family: liberation_sansbold, sans-serif;
    margin-bottom: 2px;
    display: block; }
  #mainTable .radiobutton label {
    font-weight: normal;
    font-size: 12px;
    vertical-align: top; }
  #mainTable input {
    color: #4d565d;
    background: #fff;
    border: none;
    padding: 0px 10px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    margin-bottom: 5px; }
  #mainTable input[type="radio"] {
    padding: 0px;
    height: auto;
    line-height: inherit;
    width: auto;
    margin-bottom: 5px; }
  #mainTable input[type="checkbox"] {
    padding: 0px;
    height: auto;
    line-height: inherit;
    width: auto;
    margin-bottom: 5px; }
  #mainTable .defaultfont {
    padding-top: 0px; }
  #mainTable .logo img {
    margin-bottom: 15px;
    max-width: 300px; }
  #mainTable .agency img, #mainTable img.agency {
    max-width: 150px;
    margin: 0px; }
  #mainTable .defaultfont a, #mainTable .defaultfont a:link, #mainTable .defaultfont a:visited, #mainTable a, #mainTable a:link, #mainTable a:visited {
    color: #a5aaae; }

#versionSpec {
  font-family: monospace;
  font-size: 22pt;
  position: relative;
  top: -25px;
  left: 200px;
  text-align: left;
  font-weight: bolder;
  color: red;
  transform: rotate(-35deg);
  transform-origin: 0% 0%; }

#credits {
  line-height: 160%;
  padding-top: 2ex; }

.row5 {
  padding-top: 5px; }

.row10 {
  padding-top: 10px; }

.plainTable {
  border-style: none;
  padding: 0px;
  border-spacing: 0px;
  width: 100%; }
  .plainTable button.weBtn {
    height: 30px;
    line-height: 27px;
    margin: 0px; }

#username {
  width: 250px; }

#password {
  width: 250px; }

.modeTable {
  width: 402px; }

.spaceTable {
  padding-top: 15px;
  padding-bottom: 5px; }
  .spaceTable .plainTable {
    padding-bottom: 20px; }
