﻿/* BkiPositionsList */
.bki-selectable.bki-positions-list .rz-data-grid-data {
    overflow: hidden;
}

/* bki-selectable */
.bki-selectable tbody tr.rz-data-row {
    cursor: pointer;
    text-decoration: none;
}

    .bki-selectable tbody tr.rz-data-row.rz-state-highlight > td:first-child {
        position: relative;
    }

        .bki-selectable tbody tr.rz-data-row.rz-state-highlight > td:first-child:before {
            position: absolute;
            content: "";
            background-color: var(--rz-primary);
            top: .5rem !important;
            bottom: .5rem !important;
            left: .125rem !important;
            width: .1875rem !important;
            border-radius: var(--rz-border-radius);
        }

    .bki-selectable tbody tr.rz-data-row.rz-state-highlight > td {
        background-color: var(--rz-grid-stripe-background-color);
    }

    .bki-selectable tbody tr.rz-data-row:hover > td {
        background-color: var(--rz-panel-menu-item-hover-background-color) !important;
    }

/* HeaderButtons */
.bki-dialog-height-100 .rz-dialog-content {
    height: 100%;
}

.bki-dialog-height-100 .rz-dialog-titlebar {
    font-size: var(--rz-text-h1-font-size);
}
