﻿body {
    overflow: hidden;
    font-family: "Open Sans", verdana, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
    background: #fcfcfc;
    color: #333;
}

h1 {
    font-size: 1.5em;
    margin: 1rem 0;
}

h2, h3, h4 {
    margin-top: 3px;
    margin-bottom: 3px;
}

h3 {
    margin-left: 8px;
}

h4 {
    font-size: 11pt;
    font-weight: bold;
}

nav {
    background: #06507F;
    display: flex;
    box-shadow: 1px 1px 1px grey;
}

header {
    width: 100%;
    height: 60px;
    background: #fcfcfc;
}

footer {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 22px;
    background-color: #06507F;
    color: #FFFFFF;
    text-align: left;
    overflow: hidden;
    z-index: 999;
}

hr {
    border: none;
    border-top: 1px solid #d5d5d5;
}

.lang-select-button {
    padding: 0;
    height: 26px;
}

.Center {
    font-size: 10pt;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.TopAlign {
    vertical-align: top;
}

.LayoutTable {
    width: 100%;
    height: 100%;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.LayoutTableMenu {
    height: 25px;
    background-color: #06507F;
}

.LayoutTableTreePane, .LayoutTableContentPane, .LayoutTableContent {
    height: 100%;
    text-align: left;
    vertical-align: top;
}

.LayoutTableTreePane {
    width: 250px;
}

.LayoutTableContent {
    padding: 10px;
}

.LayoutTableFooter {
    background-color: #06507F;
    color: #FFFFFF;
    text-align: center;
}

.LayoutTableHead {
    width: 100%;
    background-color: #FFFFFF;
    font-size: 10pt;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.Label, .LabelBig, .LabelBigNonFixed, .LabelVAlignTop, .LabelNonFixed, .Label_doubleWidth, .GridLabel, .RadioButtonListLabel, .HeaderLabel, .HeaderLabelThin .FooterLabel {
    font-weight: bold;
    font-size: 12px;
}

.LabelBig, .LabelBigNonFixed {
    font-size: 12pt;
}

.Label, .LabelBig, .LabelVAlignTop {
    width: 150px;
}

.LabelVAlignTop {
    vertical-align: top;
}

.Label_doubleWidth {
    width: 300px;
}

.GridLabel {
    width: 50px;
}

.HeaderLabel, .HeaderLabelThin, .FooterLabel {
    background-color: #06507F;
    color: #FFFFFF;
    padding: 3px;
}

.HeaderLabelThin, .LabelNormal {
    font-weight: normal;
}

.Text, .TextRed {
    font-size: 10pt;
}

.TextRed {
    color: #FF0000;
}

.DropDownListSmall, .DropDownList, .DropDownListMedium {
    font-size: 10pt;
    width: 150px;
}

.DropDownListMedium {
    width: 250px;
}

.DropDownList {
    width: 350px;
}

/*
	List Table Classes
*/
.ListTable {
    width: 800px;
}

.ListTableRowOdd, .ListTableRowOddVMiddle {
    background-color: #d5d5d5;
    font-weight: normal;
}

.ListTableRowOddVMiddle {
    vertical-align: middle;
}

.ListTableRowEven, .ListTableRowEvenVMiddle, .ListTableRowEvenValignTop {
    background-color: #FFFFFF;
    font-weight: normal;
}

.ListTableRowEvenVMiddle {
    vertical-align: middle;
}

.ListTableRowEvenValignTop {
    vertical-align: top;
}

.ListTableRowMouseOver {
    background-color: #06507F;
    color: #FFFFFF;
}

.ListTableColLeft, .ListTableColLeft80pt, .ListTableColLeftBig, .ListTableColLeftBorderR, .ListTableColLeftFixedWidth,
.ListTableColCenter, .ListTableColCenter80pt,
.ListTableColRight, .ListTableColRightFixed {
    font-weight: normal;
    text-align: left;
}

.ListTableColCenter, .ListTableColCenter80pt {
    text-align: center;
}

.ListTableColLeft80pt, .ListTableColLeft80pt input,
.ListTableColCenter80pt, .ListTableColRightFixed {
    width: 80pt;
}

.ListTableColRight, .ListTableColRightFixed {
    text-align: right;
}

.ListTableColLeftBig {
    font-size: 12pt;
}

.ListTableColLeftBorderR {
    border-right: 1px;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
    border-style: solid;
    border-color: #aaaaaa;
}

.ListTableColLeftFixedWidth {
    display: block;
}

.ListTableColLeftFullWidth {
    width: 100%;
}

.ListTableCell {
    padding: 2px;
}

.PopupTitleText {
    color: #FFFFFF;
}

.PopupTitle {
    background: none repeat scroll 0 0 #06507F !important;
}

.popUpBtnCancel {
    float: left;
}

.popUpBtnAccept {
    float: right;
}

.popUpButtons {
    position: absolute;
    bottom: 10px;
    padding: 5px;
    width: 95%;
    background-color: white;
}

.PropertyDescription {
    position: sticky;
    bottom: 0;
    z-index:1;
}

.TabpageControl {
    width: 80%;
}

.VerticalAlignTop {
    vertical-align: top;
}

.HorizontalAlignRight {
    text-align: right;
}

.JournalTableEntryDateFixedWidth {
    text-align: left;
    vertical-align: middle;
    width: 100px;
    display: block;
}

/*
	TreeNode CSS Classes
*/
.TreeNode, .TreeNodeSelected {
    font-size: 10pt;
    font-weight: normal;
}

.TreeNodeSelected {
    font-weight: bold;
}

.TreeNodeSelected:hover {
    text-decoration: underline;
}

.tree .ui-treenode.locked .ui-treenode-label {
    color: #8a8a8c;
}

.tree .ui-treenode.hidden {
    display: none;
}

/*
  Page DIVs
*/
.disablePage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 2000;
    background: transparent;
    text-align: center;

    .long-loading-indicator {
        font-size: large;
        padding: 25%;
        background: linear-gradient(#ffffff00, rgb(0 0 0 / 0%)), linear-gradient(rgba(0, 0, 0, .1), #ffffff00);
    }
}

div.username {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 0;
    height: 22px;
    right: 0;
    width: 200px;
    background-color: #06507F; /*#C3243A*/
    color: #FFFFFF; /*#FFFFFF*/
    text-align: left;
    overflow: visible;
    z-index: 1000;
    background: #06507F; /*#C3243A*/
}

p.username {
    margin-top: 2px;
    margin-right: 5px;
    text-align: right;
}

menu {
    flex-grow: 1;
    height: 28px;
    margin: 0;
    padding: 0;
}

.locale {
    flex-shrink: 0;
}

.headline {
    margin-top: 4px;
    margin-right: 5px;
    color: #FFFFFF;
    text-align: right;
    flex-shrink: 0;
}

.tree {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 0;
    width: 250px;
    overflow: auto;
    float: left;
    border-right: 1px solid #DDDDDD;
    padding: 0 0 0 .5rem;
}

.accordion_tree {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 0;
    width: 380px;
    overflow: auto;
    float: left;
    border-right: 1px solid #DDDDDD;
}

.disableTree {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 0;
    width: 250px;
    overflow: auto;
    border-right: 1px solid grey;
    float: left;
    z-index: 10;
    -moz-opacity: 0.5;
    background-color: #FFFFFF;
    opacity: .5;
    filter: alpha(opacity=80);
}

.content {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 255px;
    right: 0;
    overflow: auto;
}

.accordion_content {
    position: absolute;
    top: 100px;
    bottom: 30px;
    left: 390px;
    right: 0;
    overflow: auto;
}

.content_fullwidth {
    position: absolute;
    top: 90px;
    bottom: 20px;
    left: 0;
    right: 0;
    overflow: auto;
}

.content_nomenu {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow: auto;
}

.accordion_content_nomenu {
    position: absolute;
    top: 0;
    bottom: 30px;
    left: 0;
    right: 0;
    overflow: auto;
}

.details {
    border: 1px outset #A9A9A9;
    background-color: white;
    position: absolute;
    top: 35px;
    left: 7px;
    bottom: 0;
    right: 5px;
}

.syncjob-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 10px 0 0 0;
}

.scrollableList, .scrollableList > div {
    overflow: auto;
    height: 100%;
}

.editArea {
    position: absolute;
    bottom: 20px;
    height: 275px;
    left: 2px;
    right: 2px;
    overflow: auto;
}

.cardClassesEditArea {
    overflow: auto;
}

.cardClassEditorProperties {
    position: relative;
    overflow: auto;
}

.ConfigurationEditArea, .clientEditArea, .customerEditArea, .userEditArea, .defaultEditArea, .rolesArea {
    overflow: auto;
}

.toolbar {
    background: #fcfcfc;
    border: 1px solid #DDDDDD;
}

.companylogo {
    width: 530px;
    height: 60px;
    background-image: url(/cetis/javax.faces.resource/images/company_logo.png.jsf?ln=admin);
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: -webkit-optimize-contrast;/* Chrome contrast fix*/
}

.ErrorMessageBlack, .InfoMessageBlack {
    color: black;
    text-align: left;
}

/**
	Tab Panel Size Classes
	Each class is dedicated to a specific Form
*/

.PanelTabbedPaneConfig, #TableCashGrid, .PanelDenomPreSet, .FullWidth  {
    width: 100%;
}

.PanelTabbedPaneCashGridContent {
    height: 285px;
    vertical-align: top;
}

.PanelTabbedPaneLocation {
    width: 400px;
}

.TreeViewRefreshIcon {
    width: 30px;
}

.TreeViewServiceProviders {
    margin: 5px 0 0 5px;
}

.ajax_loading {
    position: absolute;
    top: 0;
    height: 20px;
    right: 20px;
    width: 20px;
    overflow: hidden;
}

.report_custom {
    position: absolute;
    top: 80px;
    left: 2px;
}

.filterPanel {
    position: absolute;
    top: 0;
    height: 100px;
    left: 2px;
    right: 2px;
    z-index: 5;
}

.dispoScrollableList {
    position: absolute;
    top: 100px;
    bottom: 90px;
    left: 2px;
    right: 2px;
    overflow: auto;
    border-bottom: 1px solid grey;
    z-index: 2;
}

.dispoExecButtons {
    position: absolute;
    bottom: 5px;
    height: 60px;
    left: 2px;
    right: 2px;
    overflow: auto;
}

.dispoExecScrollableList {
    position: absolute;
    top: 0;
    bottom: 70px;
    left: 2px;
    right: 2px;
    overflow: auto;
    border-bottom: 1px solid grey;
}

.tooltip {
    background-color: #FFFFFF;
    border: 1px solid #06507F; /*#C3243A*/
}

.userImage {
    position: absolute;
    top: 1px;
}

.scrollContainer, .scrollList {
    overflow: auto;
}

.innerScrollContainer {
    overflow-y: auto;
}

.ui-accordion.config-Accordion {
    margin:0 4px 0 0;
}

body .config-Accordion .ui-accordion-content {
    padding: 0 0 0 11px;
}

.ColumnAlignTop {
    vertical-align: top;
}

.panelGap {
    height: 10px;
    width: 100%;
}

.denomPresetsPanelGrid, .denomPresetsPanelGrid td {
    vertical-align: top;
}

.clientPictureResult {
    background: none repeat scroll 0 0 #FFFFFF;
}

.clientPictureResultList {
    width: 100%;
}

.searchTable {
    width: 100%;
}

.selectOneMenu {
    width: 385px;
}

.pictureSearchButtonBackward {
    float: left;
    margin-left: 5px;
}

.pictureSearchButtonForward {
    float: right;
    margin-right: 5px;
}

.clientImage {
    width: 60%;
    cursor: pointer;
}

.bigPicture {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    border: 2px double #000000;
    cursor: pointer;
}

.bigPicturePopup {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    border: 2px double #000000;
    cursor: pointer;
    z-index: 100;
}

.cameraIcon {
    width: 30px;
    cursor: pointer;
}

.searchTableCells {
    border-bottom: 1px solid #d5d5d5;
}

.requiredField {
    color: red;
    margin-left: .4em;
    font-size: 11px;
    vertical-align: top;
}

.typeList {
    width: 165px;
}

.Accountpos_AccountList {
    width: 100%;
}

#split_bar {
    position: absolute;
    top: 100px;
    bottom: 30px;
    width: 5px;
    border-right: 1px solid darkgrey;
    box-shadow: 1px 0 3px 0 darkgrey;
    float: right;
    cursor: col-resize;
}

