.list-footer,
.list-footer hr
{
	margin-top: 20px;
}

.list-item.editor
{
	border-radius: 2px;
	box-shadow: 0px 0px 20px 10px rgba(145,145,145,.2);
	padding: 1rem 1rem 0 1rem;
	transition: all .3s ease-out;
}

/*
tr.list-item.editor td
{
	padding: 15px;
}
*/

.list-item.editor .form-group
{
	margin-bottom: .75rem;
}

.list-item:not(.editor)
{
	transition: box-shadow .1s ease-in, margin .2s ease-in;
}

.list-item:not(.editor):hover
{
	background-color: var(--light);
	transition: background-color 0.3s ease;
	cursor: pointer;
}

.list-item:not(.editor) .section
{
	display: none;
}

ul >.list-item
{
	min-height: 3rem;
	align-content: center;
}

.list-header .rownum { width: 2rem; white-space: nowrap; }
.list-item .rownum { font-size: 0.8em; color: #999; white-space: nowrap; }
.list-item .ts { font-size: 0.9em; color: #999; word-wrap: break-word; line-height: 1em; }
.list-item:not(:hover) .autohide { visibility: hidden; opacity: 0; }
.list-item:not(:hover) .autohide-display { display: none; }
@media screen and (max-width: 991px) {
	.list-item:not(:hover) .autohide { visibility: visible; opacity: 1; }
	.list-item:not(:hover) .autohide-display { display: revert; }
}

.list-item .input-group-addon,
.list-footer .input-group-addon
{
}

.list-item a.delete-item
{
	height: 1em;
	width: 1em;
	padding: 0;
	margin: 10px;
	line-height: 1em;
	background-color: transparent !important;
}

.list-item a.delete-item img
{
	height: 1em;
}

