/**
 * 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;
  border: 0;
  font-size: 11px;
  color: #000000;
}
#tabContainer {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
#tabContainer div.tabActive, #tabContainer div.tabNormal {
  margin: 0;
  padding: 0 1em 0 0;
  border: 0;
  float: left;
  display: inline-block;
  line-height: 2.2em;
  cursor: pointer;
  border-right: 1px solid #a5aaae;
  border-bottom: 1px solid #a5aaae;
  white-space: nowrap;
}
@media (min-device-width: 601px) {
  #tabContainer div.tabActive, #tabContainer div.tabNormal {
    /*we may be are inside a frame*/
  }
  #tabContainer div.tabActive:after, #tabContainer div.tabNormal:after {
    content: attr(title);
  }
}
#tabContainer div.tabActive span.text, #tabContainer div.tabNormal span.text {
  padding-left: 1em;
}
@media (max-device-width: 600px) {
  #tabContainer div.tabActive span.text, #tabContainer div.tabNormal span.text {
    /*we may be are inside a frame*/
    display: none;
  }
}
#tabContainer div.tabActive span.spacer, #tabContainer div.tabNormal span.spacer {
  font-size: 9px;
  vertical-align: top;
}
#tabContainer div.tabNormal {
  background: #d7dce0;
}
#tabContainer div.tabActive {
  background: #ffffff;
}
#tabContainer span.content {
  margin: 0 1em;
  padding: 0;
  font-size: 11px;
}
#tabContainer span.content i.fa, #tabContainer span.content i.far {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