.reportsInputTable_SelectOneMenu_fullWidth {
    width: 100%;
}

.reportsInputTable_TextField_fullWidth {
    width: 99%;
}

.reportsInputTable_CancelRow {
    width: 25px;
}

.tickets_lbl_noCaption {
    font-weight: normal;
}

.tickets_panel_large {
    width: 15%;
}

.tickets_panel_small {
    width: 10%;
}

.tickets_panel_inputText {
    width: 99%;
}

.tickets_panel_inputField {
    width: 100%;
}

.tickets_content_lbl {
    vertical-align: top;
    width: 20%;
}

.dynamicEditor_gridColumn_label {
    width: 15%;
}

.dynamicEditor_gridColumn_text {
    width: 32%;
}

.dynamicEditor_element, body .ui-inputfield.dynamicEditor_tableField, .dynamicEditor_tableComboBox {
    width: 100%;
    background: transparent;
}

.dynamicEditor_tableBtn, .dynamicEditor_btnColumn {
    width: 21px;
}

.ui-inputfield.dynamicEditor_txtField {
    width: 95%;
}

.ui-selectonemenu.dynamicEditor_comboBox {
    width: 96%;
}

.ui-outputlabel.dynamicEditor_label {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.groupfunctionsTitle {
    font-size: 10pt;
}

.searchinformationCustomer {
    height: 105px;
}

.searchinformationUser {
    height: 80px;
}

.userSearchPanel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dashboardView, .dashboardView iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.content_fullwidth form {
    height: 100%;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.tracedownload {
    margin: 10px;
}

#serverTracePopup_content {
    overflow: hidden;
}

.FixedTableSection {
    position: relative;
    padding-top: 22px;
    background-color: #06507F;
}

.FixedTableSection > div {
    overflow-y: auto;
}

.FixedTableSection > div > table {
    border-spacing: 0;
    width: 100%;
}

.FixedTableSection > div > table > thead th, .FixedTableSection > div > table > th {
    height: 0;
    line-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    color: transparent;
    border: none;
    white-space: nowrap;
    text-align: left;
}

.FixedTableSection > div > table > thead th *,
.FixedTableSection > div > table > th * {
    position: absolute;
    top: 0;
    line-height: normal;
    color: #FFFFFF;
    padding: 3px;
}

.col-w-90 {
    width: 90%;
}

.TabPanel {
    width: 100%;
    overflow: auto;
}

.TabPanel .myFaces_pannelTabbedPane_HeaderRow > td:first-child {
    border-left: 0.5px solid #888888;
}

.TabPanel .myFaces_panelTabbedPane_activeHeaderCell {
    padding: 0 3px 3px 0;
    border-left: 0.5px solid #888888;
    border-top: 3px solid #06507F;
    background-image: none;
    background-color: white;
    border-bottom: none;
    cursor: default;
}

.TabPanel .myFaces_panelTabbedPane_activeHeaderCell > input {
    cursor: default;
    outline: none;
    font-size: 12px;
    font-weight: bold;
}

.TabPanel .myFaces_panelTabbedPane_inactiveHeaderCell {
    border-top: 0.5px solid #888888;
    border-bottom: none;
    background-image: none;
    background-color: #dcdcdc
}

.TabPanel .myFaces_panelTabbedPane_inactiveHeaderCell > input {
    background-color: #dcdcdc;
    outline: none;
    font-size: 12px;
}

.TabPanel .myFaces_panelTabbedPane_subHeaderCell_inactive {
    border-top: 0.5px solid #888888;
}

.TabPanel .myFaces_pannelTabbedPane_subHeaderRow {
    height: 20px;
}

.TabPanel .myFaces_pannelTabbedPane_subHeaderRow > td:first-child {
    border-left: 1px solid #888888;
}

.TabPanel .myFaces_pannelTabbedPane_subHeaderRow > td:last-child {
    border-right: 1px solid #888888;
    border-top: 1px solid #888888;
}

.myFaces_panelTabbedPane_contentRow > td {
    border-top: none;
    border-left: 1px solid #888888;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    padding: 0 17px;
}

.TableV2 {
    border-spacing: 0;
    margin: 3px;
}

.TableV2 > thead > tr > th {
    padding: 6px;
    font-size: 11px;
    position: sticky;
    top: 0;
}

.TableV2 > tbody > tr:first-child {
    box-shadow: 0 3px 3px #888888 inset;
}

.TableV2 > tbody > tr:first-child > td {
    padding-top: 4px;
}

.TableV2 > tbody > tr > td {
    padding: 5px;
}

.TriggerConfCategoryColumn {
    padding-right: 15px;
}

.TriggerConfigurationPanel input[type=text], .TriggerConfigurationPanel textarea, .TriggerConfigurationPanel select {
    border-radius: 2px;
    padding: 2px;
    width: 97%;
}

.TriggerConfigurationPanel input[disabled], .TriggerConfigurationPanel textarea[disabled] {
    background-color: #dfdfdf;
}

.TriggerConfKeyColumn {
    width: 250px;
}

.TriggerConfValueColumn {
    min-width: 230px;
}

.EditMsgIdPopupKeyColumn {
    width: 100px;
}

.EditMsgIdPopupButtons {
    position: absolute;
    bottom: 10px;
    width: 95%;
    display: flex;
    justify-content: flex-end;
}

.TriggerConfEditOveray {
    position: absolute;
    width: 99%;
    height: 100%
}

.EditMsgIdPopupValueColumn {
    width: 100%;
}

.TriggerConfRuleTabColLeft {
    min-width: 185px;
    vertical-align: top;
}

.TriggerConfRuleTabColRight {
    min-width: 170px;
    vertical-align: top;
    padding: 10px;
}

.TriggerRuleConfValueColumn {
    min-width: 420px;
}

.TriggerRuleSelectBox:first-child {
    width: 100%;
    overflow-y: unset;
    padding: 0;
    border-radius: 0;
}

.ReportExecuteContent {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.ReportExecutePanel {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ReportExecuteInputPanel {
    flex-shrink: 1;
    overflow: auto;
    box-shadow: 1px 1px 5px 0 grey;
    margin: 10px 0;
}

.ReportExecuteInputPanel select {
    width: 100%;
}

.ReportExecutePanel tbody {
    vertical-align: top;
}

.TexteditKeyColumn input {
    width: 30px;
    display: inline-block;
    text-align: center;
}

.TexteditKeyColumn {
    width: 50px;
}

.TexteditKeyColumn input[disabled] {
    background-color: #d7d7d7;
}

.TexteditValueColumn input,textarea {
    width: 100%;
    display: inline-block;
    padding-left: 5px
}

.TexteditValueColumn textarea[disabled],input[disabled] {
    background-color: #d7d7d7;
}

.CardContainer {
    box-shadow: 1px 1px 2px 1px grey;
    padding: 5px;
    min-width: fit-content;
}

.inline-groups {
    display: flex;
    flex-wrap: wrap;
}

.inline-groups > * {
    margin-right: 5px;
    margin-bottom: 5px;
}

.inline-groups .ui-inputgroup > label {
    min-width: 50px;
    white-space: nowrap;
}

.config-admin-function .ui-datatable-tablewrapper {
    overflow: unset;
}

.config-toolbar-panel {
    background: #fcfcfc;
    position: sticky;
    top: 0;
    z-index: 1;
    display: inline-block;
}

.ui-datatable .config-admin-function-table {
    table-layout: fixed;
    width: 1000px;
}

.ui-datatable .config-admin-function-table > thead th {
    top: 42px;
}

.ui-datatable .config-admin-function-table > thead th:first-child {
    width: 315px;
}

.ui-datatable .ui-datatable-data .config-admin-function-table-content {
    padding: 0;
}

.ui-accordion.config-admin-function-group .ui-accordion-content {
    padding: 0 0 0 36px;
    border-right: 0;
}

.ui-datatable .config-admin-function-group-table-content {
    table-layout: fixed;
}

.config-admin-function-group-table-content > tbody td:first-child {
    width: 290px;
}

.config-admin-function-group-table-content .roles-visibility-column,
.config-admin-function-table .roles-visibility-column {
    width: 115px;
}

.config-admin-function-group-table-content > thead tr {
    display: none;
}

.error-message-box {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: 50px auto auto;
}

.error-stacktrace-panel {
    text-align: left;
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.error-stacktrace-content {
    max-height: 500px;
    overflow: auto;
}

.tree-filter-container {
    position: sticky;
    top: 0;
    z-index: 1;
}

.ui-progressbar.ajax-status-bar {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 3px;
    opacity: 0.7;
}

td.rightAlignedColumnContent{
    text-align: right;
}

td.leftAlignedColumnContent{
    text-align: left;
}

td.centerAlignedColumnContent{
    text-align: center;
}

.money-supply-panel-boxes {
    flex: 0 1 20%;
}

body .money-supply-panel-boxes .ui-panel-content {
    padding: 0;
    border:none;
}

body .money-supply-panel-boxes .ui-panel-titlebar {
    border-bottom: 0;
}

.user-details {
    position: relative;
    border-spacing: 6px;
}

.user-details td {
    padding: 2px;
}

.user-details-section-header, .report-config-section-header {
    text-align: left;
    color: grey;
    font-size: 11px;
    font-weight: normal;
}

.command-details {
    position: sticky;
    bottom: 0;
    z-index:1;
    background: #fcfcfc;
}

div.table-column-filter {
    position: absolute;
    right: 0;
    top: 2px;
    border:none;
}

div.table-column-filter .ui-selectcheckboxmenu-label-container,
div.table-column-filter .ui-selectcheckboxmenu-trigger {
    background:transparent;
}

div.table-column-filter label {
    height: 17px;
}

div.table-column-filter .ui-selectcheckboxmenu-trigger .ui-icon {
    color:#FFFFFF;
}

div.table-column-filter.filter-active .ui-selectcheckboxmenu-trigger .ui-icon {
    text-decoration: underline;
}

div.table-column-filter .ui-selectcheckboxmenu-trigger .ui-icon::before {
    content: "\e94c"
}

.separated-listitem + .separated-listitem::before {
    content: ', ';
}

.controlDepositsTable {
    overflow-y: auto;
    position: absolute;
    left: 2px;
    right: 2px;
}

.regular-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.sticky {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #fcfcfc;
}

.clearlabel {
    clear: left;
}

@media screen and (min-width: 64.063em) {
    .clearlabel {
        clear: none;
    }
}

.ui-messages.picklist-message .ui-messages-warn-detail {
    display: block;
    font-weight: normal;
    margin-left: 10px;
}

div.checkboxSelectionMenu {
    width: 158px;
}

div.checkboxSelectionMenu .ui-selectcheckboxmenu-label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

div.inlineCheckboxSelectionMenu {
    width: 163px;
}

div.inlineCheckboxSelectionMenu .ui-selectcheckboxmenu-label {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 17px;
}

.dynamicDataTableKeyColumn {
    min-width: 250px;
    width: 250px;
}

.dynamicDataTableColumn {
    word-break: break-word;
}

.dynamicDataTable {
    -webkit-border-vertical-spacing: 0px;
}

.dynamicDataPanel {
    font-weight: normal;
    flex: 3;
    min-width: 600px;
}

.dynamicDataPanelActions {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}
.dynamicDataPanelActions span:last-child {
    margin-left: auto;
}

body .dynamicDataPanel .ui-accordion .ui-accordion-content {
    padding: 0.5em 0 0.5em 1em;
}

.dyndata-search-popup-panel {
    display: flex;
    flex-direction: column;
    height: 100%
}

.dyndata-search-content-panel {
    flex: 1;
    overflow: auto;
    margin-bottom: 3em;
}

.dyndata-search-store-panel {
    display: flex;
    align-items: center;
    margin-bottom: 1em;
}

.button-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.bottom-button-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    position: absolute;
    bottom: 10px;
}

.trace-panel {
    display: flex;
    flex-direction: row;
    padding: 10px;
    height: 100%;
}

.trace-panel-content {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.trace-download-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-right: auto;
}

.trace-download-table {
    overflow: auto;
}

.transaction-additionalinfo-line {
    display: block;
}

body div.ctx-select-popup .ui-dialog-content {
    padding: 0;
}

tr.hide {
    display: none;
}

.period-edit-startamount {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    gap: 1em;
}

.flex-center {
    display: flex;
    justify-content: center;
    width: 100%;
}

.flex-end {
    display: flex;
    justify-content: end;
}

.flex-nowrap {
    display: flex;
    white-space: nowrap;
}

.break-word-y-scroll-container {
    overflow-y: scroll;
    overflow-x: clip;
    height: 150px;
    overflow-wrap: break-word;
    font-weight: normal;
}

body .ui-datatable.property-editor .ui-datatable-data > tr > td.propery-editor-col-value {
    .ui-chips-container {
        width: auto;
        min-width: 150px;
    }

    .ui-chips-container.ui-state-focus::after {
        content: '\23ce';
    }

    .ui-chips-input-token input {
        min-width: 150px;
    }

    .ui-chips-container:not(.ui-state-focus):not(.ui-state-hover):has(input:placeholder-shown) {
        background-color: transparent;
        border-color: transparent;

        input::placeholder {
            color: transparent;
        }
    }
    .ui-chips-container:not(.ui-state-focus):not(.ui-state-hover):not(:has(.ui-chips-token)):has(.ui-chips-input-token input:placeholder-shown)::before {
        content: 'Keine konfiguriert'; /* Fixme: language change */
        position: absolute;
        left: 0;
        top: 6px;
        font-style: italic;
    }

    .ui-staticmessage {
        padding: .2em;
    }
}

.expand-toggle {
    position: absolute!important;
    top: 1em;
    right: 1em;
}

.fullscreen-tab {
    position: fixed!important;
    inset: 0;
}
