| 
														
															@@ -18,6 +18,8 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		</div> 
														 | 
														
														 | 
														
															 		</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		<div class="table-outer-container"> 
														 | 
														
														 | 
														
															 		<div class="table-outer-container"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			<div class="table-container"> 
														 | 
														
														 | 
														
															 			<div class="table-container"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				<div class="table-header"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+				</div> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				<table class="table"> 
														 | 
														
														 | 
														
															 				<table class="table"> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					<thead> 
														 | 
														
														 | 
														
															 					<thead> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						<draggable 
														 | 
														
														 | 
														
															 						<draggable 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -42,17 +44,41 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										shownColumns.indexOf(column.name) !== -1 
														 | 
														
														 | 
														
															 										shownColumns.indexOf(column.name) !== -1 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									" 
														 | 
														
														 | 
														
															 									" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								> 
														 | 
														
														 | 
														
															 								> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-									<span @click="changeSort(column)"> 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+									<span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										{{ column.displayName }} 
														 | 
														
														 | 
														
															 										{{ column.displayName }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+									</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+									<span 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										v-if="column.sortable" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										:content="`Sort by ${column.displayName}`" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										v-tippy 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+									> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										<span 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											v-if="!sort[column.sortProperty]" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											class="material-icons" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											@click="changeSort(column)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											unfold_more 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										<span 
														 | 
														
														 | 
														
															 										<span 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 											v-if=" 
														 | 
														
														 | 
														
															 											v-if=" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-												column.sortable && 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-												sort[column.sortProperty] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+												sort[column.sortProperty] === 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+												'ascending' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 											" 
														 | 
														
														 | 
														
															 											" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-											>({{ 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-												sort[column.sortProperty] 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-											}})</span 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											class="material-icons" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											@click="changeSort(column)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										> 
														 | 
														
														 | 
														
															 										> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											expand_less 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										<span 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											v-if=" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+												sort[column.sortProperty] === 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+												'descending' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											class="material-icons" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											@click="changeSort(column)" 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+											expand_more 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+										</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									</span> 
														 | 
														
														 | 
														
															 									</span> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 									<tippy 
														 | 
														
														 | 
														
															 									<tippy 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 										v-if="column.filterable" 
														 | 
														
														 | 
														
															 										v-if="column.filterable" 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -471,6 +497,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.table-header, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	.table-footer { 
														 | 
														
														 | 
														
															 	.table-footer { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		background-color: var(--dark-grey-3); 
														 | 
														
														 | 
														
															 		background-color: var(--dark-grey-3); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		color: var(--light-grey-2); 
														 | 
														
														 | 
														
															 		color: var(--light-grey-2); 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -492,20 +519,33 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			thead { 
														 | 
														
														 | 
														
															 			thead { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				tr { 
														 | 
														
														 | 
														
															 				tr { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					th { 
														 | 
														
														 | 
														
															 					th { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						height: 40px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						line-height: 40px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						border: 1px solid var(--light-grey-2); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						border-width: 1px 1px 1px 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						&:first-child, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						&:last-child { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							border-width: 1px 0 1px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						&.sortable { 
														 | 
														
														 | 
														
															 						&.sortable { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							cursor: pointer; 
														 | 
														
														 | 
														
															 							cursor: pointer; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						} 
														 | 
														
														 | 
														
															 						} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-						span { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						& > span { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							float: right; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							& > .material-icons { 
														 | 
														
														 | 
														
															 							& > .material-icons { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								font-size: 22px; 
														 | 
														
														 | 
														
															 								font-size: 22px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								position: relative; 
														 | 
														
														 | 
														
															 								position: relative; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								top: 6px; 
														 | 
														
														 | 
														
															 								top: 6px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								cursor: pointer; 
														 | 
														
														 | 
														
															 								cursor: pointer; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							} 
														 | 
														
														 | 
														
															 							} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							&:first-child { 
														 | 
														
														 | 
														
															 							&:first-child { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+								float: left; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 								white-space: nowrap; 
														 | 
														
														 | 
														
															 								white-space: nowrap; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-								line-height: 32px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 							} 
														 | 
														
														 | 
														
															 							} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						} 
														 | 
														
														 | 
														
															 						} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					} 
														 | 
														
														 | 
														
															 					} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -532,17 +572,16 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						border-left: 5px solid var(--green); 
														 | 
														
														 | 
														
															 						border-left: 5px solid var(--green); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 						padding-left: 0; 
														 | 
														
														 | 
														
															 						padding-left: 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 					} 
														 | 
														
														 | 
														
															 					} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			th, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-			td { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				border: 1px solid var(--light-grey-2); 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				border-width: 0 1px 1px 0; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					td { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						border: 1px solid var(--light-grey-2); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						border-width: 0 1px 1px 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				&:first-child, 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-				&:last-child { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-					border-width: 0 0 1px; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						&:first-child, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						&:last-child { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+							border-width: 0 0 1px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+						} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+					} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 				} 
														 | 
														
														 | 
														
															 				} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			} 
														 | 
														
														 | 
														
															 			} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -557,6 +596,7 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		} 
														 | 
														
														 | 
														
															 		} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	} 
														 | 
														
														 | 
														
															 	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.table-header, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 	.table-footer { 
														 | 
														
														 | 
														
															 	.table-footer { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		display: flex; 
														 | 
														
														 | 
														
															 		display: flex; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		flex-direction: row; 
														 | 
														
														 | 
														
															 		flex-direction: row; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -564,7 +604,13 @@ export default { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		justify-content: space-between; 
														 | 
														
														 | 
														
															 		justify-content: space-between; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		line-height: 36px; 
														 | 
														
														 | 
														
															 		line-height: 36px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		background-color: var(--white); 
														 | 
														
														 | 
														
															 		background-color: var(--white); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.table-header .button { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+		margin: 5px; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+	.table-footer { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		& > div:first-child, 
														 | 
														
														 | 
														
															 		& > div:first-child, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 		div .control { 
														 | 
														
														 | 
														
															 		div .control { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 			display: flex; 
														 | 
														
														 | 
														
															 			display: flex; 
														 |