<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.gray1 {
    background-color: #fefefe;
}
.gray2 {
    background-color: #e9e9e9;
}
.gray3 {
    background-color: #dddddd;
}
.gray4 {
    background-color: #d0d0d0;
}
.gray5 {
    background-color: #c3c3c3;
}
.gray6 {
    background-color: #b6b6b6;
}
.gray7 {
    background-color: #aaaaaa;
}
.gray7 {
    background-color: #9d9d9d;
}

.back-to-page {
    margin-bottom: 10px;
}
.back-to-page .link {
    color: #1f3768;
}

.invoices-grid .add-btn &gt; .fa-angle-down {
    margin-right: 10px;
}

.zrp__report_grid ul {
    margin: 0 auto;
    text-align: center;
}

li.zrp__report {
    display: inline-table;
    width: 25%;
    min-width: 160px;
    max-width: 320px;
    height: 300px;
    /*margin: 25px 25px 15px 0px;*/
    margin: 5px 25px 15px 0;
    cursor: pointer;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,.2);
    box-shadow: 0 0 6px rgba(0,0,0,.2);    
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

li.zrp__report a {
    text-decoration: none;
}

li.zrp__report .zrp__report__top{
    background: url("/Images/report_top_sprite.png") 0 150px;
    height: 60px;
    padding: 30px 20px;
    line-height: 24px;
    font-size: 24px;
    color: rgb(24, 142, 132);
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

li.zrp__report .zrp__report__top p {
    line-height: 30px;
}

li.zrp__report .zrp__report__bottom{
    background-color: rgb(165, 207, 198);
    height: 200px;
    font-size: 18px;
    color: white;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

li.zrp__report .zrp__report__bottom p {
    padding: 15px;
    line-height: 24px;
}

li.zrp__report:hover .zrp__report__top{
    background: url("/Images/report_top_sprite.png") 0 0;
    color: white;
}

li.zrp__report:hover .zrp__report__bottom{
    background-color: #1e8d80;
}

p.zrp__report_category_name {
    padding: 15px;
    margin: 0px;
    line-height: 50px;
    font-size: 34px;
    color: #188e84;
    overflow-y: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.filter-wrapper__categories{
    display: inline;
}</pre></body></html>