/* Stylus Files */
.documents-archive .folder-group .folder-group,
.documents-archive .list-group-item ~ .list-group {
  padding-left: 2.5rem;
}
.documents-archive .folders .folder-item,
.documents-archive .files .file-item {
  min-height: 3em;
}
.documents-archive .folders .folder-name-and-count {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.documents-archive .folders .folder-name,
.documents-archive .files .file-name {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.documents-archive .files .card {
  height: calc(100% - 1rem);
}
.documents-archive .files .file-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.documents-archive .table-container {
  overflow: auto;
}
.documents-archive .document-list-view-table tbody tr:nth-of-type(odd) {
  background-color: transparent;
}
.documents-archive .document-list-view-table tbody tr:nth-of-type(odd) th,
.documents-archive .document-list-view-table tbody tr:nth-of-type(odd) td {
  background-color: #f2f2f2;
}
.documents-archive .document-list-view-table tbody tr:nth-of-type(even) {
  background-color: transparent;
}
.documents-archive .document-list-view-table tbody tr:nth-of-type(even) th,
.documents-archive .document-list-view-table tbody tr:nth-of-type(even) td {
  background-color: #fff;
}
.documents-archive .document-list-view-table thead tr {
  background-color: transparent;
}
.documents-archive .document-list-view-table thead tr th,
.documents-archive .document-list-view-table thead tr td {
  background-color: #fff;
}
.documents-archive .document-list-view-table th,
.documents-archive .document-list-view-table td {
  vertical-align: middle;
}
.documents-archive .document-list-view-table .freeze-col {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 20;
  min-width: 10rem;
  word-break: normal;
  padding: 0;
}
.documents-archive .document-list-view-table .freeze-col .inner {
  padding: 0.75rem;
  border-right: 1px solid #dee2e6;
}
@media (min-width: 576px) {
  .documents-archive .document-list-view-table .freeze-col .inner {
    border-right: none;
  }
}
.documents-archive .document-list-view-table .document-title {
  width: 100%;
}
.documents-archive .document-list-view-table .document-title ~ * {
  white-space: nowrap;
}
.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}


/*# sourceMappingURL=app.css.map*/