body {
  background-color: #fff;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}
.glu .glu-content {
  display: block;
}

@page {
  size: auto;
  margin: 12mm;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

/**
 * Removed a double scroll on body, when modal is opened
 */
.modal--opened {
  overflow: hidden;
}

/* Prevent Custom Glu Grid Headers from overlapping */
.ag-header-cell {
  white-space: normal;
}

.ag-header-cell:focus {
  outline: auto;
  outline-color: #5e9ed6;
}

/* Right Align Class for Ag-Grid Column Headers */
.agGridColumnHeader--text-align-right button[class^='headerNameButton'] {
  justify-content: flex-end;
}

.agGridColumnHeader--text-align-right {
  margin-right: 0;
  justify-content: flex-end;
  display: flex;
  text-align: right;
}

/* Glu React Dropdown Panel Should Allow for More Width */
div[data-qa='dropdown-panel'] {
  z-index: 300;
}
