.pisol-report-horizontal-form{
    display:flex;
    align-items:center;
    justify-content: space-evenly;
    margin-bottom:20px;
    background:#ccc;
    border-radius:3px;
}

.pisol-table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    border:none !important;
    font-size:14px;
}

.pisol_order_status{
    padding:5px;
    border-radius: 4px;
}

.pisol-table td,.pisol-table th {
    padding: .75rem;
    vertical-align: top;
    border-left:0px !important;
    border-right:0px !important;
    border-top: 1px solid #dee2e6
}

.pisol-table tbody, 
.pisol-table thead{
    border:none !important;
}

.pisol-table thead th {
    vertical-align: bottom;
    border-left:0px !important;
    border-right:0px !important;
    border-bottom: 2px solid #dee2e6
}

.pisol-table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.pisol-table-sm td,.pisol-table-sm th {
    padding: .3rem
}

.piol-order-product-row:not(:last-child){
    border-bottom: 1px dashed #ccc;
    margin-bottom:10px;
}

.pisol-type{
    display:inline-block;
    padding:7px;
    color:#fff;
    border-radius:2px;
}

.pisol-type.pickup{
    background:#5b841b;

}

.pisol-type.delivery{
    background:#c8d7e1;
}

.pi-report-att-list{
    padding-left:0px;
    margin-left:0px;
    margin-bottom:10px;
}