.scrolltop {
    bottom: 80px;
    right: 5px;
    width: 30px;
    height: 30px;
}

/*override _databables.scss*/
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: right;
}

/*utils*/
input.uppercase {
    text-transform: uppercase;
}