.icon-pl {
  width: 25px;
  height: 19px;
  background-size: 25px 19px !important;
}

.icon-ertragsverlust {
  background-image: url(/javax.faces.resource/icons/ertragsverlust.png.xhtml);
}

.icon-preisablauf {
  background-image: url(/javax.faces.resource/icons/art_preis_ablaeuft.png.xhtml);
}

.icon-loeschen {
  background-image: url(/javax.faces.resource/icons/loeschen.png.xhtml);
}

.icon-preis-aendern {
  background-image: url(/javax.faces.resource/icons/preis_schnell_aendern.png.xhtml);
}

.icon:before {
  content: "\00a0";
}

.icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  background-size: cover;
}

.icon-back {
  background-image: url(/javax.faces.resource/icons/icon_pfeil_zurueck.png.xhtml);
}

.icon-back-double {
  background-image: url(/javax.faces.resource/icons/icon_pfeil_doppelt_zurueck.png.xhtml);
}

.icon-filter {
  background-image: url(/javax.faces.resource/icons/icon_filter.png.xhtml);
}

.icon-plusminusequal {
  background-image: url(/javax.faces.resource/icons/icon_plus-minus.png.xhtml);
  width: 7px;
  height: 24px;
}

.icon-arrow-up {
  background-image: url(/javax.faces.resource/icons/icon_pfeil_nach_oben.png.xhtml);
  width: 9px;
  height: 19px;
}

.icon-arrow-down {
  background-image: url(/javax.faces.resource/icons/icon_pfeil_nach_unten.png.xhtml);
  width: 9px;
  height: 19px;
}

.icon-download {
  background-image: url(/javax.faces.resource/icons/icon_download.png.xhtml);
  width: 24px;
  height: 38px;
}

.icon-paem {
  background-image: url(/javax.faces.resource/icons/icon_paem.png.xhtml);
  width: 17px;
  height: 16px;
  margin-right: 10px;
}

.icon-pvk {
  background-image: url(/javax.faces.resource/icons/icon_pvk.png.xhtml);
  width: 17px;
  height: 16px;
  margin-right: 10px;
}

/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" icon-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}

/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}

.ui-button-icon-only .ui-icon[class*=" icon-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}

body {
  font-size: 10px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #222222;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

#header {
  width: 100%;
  text-align: center;
  background-color: #f8f8f8;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  color: #E50621;
}

#header h1 {
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
}

#page {
  width: 100%;
}

#content {
  margin: 8px;
}

a {
  color: #E50621;
  text-decoration: underline;
}

a:hover {
  text-decoration: underline;
}

.important {
  font-weight: bold;
}

.backButton {
  float: left;
  margin-left: 10px;
  margin-right: -10px;
}

.backButton .icon {
  width: 12px;
  height: 21px;
}

.backButtonNextToTitle {
  width: 12px;
  height: 21px;
  margin-right: 30px;
}

.backButtonNextToTitle .icon {
  width: 12px;
  height: 21px;
  line-height: 22px;
}

.backButtonNextToTitle form {
  display: inline-block;
}

#testversion {
  width: 100%;
  text-align: center;
  background-color: #f00;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}

.calendarInputHidden input {
  display: none;
}

#fullscreenloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2501;
  background-color: #fff;
  display: table;
}
#fullscreenloader #loader {
  background: #ffffff url("../images/ajax-loader.gif") no-repeat center;
  padding: 10px;
  border-radius: 10px !important;
  width: 66px;
  height: 16px;
  margin: auto;
  margin-bottom: 10px;
}
#fullscreenloader #loaderCell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fullscreenloader #loaderCell #loader-text {
  font-size: 16px;
  color: #E50621;
}

.alignRight {
  text-align: right !important;
}

.alignCenter {
  text-align: center !important;
}

.alignLeft {
  text-align: left !important;
}

.noWrap {
  white-space: nowrap;
}

.ui-widget {
  font-family: "Roboto", sans-serif;
}

.ui-inputfield.ui-inputtext.ui-widget, .ui-inputfield.ui-password.ui-widget {
  border: 1px solid #eeeeee;
  background-color: #fff;
  background-image: none;
  color: #222222;
}

