﻿.axdatagrid .details-row-expanded, 
.axdatagrid .details-row-expanded td {
    border-top: none;
}

.axdatagrid-hover tr:hover {
    background-color: rgba(0, 0, 0, 0.04);
}

.bg-success-light {
    background-color: #00d97e;    
}

.bg-warning-light {
    background-color: #F6C343;
}

.bg-danger-light {
    background-color: #e63759;
}


.filter-container {
    position: relative;
}

.popover-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 1060;
}

.filter-container .popover {
    position: fixed;
    margin-top: 5px;
    z-index: 9999;
    min-width: 300px;
    transform: none;
    left: 0;
}

    .filter-container .popover .arrow {
        position: absolute;
        left: var(--arrow-position);
        transform: translateX(-50%);
        margin: 0 !important;
    }

.filter-active {
    font-weight: bold;
    color: #007bff;
}
