﻿/* 
    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.
*/
.ngdialog.ngdialog-theme-customFormTaetigkeit .ngdialog-content {
  width: 800px;
}
.customFormTaetigkeit .bxFormProperty {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  white-space: nowrap;
}
.customFormTaetigkeit .bxFormProperty label {
  margin-right: 5px;
  width: 120px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.customFormTaetigkeit .bxFormProperty .bxUiEditEntityProperty {
  flex-grow: 1;
}
.customFormTaetigkeit .bxFieldset_Content {
  position: static;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 4px 0 4px;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxcontainer_Content {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxitem_Allgemein {
  -ms-flex: 0 0 300px;
  -webkit-flex: 0 0 300px;
  flex: 0 0 300px;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxitem_Kosten {
  margin-left: 6px;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxitem_Kosten .bxFormProperty label {
  flex-grow: 1;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxitem_Kosten .bxFormProperty .bxUiEditEntityProperty {
  width: 80px;
  flex-grow: 0;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxcontainer_Kosten {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.customFormTaetigkeit .customFormTaetigkeit_Boxitem_Kostenarten {
  -ms-flex: 1 1 100%;
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.customFormTaetigkeit .bxFieldset {
  background-color: transparent;
}