﻿/* 
    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.
*/
body .ngdialog.ngdialog-theme-customFormObject .ngdialog-content {
  width: 1000px;
}
.customFormObject .customFormObject_Box_Container {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.customFormObject .customFormObject_Boxitem_Allgemein {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}
.customFormObject .customFormObject_Boxitem_Allgemein .bxUiEditEntityProperty,
.customFormObject .customFormObject_Boxitem_Allgemein .bxUiEditEntityProperty .bxUiEditText input,
.customFormObject .customFormObject_Boxitem_Allgemein .bxUiEditEntityProperty .bxUiEditText textarea {
  width: 300px;
}
.customFormObject .customFormObject_Boxitem_Kostenfaktoren {
  margin-left: 6px;
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  min-width: 0;
}
.customFormObject .popupProperties_Content .bxFieldset {
  background-color: transparent;
}
.customFormObject .popupProperties_Content .bxFieldset .bxFieldset_Content {
  flex-basis: auto;
}
.customFormObject .bxFieldset .bxFieldset_Legend {
  background-color: #F0F0F0;
  top: -12px;
}
.customFormObject .customFormObject_Boxitem_Kostenfaktoren table th,
.customFormObject .customFormObject_Boxitem_Kostenfaktoren table td {
  text-align: center;
  width: 1%;
}
.customFormObject .customFormObject_Boxitem_Kostenfaktoren .customFactorHeader1 th {
  padding-bottom: 0.5em;
}
.customFormObject .customFormObject_Boxitem_Kostenfaktoren .customFactorNameCell {
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  width: 99%;
}