@CHARSET "UTF-8";
:root {
    --link-color: #00A3DC;
    --traxpay-logo: url("/financing/jakarta.faces.resource/traxpay_logo_reserved.png.xhtml?ln=images");
}

.table.table_fin > tbody > tr.table_paymnt_blocked {
    background-color: var(--input-backgound-color) !important;
}

.table.table_fin > tbody > tr.table_disable_selection {
    color: var(--disabled-color) !important;
}

.navbar-brand .traxpayLogo {
    display: inline-block;
    margin-top: 10px;
    margin-right: 8px;
    height: 60%;
    background-image: var(--traxpay-logo);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
}

.navbar-brand .coopText {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: bold;
}

.navbar-brand .buyerLogo {
    display: none;
    margin-left: 10px;
    height: 100%;
    background-image: var(--financing-buyer-logo);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/*
   This thing controls 3-4 different panels, so instead of grouping them all into one (tab), I left them
   as they were, with fake Tab Strip on top.
   The hack removes all padding from the Tab Container, so it looks OK (glued to the first panel)
 */
html body div.container div.tabSelector.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-hidden-container.ui-tabs-top {
    padding: 0
}

html body div.container div.tabSelector.ui-tabs.ui-widget.ui-widget-content.ui-corner-all.ui-hidden-container.ui-tabs-top div.ui-tabs-panel {
    padding: 0
}

/* hyperselect styles */
/* override for hyperselect dialog */
#dlgHyperSelectList {
    min-width: 550px;
}

/* Tables with additional rows that are "toggleable" */
.toggleTable {
}
.toggleRow {
}
.toggleContentTable {
    display: none;
}

.toggleContentRow {
    display: none;
    background-color: var(--secondary-color) !important;
    font-size: 0.9em;
}

.table > tbody > tr.ui-row-editing > td {
    vertical-align: middle;
}

.textItalic {
    font-style: italic;
}

.centerWidth25Percent {
    width: 25% !important;
    margin: auto;
}

.centerWidth75Percent {
    width: 75% !important;
    margin: auto;
}

.ui-datatable-data .textColumn {
    display: inline-block;
    max-width: 150px;
}

.table-layout {
    display: table;
}

.table-layout-row {
    display: table-row;
}

.table-layout-cell {
    display: table-cell;
}