input.ui-state-default, .ui-widget-content input.ui-state-default,
.ui-widget-header input.ui-state-default {
  background: none;
  background-color: #fff;
  color: #222222;
}

.ui-datatable .ui-widget-content a {
  color: #E50621;
}

.ui-datatable .ui-widget-content a:hover {
  text-decoration: underline;
}

.ui-datepicker {
  z-index: 9999;
}

.ui-panelgrid-content.ui-widget-content.ui-grid.ui-grid-responsive {
  border: 0;
}

.ui-tabs {
  border: 0;
}

.ui-fieldset-content .ui-panelgrid-cell {
  border: 0;
}

.ui-inputfield.ui-inputtextarea {
  color: #222222;
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #b2b2b2 !important;
}

.ui-dialog {
  z-index: 2000 !important;
  max-width: 1200px !important;
}

.ui-autocomplete-panel {
  z-index: 2001 !important;
  position: fixed !important;
  min-width: 350px;
}

.ui-datepicker {
  z-index: 2001 !important;
}

.ui-autocomplete-panel .ui-autocomplete-list-item {
  font-size: 18px;
}

.ui-dialog-footer.ui-widget-content {
  padding: 0px;
}

.ui-dialog-footer.ui-widget-content button.ui-button {
  width: 50%;
  padding: 0px;
  margin: 0;
  background: none;
  border: 0px;
  border-radius: 0;
  height: 40px;
  color: #467fd5;
}

.ui-dialog-footer.ui-widget-content button.ui-button:first-child {
  border-right: 1px solid #e5e5e5;
}

.ui-dialog .ui-dialog-footer.ui-widget-content {
  border-top: 1px solid #e5e5e5;
}

.ui-icon.ui-confirm-dialog-severity {
  display: none;
}

.loginForm {
  margin: auto;
  font-size: 12px;
}

.passwordRecoveryLink {
  text-align: center;
  margin-top: 20px;
}

.passwordRecoveryDialogPanel, .passwordRecoveryDialogPanel .ui-panelgrid-cell {
  border: 0;
}

#changelog {
  font-size: 16px;
}
#changelog li {
  margin-bottom: 15px;
}

.headerLists {
  margin-bottom: 30px;
  padding: 10px;
}

.pricelistIcons {
  color: #E50621;
}

.status-bearbeitet {
  color: #11b300;
}

.status-offen {
  color: #E50621;
}

.status-inBearbeitung {
  color: #467fd5;
}

.listTable.ui-datatable tbody tr {
  height: 55px !important;
}

.settingsButton .icon:before {
  content: "\f013";
}

.settingsButton {
  float: right;
  margin-left: -10px;
  margin-right: 10px;
  margin-top: -4px;
}

.settingsButton .fa-cog {
  width: 21px;
  height: 21px;
}

.filterState {
  min-width: 130px !important;
  width: 130px !important;
  background: none;
  background-color: #fff;
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  color: #222222;
}
.filterState .ui-selectonemenu-trigger {
  border: 1px solid #b2b2b2;
  border-radius: 0 !important;
  background: none;
  background-color: #fff;
}
.filterState .ui-selectonemenu-trigger .ui-icon {
  background-image: url(/javax.faces.resource/images/ui-icons_E50621_256x240.png.xhtml?ln=primefaces-transgourmet);
}

.exportDialogTextArea, .exportDialogTextArea.ui-state-default,
.exportDialogTextArea.ui-state-hover {
  background: none !important;
  background-color: #eee !important;
  color: #222222 !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: -3px !important;
  width: 600px !important;
  height: 120px !important;
  margin: auto;
  padding: 10px;
  overflow-y: auto !important;
}

