.list.onderzoek {
	
	li:not(.has-meetpunten-with-coords):not(.has-contour) {
		/* background-color: hsl(0, 100%, 96%); */
	}

	.item-ago {
		color: silver;
		white-space: nowrap;
		font-size: 9pt;
	}

	.chip.status { float: right; }
	.chip.GEREED { background-color: #ec983f; color: white; font-weight: bold;}
	.chip.RAPPORTAGE { background-color: #75b6ff; color: white; font-weight: bold; }
	.chip.LOPEND { background-color: #5acc5c; color: white; font-weight: bold;}
	.chip.ARCHIEF { background-color: #a78383; color: white; font-weight:bold;}
	.chip.FACTURATIE { background-color: #db1b1b; color: white; font-weight:bold;}
	
	.chip { margin-right: 2px; margin-right: 2px;}
	.chip.anchored { background-color: #fc0; _background-color: #007aff; color: white; font--weight: bold; }
	.chip.downloaded { background-color-: #007aff; color: black; font-weight: bold; }
	.chip.show-on-map { 
		&.blue {
			float: right; background-color: #007aff; color: white; font--weight: bold; font-weight: bold; 
			.chip-label i.fa { font-size: 8pt; }
		}
		.smaller { font-size: smaller; }
	}
	.chip.not-downloaded { background-color: transparent; color: silver; border: 1px solid silver; }
	.chip.methode { background-color: transparent; color: silver; border: 1px solid silver; }
	
	li .item-text { max-height: none; display: block; }
	
	.item-summary {
		clear: both;
		position: relative;
		color: #333;
	}
	
	.item-text > div {
		text-overflow: ellipsis;
    	white-space: nowrap;
    }
}
.page.onderzoek {

	// control visibility anchor and show-on-map buttons depending on the active view
	.button-block.view-main {
		.anchor:not(.view-main) { display: none; }
		.show-on-map:not(.view-main) { display: none; }
	}
	.button-block.view-left {
		.anchor:not(.view-left) { display: none; }
		.show-on-map:not(.view-left) { display: none; }
	}
	
	.list.meetpunten li {
		height: 120px;
		overflow: hidden;
		.chip-label {
			font-size: 16px;
			direction: rtl;
			padding: 3px 7px;
			height: auto;
			display: inline-block;
			max-width: 80px;
		}
		.item-footer { color: #333; }
		.item-subtitle {
			vertical-align: top;
			&.summary { height: 100px; font-size: 9pt; padding-left: 5px;}
			span > label { color: gray; }
		}
	}

}

.page.va-menu .list.onderzoek.anchor {
	li .item-subtitle .fa-map-o { font-size: 9pt; color: silver; }
}