﻿.card .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#RightsSection td, #tbUser td {
    padding: 4px !important;
}
table.dataTable input {
    height: 30px;
    font-size:12px;
}
.dataTables_wrapper table.dataTable th {
    padding: 6px;
}
table{
    font-size:12px;
}
.dataTables_wrapper button {
/*    padding: 0.275rem 0.75rem;*/
    font-size:12px;
    border-radius:20px;
}
.btn-primary, .btn-info, 
.btn-danger, .btn-primary{
    border-radius:20px;
    font-size:12px;
}