.mte-grid-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mte-grid-toolbar .pagination {
    margin: 0;
}
.mte-grid-toolbar .dropdown-menu {
    padding: 15px 0;
}
.mte-grid-toolbar .pager-dropdown {
    width: 70px;
}
.mte-grid-table {
    font-size: 11px;
}
.mte-grid-table>thead>tr>th {
    vertical-align: top;
}
.mte-grid-table>thead>tr>th a {
    color: inherit;
    text-decoration: none;
}
.row-actions a {
    display: block;
    clear: both;
    margin-bottom: 5px;
}
.mte-grid-table ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mte-grid-pageLimiter .input-group-addon {
    width: 100px;
}
.mte-grid-notfound {
    text-align: center;
}

.table-striped > tbody > tr.active > td, .table-striped > tbody > tr.active > th {
    background-color: #d6d6d6;;
}

.table-striped > tbody > tr.success > td, .table-striped > tbody > tr.success > th {
    background-color: #dff0d8;
}

.table-striped > tbody > tr.warning > td, .table-striped > tbody > tr.warning > th {
    background-color: #fcf8e3;
}

.table-striped > tbody > tr.danger > td, .table-striped > tbody > tr.danger > th {
    background-color: #f2dede;
}
.mte-grid-wrapper {
    /*overflow-x: scroll;*/
}