/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS*/
.refidno > a[href*="/list.php?socid="] {
    padding: 3px !important;
    background-color: var(--butactionbg);
    color: var(--textbutaction) !important;
    border-radius: 3px;
}
.butActionDelete, .butActionDelete:link, .butActionDelete:visited, .butActionDelete:hover, .butActionDelete:active, .buttonDelete {
  background: rgb(176, 10, 10) !important;
  border: 1px solid #000;
  color: #f4f4f4 !important;
}

#tablepublicpayment a[href*='/htdocs/document.php?hashp=']:before {
  content: "\f1c1" !important;
  font-family: "Font Awesome 5 Free";
  color: red;
}
#tablepublicpayment a[href*='/htdocs/document.php?hashp='] {
  _border:solid 1px silver;
  padding: 5px;
  margin-top: 30px !important; 
  display: inline-block;
  background-color: var(--butactionbg);
  color: #ffff;
  border-radius: 5px; 
}