/***
 *	2017-09-02
 */

.file-list { list-style: none; padding-left: 0 }
	.file-category {}
		.file-category-name { background: #555; color: #ddd; padding: 8px 20px 8px 32px; }
		.file-category-name:after { border-top-color: #ddd; top: 18px; left: 12px; }
		.file-category-name.drop-item-active:after { border-top-width: 0; border-bottom: 5px solid #ddd; }
		.file-category-list { list-style: none; margin: 0 !important }
			.file-item { background: #eee; padding: 8px 8px 8px 16px; display: flex; align-items: center; }
				.file-name { flex: 1 1 auto }
				.file-link { flex: 0 0 auto; margin-top: 0 !important; }