.exportDialogOptionTitle {
  width: 100%;
  border: 0;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

.exportDialogOptionTitle .ui-panelgrid, .exportDialogOptionTitle .ui-panelgrid-cell {
  border: 0 !important;
}

.exportDialogOptionTitle .ui-panelgrid-cell:nth-child(2) {
  text-align: right;
  width: 16px;
}

.exportDialogOptionTitle .ui-panelgrid-cell:first-child {
  text-align: center;
  padding-left: 44px;
}

.exportDialogOptionTitle .ui-panelgrid-cell:first-child label:hover {
  cursor: pointer;
}

.exportDialogOptionTitle .ui-radiobutton-icon.ui-icon.ui-icon-bullet {
  background: none;
}

.exportDialogOptionTitle .ui-state-active .ui-radiobutton-icon.ui-icon.ui-icon-bullet {
  background-image: url(/javax.faces.resource/icons/icon_haken_check.png.xhtml);
  background-size: cover;
  width: 21px;
}

.exportDialogOptionTitle .ui-radiobutton-box {
  border: 0;
  border-radius: 0;
}

.exportDialogOptionTitle .ui-radiobutton-box.ui-state-default {
  background: none;
}

.exportDialog .ui-dialog-content.ui-widget-content {
  padding: 0;
  overflow-x: hidden;
  background-color: #eee;
  text-align: center;
}

.exportDialog .ui-dialog-title {
  float: none;
}

.exportDialog .ui-dialog-titlebar {
  text-align: center;
  padding: 15px;
  min-width: 620px;
}

.exportDialogOptionTitle .ui-panelgrid-cell label {
  width: 100%;
  display: block;
  height: 30px;
  padding-top: 15px;
}

#infoSubheader {
  margin-top: -20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.infoSubPanel td.ui-panelgrid-cell {
  border: 0px;
  background-color: #f8f8f8;
}

.infoSubPanelDatePickerPanel {
  margin-left: auto;
  text-align: left;
  line-height: 20px;
}

.infoSubPanel td:nth-child(2) {
  border-right: 1px solid #e5e5e5;
}

.infoSubPanelDatePickerPanel td:nth-child(2) {
  border-right: 0 !important;
}

.infoSubPanelDatePickerPanel input.ui-state-default {
  display: none;
}

#infoSubheader .ui-panelgrid .ui-panelgrid-cell {
  padding: 0px 10px;
}

button.ui-datepicker-trigger.ui-button {
  background: none;
  border: 0;
}

.ui-button-icon-left.ui-icon.ui-icon-calendar {
  background: none;
  background-image: url(/javax.faces.resource/icons/icon_kalender.png.xhtml);
  background-size: cover;
}

#filterForm .icon-filter {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  line-height: 18px;
}

.filterLabel {
  font-weight: 500;
  font-size: 1.2em;
  margin-right: 10px;
}

.listDetailsTable.ui-datatable thead tr.mainHeaderRow th {
  padding: 4px 0px !important;
}

.listDetailsTable {
  margin-bottom: 40px;
}

.listDetailsTable.ui-datatable tbody tr {
  height: 55px !important;
}

.articleListButtonPanel {
  position: fixed;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid;
  height: 40px;
  margin: auto;
  background-color: #eeeeee;
  padding-top: 6px;
  margin-left: -8px;
}

.articleListButtonPanel .ui-panelgrid-cell {
  background-color: #eeeeee;
}

.articleListButtonPanel .ui-grid-row {
  background-color: #eeeeee;
}

.loadingIndicator {
  text-align: center;
  display: none;
}

.negative {
  color: #E50621;
}

.aenderungTableRow {
  background-color: #FF979B !important;
  background-image: none !important;
}

.hinzugefuegtTableRow {
  background-color: #0089ff2e !important;
  background-image: none !important;
}

#listForm\:articleSearch_panel {
  max-height: 400px;
}

#listForm\:articleSearch_input {
  width: 500px;
}

.deleted .deleteButtonCol {
  pointer-events: all;
  opacity: 1;
}

.deleted td {
  pointer-events: none;
  opacity: 0.3;
}

#headerSearch {
  border-top: 1px solid #b2b2b2;
  padding: 20px 8px;
}
#headerSearch .setToOldBtn {
  float: left;
}
#headerSearch #searchPanel {
  float: right;
  display: inline-block;
}
#headerSearch #searchPanel .ui-inputfield.ui-inputtext.ui-widget, #headerSearch #searchPanel .ui-inputfield.ui-password.ui-widget {
  border: 1px solid #b2b2b2;
}

