/*
 * Projektbezogene Styles für PrimeFaces
 * (c) schönberg-solutions GmbH
 */

/* ------------- Verwendung von Primefaces ------------- */

/* tableGridNoBorder muss in columnClasses eingesetzt werden */
.tableGridNoBorder {
    border-style: none !important;
    border-width: 0px !important;
    border-image: none !important;
}

.tableHeaderSmall {
    font-size: 0.6em;
}

.tableFieldTime {
    text-align: center !important;
    width: 5em;
}
.tableFieldTime3em {
    text-align: center !important;
    width: 3em;
}

.tableFieldTime3emPicker {
    text-align: center !important;
    width: 3em !important;
    padding: 0 !important;
}
.tableFieldTime7emPicker {
    text-align: center;
    width: 7em !important;
    padding: 0 !important;
}

.tableFieldTimeWidthButton {
    text-align: center;
    width: 9em;
}

.tableFieldDate {
    text-align: center;
    width: 5em;
}
.tableFieldDateInput {
    text-align: center !important;
    width: 9em;
}

.tableFieldDateTime {
    text-align: center;
    width: 8em;
}

.tableFieldNumber {
    text-align: right !important;
}
.tableFieldNumberInput3 {
    text-align: right !important;
    width: 3em !important;
}
.tableFieldNumberInput5 {
    text-align: right !important;
    width: 5em !important;
}

.tableFieldButtonIcon {
    text-align: center !important;
    width: 2.5em;
}

.tableFieldCheckBox {
    text-align: center;
    width: 5em;
}

.tableHideColumnNames table thead tr {
    display: none;
}

.primeTblAutoSizeCenter {
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.primeTblAutoSizeLeft {
    width: auto !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

/** in dem Inhalt des Headers - die column formatiert auch den Header*/
.primeTblHeaderCenter {
    text-align: center;
    display: inline-block;
    /** display: block; */
    /** oder display: inline-block; */
}

/* ------------- Primefaces ------------- */

.ui-menu .ui-menu-parent .ui-menu-child {
	max-width: 40em;
}
.ui-menuitem-text {
    font-weight: bold;
    /** display bestimmt u.a. ob der Text eines Links unterstrichen dargestellt wird */
    display: inline-block;
}

/** Einstellung für das "ausgeklappte" Overlay des Menüs; wichtig ist width:auto, damit das Overlay breit genug ist */
.ui-menu.ui-menu-dynamic {
    text-align: left;
    white-space: nowrap;
    width: auto;
}

.ui-widget {
    font-family: "Open Sans",sans-serif;
}

.ui-menubar {
    border: none;
}

.ui-selectonemenu {
     vertical-align: middle;
}
.ui-selectonemenu-label {
     vertical-align: middle;
}

.pe-timepicker-input {
    text-align: center;
}

/** -------- Anpassungen für Inputfelder deren styleCalass Attribut nicht so funktioniert, wie erwartet */

/** für Number */
.numberInputMarginBottomRow5 > .ui-widget {
  text-align: right !important;
  margin-bottom: 5px !important;
}
.numberInput > .ui-widget  {
    text-align: right !important;
}

/** für Datum und Zeit über Calendar */
/** Kalender mit calendarInput - folgendes widget formatieren */
.calendarTimeInput > .ui-widget {
    text-align: center;
    width: 4em;
}
/** Kalender mit calendarInput - folgendes widget formatieren */
.calendarTimeInputWithSeconds > .ui-widget {
    text-align: center;
    width: 6em;
}
/** Kalender mit calendarInput - folgendes widget formatieren */
.calendarDateInput > .ui-widget {
    text-align: center;
    width: 6em;
}
.calendarInputMarginBottomRow5 > .ui-widget {
  text-align: center;
  margin-bottom: 5px;
}
/** Kalender mit calenderInput - folgendes widget formatieren */
.calenderInput > .ui-widget {
    text-align: center;
}

/** Labels von Radiobuttons sind sonst unten und direkt am Symbol */
.ui-selectoneradio label {
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 10px;
}

.width5em > .ui-inputfield {
    width: 5em;
}

/* ------------- Anpassungen Tabellen ------------- */

/* Style für Primeface-DataTable nur mit Zeilenrahmen, der Rahmenstyle "tbody td"  wird auch an umschlossene Grids <h:panelGrid/> vererbt */
.ui-datatable.tableBorderRowOnly thead th,
.ui-datatable.tableBorderRowOnly tbody,
.ui-datatable.tableBorderRowOnly tbody td {
    border-style: none !important;
    border-width: 0px !important;
    border-image: none !important;
}

/* Style für Primeface-DataTable ohne Rahmen */
.ui-datatable.tableBorderNone thead th,
.ui-datatable.tableBorderNone tbody,
.ui-datatable.tableBorderNone tbody tr,
.ui-datatable.tableBorderNone tbody td {
    border-style: none !important;
    border-width: 0px !important;
    border-image: none !important;
}
