<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.document-grid-tiled ul.listView {
  margin-left: 0;
  cursor: default;
}
div.document-grid-tiled ul.listView &gt; li.document-tile {
  list-style: none;
  float: left;
  margin: 10px 0;
  padding: 10px 0;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div.listItemIcon {
  float: left;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div {
  float: left;
  font-size: 12px;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div &gt; div.listItemText {
  width: 150px;
  overflow: hidden;
  margin-right: 10px;
  font-size: 10px !important;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div &gt; div.listItemText &gt; div.title {
  display: inline-block;
  max-width: 130px;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold !important;
  font-size: 12px !important;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div &gt; div.listItemText &gt; i.badge-new {
  font-size: 9px;
  color: #ff3333;
  vertical-align: super;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div &gt; div.listItemLink {
  margin-top: 5px;
  font-size: 10px !important;
}
div.document-grid-tiled ul.listView &gt; li.document-tile &gt; div &gt; div.listItemLink &gt; a {
  margin-right: 10px;
}
.document-grid-unread {
  font-weight: bold;
}
.NonDownloadCell {
  cursor: default !important;
}
div.document-grid-basic .ngHeaderSortColumn,
div.document-grid-tiled .ngHeaderSortColumn {
  position: relative !important;
}
div.document-grid-basic .ngHeaderSortColumn &gt; .ngSortButtonDown,
div.document-grid-tiled .ngHeaderSortColumn &gt; .ngSortButtonDown {
  margin: 0;
  top: 12px;
  right: 12px;
  left: inherit;
}
div.document-grid-basic .ngHeaderSortColumn &gt; .ngSortButtonUp,
div.document-grid-tiled .ngHeaderSortColumn &gt; .ngSortButtonUp {
  margin: 0;
  top: 12px;
  right: 12px;
  left: inherit;
}
.btn.btn-document {
  color: #fff;
  background-color: #ffb44b;
  border-color: #ffb44b;
}
.btn.btn-document:hover {
  background-color: #ff9f18;
  border-color: #ff9f18;
}
.btn.btn-app.btn-document {
  color: #fff;
  background-color: #ffb44b;
  border-color: #ffb44b;
}
.btn.btn-app.btn-document:hover {
  background-color: #ff9f18;
  border-color: #ff9f18;
}
div.documentCustomerRoleType {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-word;
  white-space: nowrap;
  max-height: 1.2em;
}
/*# sourceMappingURL=Document.css.map */</pre></body></html>