/**
 * 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{
	margin:0;
	padding:0;
	overflow: hidden;
}*/
#tabContainer {
  font-size: 11px;
  color: #000;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  line-height: 30px;
}
#tabContainer div {
  margin: 0;
  display: inline-block;
  cursor: pointer;
  white-space: nowrap;
  border-right: 1px solid #192c3a;
  border-bottom: none;
  padding: 0 5px;
  background: #4d565d;
  color: #cacdd0;
}
#tabContainer div.tab:hover {
  /*			background: lighten($DarkGrey,20%);
						color: lighten($LightGrey,20%);*/
}
#tabContainer div.tab span.text.notpublished {
  background-color: red;
  color: white;
}
#tabContainer div.tab span.text.changed {
  background-color: #3366CC;
  color: white;
}
#tabContainer div.tabActive {
  background-color: #a5aaae;
  color: #000000;
}
#tabContainer div.tabActive span.text.notpublished {
  color: red;
}
#tabContainer div.tabActive span.text.changed {
  color: #3366CC;
}
#tabContainer span.text {
  margin: 0;
  padding: 0;
  font-size: 11px;
  vertical-align: middle;
  line-height: 1.5em;
  padding: 0 1px;
}
#tabContainer span.spacer {
  font-size: 14px;
  vertical-align: middle;
}
#tabContainer span.close {
  padding: 0 0.5ex;
  color: #cacdd0;
}
#tabContainer span.close:hover i.fa-close {
  color: black;
}
#tabContainer span.status {
  padding: 0 0.5ex;
  display: inline-block;
  color: #cacdd0;
}
#tabContainer span.status span.fileicon {
  height: 20px;
  color: #cacdd0;
}
#tabContainer span.status span.fileicon .fa-th-large, #tabContainer span.status span.fileicon .fa-archive {
  color: white;
}
#tabContainer span.trailing {
  font-size: 9px;
}
#tabContainer i.modified {
  vertical-align: super;
  font-size: xx-small;
  visibility: hidden;
  color: red;
}
.hidden {
  display: none;
}
.visible {
  display: inline;
}
#multiEditorEditorFramesetsDiv {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  background-color: white;
}
#multiEditorEditorFramesetsDiv iframe {
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
