﻿.sticky-header {
    background: white;
    position: fixed;
    top: 3.3rem;
    width: 100%;
    z-index: 9;
}

    .sticky-header th {
        background: white;
    }

tbody tr {
    cursor: pointer;
    transition: all 0.2s ease;
}

    tbody tr:hover {
        background-color: #e8e8e8;
    }

th {
    position: sticky;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.2);
    z-index:1;
}

.table-static tbody tr {
    cursor: default;
}   

.floating-scrollbar {
    position: fixed;
    bottom: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.floating-scrollbar-child {
    border: 1px solid #fff;
    opacity: 0.01;
}

.table-responsive {
    overflow-y: hidden;
}

.table-row-selected {
    background: #cccccc !important;
}

.Resolved {
    background-color: white;
}

.Unresolved {
    background-color: #fff1f0;
}

.current-group {
    background-color : lightblue;
}