
.globalTooltipSelector {
}

.blue td {
    background-color: #C3CED4 !important;
}

h2:not(.activityStream-timeline-item-header) {
    background-color: #005aaa;
    color: white;
    font-style: normal;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
}

h2:not(.activityStream-timeline-item-header).card {
    margin-top: 1em;
    margin-bottom: 0;
}

h2:not(.activityStream-timeline-item-header):hover {
    background-color: #005aaa;
}

div.ui-accordion.card {
    margin-bottom: 0;
}

.ChartPanelGrid td.ui-panelgrid-cell {
    padding: 0 !important;
}

.ui-button-fix:hover {
    background-color: #e6e6e6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}

.padding-label {
    padding-top: 4px;
    padding-bottom: 4px;
}

label.label_hint {
    font-size: 0.7rem !important;
    color: grey;
}

.ui-treetable thead th, .ui-treetable tbody td, .ui-treetable tfoot td {
    white-space: normal;
}

/* Bugfix fuer Doppelte Headerbar in Tabelle im Dialog */
.ui-treetable-scrollable-theadclone {
    opacity: 0;
}

.displaynone {
    display: none;
}

.ui-treetable-data td[role='gridcell'] span.ui-treetable-toggler {
    /* display: table-cell; */
}

.ui-treetable-data td[role='gridcell'] span:last-of-type {
    /* display: contents; */
}

/* Bugfix IKVS-5390 ungleiche prozentuale Breite in ie, chrome, firefox */
.table-cell-box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table-cell-box-sizing thead th,
.table-cell-box-sizing tbody td,
.table-cell-box-sizing tfoot td,
.table-cell-box-sizing tfoot th {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Farbe aus theme.css (Primefaces) unterdrücken */
.ui-widget-content a {
    color: inherit;
}

.ui-widget-content a:hover {
    color: #00a0ff;
}

/* Einfärbung der TreeTable Reihen */
.ui-treetable-data > tr:nth-child(even) {
    background-color: #F9F9F9;
}

.ui-treetable-data > tr:nth-child(odd) {
    background-color: #FFFFFF;
}

.container-color {
    background-color: lightyellow;
    font-weight: bold;
    font-style: italic;
}

.ui-button > img {
    vertical-align: sub;
}

.ui-sticky {
    z-index: 999 !important;
}
