#users-permission-panel .users .pagination-info {
    display: none;
}
#permission-tabs .panel-body {
    padding: 10px;
}
#permission-tabs.loading table {
    opacity: 0.5;
}
/*
.brands-table tbody tr td,
.offices-table tbody tr td {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}
.brands-table tbody tr td i.glyphicon,
.offices-table tbody tr td i.glyphicon {
    position: absolute;
    display: none;
    top: 5px;
    left: 10px;
    color: #00b100;
}
.brands-table tbody tr:hover td,
.offices-table tbody tr:hover td,
.brands-table tbody tr.selected td,
.offices-table tbody tr.selected td {
    background-color: #c7f5c7;
}
.brands-table tbody tr.selected td i.glyphicon,
.offices-table tbody tr.selected td i.glyphicon {
    display: block;
}
*/
#permission-tabs .brands-list table.datagrid-btable tbody tr.datagrid-row-over,
#permission-tabs .brands-list table.datagrid-btable tbody tr.datagrid-row-selected {
    background-color: transparent !important;
    color: #404040;
}
#permission-tabs .offices-list table.datagrid-btable tbody tr.datagrid-row-over,
#permission-tabs .offices-list table.datagrid-btable tbody tr.datagrid-row-selected {
    background-color: transparent !important;
    color: #404040;
}