#headerFilter {
  margin-top: -20px;
  border-top: 1px solid #e5e5e5;
  padding: 8px;
  background-color: #f8f8f8;
}
#headerFilter .filterHeadline .filterText {
  float: left;
  font-weight: bold;
  font-size: 12px;
  cursor: pointer;
}
#headerFilter .filterHeadline .filterText .ui-icon {
  float: left;
}
#headerFilter .filterHeadline .filterButton {
  float: right;
}
#headerFilter .filterContent {
  padding-bottom: 10px;
}
#headerFilter .filterContent table.ui-panelgrid {
  border: 0;
  background: #f8f8f8;
}
#headerFilter .filterContent table.ui-panelgrid .ui-panelgrid-cell {
  border: 0;
  background: #f8f8f8;
}
#headerFilter .filterContent label {
  padding-left: 0px;
  display: block;
  font-size: 12px;
  font-weight: bold;
}

.ui-selectcheckboxmenu-multiple-container {
  background: #fff !important;
  min-width: 200px !important;
  border: 0px !important;
}

.ui-selectcheckboxmenu-multiple {
  border: 1px solid #b2b2b2 !important;
  background: #fff !important;
}

.ui-selectcheckboxmenu-trigger {
  background: #b2b2b2 !important;
  border: 0 !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}
.ui-selectcheckboxmenu-trigger.ui-state-hover .ui-icon, .ui-selectcheckboxmenu-trigger.ui-state-focus .ui-icon {
  background-image: url(/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-transgourmet) !important;
}

.ui-selectcheckboxmenu-item .ui-chkbox-box, .ui-selectcheckboxmenu-header .ui-chkbox-box {
  background: #fff;
  border: 1px solid #b2b2b2 !important;
}
.ui-selectcheckboxmenu-item .ui-chkbox-box.ui-state-hover, .ui-selectcheckboxmenu-item .ui-chkbox-box.ui-state-focus, .ui-selectcheckboxmenu-header .ui-chkbox-box.ui-state-hover, .ui-selectcheckboxmenu-header .ui-chkbox-box.ui-state-focus {
  background: #fff;
  border: 1px solid #b2b2b2 !important;
}

.ui-selectcheckboxmenu-header {
  background: #f8f8f8;
}

.ui-selectcheckboxmenu-token {
  background: #E50621 !important;
  color: #fff !important;
}
.ui-selectcheckboxmenu-token .ui-selectcheckboxmenu-token-icon.ui-icon-close {
  background-image: url(/javax.faces.resource/images/ui-icons_ffffff_256x240.png.xhtml?ln=primefaces-transgourmet) !important;
}

#searchForm .ui-inputfield {
  border-radius: 0px;
  -webkit-appearance: none;
  width: 200px;
}
#searchForm .ui-selectcheckboxmenu-multiple-container {
  width: auto !important;
}
#searchForm .ui-button {
  border-radius: 0 4px 4px 0;
  top: -1px;
  background: #b2b2b2 !important;
  border: 1px solid #b2b2b2 !important;
}
#searchForm .ui-button .ui-button-text {
  padding: 0.33em;
}

.articleAddTable {
  border: 0px !important;
}
.articleAddTable tbody {
  border: 0px !important;
}
.articleAddTable tr {
  border: 0px !important;
}
.articleAddTable tr td {
  border: 0px !important;
  border-bottom: 1px solid #e5e5e5 !important;
}

#filterForm\:warenGruppenSelect_panel > div.ui-selectcheckboxmenu-header > div.ui-chkbox {
  display: none;
}

#filterForm\:ktTree {
  font-size: 18px;
  width: 100%;
}
#filterForm\:ktTree .ui-chkbox {
  /* antialiasing */
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 1000px;
  transform: translateZ(0) translate3d(0, 0, 0) scale(1.5);
  margin: 8px 8px 8px 16px;
  image-rendering: pixelated;
}
#filterForm\:ktTree .ui-tree-toggler {
  /* antialiasing */
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  will-change: transform;
  -webkit-perspective: 1000px;
  transform: translateZ(0) translate3d(0, 0, 0) scale(1.5);
  image-rendering: pixelated;
}

#filterForm\:ktBtn {
  max-width: 222px;
}
#filterForm\:ktBtn .ui-button-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: normal !important;
  height: 15px;
}

