div.dataTables_wrapper div.dataTables_processing {
    top: 0!important;
    left: 0!important;
    width: 98.5%!important;
    height: 100%!important;
    margin-left: 10px!important;
    margin-top: 0!important;;
    background: rgba(0, 0, 0, 0.23)!important;
}
div.dataTables_box_processing {
    background: #ffffff;
    width: 250px;
    padding: 30px;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 17px;
    font-weight: bold;
}
.app-header.navbar .navbar-brand {
    background-size: 150px auto !important;
}

.dataTables_scrollHead table, .dataTables_scrollBody table {
    width: 100% !important;
}

table tbody tr td ul {
    padding-left: 0!important;
    margin-left: 14px!important;
}

table tbody tr.active-info td {
    background-color: rgba(91, 192, 222, 0.36);
}
table tbody tr.active-primary td {
    background-color: rgba(66, 139, 202, 0.35);
}
table tbody tr.active-success td {
    background-color: rgba(92, 184, 92, 0.35);
}
table tbody tr.active-danger td {
    background-color: rgba(217, 83, 79, 0.35);
}

.modal .modal-ex-lg {
    max-width: 95% !important;
}
.modal .modal-lg {
    max-width: 65% !important;
}
.select2-container {
    width: 100%!important;
}
.input-group > .select2-container {
    width: 90%!important;
}
.popover {
    max-width: 600px;
    width: auto;
}