body {
    font-size: 13px;
}

/*
div.dataTables_filter input {
    max-width: 100%;
}*/

.dataTables_filter{
    width: 100% !important;
    text-align: right !important;
}

.bootstrap-dialog-footer-buttons button {
    margin-bottom: 0 !important;
}

@media print
{
    .no-print, .no-print *{
        display: none !important;
        height: 0;
    }
}

table td.fit, table th.fit {
    width: 1px;
}