.ui-datatable thead th, .ui-datatable thead th.ui-state-default {
  background-image: none !important;
  background-color: #fff !important;
  border: 1px solid #b2b2b2;
  border-left: 0px;
  border-right: 0px;
  color: #222222;
  font-weight: 500;
  text-align: left;
}

.ui-datatable thead.ui-datatable-scrollable-theadclone th.ui-state-default {
  border: 0px;
}

.ui-datatable tbody td {
  border-width: 0px !important;
  border: 1px solid #b2b2b2;
  border-left: 0px;
  border-right: 0px;
  border-top: 0px;
  text-align: left;
}

.ui-datatable-tablewrapper {
  overflow-x: hidden;
}

.ui-widget-content[role=row] {
  border: 0px !important;
}

tbody.ui-widget-content {
  border: 0px !important;
}

.subColumnHeader {
  text-align: center !important;
  border-top: 0px !important;
}

.columnHeaderWithSub {
  text-align: center !important;
  border-bottom: 0px !important;
}

.ui-datatable-scrollable-body {
  height: auto !important;
}

.ui-datatable thead th, .ui-datatable tbody td, .ui-datatable tfoot td,
.ui-datatable tfoot th {
  padding: 4px 7px;
}

.ui-datatable tbody td {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-datatable-selectable.ui-state-hover {
  color: #999999 !important;
}

.ui-datatable thead tr.summaryRow th, .ui-datatable thead tr.summaryRow th.ui-state-default {
  background-color: #eeeeee !important;
}

.ui-sortable-column-icon.ui-icon.ui-icon-carat-2-n-s {
  background-image: url(/javax.faces.resource/images/ui-icons_E50621_256x240.png.xhtml?ln=primefaces-transgourmet);
}

.deleteButton {
  background: transparent url(/javax.faces.resource/icons/icon_art_loeschen.png.xhtml) !important;
  background-size: cover !important;
  border: 0px !important;
  width: 24px;
  height: 24px;
  display: block;
  text-decoration: none;
}

.ui-datatable-tablewrapper {
  overflow: visible !important;
}

.ui-datatable-sticky .ui-sticky {
  background-color: #fff;
}

#tableComp\:tableForm\:listDetailsTable_data > tr.ui-widget-content.ui-state-highlight {
  background: #e4e16d none !important;
}

.priceSelection.selected {
  background-color: #6cde69;
  color: #222222;
}

.priceSelection {
  background-color: #eeeeee;
  color: #222222;
  cursor: pointer;
  padding: 2px;
  padding-right: 12px;
  text-align: right;
}

.priceSelection input {
  text-align: right;
  border-radius: 0px;
  border: 1px solid #fff;
  width: 60%;
  -webkit-appearance: none;
  height: 18px;
}

.priceSelection.priceSelection-old {
  border-radius: 3px 0px 0px 3px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-left: 5px solid #eeeeee;
}

.priceSelection.priceSelection-new {
  border-radius: 0px 3px 3px 0px;
  border-right: 5px solid #eeeeee;
}

.priceSelection.priceSelection-old.selected {
  border-left: 5px solid #3a9c38;
}

.priceSelection.priceSelection-new.selected {
  border-right: 5px solid #3a9c38;
}

.priceSelectionColumn {
  margin: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.plainPricePadding {
  padding-right: 5px;
}

.priceSelection .ui-inplace-display {
  display: inline-block;
  height: 24px;
  line-height: 24px;
}

.articleDetailLeftTable.ui-panelgrid .ui-panelgrid-cell {
  border: 0px;
}

.articleDetailLeftTable.ui-panelgrid .borderBottom {
  border-bottom: 1px solid #b2b2b2 !important;
}

.articleDetailLeftTable .attributeTitle {
  font-weight: 500;
}

.ui-layout-container .ui-widget {
  border: 0px;
}

.articleDetailRightTable {
  border: 0px;
  float: right;
  width: 100%;
  max-width: 750px;
}

.articleDetailRightTable thead {
  border: 0;
  border-bottom: 1px solid #b2b2b2 !important;
}

.articleDetailRightTable.ui-panelgrid .ui-panelgrid-cell {
  border: 0;
}

.articleDetailRightTable thead tr.ui-widget-header {
  border: 0;
}

.articleDetailRightTable thead tr .ui-panelgrid-cell.ui-widget-header {
  text-align: right;
}

.articleDetailRightTable .ui-panelgrid-cell {
  text-align: right;
}

.articleDetailRightTable .attributeTitle {
  font-weight: 500;
  text-align: left;
}

.articleDetailRightTableContainer {
  width: 50%;
  max-width: 750px;
  float: right;
}

.articleDetailLeftTableContainer {
  float: left;
}

.articleDetailContainer {
  width: 100%;
  margin-top: 10px;
}

#ui-datepicker-div {
  border: 5px solid #b2b2b2;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
  width: 25em !important;
}

