@import '../../node_modules/grommet/grommet.min.css';
@import '../../node_modules/fixed-data-table-2/dist/fixed-data-table.css';


.table__selectedRow {
  background-color: mediumpurple;
  color: white;
}

.table--header {

}

.table__header--sortable {
  cursor: pointer;
  background-color: 'tomato',
}

.public_fixedDataTable_main {
  border: 0;
}

.public_fixedDataTableCell_main {
  background-color: inherit !important;
  border: 0;
}

.fixedDataTableLayout_header .public_fixedDataTableCell_main {
  background-image: none;
}

.fixedDataTableLayout_footer .public_fixedDataTableCell_main {
  font-weight: bold;
  border: 0;
}

.breadcrumbs_anchor_active {
   pointer-events: none;
   cursor: default;
}

.anchor_disabled {
  cursor:not-allowed 
}

.buttonGroup_no_pad_first {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-style: none;
}

.buttonGroup_no_pad_middle {
  border-radius: 0;
  border-right-style: none;
}

.buttonGroup_no_pad_last {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.preview_form_field {
  border: 0
}