﻿/* 
    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.
*/
.applicationElementCustomFormPlanungsvorlageAuswahl {
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.applicationElementCustomFormPlanungsvorlageAuswahl .header {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.applicationElementCustomFormPlanungsvorlageAuswahl .content {
  -ms-flex: 1 1;
  -webkit-flex: 1 1;
  flex: 1 1;
  min-height: 420px;
  margin-bottom: 8px;
}
.applicationElementCustomFormPlanungsvorlageAuswahl .static {
  -ms-flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.gridPlanungsvorlagen {
  height: 100%;
}
#ngDialog_Custom_formPlanungsvorlageAuswahl .ngdialog-content {
  width: 80%;
  height: 100px;
}