﻿@font-face {
  font-family: 'geoman-icons';
  src: url(/bfres/geoman-common/fonts/icons/icons.woff) format('woff'), url(/bfres/geoman-common/fonts/icons/icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --nestedHeaderTextcolor: black;
  --controlBorderWidth: 1px;
  --controlHeight: 26px;
  --headerContentLineheight: 30px;
  --maxTileItemWidth: 625px;
  --horizontalContentIndent: 6px;
  --verticalDistanceBetweenTwoSections: 0px;
  --searchFilterSectionHeaderBorder: 2px solid #dfdfdf;
  --dashBoardSpecificValueTileBackgroundColor: #138943;
  --dashBoardSpecificValueTileTextColor: white;
  --formItemLabelValueGap: 3px;
  --formItemVerticalSpacing: 5px;
  --bulkFormItemChkBoxContainerWidth: 30px;
  --editOperatorsContainerWidth: 120px;
  --editOperatorsControlWidth: 115px;
  --dashboardLabelControlValueHeight: 16px;
  --labelIconFontSize: 17px;
  --labelIconWidth: 24px;
  --labelControlMaxWidth: 196px;
  --labelIconContainerLeftMargin: 10px;
  --snackbarPaddingTopAndBottom: 12px;
  --snackbarPaddingLeft: 20px;
  --snackbarPaddingRight: 16px;
  --workflowInlineTileSize: 100px;
}
@font-face {
  font-family: 'geoman-icons';
  src: url(/bfres/geoman-common/fonts/icons/icons.woff) format('woff'), url(/bfres/geoman-common/fonts/icons/icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --nestedHeaderTextcolor: black;
  --controlBorderWidth: 1px;
  --controlHeight: 26px;
  --headerContentLineheight: 30px;
  --maxTileItemWidth: 625px;
  --horizontalContentIndent: 6px;
  --verticalDistanceBetweenTwoSections: 0px;
  --searchFilterSectionHeaderBorder: 2px solid #dfdfdf;
  --dashBoardSpecificValueTileBackgroundColor: #138943;
  --dashBoardSpecificValueTileTextColor: white;
  --formItemLabelValueGap: 3px;
  --formItemVerticalSpacing: 5px;
  --bulkFormItemChkBoxContainerWidth: 30px;
  --editOperatorsContainerWidth: 120px;
  --editOperatorsControlWidth: 115px;
  --dashboardLabelControlValueHeight: 16px;
  --labelIconFontSize: 17px;
  --labelIconWidth: 24px;
  --labelControlMaxWidth: 196px;
  --labelIconContainerLeftMargin: 10px;
  --snackbarPaddingTopAndBottom: 12px;
  --snackbarPaddingLeft: 20px;
  --snackbarPaddingRight: 16px;
  --workflowInlineTileSize: 100px;
}
div.helpcontainer {
  margin-left: 5px;
  margin-right: 5px;
  float: right;
  text-align: right;
}
div.helpcontainer a,
div.helpcontainer span {
  color: black;
  text-align: right;
  display: inline-block;
}
div.auditinfocontainer {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
div.auditInfo {
  color: black;
  font-size: 10px;
}
div.auditInfo .auditInfoLabel {
  margin-right: 5px;
}
div.auditinfocontainer span {
  color: black;
}
div.licensecontainer {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}
div.licensecontainer > span {
  color: #c22c30;
  font-size: inherit;
}
div.licensecontainer .attention {
  font-size: larger;
  margin-bottom: 3px;
}
div.licensecontainer .licensedObjectWarning {
  font-size: inherit;
  color: black;
}
div.licensecontainer .licensedObjectWarning span {
  font-size: inherit;
}
a {
  text-decoration: none;
  color: black;
}
img {
  border: 0px;
}
#Content {
  width: 875px;
}
#Content #fraContent {
  height: 2000px !important;
}
table.GisFrame {
  border-style: solid;
  border-color: darkgray;
  border-width: 1px;
  margin-left: 5px;
}
.gridlayout-separation {
  padding: 0;
}
.LabelControl {
  word-wrap: break-word;
}
.LinkControl {
  color: blue !important;
  text-decoration: underline;
}
.NumericControl,
.StringControl,
.geoman-input-password > input {
  background-color: white;
  color: black !important;
  border: solid 1px #999999;
  padding: 3px 4px;
  outline: none;
  width: 190px;
}
.NumericControl[disabled],
.StringControl[disabled],
.geoman-input-password > input[disabled] {
  background-color: #f0f0f0;
}
.NumericControl,
input.StringControl {
  height: 25px;
}
.geoman.BooleanControl {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
}
.geoman.BooleanControl label {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 0;
}
.geoman.BooleanControl label:after {
  box-sizing: border-box;
  content: '';
  width: 19.5px;
  height: 7.8px;
  position: absolute;
  top: 6.5px;
  left: 2.34px;
  border-left: 4px solid black;
  border-bottom: 4px solid black;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.geoman.BooleanControl label:hover::after {
  opacity: 0.1;
}
.geoman.BooleanControl input[type=checkbox] {
  visibility: hidden;
}
.geoman.BooleanControl input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.geoman.BooleanControl input[type=checkbox]:disabled + label {
  background-color: #f0f0f0;
  cursor: default;
}
.geoman.BooleanControl input[type=checkbox]:disabled + label:hover::after {
  opacity: 0;
}
.geoman.BooleanControl input[type=checkbox]:checked:disabled + label:hover::after {
  opacity: 1;
}
.geoman.BooleanControl + label {
  margin-left: 6px;
}
.display-mode-tablet .geoman.BooleanControl {
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
}
.display-mode-tablet .geoman.BooleanControl label {
  width: 26px;
  height: 26px;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #999999;
  border-radius: 0;
}
.display-mode-tablet .geoman.BooleanControl label:after {
  box-sizing: border-box;
  content: '';
  width: 19.5px;
  height: 7.8px;
  position: absolute;
  top: 6.5px;
  left: 2.34px;
  border-left: 4px solid black;
  border-bottom: 4px solid black;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.display-mode-tablet .geoman.BooleanControl label:hover::after {
  opacity: 0.1;
}
.display-mode-tablet .geoman.BooleanControl input[type=checkbox] {
  visibility: hidden;
}
.display-mode-tablet .geoman.BooleanControl input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.display-mode-tablet .geoman.BooleanControl input[type=checkbox]:disabled + label {
  background-color: #f0f0f0;
  cursor: default;
}
.display-mode-tablet .geoman.BooleanControl input[type=checkbox]:disabled + label:hover::after {
  opacity: 0;
}
.display-mode-tablet .geoman.BooleanControl input[type=checkbox]:checked:disabled + label:hover::after {
  opacity: 1;
}
.title-button-boolean-control {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  padding: 0;
  height: 26px;
}
.title-button-boolean-control label {
  cursor: pointer;
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 0;
  padding: 6px;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  color: black;
}
.title-button-boolean-control input[type=checkbox] {
  visibility: hidden;
}
.title-button-boolean-control input[type=checkbox]:checked + label {
  background-color: #ffbb02;
  color: black;
}
.title-button-boolean-control input[type=checkbox]:disabled + label {
  cursor: default;
  opacity: 0.7;
}
.MultiLangStringControl {
  width: 248px;
}
.geoman-tile2-item .MultiLangStringControl {
  width: 200px;
}
.MultiLangStringControl .MultiLangString-Specific,
.MultiLangStringControl .MultiLangString-Invariant {
  margin-right: 20px;
}
.MultiLangStringControl .MultiLangString-Specific + .MultiLangString-Specific {
  margin-top: 4px;
}
.geoman-tile2-item .MultiLangStringControl .StringControl {
  width: 147px;
}
.MultiLangStringControl .flag {
  height: 20px;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px;
}
.MultiLangStringControl .MultiLangString-ExpandButton {
  background-image: url('/bfres/geoman-sysimg/table/dropdown-down.png');
  background-repeat: no-repeat;
  height: 9px;
  width: 15px;
  cursor: pointer;
  margin-top: 7px;
  float: right;
}
.MultiLangStringControlExpanded .MultiLangString-ExpandButton {
  margin-top: 5px;
  margin-right: 2px;
  background-image: url('/bfres/geoman-sysimg/table/dropdown-up.png');
}
.MultiLangStringControl .MultiLangString-Invariant {
  display: block;
}
.MultiLangStringControl .MultiLangString-Specific {
  display: none;
}
.MultiLangStringControl.MultiLangStringControlExpanded .MultiLangString-Invariant {
  display: none;
}
.MultiLangStringControl.MultiLangStringControlExpanded .MultiLangString-Specific {
  display: block;
}
.LookupBox {
  height: 26px;
  width: 200px;
  border: solid 1px #999999;
  box-sizing: border-box;
  background-color: white;
}
.LookupBox[disabled] {
  background-color: #f0f0f0;
}
.LookupBox[disabled] div.LookupBox-Reset {
  display: none;
}
.LookupBox div.LookupBox-Button {
  float: right;
  width: 24px;
  height: 24px;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
  text-align: center;
  background-color: transparent;
}
.LookupBox div.LookupBox-Button:before {
  content: '\e9b0';
}
.LookupBox div.LookupBox-Button:before {
  content: '\e9b0';
}
.LookupBox div.LookupBox-Button:before {
  content: '\e9b0';
}
.LookupBox div.LookupBox-Button:before {
  content: '\e9b0';
}
.LookupBox div.LookupBox-Button:hover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.LookupBox div.LookupBox-Button.LookupBox-ButtonDisabled:hover {
  background-color: #f0f0f0;
  color: #999999;
  cursor: default;
}
.LookupBox .button.code-scanning-opener {
  float: right;
  width: 24px;
  height: 24px;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
  text-align: center;
  background-color: transparent;
}
.LookupBox .button.code-scanning-opener:before {
  content: '\e9ec';
}
.LookupBox .button.code-scanning-opener:before {
  content: '\e9ec';
}
.LookupBox .button.code-scanning-opener:before {
  content: '\e9ec';
}
.LookupBox .button.code-scanning-opener:before {
  content: '\e9ec';
}
.LookupBox .button.code-scanning-opener:hover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.LookupBox .button.code-scanning-opener.LookupBox-ButtonDisabled:hover {
  background-color: #f0f0f0;
  color: #999999;
  cursor: default;
}
.LookupBox div.LookupBox-Reset {
  width: 24px;
  height: 24px;
  float: right;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
  text-align: center;
  background-color: transparent;
}
.LookupBox div.LookupBox-Reset:before {
  content: '\e978';
}
.LookupBox div.LookupBox-Reset:before {
  content: '\e978';
}
.LookupBox div.LookupBox-Reset:before {
  content: '\e978';
}
.LookupBox div.LookupBox-Reset:before {
  content: '\e978';
}
.LookupBox div.LookupBox-Reset.LookupBox-ResetHover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.LookupBox div.LookupBox-Inner {
  border: none;
  padding: 0;
  margin: 3px 0 0 4px;
  width: calc(100% -  54px);
}
.LookupBox input.LkpText {
  background-color: Transparent;
  width: 100%;
  overflow: hidden;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
  border: none;
  color: black;
  vertical-align: top;
  -webkit-appearance: none;
}
.LookupBox input.LkpText::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.LookupBox-New a.LookupBox-New {
  background-image: url('/bfres/geoman-sysimg/controls/add.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  cursor: pointer;
}
.LookupBox-New div.LookupBox-Inner {
  margin-right: 70px;
  width: calc(100% -  76px);
}
.LookupBox-New-Quick div.LookupBox-New-Quick {
  background-image: url('/bfres/geoman-sysimg/controls/lookup_quick_new.gif');
  background-repeat: no-repeat;
  width: 24px;
  height: 25px;
  float: right;
  cursor: pointer;
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info {
  float: right;
  width: 24px;
  height: 24px;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  color: #999999;
  line-height: 24px;
  text-align: center;
  background-color: transparent;
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info:before,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info:before {
  content: '\e9ca';
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info:before,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info:before {
  content: '\e9ca';
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info:before,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info:before {
  content: '\e9ca';
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info:before,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info:before {
  content: '\e9ca';
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Info:hover,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Info:hover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.LookupBox-New-Quick div.LookupBox-Inner.LookupBox-NotNull div.LookupBox-Inner,
.LookupBox-Info.LookupBox-NotNull div.LookupBox-Inner {
  width: calc(100% -  76px);
}
table.lookupdialog .editForm {
  background-color: #e2e7e7;
  width: 100%;
}
table.lookupdialog .editForm td {
  vertical-align: top;
  text-align: left;
  width: 100%;
}
table.lookupdialog .editForm td.formCntr {
  width: 0%;
}
table.lookupdialog .editForm td.filterLabel,
table.lookupdialog .editForm td.editCaption {
  color: black;
  font-weight: bold;
  padding: 0px 10px 0px 10px !important;
  vertical-align: middle;
}
table.lookupdialog .editForm .filterValue {
  color: black;
  padding: 3px 0px;
}
table.lookupdialog .editForm .filterValue input {
  background-color: #f3f3f3;
  color: #7799b2 !important;
  border: 1px solid #d6d6d6;
  padding: 3px 4px;
  outline: none;
  height: 25px;
  width: 200px;
}
table.lookupdialog .editForm input.Command {
  margin: 6px;
  border: none;
  background-color: Transparent;
  background-image: url('/bfres/geoman-sysimg/controls/lkpdlg_filter.gif');
  width: 25px;
  height: 25px;
  color: white;
  font-size: 1px;
  cursor: pointer;
}
table.lookupdialog .stmList td {
  border: solid 1px white;
}
table.lookupdialog .editBtns {
  background-color: #f3f3f3;
}
table.lookupdialog .editBtns input.Command {
  margin: 9px 24px 9px 0px;
  border: none;
  background-color: Transparent;
  background-image: url('/bfres/geoman-sysimg/controls/toolbar_btncomplete.gif');
  padding: 0px;
  line-height: 32px;
  width: 96px;
  color: white;
  font-weight: bold;
}
table.lookupdialog .defaultHeader td {
  /*color: #797979;*/
  height: 32px;
  background-image: url('/bfres/geoman-sysimg/table/list-hdr-c.gif');
  background-repeat: repeat-x;
  text-align: left;
  border-bottom: solid 1px #999999;
  white-space: nowrap;
  border-left: solid 1px #e5e5e5;
  border-right: solid 1px #999999;
  line-height: 26px;
  font-weight: bold;
}
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-widget {
  box-sizing: border-box;
  color: black;
}
.ui-widget-content {
  box-sizing: border-box;
  border: 1px solid #999999;
  background-color: white;
  color: black;
}
.ui-widget-content a {
  color: black;
}
.ui-widget-header {
  box-sizing: border-box;
  border: 1px solid #999999;
  background-color: white;
  font-weight: bold;
}
.ui-widget-header a {
  color: black;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: none;
  background-color: #f2c418;
}
.ui-state-hover a,
.ui-state-hover a:hover {
  color: black;
  text-decoration: none;
}
.ui-widget :active {
  outline: none;
}
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
.ui-menu {
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
  width: 199px;
  background: white;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  box-sizing: border-box;
  margin: 0;
  padding: 3px;
  zoom: 1;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
  color: black;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  background: #f2c418;
  border: none;
  color: black;
}
.DropDownBox {
  height: 26px;
  width: 200px;
  border: solid 1px #999999;
  box-sizing: border-box;
  background-color: white;
}
.MenuDropDown > .DropDownBox {
  width: 250px;
}
.DropDownBox > .DropDownImage {
  float: right;
  width: 24px;
  height: 24px;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
  text-align: center;
  background-color: transparent;
}
.DropDownBox > .DropDownImage:before {
  content: '\e9bf';
}
.DropDownBox > .DropDownImage:before {
  content: '\e9bf';
}
.DropDownBox > .DropDownImage:before {
  content: '\e9bf';
}
.DropDownBox > .DropDownImage:before {
  content: '\e9bf';
}
.DropDownBox > .DropDownImage:hover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.DropDownBox > .DropDownText {
  border: none;
  width: calc(100% -  30px);
  padding: 0;
  margin: 3px 0 0 4px;
}
.DropDownBox INPUT.DropDown_Box {
  background-color: transparent;
  width: 100%;
  overflow: visible;
  outline: none;
  height: 18px;
  margin: 0;
  padding: 0;
  border: none;
  color: black;
  vertical-align: top;
  cursor: pointer;
  -webkit-appearance: none;
}
.DropDownBox INPUT.DropDown_Box::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.DropDownBox INPUT.DropDownNullValue {
  color: #888888;
}
.DropDownBox.DropDownBoxDisabled {
  background-color: #f0f0f0;
}
.DropDownBox.DropDownBoxDisabled > div {
  cursor: default;
}
.DropDownBox.DropDownBoxDisabled .DropDownImage:hover {
  background-color: #f0f0f0;
  color: #999999;
  cursor: default;
}
.DropDownBox.DropDownBoxDisabled INPUT.DropDown_Box {
  cursor: default;
}
DIV.DropDownList {
  outline: none;
  border: solid 1px #999999;
  background-color: white;
  padding: 0;
  overflow-x: auto;
  overflow-y: auto;
  position: absolute;
  z-index: 10000;
}
TABLE.DropDownList {
  outline: none;
  width: 100%;
  border: none;
  border-collapse: collapse;
  margin: 0px;
}
TABLE.DropDownList TD {
  padding: 3px;
  color: black;
}
TABLE.DropDownList TR.DropDownHighlight TD {
  background-color: #f2c418;
  color: black;
}
TABLE.DropDownList TR.DropDownNullValue TD {
  color: #888888;
}
TABLE.BearbeitenAnsicht TR td.editCtl,
#frmSearchList TR td.editCtl,
table.Kenndaten TR td.editCtl,
table.AktBaumdatenContent TR td.editCtl,
table.KenndatenKompletteBreite tr td.editCtl,
table.KenndatenMitSubSections tr td.editCtl {
  padding: 4px 0px 3px 0px;
}
table.FreeRow td {
  background-color: Transparent !important;
}
table.FreeRow Div.FreeRowPanel {
  height: 20px;
}
#frmEdit .toolbarcontainer {
  margin-top: 12px;
}
#frmEdit .toolbarcontainer .toolbar td {
  border: none;
  padding: 0px;
}
#frmEdit .toolbarcontainer .toolbar .CellButtonContextInfo,
#frmEdit .toolbarcontainer .toolbar .CellButtonLast {
  display: none;
}
#frmEdit .toolbarcontainer .toolbar .CellButton .CellDescription {
  background-image: url('/bfres/geoman-sysimg/controls/toolbar_btnbkgl.gif');
  background-repeat: no-repeat;
  height: 36px;
  margin-right: 19px;
  cursor: pointer;
}
#frmEdit .toolbarcontainer .toolbar .CellButton .CellDescription table {
  border-collapse: collapse;
  margin-left: 5px;
  background-image: url('/bfres/geoman-sysimg/controls/toolbar_btnbkgm.gif');
  background-repeat: repeat-x;
}
#frmEdit .toolbarcontainer .toolbar .CellButtonImage {
  display: none;
}
#frmEdit .toolbarcontainer .toolbar .CellButtonText {
  padding: 0px 9px 0px 6px;
  background-image: url('/bfres/geoman-sysimg/controls/toolbar_btnbkgr.gif');
  background-position: right 0px;
  background-repeat: no-repeat;
  color: white;
  font-weight: bold;
  text-align: center;
  height: 36px;
  min-width: 79px;
  white-space: nowrap;
}
table.BearbeitenAnsicht,
/*table.TreeFeatureControl, table.MassNahmenFeatureControl,*/ #frmEdit table.editForm,
table.AktBaumdatenContent,
table.ContentNebeneinander table.sectionItems,
table.KenndatenKompletteBreite table.sectionItems,
table.KenndatenMitSubSections {
  width: 783px;
}
table.KenndatenMitSubSections td.sl1,
table.KenndatenMitSubSections table.sectionItems {
  width: 781px;
}
table.stmList {
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
  white-space: nowrap;
}
/* Wird benötigt damit die Bearbieten Buttons in den Listen sichtbar sind */

a.stmListCmdBtnEdit,
table.KatalogElemente a.stmListCmdBtnDel,
a.stmListCmdBtnEditCommandCss {
  display: inline-block;
}
table.stmList .stmListCmdBtn,
.formCntr {
  width: 25px;
  height: 25px;
}
table.stmList td.stmListCmdBtn {
  padding-right: 0px;
}
/* aufpassen, das das Tabellenlayout einzeilig bleibt */

table.stmList td {
  height: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 10px;
  padding-right: 5px;
}
table.stmList tr th,
table.stmList td,
table.Kenndaten,
table.AktBaumdatenContent,
table.KenndatenKompletteBreite {
  color: #797979;
}
table.stmList td {
  cursor: pointer;
}
table.stmList .stmListCmdBtn .EditRed,
table.stmList .stmListCmdBtn .EditGreen,
table.stmList .stmListCmdBtn .EditOrange,
table .stmListCmdBtnEdit {
  background-repeat: no-repeat;
  background-position: center;
}
table.stmList .stmListCmdBtn .EditRed {
  background-image: url('/bfres/geoman-sysimg/dashboard/bullet_red.png');
}
table.stmList .stmListCmdBtn .EditGreen {
  background-image: url('/bfres/geoman-sysimg/dashboard/bullet_green.png');
}
table.stmList .stmListCmdBtn .EditOrange {
  background-image: url('/bfres/geoman-sysimg/dashboard/bullet_orange.png');
}
table .stmListCmdBtnEdit {
  background-image: url('/bfres/geoman-sysimg/icons/edit_dark.png');
}
table.stmList tr.Gerade {
  background-color: #dce1e1;
}
table.stmList tr.Ungerade {
  background-color: #e6e8e4;
}
table.stmList tr.selectedItem {
  background-color: Orange;
}
/* Tables */

table.stmList div.MenuButton {
  margin: 0px !important;
  width: 83px;
}
table.stmList tr th {
  height: 36px;
  background-image: url('/bfres/geoman-sysimg/table/list-hdr-c.gif');
  background-repeat: repeat-x;
  text-align: left;
}
table.stmList tr Div.HeaderSeperator {
  background-image: url('/bfres/geoman-sysimg/table/divider_table.gif');
  background-position: left;
  background-repeat: no-repeat;
}
table.stmList tr Div.HeaderFirst,
table.stmList tr Div.HeaderSeperator {
  height: 26px;
  padding-left: 10px;
  padding-top: 5px;
  float: left;
}
tr th.sectionhdr-expandable {
  padding-top: 8px;
  cursor: pointer;
}
tr th.AktBaumdaten {
  padding-top: 8px;
  background-position: 83px top;
}
tr th.tileSection-sectionhdr-expandable,
tr th.sectionhdr-expandable,
tr th.AktBaumdaten,
#formCntr tr th.form,
#formCntr tr th.BaumdatenBearbeiten,
table th.TreeOrders,
table.TreeOrderMassnahme tr th,
table.BaumBearbeiten table.Baumdaten tr th,
table.BaumdatenBearbeiten tr th,
table.Bearbeiten tr th,
table.BearbeitenKontrollgang tr th,
table.KenndatenKompletteBreite th {
  background-image: url('/bfres/geoman-sysimg/table/TableHeaderEdit783.png');
}
/* Im zugeklappten Zustand des Headers ein anderes Headerbild anzeigen */

tr th.sectionhdr-collapsed,
tr th.sectionhdr-collapsed,
table.AktBaumdaten tr th.sectionhdr-collapsed sectionhdr-collapsed,
#formCntr tr th.sectionhdr-collapsed {
  background-image: url('/bfres/geoman-sysimg/table/TableHeaderEditZugeklappt783.png');
  background-repeat: no-repeat;
}
tr th.tileSection-sectionhdr-expandable,
tr th.sectionhdr-expandable,
tr th.AktBaumdaten,
table.Kenndaten th,
#formCntr tr th.form,
#formCntr tr th.BaumdatenBearbeiten,
tr th.sectionhdr-collapsed,
tr th.sectionhdr-collapsed,
table.AktBaumdaten tr th.sectionhdr-collapsed sectionhdr-collapsed,
table th.TreeOrders,
table.TreeOrderMassnahme tr th,
table.BaumBearbeiten table.Baumdaten tr th,
table.BaumdatenBearbeiten tr th,
table.Bearbeiten tr th,
table.BearbeitenKontrollgang tr th,
table.KenndatenKompletteBreite th {
  background-repeat: no-repeat;
  height: 36px;
  padding-left: 35px;
  color: White;
  font-weight: bold;
  font-size: 15px;
  text-align: left;
}
table.KenndatenKompletteBreite th {
  height: 34px;
}
tr th.AktBaumdaten {
  padding-left: 118px;
}
div.expandbutton {
  float: right;
  margin-top: 7px;
  margin-right: 20px;
  background-position: center top;
  height: 9px;
  width: 15px;
}
div.expandbutton-expand {
  background-image: url('/bfres/geoman-sysimg/table/dropdown-down.png');
  background-repeat: no-repeat;
}
div.expandbutton-collapse {
  background-image: url('/bfres/geoman-sysimg/table/dropdown-up.png');
  background-repeat: no-repeat;
  margin-top: 3px;
  margin-right: 23px;
  height: 22px;
}
Div.DividerPanel {
  background-image: url('/bfres/geoman-sysimg/dashboard/divider_horizontal.png');
  background-repeat: repeat-x;
  height: 3px;
  margin-left: 10px;
  margin-right: 10px;
}
td.editCaption {
  display: block;
  float: none;
  width: auto;
  color: black;
  font-weight: bold;
}
td.editCtl {
  color: #797979;
  /*background-color:#dce1e1;*/
  padding: 3px 0px;
}
td.editCtl table.stmList,
table.KenndatenKompletteBreite table.sectionItems,
table.KenndatenMitSubSections td.sl1 {
  border: 1px solid darkgray;
}
.FreiZeile {
  height: 20px;
}
table.AktBaumdaten {
  margin-top: 20px;
}
table.BaumBearbeiten table.Baumdaten/*, table.BearbeitenAnsicht*/ {
  margin-bottom: 20px;
}
/* Seitenspezifische Tabellenanpassungen */

table.Kenndaten {
  width: 510px;
}
table.Kenndaten td.editCtl {
  width: 350px;
}
table.Kenndaten,
table.AktBaumdatenContent,
table.TreeOrders,
table.Kenndaten tr th,
table.TreeOrderMassnahme,
table.BaumBearbeiten table.Baumdaten,
table.BaumdatenBearbeiten,
table.Bearbeiten,
#EditControl table.EditModeSeparateTable td.LastRow,
#EditControl table.EditModeSeparateTable td.LastRowLeft,
#EditControl table.EditModeSeparateTable td.LastRowRight {
  border-bottom: 1px solid darkgray;
}
#EditControl th.sectionhdr-collapsed {
  border-bottom: 0px !important;
}
table.Kenndaten tr td.editCaption,
table.AktBaumdatenContent tr td.editCaption {
  padding-left: 10px;
  font-weight: bold;
}
table.Kenndaten tr td.gridlayout-leftcell,
table.AktBaumdatenContent tr td.gridlayout-leftcell,
table.TreeOrders tr td.gridlayout-leftcell,
table.TreeOrderMassnahme tr td.gridlayout-leftcell,
table.BaumBearbeiten table.Baumdaten tr td.gridlayout-leftcell,
table.BaumdatenBearbeiten tr td.gridlayout-leftcell,
table.Bearbeiten tr td.gridlayout-leftcell,
#EditControl table.editForm td.gridlayout-leftcell-editCaption {
  border-left: 1px solid darkgray;
}
table.BearbeitenAnsicht/*, table.TreeFeatureControl */ {
  border: 1px solid darkgray;
}
table.Kenndaten tr td.gridlayout-rightcell,
table.AktBaumdatenContent tr td.gridlayout-rightcell,
table.TreeOrders tr td.gridlayout-rightcell,
table.TreeOrders td.sl0-editCtl,
table.TreeOrderMassnahme tr td.gridlayout-rightcell,
table.BaumBearbeiten table.Baumdaten tr td.gridlayout-rightcell,
table.BaumBearbeiten table.Baumdaten td.sl0-editCtl,
table.BaumdatenBearbeiten tr td.gridlayout-rightcell,
table.BaumdatenBearbeiten .BaumdatenBearbeiten-editCtl,
table.Bearbeiten tr td.gridlayout-rightcell,
#EditControl table.EditModeSeparateTable td.gridlayout-rightcell-editCtl,
table.EditModeSeparateTable td.LastRow-editCtl,
#EditControl table.editForm td.gridlayout-emptycell {
  border-right: 1px solid darkgray;
}
table.BaumdatenBearbeiten .tileSection {
  border-right: 0px;
}
table.Kenndaten tr td,
table.AktBaumdatenContent tr td.editCaption,
table.AktBaumdatenContent tr td.editCtl,
table.TreeOrders td.editCmds,
table.TreeOrderMassnahme td.editCmds,
table.BaumdatenBearbeiten td.editCmds,
table.AktBaumdatenContent td.gridlayout-emptycell,
table.Bearbeiten td.editCmds,
table.ContentNebeneinander table.sectionItems,
table.KenndatenKompletteBreite tr td,
table.KenndatenMitSubSections tr td {
  background-color: #dce1e1;
}
table.TreeOrders td.editCmds {
  padding: 0px;
  margin: 0px;
}
table.Kenndaten th {
  background-image: url('/bfres/geoman-sysimg/table/TableHeaderEdit510.png');
}
table.AktBaumdaten .gridlayout-emptycell {
  width: 80px;
}
table.Kenndaten th {
  background-image: url('/bfres/geoman-sysimg/table/TableHeaderEdit510.png');
}
/* Kontrollgang */

