﻿.dxbs-gridview .card {
    box-shadow: none;
}

.dxbs-table {
    border: 0px !important;
    box-shadow: none;
}

.dxbs-filter-row .dxbs-feedback {
    right: 0px;
}

.dxbs-cmd-cell {
    padding-bottom: 0px !important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px !important;
}

.dxbs-table .dxbs-cmd-cell button {
    display: block !important;
    float: left;
    height: 30px !important;
    margin-right: 10px;
    padding: 8px !important;
    width: 30px !important;
}

.dxbs-fixed-header-content {
    text-align: left;
    width: 5px !important;
}

    .dxbs-fixed-header-content .oi.oi-arrow-bottom, .dxbs-fixed-header-content .oi.oi-arrow-top {
        color: #0057b7 !important;
    }

.dxbs-table tr td {
    background-color: white;
    font-size: 0.95rem !important;
    padding: 8px !important;
    transition: 0.1s ease-in-out;
}
.dxbs-table tr:hover td {
    background-color: rgba(0,0,0,0.05);
    cursor: pointer;
    transition: 0.1s ease-in-out;
}

.dxbs-table .dxbs-cmd-cell {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


.dxbs-table th {
    border-bottom-width: 1px !important;
    border-top-width: 1px !important;
    border-left: none;
    border-right: none;
}

.dxbs-table th input {
    background-color: rgba(0,0,0,0.02);
}

    .dxbs-table th input:active, .dxbs-table th input:focus {
        background-color: rgba(0,0,0,0.015);
    }

.dxbs-toolbar-btn {
    background-color: white !important;
    color: rgb(85, 85, 85) !important;
    font-size: 1.5rem;
    padding-bottom: 12px !important;
    padding-top: 12px !important;
}

    .dxbs-toolbar-btn i {
        font-size: 1.5rem !important;
    }

    .dxbs-toolbar-btn.active {
        background-color: white !important;
        color: rgb(85, 85, 85) !important;
    }


.dxbs-empty-data-row td {
    visibility: hidden;
    position: relative;
    content: "sadasd";
}

    .dxbs-empty-data-row td:after {
        margin-top: 30px;
        visibility: visible;
        position: absolute;
        top: 0;
        left: 0;
        content: "Brak danych do wyświetlenia.";
        width: 100%;
        text-align: center;
    }