.blur-loading { 
    -webkit-filter: blur(1.5px);
    -moz-filter: blur(1.5px);
    -o-filter: blur(1.5px);
    -ms-filter: blur(1.5px);
    filter: blur(1.5px);
}

.dataTables_filter > label { width: 100%; }

.table td { vertical-align: middle; }


.form-label-group {
    margin-bottom: 0.2rem;
}

.form-label {
    font-size: 0.95em;
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}

.pointer {
    cursor: pointer !important;
}


.nk-fmg-menu li {
    border-radius: 5px;
}