﻿


table.report-table {
    width: 100%;
 
    
}

table.report-table td {
    padding-left: 4px;
    padding-right: 4px;
}

table.report-table .report-item-title {
    width: 37%;
    color: black;
    text-align: left;
    padding-left:5
}

table.report-table .report-item-qty {
     width: 17%;
    text-align: center;
}

table.report-table .report-item-rate {
     width: 17%;
    text-align: center;
}

table.report-table .report-item-price {
     width: 17%;
    text-align: center;
}
table.report-table .report-item-total {
     width: 17%;
     text-align: right
}

table.report-item-row {
    background: rgb(252, 252, 252);
}
table.report-item-row:nth-of-type(even) {
     background:#f3f2f2;  
}

table.report-table-header {
    
    color: black;

}

table.report-group-header .report-group-title{
    border-top: gray 1px solid;
    width: 100%;
    text-align: left;
    font-weight: bold;
    color: black;
}

table.report-group-footer1 {
    border-top: gray 1px solid;
    color: black;
}

table.report-group-footer2 {
    border-top: gray 1px solid;
    color: blue;
    font-weight: 1.2em;
}

.report-group-result {
    text-align: right;
    font-weight: bold;

}

.template-tool-btn {
    width: 160px;
    margin-bottom: 10px;
}

.favourite-icon .fa-star{
    color:green;
}