
body.folder-listing-theme {
  font-family: Arial, Helvetica, sans-serif;
}
body.folder-listing-theme > pre,
body.folder-listing-theme > table:not(#plupart-generated-listing table),
body.folder-listing-theme > hr,
body.folder-listing-theme > h1 {
  display: none !important;
}
#plupart-listing-anchor {
  display: block;
  height: 0;
  overflow: hidden;
}
#plupart-generated-listing {
  width: 980px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  clear: both;
}
#plupart-generated-listing table.filelist {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
#plupart-generated-listing th {
  background: transparent url("/FolderListing/pict/box_header_bg.png") repeat-x scroll 0 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 8px;
  color: #000;
  border: 0;
  text-align: left;
}
#plupart-generated-listing td {
  padding: 6px 8px;
  border: 0;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#plupart-generated-listing tbody tr:nth-child(even) td {
  background: #eaf3ff;
}
#plupart-generated-listing tbody tr:hover td {
  background: #d9eaff;
}
#plupart-generated-listing .name { width: 43%; text-align: left; }
#plupart-generated-listing .lastmod { width: 18%; text-align: right; }
#plupart-generated-listing .size { width: 12%; text-align: right; }
#plupart-generated-listing .desc { width: 22%; text-align: right; }
#plupart-generated-listing .choice { width: 5%; text-align: right; }
.plupart-file-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
#plupart-generated-listing .name a {
  color: #1f5b91;
  text-decoration: none;
}
#plupart-generated-listing .name a:hover {
  text-decoration: underline;
}
.plupart-bottom-footer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 980px;
  max-width: calc(100% - 32px);
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: url('/FolderListing/pict/upper_bgnd.jpg') repeat-x;
  color: #333;
}
.plupart-bottom-footer .plupart-logout-dot {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  line-height: 1;
  padding: 0 8px;
}
.plupart-bottom-footer .plupart-logout-dot:hover {
  color: #000;
  text-decoration: none;
}
.cap.boxtop {
  height: 5px;
  width: 980px;
  max-width: calc(100% - 32px);
  margin: 0 auto;
  display: block;
}
.ext-badge, .file-ext-badge, span.extension-badge, span.file-extension, span.ext {
  display: none !important;
}

#plupart-generated-listing th.sortable {
  cursor: pointer;
  user-select: none;
}
#plupart-generated-listing th.sortable:hover {
  text-decoration: underline;
}
#plupart-generated-listing .sortmark {
  display: inline-block;
  min-width: 10px;
  margin-left: 3px;
  font-size: 10px;
}
