/* v13: use a familiar outlined folder so an empty folder does not look like
   a solid status block.  The white centre deliberately remains open/blank. */
.file-storage-prototype .fs-file.folder,
.file-storage-prototype .fs-folder{
  width:36px;
  height:27px;
  margin-top:3px;
  border:2px solid #e8b23b;
  border-radius:3px 5px 5px 5px;
  background:#fffdf7;
  color:transparent;
  overflow:visible;
  box-shadow:none;
}
.file-storage-prototype .fs-file.folder:before,
.file-storage-prototype .fs-folder:before{
  left:3px;
  top:-8px;
  width:15px;
  height:8px;
  border:2px solid #e8b23b;
  border-bottom:0;
  border-radius:4px 4px 0 0;
  background:#fffdf7;
}
.file-storage-prototype .file-storage-list.is-grid .fs-file.folder{
  width:62px;
  height:45px;
  margin-top:14px;
  border-width:3px;
  border-radius:5px 8px 8px 8px;
}
.file-storage-prototype .file-storage-list.is-grid .fs-file.folder:before{
  left:5px;
  top:-10px;
  width:27px;
  height:11px;
  border-width:3px;
  border-bottom:0;
  border-radius:6px 6px 0 0;
}
.file-storage-prototype .file-storage-shortcuts .fs-folder,
.file-storage-prototype .fs-shortcut-option .fs-folder{
  flex:0 0 auto;
}
