/**
 * Copyright 2024-2025 Kronseder & Reiner GmbH, smartics
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
	Colors for iteration macro have to be changed here and in lozenge-extension.css and in
	de.smartics.projectdoc.atlassian.confluence.macros.properties.SelectionMacroIteration
*/
/*
Facade, Fassade
Filled, F\u00fcllen
Focused, Fokussieren
Finished, Abgeschlossen
Released, Intern Ver\u00f6ffentlicht
Production, Produktion
Deprecated, Veraltet
Removed, Entfernt
*/

span.pd-document-property-value-facade.projectdoc-selection {
  padding: 3px 5px 3px;
  min-width: 76px;
  border: 1px solid Black;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 5px;
  background-color: yellow;
  color: White;
}

span.pd-document-property-value-released .projectdoc-selection {
  padding: 3px 5px 3px;
  min-width: 76px;
  border: 1px solid Black;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 5px;
  background-color: yellow;
  color: White;
}

img.editor-inline-macro[data-macro-name="projectdoc-iteration"] {
  padding: 0 0 0 0;
  height: 18px;
  width: 88px;
  min-height: 0;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-facade span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-filled span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-focused span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-finished span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-released span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-production span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-deprecated span.panel-button-text {
  display: none;
}

#property-panel a.aui-button.macro-property-panel-projectdoc-removed span.panel-button-text {
  display: none;
}