.statisticTable.ui-datatable tbody tr {
  height: 55px !important;
}
.statisticTable td {
  padding: 4px 10px;
}
.statisticTable .ui-widget-content .ui-icon.ui-row-toggler {
  width: 10px;
  height: 19px;
  background-image: url(/javax.faces.resource/icons/icon_pfeil_zurueck.png.xhtml);
  background-size: cover;
  background-position: 0 0;
}
.statisticTable .ui-widget-content .ui-icon.ui-row-toggler.ui-icon-circle-triangle-s {
  transform: rotate(270deg);
}
.statisticTable .ui-widget-content .ui-icon.ui-row-toggler.ui-icon-circle-triangle-e {
  transform: rotate(180deg);
}
.statisticTable tr.ui-expanded-row {
  border-top: 1px solid #e5e5e5 !important;
  border-left: 1px solid #e5e5e5 !important;
  border-right: 1px solid #e5e5e5 !important;
}
.statisticTable tr.ui-expanded-row td {
  background-color: #f8f8f8;
  font-weight: bold;
}
.statisticTable .ui-expanded-row-content {
  border: 1px solid #e5e5e5;
  border-top: 0px;
  margin-bottom: 10px;
}
.statisticTable .ui-expanded-row-content td {
  background-color: #f8f8f8;
  padding: 0;
}
.statisticTable .historyTable {
  margin-left: -1px;
}
.statisticTable .historyTable thead {
  display: none;
}
.statisticTable .historyTable td {
  padding: 4px 10px;
}

#statistikFilter, #zugeordneteStatistikFilter {
  margin-top: 20px;
  margin-bottom: 50px;
  border: 1px solid #e5e5e5;
}
#statistikFilter input.suche, #zugeordneteStatistikFilter input.suche {
  display: inline-block;
  width: 186px;
}
#statistikFilter .statisticsDatePickerPanel tr td:first-child, #zugeordneteStatistikFilter .statisticsDatePickerPanel tr td:first-child {
  width: 215px;
}
#statistikFilter .statisticsDatePickerPanel input.ui-state-default, #zugeordneteStatistikFilter .statisticsDatePickerPanel input.ui-state-default {
  display: none;
}
#statistikFilter .statisticsFilterTitle, #zugeordneteStatistikFilter .statisticsFilterTitle {
  font-weight: bold;
}
#statistikFilter .ui-panelgrid-content, #statistikFilter .ui-grid-row, #statistikFilter tr.ui-widget-content td, #zugeordneteStatistikFilter .ui-panelgrid-content, #zugeordneteStatistikFilter .ui-grid-row, #zugeordneteStatistikFilter tr.ui-widget-content td {
  background-color: #f8f8f8;
}
#statistikFilter .ui-grid-row:last-child, #zugeordneteStatistikFilter .ui-grid-row:last-child {
  position: relative;
}
#statistikFilter .statisticsFilterButtonPanel, #zugeordneteStatistikFilter .statisticsFilterButtonPanel {
  right: 0;
  float: right;
  position: absolute;
  bottom: 6px;
}

#personalSettingsMenu_panel .ui-widget-header .ui-chkbox {
  display: none;
}

.zugeordneteStatisikenPanel {
  margin-top: 50px;
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

.statsAboveFilter {
  margin-top: -20px;
  margin-bottom: 20px;
  height: 34px;
}
.statsAboveFilter table.ui-panelgrid {
  margin: auto;
  width: 90%;
  text-align: center;
}
.statsAboveFilter table.ui-panelgrid td.ui-panelgrid-cell {
  padding: 10px;
  border: 0;
}

