﻿.campfire-dashboard .cf-table-heading .umb-table-cell {
    padding-bottom: 0;
}

.campfire-dashboard .cf-table-search .umb-table-cell > * {
    overflow: visible;
}

.campfire-dashboard [umb-sticky-bar].umb-editor-sub-header.umb-sticky-bar--active {
    box-shadow: none;
}

.campfire-dashboard .cf-table-search .umb-table-cell > * {
    overflow: visible;
}

.cf-table-header {
    position: relative;
    top: 0;
}

    .cf-table-header.umb-sticky-bar--active {
        position: sticky;
        top: 50px;
        background-color: white;
    }

.campfire-dashboard .umb-empty-state.-center {
    top: 130%;
}
