<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ltc-delete {
  cursor: pointer;
  background: url('../Images/Trash24.png') no-repeat left;
  width: 24px;
  height: 24px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.ltc-delete.small {
  width: 16px;
  height: 16px;
  background: url('../Images/Trash16.png') no-repeat left;
}
.empty-page-title {
  padding-bottom: 4px;
  margin-top: 14px;
  font-size: 18px;
  font-weight: bold;
  height: 32px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 6px;
}
.message.alert ul li {
  list-style: disc;
  margin-left: 8px;
}
.ui-dialog.iframe-dialog .ui-dialog-content {
  padding: 0;
}
.long-text {
  line-height: 1.8em;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}
.validation-summary-valid {
  display: none;
}
html #toast-container.toast-top-center &gt; div {
  width: 350px;
}
</pre></body></html>