.lfr-search-container {
  margin-top: 0em !important;
}

.lfr-icon-menu .dropdown-toggle {
  background-color: white !important;
}

#listDocs .docs-status-approved {
  background-color: #488f06;
  color: white;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 3px;
}

#listDocs .docs-status-pending {
  background-color: #f89406;
  color: white;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 3px;
}

#listDocs .docs-status-reject {
  background-color: #da1414;
  color: white;
  display: inline-block;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  padding: 2px 4px;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 3px;
}