/* Search */
.section .search{
	height: 13vh;
}
.section .search input[type="text"]{
	width: calc(100% - 6vh - 14vh);
	border: none;
	border-bottom: 0.2vh solid #ccc;
	outline: none;
	display: inline-block;
	vertical-align: top;
}
.section .search .button{
	border-radius: 0px;
	padding: 1vh 3vh;
	display: inline-block;
	width: 8vh;
	height: 8vh;
	vertical-align: top;
}
.section .search .button img{
	width: 8vh;
}

/* Filters */


/* Results */
.section .results{
	border-spacing: 0 1vh;
	width: 100%;
	overflow: hidden;
}
.section .results .entries .tcell, .section .results .tcell.tableFirstCol, .section .results .fieldTitles .tcell{
	white-space: nowrap;
	padding: 1.5vh 3vh;
}

.section .results .trow .tcell.tableFirstCol{
	background-color: #ccc;
	border-right: 0.2vh solid #aaa;
	z-index: 10;
}
.section .results .trow:nth-child(2n) .tcell.tableFirstCol{
	background-color: #ddd;
}

.section .results .entry .tcell{
	background-color: #f0f0f0;
}
.section .results .entry:nth-child(2n) .tcell{
	background-color: #f5f5f5;
}

/* Box Specifics */
.section .results .entry .tcell.worklist{
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #fff;
	vertical-align: middle;
}
.section .results .entry .tcell.worklist .dot:last-child{
	margin: 0;
}

.section .results .entry .tcell.longtext{
	max-width: 80vw;
}