.table-responsive>div
{
    margin-bottom: 50px;
}


.pagination
{
    margin-top: 0;
}

.parvus-table-acao .parvus-table-exibicao
{
    line-height: 25px;
}

.table .parvus-table-filtro td,.table.parvus-table-base th
{
    padding: 5px !important;
}

.table .parvus-table-coluna-ordena:after
{
    font-style: normal;
    font-weight: 400;
    font-family: 'Glyphicons Halflings';
    float: right;
}

.table .parvus-table-orderby-desc:after
{
    content: "\e156";
}

.table .parvus-table-orderby-asc:after
{
    content: "\e155";
}

.table .parvus-table-filtro-range
{
    margin-top: 5px;
}

.table input, .table select {
    height: 25px !important;
}

.table select {
    font-size: 13px !important;
    padding-top: 0px !important;
}

.table th {
    text-align: center;
}