.mt20 { margin-top: 20px}
.mt50 { margin-top: 50px}

.toast-container {
    position: fixed;
    right: 14px;
    top: 20px;
    z-index: 100;
}

.toast-container .toast{
    position: absolute;
    top: 0;
    right: 0;
    min-width: 320px;
}

.table td, .table th { vertical-align: middle; }
.table.dataTable.table-sm > thead > tr > th { padding-right: 30px;}
.column-min-with { width: 0; white-space: nowrap; border: 1px solid red}

.widget {
    font-size: 32px;

}
