.ecfin-rrf-table-object {
  display: block;
}
.ecfin-rrf-export-icon {
  background-image: url("../exportIcon.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  position: relative;
  left: 8px;
  top: 2px;
}
.ecfin-rrf-circle-dot-pillar {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  display: inline-block;
  margin: 0 7px 0 0;
}
.ecfin-rrf-center-cell {
  text-align: center;
}
.ecfin-rrf-circle-color-Digital {
  background-color: #9E54BC;
}
.ecfin-rrf-circle-color-Green {
  background-color: #00C286;
}
.ecfin-rrf-circle-color-Health {
  background-color: #D03A3A;
}
.ecfin-rrf-circle-color-Policies {
  background-color: #FFEB32;
}
.ecfin-rrf-circle-color-Smart {
  background-color: #00A9FF;
}
.ecfin-rrf-circle-color-Social {
  background-color: #FF8225;
}

#fulfillmentStatusTable_table thead, #disbursementsTable thead { position: sticky; top: 0; box-shadow: 0px 3px 0px 0px rgba(159,159,159,0.32); }

.ecfin-rrf-row-additional-section {
  width: 100%;
  background-color: blue;
}
.ecl-table__row.inactive {
  display: none;
}
.ecfin-rrf-collapse-row {
  cursor: pointer;
}
.ecfin-rrf-expand-row {
  cursor: pointer;
}
.ecfin-rrf-expand-row-icon {
  background-color:#004494; /* Green */
  border: none;
  color: white;
  padding: 5x;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50%;
}
.ecfin-rrf-collapse-row-icon {
  background-color:#004494; /* Green */
  border: none;
  color: white;
  padding: 5x;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 50%;
}
.ecfin-rrf-pagination-cont {
  display: inline-block;
  list-style-type: none;
}
.ecfin-rrf-pagination-select {
  display: inline-block;
  font-size: 20px;
  margin-right: 20px;
  cursor: pointer;
}
.ecfin-rrf-hide-page { 
  display: none;
}
.ecfin-rrf-pagination-ul {
  list-style-type: none;
  display: inline-block;
}
.ecfin-rrf-pagination-li {
  display: inline-block;
  margin-right: 30px;
  cursor: pointer;
  border-radius: 15px;
  width: 15px;
  text-align: center;
}
.ecfin-rrf-pagination-li.active {
  border: 2px solid #004494;
}