@import "amadeeRoles.css";
@import "icons.css";
@import "buttons.css";
@import "labels.css";
@import "typography.css";
@import "layout.css";
@import "alert.css";
@import "composite.css";
@import "page.css";
@import "wizard.css";
@import "tableStyling.css";
@import "schedule.css";
@import "sof.css";
@import "lookup.css";
@import "crud.css";
@import "statuses.css";
@import "bootstrapOverrides.css";
@import "fonts.css";

@import "amadeeCore.css";

@font-face {
    font-family: Amadee;
    src: url(../font/truetype.ttf);
}



@page port{
    size: A4;
}

@page land {
    size: A4 landscape;
}

@page {
    size: A4 landscape;
    @top-center { content: element(header) }
    @bottom-center { content: element(footer) }
}

.page-landscape{
    width: 29.7cm;
    page: land;
}
.page-portrait{
    width: 21cm;
    page: port;
}


#pagenumber:before {
    content: counter(page);
}

#pagecount:before {
    content: counter(pages);
}



table {
    -fs-table-paginate: paginate;
    border-spacing: 0;
}

body {
    color: black;
    background-color: white;
    font-size: 0.75em;
    font-family: Helvetica !important;
}

a {
    color: black !important;
    font-weight: bold;
}

#header {
    position: running(header);
}

#header-top {
    text-align: center;
    border-bottom: 1px solid black;
}

#header-left {
    text-align: left;
}

#header-right {
    text-align: right;
}

#header-bottom {
    border-bottom: 1px solid black;
}

#title {
    text-align: center;
}

#content {

}

#footer {
    position: running(footer);
}

.printBlock {
    page-break-inside: avoid;
}

.ui-datatable .ui-state-default {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.ui-datatable .ui-datatable-header {
    border-radius: 0;
    border-color: #fff;
    border-bottom: 1px solid #000;
    text-align: left;
}
.ui-datatable .ui-datatable-header,
.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td {
    text-align: initial;
    background-color: #fff;
    font-weight: normal;
    padding: 2px 0px;
}
.ui-datatable thead th.text-right,
.ui-datatable tbody td.text-right,
.ui-datatable tfoot td.text-right {
    text-align: right;
}
.ui-datatable thead th.text-left,
.ui-datatable tbody td.text-left,
.ui-datatable tfoot td.text-left {
    text-align: left;
}

.ui-datatable tr.total td,
.ui-datatable tr.total th,
.ui-datatable td.total,
.ui-datatable th.total {
    font-weight: bolder;
}

.ui-widget {
    font-family: inherit;
}

.ui-panelgrid.ui-noborder .ui-panelgrid-cell {
    padding: 0px 0px;
}



.crud .value .ui-datalist .ui-datalist-data .ui-datalist-item.pnPreview {
    background-color: white;
}


.ui-fieldset, .ui-fieldset .ui-fieldset-legend {
    padding: 0.6em 0em;
}

tr.spaceUnder > td {
    padding-bottom: 1.5em;
}

.reportCellHeaderLeft {
    float: left;
    font-weight: bold;
    border-bottom: 1px solid;
}

.reportCellSubHeaderLeft {
    float: left;
    font-weight: bold;
}

.reportCellHeaderRight {
    float: left;
    font-weight: bold;
    border-bottom: 1px solid;
    text-align: right;
}

.reportCellSubHeaderRight {
    float: left;
    font-weight: bold;
    text-align: right;
}

.reportCellFooterLeft {
    float: left;
    font-weight: bold;
    border-top: 1px solid;
}

.underlinedCell {
    text-decoration: underline;
}

.reportCellFooterRight {
    float: left;
    font-weight: bold;
    border-top: 1px solid;
    text-align: right;
}

.reportCellLeft {
    float: left;
}

.reportCellRight {
    float: left;
    text-align: right;
}

.reportGroupHeader {
    float: left;
    font-weight: bold;
    font-size: medium
}

.reportSubGroupHeader {
    float: left;
    font-weight: bold;
}

.reportSumLeft {
    float: left;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
}

.reportSumRight {
    float: left;
    text-align: right;
    font-size: 13px;
    font-weight: bold;
}