.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;
}

.table-striped > tbody > tr.lavender > td, .table-striped > tbody > tr.lavender > th {
    background-color: #dda0dd;
}
.table-hover > tbody > tr > .lavender:hover, .table-hover > tbody > .lavender:hover > td, .table-hover > tbody > .lavender:hover > th {
    background-color: #f4b7f6;
}
.table-striped > tbody > tr.winner > td {
    background-color: rgb(198, 205, 208);
}
.white-block {
    font-size: 10px;
    margin-top: 1px;
    cursor:pointer;
    padding: 1px 3px;
}
.white-block .glyphicon-chevron-down {
    top: 2px;
}
.row-noname {text-align: center;}
.mte-grid-toolbar .btn-group {
    margin-right: 4px;
}

/*
    Overlay
*/

.gird-overlay {
    position: absolute;
    z-index: 100;
    background: #ccc;
    opacity: 0.3;
}

/* Disable animation for collapsing */
.collapsing {
    -webkit-transition: none;
    transition: none;
}

.loader-placeholder {
    font-size: 14px;
    padding: 5px 0 5px 15px;
}

.loader-process {
    color: #666;
}

.loader-error {
    color: #ff0500;
}
