
div #rep-summary, #rep-report, #rep-pager, .slick-header-columns, .slick-viewport {
    font-family: arial;
    font-size: 8pt;
}

/*
text {
    font-family: arial;
    font-size: 8pt;
}
*/
body {
    background: white;
    padding: 0;
    margin: 8;
}

h2 {
    font-size: 10pt;
    border-bottom: 1px dotted gray;
}

ul {
    margin-left: 0;
    padding-left: 40px;
    padding-right: 40px;
    cursor: default;
}

li {
    font: 200 12px/1.5 Helvetica, Verdana, sans-serif;
    border-bottom: 1px solid #ccc;
}

li:last-child {
    border: none;
}

span.kallio-report-group-header {
    font-weight: bold;
    font-size: 10pt
}

.kallio-report-column-header {
    cursor: pointer
}

.bluetext {
    color: blue !important
}

.kallio-rules-column-header {
    height: 18px !important
}

tr.kallio-header {
    border-bottom: 1px solid #555555
}

th.kallio {
    font-size: 8pt;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    line-height: 95%;
    color: #555555;
}

td.kallio {
    font-size: 8pt;
    background-color: white;
    height: 18;
}

td.group-header {
    background-color: white;
    height: 18;
}


span.group-header {
/*    border-radius: 4px;
    border: 1px solid green;
    background-color: #E5F5E0;
    padding-right: 2px;
    padding-left: 2px; */
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
}


td.cell-text-center {
    text-align: center;
}

td.cell-text-left {
    text-align: left;
    padding-left: 8px;
}

td.cell-text-right {
    text-align: right;
    padding-right: 32px;
}

td.highlighted-cell {
    border-radius: 8px;
    padding-right: 4px;
    padding-left: 4px;
}


div.optimiser-header-details {
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    color: white;
    font-weight: bold;
}

span.optimiser-header-details-field {
    color: yellow;
    font-weight: normal;
}

div.dataTables_info {
    padding-left: 12px;
}

.hidden {
    display: none;
}

div.reportbottom {
    border-top: 1px solid #535353;
}

.forecastRow {
    color: steelblue;
    font-style: italic;
}

td.cell-pace {
    text-align: right;
    padding-right: 2px;
    border-right: 1px solid silver;
}

#popupchartlegend {
    height: 200px;
    width: 192px !important;
    overflow: auto;
}
#popupchartlegend svg {
    position: relative !important;
    width: 192 !important;
}

/*
li {
     background: url("resource/kallio/images/arrow_right_spearmint.png") no-repeat center left;
    padding: 0 0 0 14px;

    list-style: none;
    margin: 0;
}
*/


.leaflet-container {
    border-radius: 12px;
}

.ph {
    font-size: 4em;
    font-weight: 900;
}

.ph-small {
    font-size: 13px;
}

.slick-row.odd {
   background: rgb(0 0 0 / 7%) !important;
}


/****************  schedule report  table ************/
.ScheduleReportPanel .qooxdoo-table-cell{
    text-align: left;
}

.ScheduleReportPanel .qooxdoo-table-cell:nth-last-of-type(3) {
	cursor: pointer;
}

.ScheduleReportPanel .qooxdoo-table-cell:nth-last-of-type(2) {
	cursor: pointer;
}

.ScheduleReportPanel .qooxdoo-table-cell:nth-last-of-type(1) {
	cursor: pointer;
} 

.ScheduleReportPanel .qooxdoo-table-cell:nth-last-of-type(3):before{
    font-family: 'iconic-sm';
    content: '\e204';
}
.ScheduleReportPanel .qooxdoo-table-cell:nth-last-of-type(1):before{
    font-family: 'iconic-sm';
    content: '\e10a';
}
