﻿/* 
    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.
*/
/* START: AUS KOMPATIBILITÄTSGRÜNDEN: DIV. FORMULARE VERWENDEN KLASSE AUS DIESEM STYLESHEET! */
.popupProperties_Header {
  width: 100%;
  background-color: #e3e4e5;
  border: 1px solid #A4BED4;
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 1px;
  overflow: visible;
  white-space: nowrap;
  height: 24px;
  font-weight: 600;
}
.popupProperties_Content {
  margin: 8px 4px 16px 4px;
}
.popupProperties_Content label {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  padding: 0;
  white-space: normal;
  /*Seb: compensate the nowrap von .popupProperties_Content > div */
}
.popupProperties_Content > div {
  white-space: nowrap;
  /*Seb: warum ein nowrap hier ? ! legend + input + Einheit -> Einheit geht weg wenn nowrap zu normal gesetzt. nicht logik.*/
  margin-bottom: 4px;
}
.popupProperties_Content .bxFieldset > div {
  white-space: nowrap;
  margin-bottom: 4px;
}
.popupProperties_Content .bxFieldset {
  padding: 4px;
  padding-bottom: 0;
  margin-top: 4px;
}
.popupProperties_Content .bxUiEditEntityProperty {
  display: inline-block;
  vertical-align: top;
  /* Sonst gibt es unter dem Span noch etwas Platz für Index-Nummern: http://stackoverflow.com/questions/10612380/get-rid-of-space-underneath-inline-block-image */
  width: 360px;
  text-align: left;
}
.popupProperties_Content .bxUiEdit input,
.popupProperties_Content .bxUicustomCombo,
.popupProperties_Content .bxUiEdit select,
.popupProperties_Content .bxUiEdit span.readOnlyTexts {
  width: 360px;
}
.popupProperties_Content .bxUiEdit span.readOnlyTexts {
  white-space: normal;
  border: 1px solid #A4BED4;
  padding: 0.2em 0.3em;
  border-radius: 2px;
  display: inline-block;
  vertical-align: top;
  /* Sonst gibt es unter dem Span noch etwas Platz für Index-Nummern: http://stackoverflow.com/questions/10612380/get-rid-of-space-underneath-inline-block-image */
  min-height: 23px;
}
.popupProperties_Content .bxUiEdit textarea {
  width: 360px;
  white-space: normal;
}
.popupProperties_Content .bxUiEdit {
  display: inline-block;
  vertical-align: top;
  /* Sonst gibt es unter dem Span noch etwas Platz für Index-Nummern: http://stackoverflow.com/questions/10612380/get-rid-of-space-underneath-inline-block-image */
}
.popupProperties_Content .bxUiEditInteger input,
.popupProperties_Content .bxUiEditFloat input,
.popupProperties_Content .bxUiEditInteger span.readOnlyTexts,
.popupProperties_Content .bxUiEditFloat span.readOnlyTexts {
  width: 120px;
  text-align: right;
}
.popupProperties_Content .bxUiEditEnumeration select.short,
.popupProperties_Content .bxUiEditEnumeration span.short,
.popupProperties_Content .bxUiEditDateTime input,
.popupProperties_Content .bxUiEditDateTime span,
.popupProperties_Content .bxUiEditText input.short,
.popupProperties_Content .bxUiEditText span.short {
  width: 120px;
}
.popupProperties_Content input[type=checkbox] {
  width: auto;
}
.popupProperties_Content .icon {
  cursor: pointer;
  text-align: left;
}
/* ENDE: AUS KOMPATIBILITÄTSGRÜNDEN: DIV. FORMULARE VERWENDEN KLASSE AUS DIESEM STYLESHEET! */
.bxPopupProperties .bxPopupProperties_Content table {
  width: 100%;
}