﻿.BulkRollForwardCreatorSearchModal-dialog {
    /*
    height property should maybe be removed later on once we start adding content,
    exists for now to help the modal match the designs */
    height: 100%;
    min-width: calc(100vw - 60px);
}

.modal-body.BulkRollForwardCreatorSearchModal-body {
    overflow-y: auto;
    width: 100%;
    display: flex;
    padding-bottom: 1rem;
}

.BulkRollForwardCreatorSearchModal-body {
    padding: 0;
}

.BulkRollForwardCreatorSearchModal-dialog .modal-footer {
    justify-content: space-between;
}

.BulkRollForwardCreatorSearchModal-buttonCancel {
    margin: 2px;
}

.BulkRollForwardCreatorSearchModal-buttonAddToRollForwardView {
    margin: 2px;
}

.BulkRollForwardCreatorSearchForm-container {
    flex-grow: 0;
    width: 100%;
}

.BulkRollForwardCreatorSearchResultsTable-container {
    flex-grow: 1;
    width: 100%;
}
