﻿/*.edibase-grid table {
    margin-bottom: 10px;
}

.edibase-grid thead th {
    white-space: nowrap;
}

.edibase-grid tfoot .edibase-grid-selectall,
.edibase-grid tfoot .edibase-grid-resultmeta {
    font-style: italic;
    color: #666;
}

.edibase-grid tfoot > tr > td {
    border-top: 2px solid #ddd;
}

.edibase-grid .table-wrapper {
    position: relative;
    min-height: 100px;
}

    .edibase-grid .table-wrapper th[data-sort] {
        cursor: pointer;
    }

        .edibase-grid .table-wrapper th[data-sort]:after {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            font-size: inherit;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            margin-left: 6px;
            color: #ccc;
            content: "\f0dc";
        }

        .edibase-grid .table-wrapper th[data-sort]:hover:after {
            color: #000;
        }

        .edibase-grid .table-wrapper th[data-sort].asc:after {
            content: "\f0dd";
            vertical-align: text-top;
        }

        .edibase-grid .table-wrapper th[data-sort].desc:after {
            content: "\f0de";
            vertical-align: text-bottom;
        }

    .edibase-grid .table-wrapper .row-expand {
        width: 1px;
        font-size: 20px;
        color: #999;
    }

        .edibase-grid .table-wrapper .row-expand i {
            vertical-align: text-top;
            margin-top: -3px;
        }

.edibase-grid .table-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding-top: 5%;
    background-color: #fff;
    z-index: 200;
    -ms-opacity: 0.6;
    opacity: 0.6;
}

.edibase-grid .table-block-msg {
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    text-align: center;
    z-index: 300;
    font-weight: bold;
    font-size: 20px;
}

.edibase-grid .edibase-grid-header {
    margin-bottom: 15px;
}

    .edibase-grid .edibase-grid-header input,
    .edibase-grid .edibase-grid-header select {
        max-width: 250px;
    }

.edibase-grid .edibase-grid-search {
    text-align: right;
}

    .edibase-grid .edibase-grid-search .search-grid {*/
        /*display: inline-block;*/
        /*float: right;
    }

    .edibase-grid .edibase-grid-search button {
        border-left: 0;
    }

.edibase-grid .pagination-wrapper {
    text-align: right;
}

    .edibase-grid .pagination-wrapper .pagination {
        margin: 0;
    }

.btn-grid-actions button:not([disabled]) {
    background-color: #f7ecb5;
}

.edibase-grid .edibase-grid-resultmeta {
    float: right;
}

.edibase-grid .btn-grid-exports {
    margin-left: 5px;
}

.edibase-grid .edigrid-cb-col {
    width: 1px;
}*/
