﻿/* 
    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.
*/
.applicationElementCustomFormPlanung {
  width: 100%;
  height: 100%;
  min-height: 212px;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.formPlanung_MainLeft label {
  display: inline-block;
  width: 120px;
}
.formPlanung_MainLeft input {
  width: 240px;
}
.formPlanung_MainLeft input[type=number] {
  width: 60px;
  text-align: right;
}
.formPlanung_MainLeft input[type=checkbox] {
  width: auto;
}
.formPlanung_MainLeft select {
  width: 250px;
}
.formPlanung_MainLeft .icon {
  cursor: pointer;
  text-align: left;
}
.formPlanung_MainLeft .bxFieldset_Content > div {
  margin-bottom: 4px;
}
.formPlanung_MainLeft {
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  min-width: 392px;
  margin: 12px 5px 5px 5px;
}
.applicationElementCustomFormPlanung .bxUiEditEntityProperty,
.applicationElementCustomFormPlanung .bxUiEdit {
  display: inline;
}
.formPlanung_MainRight {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 12px 5px 5px 10px;
}
.formPlanung_MainRight label {
  display: block;
  width: auto;
  max-width: 134px;
  margin-right: 4px;
}
.formPlanung_MainRight div {
  float: left;
}
.formPlanung_MainRight > div {
  margin-bottom: 12px;
  margin-top: -10px;
}
.applicationElementCustomFormPlanung .bxFormProperty {
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.ngdialog.ngdialog-theme-gcPopUpPlanung .ngdialog-content {
  width: 1200px;
}
.popUpPlanung_ObjektAuswahl .popUpPlanung_gridObjektAuswahl {
  height: 100%;
}
/* TODO: Entfernen -> nach PopupGrid überführen */
.popUpPlanung_ObjektAuswahl .content {
  height: 420px;
}
/* END TODO */
.applicationElementCustomFormPlanung .applicationElementCustomFormPlanung_cbKostenfaktoren {
  width: 105px;
}