﻿/* 
    WICHTIG: Wenn Variablen geändert werden, müssen ALLE .LESS-Dateien im Projekt neu kompiliert werden.

    bxVariablesCustom.less: Wird durch bxVariables.less von byronONE automatisch eingebunden.
                            Dient dazu, Variablen aus dem Standard für Custom-Projekte zu überschreiben.
*/
.bkFormBaumMassnahme {
  height: 100%;
}
.ngdialog.bkPopupBaumMassnahme .ngdialog-content {
  width: 780px;
}
.bkFormBaumMassnahme .bxDirPopupFrame .bxDirPopupFrame_Content {
  flex-direction: row;
}
.bkFormBaumMassnahmeLoading .bxLoadingIndicator {
  z-index: 99;
}
.bkFormBaumMassnahme .bkFormBaumMassnahmeContent {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 0 0 380px;
  margin-left: 5px;
}
.bkFormBaumMassnahme .bkBaumMassnahmeMassnahmenarten {
  flex: 1 1 1px;
}
.bkFormBaumMassnahme .bxFormProperty {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.bkFormBaumMassnahme .bxFormProperty .bxUiEditEntityProperty {
  flex-grow: 1;
}
.bkFormBaumMassnahme .bxFormProperty .bkBaumMassnahmeInputRequired {
  color: red;
}
.bkFormBaumMassnahme .bkBaumMassnahmeDateInFuture input {
  border-bottom: 2px solid red;
  background-color: #f8d9d9;
}
.bkFormBaumMassnahme .bkBaumMassnahmeAusführung .bkBaumMassnahmeAusführungErledigt {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.bkFormBaumMassnahme .bkBaumMassnahmeAusführung .bkBaumMassnahmeAusführungErledigt button.hilightButton {
  font-weight: bold;
  text-decoration: underline;
}
.bkFormBaumMassnahme .bkBaumMassnahmeAusführung .bkBaumMassnahmeAusführungErledigt .bkBaumMassnahmeAusführungBtnDurchgeführt {
  background-color: #9ffaa4;
  margin: 0 3px 0 3px;
}
.bkFormBaumMassnahme .bkBaumMassnahmeAusführung .bkBaumMassnahmeAusführungErledigt .bkBaumMassnahmeAusführungBtnStorniert {
  background-color: #f6b0b0;
  margin: 0 3px 0 3px;
}
.bkFormBaumMassnahme .bkBaumMassnahmeAusführung .bkBaumMassnahmeAusführungErledigt .bkBaumMassnahmeAusführungLabel {
  padding-top: 0.3em;
  margin-right: 3px;
}
.bkFormBaumMassnahme .bkBaumMassnahmeGrunddaten .bkBaumMassnahmePlanungJahr {
  text-align: left;
}
.bkFormBaumMassnahme .bkBaumMassnahmeGrunddaten .bkBaumMassnahmePlanungJahr input {
  width: 6em;
  text-align: left;
}
.bkFormBaumMassnahme .bkBaumMassnahmeBemerkung .bxUiEditEntityProperty {
  width: 100%;
}
.bkFormBaumMassnahme .bxFieldset .bxFieldset_Legend {
  position: relative;
}
.bkFormBaumMassnahme .bxFieldset .bxFieldset_Content {
  position: relative;
  top: -16px;
  /* Legende hinterlässt "blank"-Space welcher ausgeglichen werden muss. Relative hinterlässt leider Space wo Absolute keinen hinterlässt. */
  left: auto;
  padding: 12px 8px 6px 8px;
  overflow: auto;
}
.bkFormBaumMassnahme .bkFormBaumMassnahmenGridMassnahmenarten {
  flex: 1 1;
}
.bkFormBaumMassnahme .readOnlyTexts {
  text-align: left;
}
.bkFormBaumMassnahme .bkErrorInformation {
  font-weight: bold;
  color: red;
  margin-top: 10px;
}