:root {
	/*
	 * Materialize Components
	 */
	--color-mat-input-border: #42a5f5;
	--color-mat-checkbox: #42a5f5;
	--color-mat-radio: #42a5f5;
	--color-mat-dropdown: #42a5f5;
	--color-mat-switch: #42a5f5;
	--color-mat-switch-line: #90caf9;
	--color-mat-button: #42a5f5;
	--color-mat-button-hover: #1565c0;

	/*
	 * Application Components
	 */
	--color-table-button-view: #42a5f5;
	--color-table-button-edit: #64b5f6;
	--color-table-button-delete: #90caf9;
	
	--color-pagination-active: #42a5f5;
	
	--color-action-limit: #64b5f6;
	--color-action-filter: #64b5f6;
	--color-action-autoreload: #e57373;
	--color-action-autoreload-inactive: #64b5f6;
	--color-action-resetsearch: #e57373;
	--color-action-tablemode: #64b5f6;
	--color-action-headline: #64b5f6;
	
	--color-menu: #64b5f6;
	--color-submenu: #64b5f6;
	
	--color-table-status-progress: #ff9800;
	--color-table-status-cancel: #f44336;
	--color-table-status-success: #4caf50;

	--color-autocomplete-element-hover: #e3f2fd;
	--color-autocomplete-element-highlighted: #42a5f5;
}
