/*@import "compass"; */
/*Testcomment 2024-06-20 */
/* linear-gradient(#ffffff, #abd2a5);  */
/*linear-gradient(to right,#147402, #ffffff);*/
@font-face {
  font-family: "Gudea";
  src: url("../fonts/gudea/GudeaRegular.woff2.xhtml?ln=common") format("woff2"), url("../fonts/gudea/GudeaRegular.woff.xhtml?ln=common") format("woff"), url("../fonts/gudea/GudeaRegular.eot.xhtml?ln=common") format("embedded-opentype"), url("../fonts/gudea/GudeaRegular.ttf.xhtml?ln=common") format("truetype"), url("../fonts/gudea/GudeaRegular.svg#GudeaRegular.xhtml?ln=common") format("svg");
}
@font-face {
  font-family: "EB Garamond";
  src: url("../fonts/ebgaramond/EBGaramondRegular.woff2.xhtml?ln=common") format("woff2"), url("../fonts/ebgaramond/EBGaramondRegular.woff.xhtml?ln=common") format("woff"), url("../fonts/ebgaramond/EBGaramondRegular.eot.xhtml?ln=common") format("embedded-opentype"), url("../fonts/ebgaramond/EBGaramondRegular.ttf.xhtml?ln=common") format("truetype"), url("../fonts/ebgaramond/EBGaramondRegular.svg#EBGaramondRegular.xhtml?ln=common") format("svg");
}
.ui-inputfield {
  box-shadow: inset 0 1px 1px #8f8f8f;
  padding: 2px 5px;
  margin-bottom: 3px;
}
.ui-inputfield.ui-state-hover {
  box-shadow: 0 0 5px #147402, inset 0 2px 2px #8f8f8f;
  border: 1px solid #99c393;
}
.ui-inputfield.ui-state-focus {
  box-shadow: 0 0 5px #147402, inset 0 2px 2px #8f8f8f;
  border: 1px solid #147402;
}
.ui-inputfield.ui-state-disabled, .ui-inputfield[readonly=readonly], .ui-inputfield[readonly=""] {
  opacity: 1;
  background: #ececec;
  color: #424242;
}
.ui-inputfield.hasDatepicker {
  background: #f7f7f7;
  width: 95px;
}
.ui-inputfield.ui-spinner-input {
  width: 115px;
  margin-right: 16px;
}
.ui-inputfield.ui-column-filter {
  width: 100%;
  box-sizing: border-box;
  min-width: 60px;
  max-width: 120px;
}
.ui-inputfield.hasDatepicker {
  /* width: 114px;*/
}
.twoDateInput .ui-inputfield {
  width: 150px;
}

.infoTooltip:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-weight: normal;
  color: #147402;
  padding-left: 5px;
}

.ui-datalist-header {
  color: white;
  background: #147402;
  font-weight: normal;
}

.ui-outputlabel {
  top: 4px;
  color: #000;
  position: relative;
}
.ui-outputlabel.labelWithInfo {
  /* Entfernt, um (v.a. in Tabellen) einheitliches Schriftbild zu haben */
  /* font-family: Arial,sans-serif; */
}
.ui-outputlabel.labelWithInfo:before {
  content: none;
}
.ui-outputlabel.labelWithInfo:after {
  font-family: FontAwesome;
  content: "\f05a";
  font-weight: normal;
  color: #147402;
  padding-left: 5px;
}
.ui-outputlabel.ui-state-error {
  background: none;
}

input.shortInput, input.inputNumber, input.unitInput {
  width: 70px;
  height: 18px;
}

.unitInput {
  margin-right: 5px;
}

