
        
            
            
            
            
            .o_company_1_layout {
                font-family: 'Lato';

            
                &.o_report_layout_boxed {
                    #total strong {
                        color: #4da627;
                    }
                    #informations strong {
                        color: black;
                    }
                    h2 span {
                        color: #4da627;
                    }
                    table {
                        thead {
                            tr th {
                                color: black;
                            }
                        }
                        tbody tr td {
                            &.o_line_section td {
                                    background-color: rgba(#4da627, 0.7);
                                }
                            &.is-subtotal,
                                td.o_price_total {
                                    background-color: rgba(black, 0.1);
                                }
                        }
                    }
                }
                .row > div > table,
                div#total table {
                    tr {
                        &.o_total td {
                            background-color: rgba(#4da627, 0.9);
                        }
                    }
                }
            
            }
        
    