.tx-lpc-filelist {
	display: grid;
	grid-template-columns: 16px 5fr 1fr 2fr auto;
	grid-gap: 0 0.6rem;
	align-items: center;
}

.tx-lpc-filelist .filelist-nav {
	grid-column: 1 / end;
	display: flex;
	gap: 0.5rem;
}

.tx-lpc-filelist .filelist-breadcrumbs {
	flex-grow: 1;
}

.tx-lpc-filelist .filelist-search {
	display: flex;
	line-height: 24px;
}

.tx-lpc-filelist .filelist-search button,
.tx-lpc-filelist .filelist-search button:hover {
	background: none;
	border: none;
	outline: none;
	padding: 0;
}

.tx-lpc-filelist .filelist-search input {
	padding: 0;
	border: none;
	background: none;
	outline: none;
	margin-right: 1rem;
}

.tx-lpc-filelist .filelist-search .clearButton {
	margin-left: -2rem;
	width: 2rem;
}

.tx-lpc-filelist .filelist-search input:placeholder-shown ~ .clearButton,
.tx-lpc-filelist .filelist-search input:-ms-placeholder-shown ~ .clearButton{
	display: none;
}

.tx-lpc-filelist .fulltextSearchInfo {
	color:#49c;
	font-size:20px;
	line-height: 24px;
	padding: 2px 0px;
	margin: 0 2px;
}

.tx-lpc-filelist .filelist-action {
	display: flex;
	align-items: center;
	position: relative;
}

.tx-lpc-filelist .filelist-add-menu {
	position: absolute;
	display: none;
	background: white;
	list-style: none;
	white-space: nowrap;
	box-shadow: 1px 1px 8px 2px rgb(0 0 0 / 30%);
	padding: 0;
	margin: 0;
}

.tx-lpc-filelist .filelist-add-menu li {
	padding: 0.5rem;
	border: 1px solid silver;
	cursor: pointer;
}

.tx-lpc-filelist .upload:hover .filelist-add-menu {
	display: block;
	right: 0;
	z-index: 10;
}

.tx-lpc-filelist .zipDownloadButton,
.tx-lpc-filelist .zipDownloadButton:hover {
	background:url("../Icons/folder-download.png");
	border:none;
	padding:0;
	width:24px;
	height:24px;
	cursor:pointer;
}


.tx-lpc-filelist .filelist-service {
	grid-column: 1 / 4;
}

.tx-lpc-filelist .filelist-icon {
	grid-column: 1;
}
.tx-lpc-filelist .filelist-icon svg,
.tx-lpc-filelist .filelist-icon img {
	width: 20px;
	max-height: 30px;
}

.tx-lpc-filelist .filelist-title,
.tx-lpc-filelist .filelist-title .header,
.tx-lpc-filelist .filelist-entry,
.tx-lpc-filelist .filelist-entry .fileListEntry {
	display: contents;
	position: relative;
}

.tx-lpc-filelist .filelist-filename {
	grid-column: 2;
	word-break: break-word;
}

.tx-lpc-filelist .filelist-fulltextcontext {
	grid-column: 1 / end;
	font-size: 80%;
}
.tx-lpc-filelist .filelist-fulltextcontext .folder-path {
	font-style: italic;
	filter: contrast(0.3);
	margin: 0.2rem 0;
}

/**
 * compiled with:
 * (echo '.tx-lpc-filelist {'; curl https://raw.githubusercontent.com/TYPO3/typo3/10.4/Build/Sources/Sass/component/_icon.scss; echo '}') | sass --stdin --style=compressed
 */
.tx-lpc-filelist .icon{position:relative;display:inline-block;overflow:hidden;white-space:nowrap;height:1em;width:1em;vertical-align:-22%}.tx-lpc-filelist .icon svg,.tx-lpc-filelist .icon img{display:block;height:100%;width:100%;transform:translate3d(0, 0, 0)}.tx-lpc-filelist .icon *{display:block;line-height:inherit}.tx-lpc-filelist .icon-markup{position:absolute;display:block;text-align:center;top:0;left:0;right:0;bottom:0}.tx-lpc-filelist .icon-overlay{position:absolute;bottom:0;right:0;height:68.75%;width:68.75%;text-align:center}.tx-lpc-filelist .icon-color{fill:currentColor}.tx-lpc-filelist .icon-spin .icon-markup{-webkit-animation:icon-spin 2s infinite linear;animation:icon-spin 2s infinite linear}@-webkit-keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes icon-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tx-lpc-filelist .icon-state-disabled .icon-markup{opacity:.5}.tx-lpc-filelist .icon-size-small{height:16px;width:16px;line-height:16px}.tx-lpc-filelist .icon-size-small .icon-unify{line-height:16px;font-size:14px}.tx-lpc-filelist .icon-size-small .icon-overlay .icon-unify{line-height:10px;font-size:9px}.tx-lpc-filelist .icon-size-default{height:32px;width:32px;line-height:32px}.tx-lpc-filelist .icon-size-default .icon-unify{line-height:32px;font-size:28px}.tx-lpc-filelist .icon-size-default .icon-overlay .icon-unify{line-height:20px;font-size:18px}.tx-lpc-filelist .icon-size-large{height:48px;width:48px;line-height:48px}.tx-lpc-filelist .icon-size-large .icon-unify{line-height:48px;font-size:42px}.tx-lpc-filelist .icon-size-large .icon-overlay .icon-unify{line-height:30px;font-size:26px}.tx-lpc-filelist .icon-size-mega{height:64px;width:64px;line-height:64px}.tx-lpc-filelist .icon-size-mega .icon-unify{line-height:64px;font-size:56px}.tx-lpc-filelist .icon-size-mega .icon-overlay .icon-unify{line-height:40px;font-size:35px}
