﻿/* 
    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-customFormPflegeelement .ngdialog-content {
  width: 1200px;
}
.customFormPflegeelement .customFormPflegeelement_Box_Container {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Allgemein {
  -ms-flex: 0 0 600px;
  -webkit-flex: 0 0 600px;
  flex: 0 0 600px;
  min-width: 0;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Allgemein .bxFormProperty {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Allgemein .bxFormProperty > label {
  flex: 0 0 auto;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Allgemein .bxFormProperty > .bxUiEditEntityProperty {
  flex: 1 1 auto;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Allgemein .customFormPflegeelement_Boxitem_Allgemein_Ausmass .bxUiEditEntityProperty {
  flex: 0 0 auto;
  width: 120px;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren {
  margin-left: 6px;
  -ms-flex: 1 1 1px;
  -webkit-flex: 1 1 1px;
  flex: 1 1 1px;
  /* 1px weil IE mit 0 (ohne Einheit) nicht umgeht und Bundling/Minify 0 (ohne px) draus macht! */
  min-width: 0;
}
.customFormPflegeelement .popupProperties_Content .bxFieldset {
  background-color: transparent;
}
.customFormPflegeelement .bxFieldset .bxFieldset_Legend {
  background-color: #F0F0F0;
  top: -12px;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren table th,
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren table td {
  text-align: center;
  width: 1%;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren .customFactorHeader1 th {
  padding-bottom: 0.5em;
  border-right: hidden;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren .customFactorNameCell {
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  width: 99%;
}
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren .customObjectFactorCell {
  border-right: 1px solid;
  padding-right: 0.5em;
}
/* readonly für Firefox (geht aber nicht im IE)
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren .customObjectFactorCell > input {   
    pointer-events: none;
}

*/
.customFormPflegeelement .customFormPflegeelement_Boxitem_Kostenfaktoren .customFactorAsObjectCell {
  padding-left: 0.5em;
}
.kostenFaktorVonObjekt {
  width: 30%;
  display: inline-block;
  vertical-align: top;
}
.kostenFaktorWert {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}