.table .invoice-index .tr_first{
    background-color: #a6c;
    color: white;
    font-weight: 500;
    font-size: 18px;
    font-family: arial;
}
.table .invoice-index .tr_first td{
    font-size: 17px;
    padding: 8px;
}
.table .invoice-index th, .table .invoice-index td{
    text-align: center;
    vertical-align: middle;
}
.table .invoice-index td{
    font-size: 12px;
}
.table .invoice-index th{
    font-size: 13px;
    font-weight: 500;
    background-color: #a6c;
    color: white;
}
.table-bordered{
    border: 1px solid #f4f4f4;
}
.search_ss{
    padding: 0px 15px;
}
.search_row{
    padding: 0px 10px; 
    border: 3px solid  #f2f2f2;
}
.search_row .col-lg-5{
    padding:20px;
}
.search_row .col-lg-2{
    padding:20px;
}
.search_row .col-lg-3{
    padding-top: 5px;
}
.search_row .btn-success{
    background-color: white;
    color: #a6c !important;
    border-color: #a6c;
}
.search_row .btn-success:hover{
    background-color: #a6c;
    color: white !important;
}
@media (max-width: 768px) {
    .table-responsive-xs{
        overflow-x:auto;
    }
    .table .invoice-index .tr_first th{
        font-size: 10px;
        padding: 5px;
    }
    .table .invoice-index .shp_th td{
        font-size: 9px;
    }
    .search_ss{
        padding: 0px 15px;
    }
    .search_row{
        padding: 0px; 
        border: 1px solid  #a6c;
    }
    .search_row .col-lg-5{
        padding:5px;
    }
    .marg-t{
        margin-top: 25px;
    }
    .sidebar-wrapper{
        margin-top: -50px;
    }
}