.grid-counter {
    line-height: 32px;
}

.grid-date,
.grid-datetime,
.grid-time {
    white-space: nowrap;
}

.table-crud .thumbnail {
    margin-bottom: 0;
    max-height: 100px;
}

.table-crud .thumbnail a > img,
.table-crud .thumbnail > img {
    margin-right: auto;
    margin-left: auto;
    max-height: inherit;
}

.table-crud .grid-actions .btn-toolbar {
    float: right;
}

.grid-actions .btn {
    margin-left: -1px;
}

.grid-actions .btn-group > .btn {
    float: none;

    border: 1px solid #ddd;
}

.grid-actions .btn-group {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 0;

}

/*.grid-actions .btn-group .btn {*/
/*float: none;*/
/*}*/

.grid-actions .btn-group .btn.disabled {
    opacity: 1;
}

.grid-actions .btn-group .btn.disabled .fa {
    opacity: 0.4;
}

.grid-actions .btn-group .separator {
    display: inline-block;
    float: left;
    height: 18px;
    width: 1px;
    background: #ccc;
    position: relative;
    top: 6px;
    left: -1px
}

.rwd-table .table-rwd-label {
    display: none;
}

.rwd-table tfoot tr {
    background-color: #fff;
}

@media screen and (max-width: 767px) {
    /*rwd table */
    .rwd-table thead {
        display: none;
    }

    .rwd-table,
    .rwd-table td,
    .rwd-table tr,
    .rwd-table tbody,
    .rwd-table tfoot {
        display: block;
        float: left;
        width: 100%;
        border: 0;
        background: none;
    }

    .rwd-table tbody tr {
        margin-bottom: 10px;
        border: 1px solid #ddd;
    }

    table.table-bordered.rwd-table tbody td {
        padding: 0;
        border: 0;
        background: #fff;
    }

    table.table-bordered.rwd-table tbody td.lp-cell {
        padding: 10px 0;
        background: #f5f5f5;
    }

    .rwd-table .table-value,
    .rwd-table .table-rwd-label {
        display: inline-block;
        float: left;
        width: 50%;
        padding: 4px 9px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .rwd-table .table-rwd-label {
        text-align: right;
    }

    .rwd-table .rwd-table-heading-cell {
        text-align: center;
        font-weight: bold;
    }

    .rwd-table .rwd-table-hidden {
        display: none;
    }

    .grid-counter {
        float: left;
        width: 100%;
        margin-top: 6px;
    }

    .grid-counter .table-count,
    .grid-counter .table-perpage {
        width: 100%;
    }

    .grid-counter form > * {
        float: left;
        width: 33%;
    }

    .grid-counter span {
        padding: 0 5px;
    }

    .grid-counter .table-perpage {
        margin-bottom: 0;
    }

    .grid-counter .table-count {
        text-align: center;
    }
}