.ui-selectonemenu {
  background: none;
  margin-bottom: 3px;
  width: 124px;
  min-width: 0px !important;
  padding-right: 30px;
}
.ui-selectonemenu .ui-selectonemenu-trigger {
  background: linear-gradient(white, #b5d7af);
  width: 14px;
}
.ui-selectonemenu .ui-selectonemenu-trigger.ui-state-hover, .ui-selectonemenu .ui-selectonemenu-trigger.ui-state-focus {
  border: none;
  border-left: 1px solid #147402;
  box-shadow: 0 0 4px #147402, inset 0 1px 0 #fff;
  background: linear-gradient(white, #b5d7af);
}
.ui-selectonemenu .ui-selectonemenu-label {
  margin: 0px;
  font-size: 14px;
}

/* To fix width of .ui-selectonemenu-panel after PrimeFaces 12 update,
so there is no scrollbar, and the width is set according to the longest entry. */
.ui-selectonemenu-panel .ui-selectonemenu-list-item {
  padding-right: 1.5em;
}
.ui-selectonemenu-panel .ui-selectonemenu-items-wrapper {
  overflow-x: hidden;
}

.langbezeichnungLabel {
  color: #147402;
  font-size: 13px;
}

.ui-datepicker .ui-datepicker-header {
  background: #ABD2A5;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  font-family: "Gudea", Georgia, "Times New Roman", Times, serif, FontAwesome !important;
  color: #525252;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #abd2a5;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default {
  background: #147402;
}

.ui-datepicker-trigger {
  background: linear-gradient(white, #b5d7af) !important;
}

.ui-widget {
  font-family: "Gudea", Georgia, "Times New Roman", Times, serif, FontAwesome !important;
  font-size: 14px;
}
.ui-widget.ui-state-hover {
  box-shadow: 0 0 4px #147402, inset 0 1px 0 #fff;
}

.navmenubar {
  display: flex;
  margin-bottom: 10px;
}
.navmenubar.ui-menubar ul {
  display: inline-block;
  margin: auto;
}
.navmenubar.ui-menubar .ui-menuitem {
  height: 27px !important;
}
.navmenubar.ui-menubar .ui-menuitem .ui-menuitem-link {
  padding: 5px 10px !important;
}

html {
  height: 100%;
}
html .aui {
  color: #000000;
  height: 100%;
  background-color: #fffde9;
}
html body {
  height: 100%;
  margin: 0px;
  background-color: #fffde9;
  font-family: "Gudea", Georgia, "Times New Roman", Times, serif, FontAwesome !important;
}
html body h1 {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-size: 35px;
}
html body h1.nbb-content-header {
  color: #000;
}
html body h2 {
  font-family: "Gudea", Georgia, "Times New Roman", Times, serif, FontAwesome !important;
  font-size: 18px;
  margin: 10px 0 0;
}
html body h3 {
  font-family: "Gudea", Georgia, "Times New Roman", Times, serif, FontAwesome !important;
  font-size: 14px;
  margin: 10px 0 0;
}
html body #entirePage {
  min-height: 100%;
  position: relative;
}
html #wrapper {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 0 45px 0;
}
html #banner {
  background: transparent url("../images/banner2.jpg.xhtml?ln=common") no-repeat scroll 0% 34%;
  margin-top: -32px;
  padding-top: 53px;
}
html #header {
  background: url("../images/mp-header.png.xhtml?ln=common") repeat-x;
  height: 30px;
}
html #header .headerContainer {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
html #header .headerContainer a {
  color: #000;
  text-decoration: none;
}
html #header .headerContainer ul {
  height: 26px;
  margin: 0;
  float: left;
  background: url("../images/mp-header.png.xhtml?ln=common") no-repeat right -60px;
  margin-left: 10px;
}
html #header .headerContainer ul li {
  height: 26px;
  list-style: none;
  padding: 4px 10px 0 20px;
  margin-right: 10px;
  background: url("../images/mp-header.png.xhtml?ln=common") no-repeat 0 -30px;
}
html #heading .company-title {
  background-color: rgba(255, 255, 255, 0.57);
  margin-bottom: 1px;
}
html #heading a {
  color: #000000;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-size: 27px;
  font-weight: normal;
}
html .horizontalNavigation ul {
  height: 35px;
  margin: 0;
  padding: 10px 0 0 0;
  list-style-type: none;
}
html .horizontalNavigation ul li {
  display: inline;
  line-height: 20px;
  margin-left: 40px;
}
html .horizontalNavigation ul li a {
  color: #fff;
  display: inline;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-size: 20px;
  text-decoration: none;
}
html .horizontalNavigation ul li a:hover {
  text-decoration: underline;
}
html .site-breadcrumbs {
  padding-top: 15px;
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-size: 16px;
}
html .site-breadcrumbs ul {
  display: inline;
}
html .site-breadcrumbs ul li {
  display: inline;
}
html #nav {
  background-color: #147402;
  box-shadow: 3px 3px 5px 0px #999;
}
html .attestfreigabe {
  min-width: 162px !important;
}
html .ui-button {
  background: url("../images/ui-menu_1x100.png.xhtml?ln=common") 50% 50% repeat-x !important;
  font-size: 17px;
}
html .ui-button.ui-datepicker-trigger {
  height: 24px;
  top: 2px;
  width: 30px;
}
html .ui-selectonemenu-list {
  padding: 0px !important;
}
html .ui-selectonemenu-list .ui-selectonemenu-list-item {
  margin: 0;
  border-radius: 0;
  font-size: 14px;
  color: #000;
}
html .ui-selectonemenu-list .ui-selectonemenu-list-item.ui-state-highlight {
  background: #147402;
  color: #fff;
  border: 0;
}
html .ui-selectonemenu-list .ui-selectonemenu-list-item.ui-state-hover {
  border: 0;
  background: #99c393;
  box-shadow: 0 0 1px #147402;
  margin: 0px;
}
html .ui-selectonemenu-item-group {
  font-size: 14px;
  color: black;
}
html .content {
  padding: 1px 1px 0 1px;
  box-shadow: 1px 1px 3px rgba(157, 150, 147, 0.3);
  background-color: #fff;
  /* gruener Schatten um Elemente ueber die gehovert wird, und bei focus in selectonemenu */
  /* Entfernen des grau-blauen Schattens um focused Checkboxen und Radiobuttons
  durch ueberschreiben der box-shadow property (kommt sonst von theme.css)*/
  /*border-radius for .ui-icon nested and at root level*/
}
html .content .ui-state-hover, html .content .ui-state-focus {
  border: 1px solid #147402;
}
html .content .ui-state-hover, html .content .ui-state-focus.ui-selectonemenu, html .content .ui-state-focus.ui-selectonemenu-trigger {
  box-shadow: 0 0 8px #147402;
}
html .content .ui-chkbox-box.ui-state-focus:not(.ui-state-hover),
html .content .ui-radiobutton-box.ui-state-focus:not(.ui-state-hover) {
  box-shadow: none;
}
html .content .ui-commandlink {
  color: #3e59e6;
  text-decoration: underline;
}
html .content .mainMenu {
  margin-bottom: 20px;
  font-size: 18px;
}
html .content .mainMenu .ui-menuitem-link {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
}
html .content .ui-menu {
  background: #ABD2A5;
  padding: 0px;
}
html .content .ui-menu .ui-menuitem {
  height: 40px;
  margin: 0px;
}
html .content .ui-menu .ui-menuitem .ui-menuitem-link {
  padding: 11px;
  margin: 0px;
  border: 0px;
}
html .content .ui-menu .ui-menuitem .ui-icon {
  height: 18px;
  width: 18px;
  overflow: visible;
}
html .content .ui-menu .ui-menuitem.ui-menuitem-active {
  background: #147402;
  color: #fff;
  box-shadow: none;
  /*border-left: 1px solid $darkgreen;
  border-right: 1px solid $darkgreen; */
  border-radius: 0;
}
html .content .ui-menu .ui-menuitem.ui-menuitem-active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png.xhtml?ln=common");
}
html .content .ui-menu .ui-menuitem.ui-menuitem-active .ui-state-hover {
  background: none;
  color: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
html .content .ui-menu .ui-menu-list .ui-menu-child {
  border-radius: 0;
  padding: 0px;
}
html .content .ui-menu .ui-menu-list .ui-menu-child .ui-menuitem {
  display: inline-table;
}
html .content .ui-menu .ui-menu-list .ui-menu-child .ui-menuitem.ui-state-hover {
  padding: 12px 0 11px 11px;
  border: none;
}
html .content .ui-menu ul.ui-menu-list.ui-menu-child {
  background: #ABD2A5;
}
html .content .ui-icon {
  border-radius: 0px;
}
.ui-icon {
  border-radius: 0px;
}

html .content .ui-grid-row {
  margin: 1px 0 0 0;
}
html .content .ui-grid-label {
  margin-bottom: 5px;
}
html .content .selectOneRadioFlex .ui-grid-input .ui-grid-col-12 {
  display: flex;
}
html .content .ui-widget input {
  font-size: 14px;
}
html .content ul.ui-tabs-nav li.ui-state-default {
  background: #ABD2A5;
}
html .content ul.ui-tabs-nav li.ui-state-active {
  background: #fff !important;
  box-shadow: none;
}
html .content ul.ui-tabs-nav .ui-state-hover {
  border-bottom: none;
}
html .content .ui-panel-titlebar {
  box-shadow: 3px 3px 5px 0 #999;
  background: #147402;
  color: #fff;
  text-shadow: none;
}
html .content .ui-panel-title .labelWithInfo:after {
  color: #fff;
}
html .content .ui-link {
  color: #3e59e6;
}
html .content .ui-datatable .ui-column-filter {
  margin: auto;
}
html .content .ui-datatable.ui-datatable-resizable .ui-datatable-scrollable-body {
  padding-right: 1px;
}
html .content .ui-datatable .ui-datatable-scrollable-theadclone {
  visibility: collapse;
}
html .content .ui-datatable .ui-datatable-scrollable-theadclone th {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
html .content .ui-datatable .ui-datatable-scrollable-body {
  padding-bottom: 1px;
}
html .content .ui-datatable tr.ui-datatable-odd {
  background: none repeat scroll 0 0 #f0f7ef;
}
html .content .ui-datatable tr.ui-state-hover {
  background: #99c393;
  border: 0px;
  box-shadow: none;
}
html .content .ui-datatable tr.ui-state-hover a {
  color: #000;
}
html .content .ui-datatable tr.ui-state-highlight {
  background: #147402;
  color: #fff !important;
}
html .content .ui-datatable tr.ui-state-highlight td {
  color: #fff !important;
}
html .content .ui-datatable tr.ui-state-highlight a {
  color: #fff;
}
html .content .ui-datatable td {
  color: #000;
  font-size: 14px;
}
html .content .ui-datatable td .numericColum {
  text-align: right;
}
html .content .ui-datatable .ui-datatable-header {
  background: #ABD2A5;
  padding: 0;
  border: none;
}
html .content .ui-datatable th {
  background: #ABD2A5;
  font-size: 14px;
  padding: 4px 2px;
}
html .content .ui-datatable th.ui-state-active {
  box-shadow: inset 0px 0px 10px #2f4c2a;
}
html .content .ui-datatable th.ui-state-hover {
  box-shadow: none;
  background: linear-gradient(#abd2a5, white);
}
html .content .ui-datatable-scrollable-footer-box td {
  padding: 4px 2px;
}
html .content .ui-menubar .ui-menu-child .ui.menuitem {
  background: #fffde9;
}
html .content .ui-treetable .ui-resizable-column {
  background: #ABD2A5 !important;
}
html #footer {
  background-color: #147402;
  margin-top: 20px;
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 45px;
}
html #footer .container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
html #footer .container ul {
  /* margin-left: 40px; */
  text-align: center;
}
html #footer .container ul li {
  margin-right: 20px;
  font-size: 14px;
}
html #footer .container ul li a {
  font-size: 14px;
  font-family: Gudea, Georgia, Times New Roman, Times, serif, FontAwesome !important;
}
html .ui-dialog-titlebar {
  background: #ABD2A5;
}
html .ui-messages-warn {
  color: #fff;
  background-color: #ffa726;
  border-color: #ffa726;
}
html .f-icon-too-high {
  color: red;
}
html .f-icon-diff {
  color: blue;
}
html .f-icon-plausibility {
  color: orange;
}
html a:hover.nbb-top-link {
  color: #105F00 !important;
  text-shadow: 0 0 3px #105F00;
}
html a.fa {
  font-size: 18px !important;
  color: #147402 !important;
  text-decoration: none !important;
  margin-left: 3px;
}
html a:hover.fa {
  color: #189B00 !important;
  text-shadow: 0 0 3px #105F00;
}
html span.fa.ui-commandlink {
  font-size: 18px !important;
  text-decoration: none !important;
  margin-left: 3px;
}

