/**
 * 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 */
#applet {
  top: 0;
  left: 0;
  z-index: -10;
}
#spinner {
  width: 330px;
  height: 20px;
  padding: 0;
  z-index: 1;
  position: absolute;
  left: 480px;
  top: 15px;
}
#statusText {
  width: 300px;
  line-height: 15px;
  vertical-align: middle;
  height: 20px;
  text-align: left;
}
#statusImage {
  float: left;
  width: 20px;
  height: 20px;
  padding-right: 5px;
}
