.ag-theme-balham .gridRowHighlighted {
  background-color: #ffff99 !important;
}

.ag-theme-balham .gridCellValueChanged {
  background-color: yellow;
}

.ag-theme-balham .gridRowHighlightedFont {
  color: #ffff99 !important;
}

.ag-theme-balham .grid-row-bold-italic-font {
  font-style: italic !important;
  font-weight: bold !important;
}

.ag-theme-balham .gridRowAlerted {
  background-color: #ffb3b3 !important;
}

.ag-theme-balham .gridRowAlertedFont {
  color: #e60000 !important;
}

.ag-theme-balham .gridRowInformation {
  background-color: #80bfff !important;
}

.ag-theme-balham .gridRowInformationFont {
  color: #0066cc !important;
}

.ag-theme-balham .gridRowInformation2 {
  background-color: #e6e6e6 !important;
}

.ag-theme-balham .gridRowSuccess {
  background-color: #00cc66 !important;
}

.ag-theme-balham .gridRowTotals {
  background-color: #cccccc !important;
  border-bottom: 1px solid #909090;
  border-top: 1px solid #909090;
}

.gridRowHighlighted.ag-row-selected:before, .gridRowAlerted.ag-row-selected:before, .gridRowInformation.ag-row-selected:before, .gridRowInformation2.ag-row-selected:before, .gridRowSuccess.ag-row-selected:before {
  background-color: #77bebe !important;
  color: #222 !important;
}

.ag-theme-balham .ag-dnd-ghost {
  z-index: 5000;
}

.ag-theme-balham {
  font-size: 11px !important;
  padding: 0 !important;
}

.ag-theme-balham .ag-paging-row-summary-panel {
  width: 150px !important;
}

.ag-theme-balham .ag-status-bar {
  padding: 2px 5px 2px 2px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 12px !important;
  box-sizing: content-box !important;
}

.ag-theme-balham .status-bar-item {
  display: inline-block;
  margin-left: 15px;
}

.ag-theme-balham .status-bar-item .refreshCheckBox {
  margin: 0px 3px;
}

.ag-theme-balham span.ag-status-bar-item {
  display: none;
}

.ag-theme-balham .ag-status-bar-hidden {
  display: none !important;
}

.ag-theme-balham .ag-row {
  text-align: left;
}

.ag-theme-balham .ag-menu-list {
  text-align: left;
  margin: 0px !important;
}

.ag-theme-balham .ag-menu {
  z-index: 2500 !important;
  font-size: 14px !important;
}

.ag-theme-balham .ag-select-list {
  z-index: 2600 !important;
}

.ag-theme-balham .ag-tool-panel {
  display: none !important;
}

.ag-theme-balham .ag-grid-disabled {
  pointer-events: none;
  opacity: 0.6;
}

.ag-theme-balham .ag-filter {
  padding: 1px;
}

.ag-theme-balham .ag-filter-select {
  margin: 4px 0px 4px 0px !important;
}

.ag-theme-balham .status-menu-item {
  cursor: pointer;
  margin-right: 4px;
  display: inline-block;
  padding: 1px 3px;
  background-color: #e6e6e6;
  line-height: 1.3em;
  border: 1px solid #595959;
}

.ag-theme-balham .ag-cell {
  border-bottom: 0.5px solid #ddd !important;
  border-right: 0.5px solid #ddd !important;
  line-height: 14px !important;
  padding: 0px 2px !important;
  font-size: 11px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.ag-theme-balham .ag-header-cell {  
  font-size: 11px !important;
  line-height: 20px !important;
  padding: 0px 2px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

.ag-theme-balham .ag-header-cell::after {
   margin-top: 2px !important;    
}

.ag-theme-balham .ag-status-bar-left .ag-status-panel {
   padding-top: 0px !important;
}

.ag-theme-balham .ag-menu-separator {
    border-top: 1px solid #d3d3d3;
}

.ag-theme-balham .ag-menu-separator > span{
    height: 0px !important;
}

.ag-theme-balham .ag-ltr .ag-cell-focus {
    border: 1px solid black !important;
}

.ag-theme-balham .ag-menu .ag-menu-option {
    line-height: 20px !important;
    height: 20px !important;
}

.ag-theme-balham .ag-floating-top-container .ag-row {
  font-weight: bold;
  background-color: lightgoldenrodyellow !important;
}

.ag-theme-balham .ag-row-group {
  font-weight: bold;
  background-color: lightgray !important;
}

.pershingGridPlaceHolder {
  background-color: #ffffff;
}

.ag-theme-balham .ag-cell-wrapper>:not(.ag-cell-value):not(.ag-group-value) {
  height: 18px !important;
}

/*  
   Adding class "ag-body-horizontal-scroll-viewport" is a temp fix for an agGrid framework issue (Ref no :  AG-7242) 
   Issue - Missing mouse events in the last row when there is no horizontal scroll in grid
*/
.ag-body-horizontal-scroll-viewport[style*='height: 0'] {
    display: none;
}

.ag-popup-child:not(.ag-tooltip-custom) {
    z-index: 1000;
}

.ag-radio-button-input-wrapper{
  font-family: 'agGridBalham' !important;
  font-size: 11px !important;
  width: 12px !important;
}

.ag-row, .ag-spanned-row{
  font-size: 11px !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}