.schlagDwtCustomInput {
  margin-left: -2px;
  margin-right: 3px;
}
.schlagDwtCustomInput td {
  width: 28%;
  padding: 0;
}

.ui-chkbox .ui-chkbox-box {
  background-image: none;
  background-color: #fff;
  border-color: #147402;
  margin-bottom: 3px;
}

.ui-chkbox .ui-chkbox-label {
  font-size: 14px;
  margin: 0 0 3px 3px;
}
.ui-chkbox .ui-chkbox-icon {
  background-image: url("../images/ui-icons_147402_256x240.png.xhtml?ln=common");
}

.nbb-inbox .ui-widget-content {
  border: none !important;
}
.nbb-inbox .nbb-inbox-header {
  font-family: "EB Garamond", Georgia, "Times New Roman", Times, serif !important;
  font-size: 24px;
  font-weight: bold;
}

.ui-widget-content.hinweisePnlPrio {
  border: 1px solid #f00;
}
.ui-widget-content.hinweisePnlPrio .ui-widget-header {
  background: #f00;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.ui-autocomplete .ui-autocomplete-input {
  width: 113px;
  margin-right: 3px;
}
.ui-autocomplete .ui-autocomplete-dropdown {
  background: linear-gradient(white, #b5d7af) !important;
  width: 24px;
  height: 24px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.ui-radiobutton .ui-radiobutton-box {
  border: 1px solid #147402;
  background: #fff;
}
.ui-radiobutton .ui-radiobutton-box.ui-state-active .ui-radiobutton-icon, .ui-radiobutton .ui-radiobutton-box.ui-state-focus .ui-radiobutton-icon {
  margin-left: 0px;
  border: 2px solid #fff;
  background-image: none;
  background-color: #147402;
  height: 12px;
  width: 12px;
  border-radius: 10px;
}

.radio-button-label {
  font-size: 14px;
  top: 3px;
  color: #000;
  position: relative;
  display: inline-block !important;
  margin-left: 7px;
  vertical-align: top;
}

.dialogFrameworkBody {
  background: white;
  border: 0;
  padding: 8px 15px 0;
  height: 95%;
}
.dialogFrameworkBody .ui-grid-row {
  margin: 1px 0 0 0;
}

span.ui-inputnumber input {
  width: 70px;
}

.inputNumber {
  margin-right: 5px;
}

.dialogBlock {
  margin-bottom: 15px;
}

.dialogBlock * {
  margin-bottom: 1px;
}

.autoWidth {
  width: auto !important;
}

.handsontable .htDimmed {
  background: #f0f7ef !important;
}

.handsontable .listbox {
  background: #fff !important;
}

.handsontable .htAutocompleteArrow {
  color: #147402 !important;
}

/* Hinzugefuegt fuer Primefaces Update 8.0 auf 12.0.0: */
/*Fuer Badge der Anzeige ungelesener Nachrichten am Briefumschlag-Symbol im Header */
.ui-overlay-badge .ui-badge.messageBadgeRed, .ui-overlay-badge .ui-badge.messageBadgeGrey {
  transform: translate(40%, 40%);
  color: #FFF;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.ui-overlay-badge .ui-badge.messageBadgeRed {
  background: red;
}
.ui-overlay-badge .ui-badge.messageBadgeGrey {
  background: gray;
}

/*Graufaerbung des Tabellenheaders in Landwirt - nbb:table*/
.handsontable th {
  background-color: #f0f0f0 !important;
}

/*Trennlinie Menue Landwirt - Stammdaten*/
body .ui-menu .ui-divider.ui-divider-horizontal.stammdatenMenuDivider {
  margin: 0;
}
body .ui-menu .ui-divider.ui-divider-horizontal.stammdatenMenuDivider::before {
  border-top-width: 1px;
  border-top-color: #a8a8a8;
}

/* display: none fuer inaktive und damit versteckte tabs, wird sonst von theme.css (aristo) mit display: block ueberschrieben. */
.ui-tabs .ui-tabs-panel.ui-helper-hidden {
  display: none;
}

/* gepunktetes outline um ausgewaehlten tab entfernen */
.ui-tabs-outline {
  outline: none;
}

/* Anpassen der Position des Schliessen-Buttons in Dialogen oben rechts (X) */
.ui-dialog .ui-dialog-titlebar-close {
  position: static;
  width: auto;
  height: auto;
}

/*Custom-Dialog Anpassungen*/
.custom-dialog {
  max-height: 95vh;
}

/* Padding in ui.toolbar (ULB-Anwendung, Suchergebnis) */
.ui-toolbar {
  padding: 0.2em;
}

/* overwriting components.css rule for small triangle in bottom right corner (ui-icon-gripsmall-diagonal-se) in resizable dialogs,
so that it shows again */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/*# sourceMappingURL=custom.css.map */
