.rollbackCatchup {
  height: 100%;
  width: 100%;
  padding: 10px;
  min-height: 350px; }
  .rollbackCatchup .spacer {
    clear: both;
    padding: 10px; }
  .rollbackCatchup .multiselect-native-select .multiselect {
    border: 1px solid #8f91a2;
    line-height: 24px;
    padding: 0 10px;
    background: white;
    color: #131111; }
  .rollbackCatchup .multiselect-native-select .multiselect-container .glyphicon-remove-circle {
    display: none; }
  .rollbackCatchup .criteriaBar .managementCompanyList {
    display: inline-block;
    width: 30%;
    vertical-align: bottom; }
  .rollbackCatchup .criteriaBar .propertyList {
    display: inline-block;
    width: 30%;
    padding-left: 10px;
    vertical-align: bottom; }
  .rollbackCatchup .criteriaBar .correlationStatusRadioButtons {
    display: inline-block;
    width: 30%;
    padding-left: 10px;
    vertical-align: bottom; }
  .rollbackCatchup .rollback-button {
    float: right; }
  .rollbackCatchup .models-table-wrapper .clearFilterIcon {
    pointer-events: auto;
    cursor: pointer; }
  .rollbackCatchup .models-table-wrapper input:not(.default-input-background), .rollbackCatchup .models-table-wrapper select:not(.default-input-background) {
    background-color: #fff !important; }
  .rollbackCatchup tr.selected-expand > td:not(.grouping-cell), .rollbackCatchup tr.selected-row > td:not(.grouping-cell) {
    background: #C6E746; }
