.property .list .index {
	flex-basis: 15px;
}

.property .list .type {
}

.property .list .name {
}

.property .list .short-desc {
	display: none;
}

.property .list .placement {
	overflow: hidden;
}

.property .list .actions {
}

.property .list .desc {
	display: none;
}

.property .list .creation-date {
	display: none;
}

.property .list .target-date {
	display: none;
}

.property .list .modified-date {
	display: none;
}

.property .list .path {
	display: none;
}

.property .list .image {
	display: none;
}

.property .list .fileCount {
	display: none;
}

.property .list .category {
	display: none;
}

.property .list .files {
	display: none;
}

.property .list .tagCount {
	display: none;
}

.property .list .tags {
	display: none;
}

.property .list .categoryCount {
	display: none;
}

.property .list .categories {
	display: none;
}

.property .list .md5-hash {
	display: none;
}

.property .list .main-image {
	display: none;
}

.property .list .object.with-error .stack-trace {
	display: none;
}

.property .list .error {

}

.property .list > .object.error {
	background-color: rgba(126,0,0,0.2);
}
.property .list > .object.error > .error {
	order: 1;
}
.property .list > .object.error > .path {
	order: 2;
	flex-grow: 1;
	display: block;
	text-align: center;
}
.property .list > .object.error > .actions {
	order: 3;
}