/* v15: personal-library sorting control. */
.file-storage-prototype .fs-sort-control{position:relative;z-index:7;margin-right:8px}
.file-storage-prototype .fs-sort-trigger{
  min-height:34px;padding:0 12px;border:1px solid #cddfeb;border-radius:8px;
  background:#fff;color:#315a75;font-size:13px;font-weight:700;white-space:nowrap;cursor:pointer;
}
.file-storage-prototype .fs-sort-trigger:hover{border-color:#78bca9;background:#f2fbf7;color:#087f61}
.file-storage-prototype .fs-sort-menu{
  position:absolute;right:0;top:40px;width:148px;padding:6px;overflow:hidden;
  border:1px solid #d7e5ed;border-radius:10px;background:#fff;box-shadow:0 12px 28px rgba(29,66,91,.18);
}
.file-storage-prototype .fs-sort-menu button{
  display:block;width:100%;height:32px;padding:0 10px;border:0;border-radius:6px;background:transparent;
  color:#36566e;text-align:left;font-size:13px;cursor:pointer;
}
.file-storage-prototype .fs-sort-menu button:hover{background:#eef8f4;color:#087f61}
.file-storage-prototype .fs-sort-menu hr{height:1px;margin:5px 4px;border:0;background:#e5edf2}
@media(max-width:780px){.file-storage-prototype .fs-sort-control{margin-right:4px}.file-storage-prototype .fs-sort-trigger{padding:0 9px;font-size:12px}}
