.table {
    display: table;
}

.table-row {
    display: table-row;
}

.table-cell {
    display: table-cell;
}

#rnu_table td {
    vertical-align: top !important;
}

#rnu_table tr td:nth-child(odd) {
    padding-top: 6px;
}

#rnu_users_list, #rnu_groups_list {
    display: none;
}

.rnu_2assistu_acknowledgement_msg {
    background-color: #1ab51aed;
    color: white;
    position: absolute;
    padding: 3px 5%;
    top: 10px;
    left: 5%;
    width: 90%;
    border-radius: 5px;
    text-align: center;
}

.rnu_2assistu_read {
    color: green;
}

.rnu_2assistu_unread {
    color: red;
}

.rnu_2assistu_post_date {
    color: grey;
    font-size: 12px;
    padding-left: 10px;
}

.rnu_2assistu_widget {
    padding-left: 15px;
    margin-bottom: 30px;
}

.rnu_2assistu_widget .widget-title {
    font-weight: 700;
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.rnu_2assistu_widget hr {
    margin: 5px 0
}

.rnu_export_input {
    margin: 0 5px;
}

ul.rnu_2assistu {
    padding-left: 20px;
    list-style: none;
}

.rnu_2assistu li {
    margin-bottom: 10px;
}

.rnu_2assistu li:before {
    font-family: 'FontAwesome';
    content: '\f15c';
    margin: 0 5px 0 -15px;
    color: #0498cc;
}

#rnu_keyword {
    margin: 0;
    width: 300px;
}

#rnu_user_keyword {
    margin: 0 0 25px;
    width: 100%;
}

.ui-multiselect-checkboxes.ui-helper-reset {
    width: 100% !important;
}

.ui-multiselect-menu.ui-widget.ui-widget-content, #ui-datepicker-div {
    background-color: #fff;
}

.ui-multiselect.ui-widget.ui-state-default {
    border: 1px solid #ddd;
    min-height: 27px;
    min-width: 300px !important;
}

#rnu_employee_groups_list {
    height: 66px;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
    width: 175px;
}