﻿@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;
}
.CalendarControl {
  height: 26px;
  width: 200px;
  border: solid 1px #999999;
  box-sizing: border-box;
  background-color: white;
}
.CalendarControl .CalendarImage {
  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: 22px;
  text-align: center;
  background-color: transparent;
}
.CalendarControl .CalendarImage:before {
  content: '\e95a';
}
.CalendarControl .CalendarImage:before {
  content: '\e95a';
}
.CalendarControl .CalendarImage:before {
  content: '\e95a';
}
.CalendarControl .CalendarImage:before {
  content: '\e95a';
}
.CalendarControl .CalendarImage:before {
  content: '\e95a';
}
.CalendarControl .CalendarImage + .CalendarTextDiv {
  width: calc(100% -  30px);
}
.CalendarControl .CalendarImage:hover {
  background-color: #138943;
  color: white;
}
.CalendarControl.CalendarControlDisabled {
  background-color: #f0f0f0;
}
.CalendarControl.CalendarControlDisabled .CalendarImage:hover {
  background-color: #f0f0f0;
  color: #999999;
}
.CalendarControl .CalendarTextDiv {
  border: none;
  background-color: transparent;
  height: 18px;
  padding: 0;
  margin: 3px 0 0 4px;
}
.CalendarControl .CalendarTextDiv INPUT.CalendarText {
  border: none;
  background-color: transparent;
  color: black;
  width: 100%;
  height: 18px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  outline: none;
  -webkit-appearance: none;
}
.formlist:not(.checklist-position-gui-form-list) .CalendarControl {
  width: 100%;
}
.bf-ui-datepicker-nav {
  width: 20px;
  border: 1px solid transparent;
  cursor: pointer;
}
.bf-ui-datepicker-nav .ui-icon {
  width: 19px;
  height: 19px;
  background-image: url('/bfres/geoman-sysimg/controls/calendar_nav.gif');
}
.bf-ui-datepicker-nav-prevY .ui-icon {
  background-position: -19px -19px;
}
.bf-ui-datepicker-nav-prevM .ui-icon {
  background-position: 0px 0px;
}
.bf-ui-datepicker-nav-nextM .ui-icon {
  background-position: -19px 0px;
}
.bf-ui-datepicker-nav-nextY .ui-icon {
  background-position: 0px -19px;
}
.bf-ui-datepicker-title {
  text-align: center;
  white-space: nowrap;
  font-size: 12px;
  padding: 3px 0px;
  color: #797979;
}
.bf-ui-datepicker-calendarcontainer {
  margin: 2px;
}
.bf-ui-datepicker-calendar {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
}
.bf-ui-datepicker-calendar th {
  padding: 4px 2px 3px;
  text-align: center;
  font-weight: bold;
  color: #999999;
}
.bf-ui-datepicker-calendar td {
  cursor: pointer;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
}
.bf-ui-datepicker-calendar td a {
  display: block;
  padding: 2px;
  text-align: center;
  text-decoration: none;
}
.bf-ui-datepicker-calendar td a.ui-state-default {
  border: 1px solid #cccccc;
}
.bf-ui-datepicker-calendar td a.ui-state-active {
  font-weight: bold;
  background-color: #797979;
  color: white;
}
.bf-ui-datepicker-calendar td a.ui-state-disabled {
  border: 1px solid transparent;
  color: #aaaaaa;
}
.bf-ui-datepicker-dropdown {
  width: 200px;
  outline: none;
  margin-top: -1px !important;
  -moz-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999999;
}
.bf-ui-datepicker-dropdown .ui-widget-header {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: #dce1e1;
}
.bf-ui-datepicker-dropdown .bf-ui-datepicker-header table {
  width: 100%;
  padding: 0px;
  border-width: 0px;
}
.calendar-entry-icon {
  align-content: center;
}
.calendar-entry-icon > img {
  height: 12px;
  vertical-align: top;
}
.inline-datepicker {
  display: inline-block;
}
.inline-datepicker ~ .LabelIcon {
  margin-left: 10px;
  vertical-align: bottom;
  font-size: 24px;
}
@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;
}
@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;
}
.CalendarControl {
  --preferredHeight: calc(var(--controlHeight) - 2 * var(--controlBorderWidth));
}
.CalendarControl:has(input.expanded) {
  height: calc(2 * var(--preferredHeight));
}
.CalendarControl .CalendarTextDiv {
  border-color: transparent;
}
.CalendarControl .CalendarTextDiv:has(.html5-datetime-control) {
  height: var(--controlHeight);
  padding-left: 4px;
  margin: 0;
}
.CalendarControl input.html5-datetime-control {
  border: none;
  background: none;
  color: black;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  height: var(--preferredHeight);
}
.CalendarControl input.html5-datetime-control.is-placeholder {
  color: #757575;
}
.CalendarControl input.html5-datetime-control::-webkit-calendar-picker-indicator {
  background-image: url('/bfres/geoman-sysimg/controls/calendar_button.svg');
  background-size: 18px 18px;
  background-position: center center;
  width: var(--preferredHeight);
  height: var(--preferredHeight);
  cursor: pointer;
  padding: 0;
  margin: 0;
  outline: none;
}
.CalendarControl input.html5-datetime-control::-webkit-calendar-picker-indicator:hover,
.CalendarControl input.html5-datetime-control::-webkit-calendar-picker-indicator:focus {
  background-color: #138943;
  background-image: url('/bfres/geoman-sysimg/controls/calendar_button_hover.svg');
}
.CalendarControl input.html5-datetime-control.time-only::-webkit-calendar-picker-indicator {
  background-image: url('/bfres/geoman-sysimg/controls/meridian_clock_button.svg');
}
.CalendarControl input.html5-datetime-control.time-only::-webkit-calendar-picker-indicator:hover {
  background-image: url('/bfres/geoman-sysimg/controls/meridian_clock_button_hover.svg');
}
.CalendarControl input.html5-datetime-control::-webkit-inner-spin-button {
  margin-right: 5px;
}
