/**
 *  CRUD TABLE
 */
.widget h1 {
    margin-bottom: 50px;
}

table td.options {
    min-width: 150px;
}

table td.options > * {
    float: left;
    margin-right: 5px;
}

#dt_length {
    float: left;
}
.dataTables_paginate {
    float: right;
}

/**
 *  TOP NOTIFICATIONS
 */
.navbar .navbar-item .nav-item.dropdown.notification-dropdown .nav-link span.badge {
    top: 3px !important;
    right: -10px;
    background-color: #e7515a;
    width: 17px;
    height: 17px;
    padding: 0px !important;
    border: none;
    font-size: 13px;
}