﻿table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
 /*tr:nth-child(even) {
    background-color: red !important;
}*/
 tbody {
    background-color: #e5e5e5 !important;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
table thead{
    border-radius: 1%;
    /*background: linear-gradient(black, #808080);*/
    background-color:#2D5F8B;
    /*background-color:#4276A4;*/
    color: white;
}
table tfoot{
    border-radius: 5%;
    /*background: linear-gradient(black, #808080);*/
    background-color:#2D5F8B;
    /*background-color:#4276A4;*/
    color: white;
}
#DataTables_Table_0_filter{
    cursor:pointer;
}
#DataTables_Table_0_filter label
/*,#DataTables_Table_0_paginate*/ {
/*display:none;*/
}

/*table tbody{
    border-radius: 5%;
    background: linear-gradient(red, #808080);
    color: white;
}*/