table tr td.TreeOrders {
  background-color: #dce1e1;
}
table.SubSection th div.sectionHdr-title {
  font-size: 15px;
  color: #9ba0a5;
  text-align: left;
  width: 100%;
}
table.TreeFeatureControl .LookupBox-Info-Test {
  margin: 0;
}
table.TreeFeatureControl .damage-cell-hidden {
  visibility: hidden;
}
table.TreeFeatureControl input,
table.TreeFeatureControl label {
  vertical-align: middle;
}
table.TreeFeatureControl .TreeFaultNotes-ChkType {
  cursor: pointer;
}
table.TreeFeatureControl .TreeFaultNotes-ChkType + label {
  font-weight: bold;
  max-width: 172px;
  display: inline-block;
}
table.TreeFeatureControl .tblCell {
  line-height: 2px;
}
table.TreeFeatureControl .tblCell * {
  display: none;
}
table.TreeFeatureControl .StringControl {
  width: 368px;
  margin: 4px 2px 4px 0px;
}
table.TreeFeatureControl .DropDownBox {
  width: 200px;
  vertical-align: middle;
  display: block;
  margin-top: 3px;
}
table.TreeFeatureControl .DropDownBox TD.DropDownText INPUT.DropDown_Box {
  width: 282px !important;
}
table.TreeFeatureControl .BonityTable td {
  text-align: center;
  width: 22px;
}
table.TreeFeatureControl .BonityTable input {
  float: left;
}
.formlist-scroll-container {
  overflow-x: auto;
  overflow-y: hidden;
}
.formlist-scroll-container + .geoman-paging-content {
  text-align: center;
}
table.formlist {
  width: 100%;
}
table.formlist .hidden-by-col-config,
table.formlist .hidden-by-filter,
table.formlist .hidden-by-paging {
  display: none;
}
table.formlist tr.formlist-titles > th {
  height: 36px;
  text-align: left;
  border-color: #f3f3f3 whitesmoke;
  border-style: solid;
  border-width: 1px 1px 2px 0;
  padding: 0;
  padding-left: 3px;
  white-space: nowrap;
  vertical-align: middle;
}
table.formlist tr.formlist-titles > th > .head {
  position: relative;
  overflow: visible;
}
table.formlist tr.formlist-titles > th > .head > .resize {
  position: absolute;
  right: 0;
  width: 5px;
  height: 100%;
  cursor: w-resize;
  overflow: visible;
}
table.formlist tr.formlist-titles > th > .head > .resize > div {
  position: absolute;
  top: 0;
  left: 4px;
  width: 1px;
  border-right: 1px solid silver;
  display: none;
}
table.formlist tr.formlist-titles > th > .head > .resize.active > div {
  display: block;
}
table.formlist tr.formlist-titles > th > .head > .content {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  line-height: 26px;
}
table.formlist tr.formlist-titles > th.formlist-header-filtered {
  background-image: url('/bfres/geoman-sysimg/icons/section-filter.png');
  background-repeat: no-repeat;
  background-position: right 2px top 2px;
  background-size: 12px;
}
table.formlist tr.formlist-titles > th.title-right {
  text-align: right;
  padding-right: 5px;
}
table.formlist tr.formlist-titles > th.title-center {
  text-align: center;
}
table.formlist .geoman-documents-list tr.formlist-titles > th {
  white-space: normal;
}
table.formlist tr.formlist-filters > td {
  overflow: hidden;
  white-space: nowrap;
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
  background-color: transparent;
  vertical-align: middle;
  border-right: solid 1px whitesmoke;
}
table.formlist tr.formlist-filters > td > input {
  width: 99%;
  padding: 3px 4px;
  box-sizing: border-box;
  outline: none;
}
table.formlist tr.formlist-filters > td.geoman-list-btn-filter {
  cursor: default;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #46403d;
  padding: 0 3px;
}
table.formlist tr.formlist-aggregates > td {
  font-weight: bold;
  padding: 6px 5px;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: middle;
  border-top: 1px solid #c8c8c8;
}
table.formlist > tbody > tr > td {
  vertical-align: top;
  padding: 2px 5px 3px 5px;
  background-color: transparent;
  border-top: solid 1px white;
  border-right: solid 1px transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.formlist > tbody > tr > td > .LabelIcon {
  margin: 2px 0 0 0;
}
table.formlist > tbody > tr.a1 > td {
  background-color: transparent;
  border-right-color: transparent;
}
table.formlist > tbody > tr > td:not(.stmListCmdBtn):first-child {
  padding-left: 12px;
}
table.formlist > tbody > tr > td.text {
  padding-top: 6px;
}
table.formlist > tbody > tr > td > .LabelControl {
  border-width: 0;
  background-color: transparent;
  padding: 0;
  padding: 6px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 10000px;
  max-width: initial;
}
table.formlist > tbody > tr > td > .LabelControl > img {
  padding: 4px 0 0 0;
  float: right;
  display: block;
}
table.formlist > tbody > tr > td > .BooleanControl input {
  position: inherit;
  vertical-align: inherit;
  padding-left: 4px;
}
table.formlist > tbody > tr > td > .MultiLangStringControl .MultiLangString-Specific + .MultiLangString-Specific {
  margin-top: 2px;
}
table.formlist td.stmListCmdBtn {
  padding: 0;
  vertical-align: middle;
}
table.formlist a.stmListCmdBtn {
  width: 24px;
  height: 25px;
  display: inline-block;
}
table.formlist.checklist-position-gui-form-list > tfoot > tr > td {
  vertical-align: top;
  padding: 2px 5px 3px 5px;
  background-color: transparent;
  border-top: solid 1px white;
  border-right: solid 1px transparent;
  overflow: hidden;
  text-overflow: ellipsis;
}
table.formlist.checklist-position-gui-form-list > tfoot > tr.a1 > td {
  background-color: transparent;
  border-right-color: transparent;
}
a.stmListCmdBtnDel {
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
}
a.stmListCmdBtnDel:before {
  content: '\e980';
}
table.formlist a.delete-before-content.stmListCmdBtn:before {
  content: '';
}
table.formlist a.stmListCmdBtnDocLink {
  background-image: url('/bfres/geoman-sysimg/icons/attachment.gif');
  background-repeat: no-repeat;
  background-position: center center;
  width: 32px;
  height: 32px;
  display: inline-block;
}
a.stmListCmdBtnAdd {
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
}
a.stmListCmdBtnAdd:before {
  content: '\e963';
}
table.formlist tr.formButtonRow a.stmListCmdBtnAdd > span {
  display: none;
}
.MassnahmeFeature .DropDownBox {
  width: 554px !important;
}
table.MassNahmenFeatureControl {
  width: 100%;
}
table.MassNahmenFeatureControl .DropDownBox {
  width: 200px;
}
table.MassNahmenFeatureControl td.text {
  color: #797979;
}
table.MassNahmenFeatureControl > tbody > tr > td > span.LabelControl {
  background: transparent;
  border: none;
}
table.MassNahmenFeatureControl > tbody > tr > td.c6 > span.LabelControl {
  padding: 0px;
  line-height: 10px;
}
table.MassNahmenFeatureControl td.text {
  font-weight: bold;
}
table.ContentNebeneinander table.sectionItems td.tile {
  border: 1px solid darkgray;
}
table.ContentNebeneinander TR TD.editCtl,
table.ContentNebeneinander TR TD.editCaption {
  padding-bottom: 4px !important;
  padding-top: 4px !important;
}
@font-face {
  font-family: 'geoman-icons';
  src: url(/bfres/geoman-common/fonts/icons/icons.woff) format('woff'), url(/bfres/geoman-common/fonts/icons/icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --nestedHeaderTextcolor: black;
  --controlBorderWidth: 1px;
  --controlHeight: 26px;
  --headerContentLineheight: 30px;
  --maxTileItemWidth: 625px;
  --horizontalContentIndent: 6px;
  --verticalDistanceBetweenTwoSections: 0px;
  --searchFilterSectionHeaderBorder: 2px solid #dfdfdf;
  --dashBoardSpecificValueTileBackgroundColor: #138943;
  --dashBoardSpecificValueTileTextColor: white;
  --formItemLabelValueGap: 3px;
  --formItemVerticalSpacing: 5px;
  --bulkFormItemChkBoxContainerWidth: 30px;
  --editOperatorsContainerWidth: 120px;
  --editOperatorsControlWidth: 115px;
  --dashboardLabelControlValueHeight: 16px;
  --labelIconFontSize: 17px;
  --labelIconWidth: 24px;
  --labelControlMaxWidth: 196px;
  --labelIconContainerLeftMargin: 10px;
  --snackbarPaddingTopAndBottom: 12px;
  --snackbarPaddingLeft: 20px;
  --snackbarPaddingRight: 16px;
  --workflowInlineTileSize: 100px;
}
@font-face {
  font-family: 'geoman-icons';
  src: url(/bfres/geoman-common/fonts/icons/icons.woff) format('woff'), url(/bfres/geoman-common/fonts/icons/icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
:root {
  --nestedHeaderTextcolor: black;
  --controlBorderWidth: 1px;
  --controlHeight: 26px;
  --headerContentLineheight: 30px;
  --maxTileItemWidth: 625px;
  --horizontalContentIndent: 6px;
  --verticalDistanceBetweenTwoSections: 0px;
  --searchFilterSectionHeaderBorder: 2px solid #dfdfdf;
  --dashBoardSpecificValueTileBackgroundColor: #138943;
  --dashBoardSpecificValueTileTextColor: white;
  --formItemLabelValueGap: 3px;
  --formItemVerticalSpacing: 5px;
  --bulkFormItemChkBoxContainerWidth: 30px;
  --editOperatorsContainerWidth: 120px;
  --editOperatorsControlWidth: 115px;
  --dashboardLabelControlValueHeight: 16px;
  --labelIconFontSize: 17px;
  --labelIconWidth: 24px;
  --labelControlMaxWidth: 196px;
  --labelIconContainerLeftMargin: 10px;
  --snackbarPaddingTopAndBottom: 12px;
  --snackbarPaddingLeft: 20px;
  --snackbarPaddingRight: 16px;
  --workflowInlineTileSize: 100px;
}
#btToggleCalendar.month:after {
  content: '\e95a';
}
#btToggleCalendar.week:after {
  content: '\e94e';
}
#btToggleCalendar.day:after {
  content: '\e975';
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav {
  width: 32px;
  border: 1px solid transparent;
  cursor: pointer;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav .ui-icon {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("/bfres/geoman-sysimg/controls/calendar-nav.png");
  background-size: 600% 100%;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-prevY .ui-icon {
  background-position: 60% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-nextY .ui-icon {
  background-position: 40% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-prevM .ui-icon,
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-prevW .ui-icon {
  background-position: 0% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-prevD .ui-icon {
  background-position: 0% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-nextM .ui-icon,
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-nextW .ui-icon {
  background-position: 20% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-nav-nextD .ui-icon {
  background-position: 20% center;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendarcontainer {
  margin: 0;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-header.ui-widget-header {
  border: 0px none transparent;
  background-color: white;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-header table {
  width: 100%;
  background-color: white;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-header td {
  padding-top: 3px;
  padding-bottom: 3px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-header td.bf-ui-schedulecalendar-title {
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  font-size: 12px;
  color: black;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar {
  border-collapse: collapse;
  width: 100%;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar .ui-state-default {
  border: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar th {
  box-sizing: border-box;
  padding: 4px 2px 3px;
  text-align: center;
  font-weight: bold;
  color: black;
  background-color: #dfdfdf;
  border: 1px solid #138943;
  white-space: pre-line;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar th.valid-today {
  background-color: #fdf5ce;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td {
  box-sizing: border-box;
  cursor: pointer;
  padding: 0px;
  text-align: center;
  vertical-align: top;
  border: solid 1px #138943;
  background-color: white;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td.valid-today {
  background-color: #fdf5ce;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td a {
  display: block;
  padding: 2px;
  text-align: left;
  text-decoration: none;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td a.ui-state-active {
  font-weight: bold;
  background-color: #f8f8f8;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td a.ui-state-disabled {
  color: #bfbfbf;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td a.externallink {
  padding: 0px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .task {
  box-sizing: border-box;
  margin: 0;
  background: #a8f3c7;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .taskleft {
  border-bottom: 1px solid #138943;
  border-left: 5px solid #138943;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .tasktext {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
  line-height: 150%;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .tasktext > div {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 150%;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .taskright {
  border-bottom: 1px solid #138943;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .nulltask {
  display: none;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar td .tasktime {
  float: left;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month {
  table-layout: fixed;
  border: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month tr:first-child th {
  width: auto;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month tr:first-child th.bf-ui-schedulecalendar-month-weekhead {
  width: 40px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month td {
  height: 75px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month td.bf-ui-schedulecalendar-month-weekno {
  font-size: 10px;
  background-color: #dfdfdf;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month td.bf-ui-schedulecalendar-month-weekno a {
  color: #138943;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month td .day-container {
  height: 100%;
  overflow-y: auto;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-month td .day-container .task > div {
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 5px;
  line-height: 150%;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-week {
  table-layout: fixed;
  border: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-week td {
  height: 23px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-week tr:last-child td {
  border-bottom: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-week th.bf-ui-schedulecalendar-time-head {
  width: 40px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-week th.bf-ui-schedulecalendar-weekday {
  width: auto;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day {
  table-layout: fixed;
  border: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day thead {
  visibility: hidden;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day thead th {
  height: 0;
  padding: 0;
  line-height: 0;
  border-top: 0px none transparent;
  border-bottom: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day td {
  height: 23px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day tr:last-child td {
  border-bottom: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day th.bf-ui-schedulecalendar-time-head {
  width: 40px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-calendar-day th.bf-ui-schedulecalendar-weekday {
  width: auto;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer {
  height: 250px;
  overflow-y: scroll;
  overflow-x: auto;
  border-top: 1px solid #138943;
  border-bottom: 1px solid #138943;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time {
  table-layout: fixed;
  border: 0px none transparent;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time tr:first-child td {
  width: auto;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time tr:first-child td.bf-ui-schedulecalendar-time {
  width: 40px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time td {
  height: 23px;
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time td.bf-ui-schedulecalendar-time {
  width: 40px;
  font-size: 10px;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time td.bf-ui-schedulecalendar-time-cell {
  padding: 0;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time tr.bf-ui-schedulecalendar-time-full td {
  border: 1px solid #dfdfdf;
  border-bottom: 1px dotted #ececec;
}
.bf-ui-schedulecalendar .bf-ui-schedulecalendar-timecontainer .bf-ui-schedulecalendar-calendar-day-time tr.bf-ui-schedulecalendar-time-half td {
  border: 1px solid #dfdfdf;
  border-top: 1px dotted #ececec;
}
.dialog-with-list {
  padding: 0px !important;
}
.input-with-button-container {
  width: 200px;
}
.input-with-button-container > input {
  border-right: 0 none transparent;
  width: 166px;
}
.input-with-button-container > input + .button {
  width: 24px;
  height: 24px;
  border: 1px solid #999999;
  border-left: 0 none transparent;
  font-family: 'geoman-icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #999999;
  background-color: transparent;
}
.input-with-button-container > input + .button:hover {
  background-color: #138943;
  color: white;
  cursor: pointer;
}
.input-with-button-container > input + .button.code-scanning-opener::after {
  content: '\e9ec';
}
.geoman-lookup-dialog.code-scanning .cam-selection {
  margin: 5px 0;
}
.geoman-lookup-dialog.code-scanning video {
  max-width: 100%;
  max-height: calc(100% -  100px);
}
