/* define SyncHistorySearch */

.SyncHistorySearch-container {
    flex-grow: 1;
    width: 100%;
    overflow-y: auto;
    height: 100%;
    padding: 15px;
}

.SyncHistorySearch-filters {
    display: flex;
    z-index: 100;
}

.SyncHistorySearch-filterFormGroup {
    width: 20%;
}

.SyncHistorySearch-filterBtnGroup {
    width: 10%;
    margin-bottom: 0.75rem;
    padding: 0 15px;
    display: flex;
}

.SyncHistorySearch-topTextContainer {
    display: inline;
}

.SyncHistorySearch-noResults {
    display: flex;
    justify-content: center;
}

.SyncHistorySearch-loader {
    margin-top: 200px;
}

/* This is needed to make sure that the date picker is visible above the table header */
.SyncHistorySearch-container .DateTimeInput > * {
    z-index: 150 !important;
}
