@import "animate.css" screen;
@import "bootstrap.css" screen;
@import "main.css" screen;
@import "icons.css" screen;
@import "screen.css" screen;

.b-table_report thead::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: -10px;
    height: 10px;
    left: 0;
    right: 0;
    background: #f6f6f6;
}
table th.sticky-position {
    outline: none;
    border: 1px solid #e8e8e8;
    border-top: none;
}
