|  | @@ -43,7 +43,11 @@ display: none;
 | 
	
		
			
				|  |  |  {% for department in departments %}
 | 
	
		
			
				|  |  |  <option value="{{ department.id }}"{% if department_filter==department.id %} selected {% endif %}>{{ department.v_department_name }}</option>
 | 
	
		
			
				|  |  |  {% endfor %}{# end of looping through departments #}
 | 
	
		
			
				|  |  | -</select><input type="button" id="btn_department_filter" value="Apply filter">
 | 
	
		
			
				|  |  | +</select>
 | 
	
		
			
				|  |  | +<button type="button" id="btn_department_filter" value="Apply filter" style="background-color: rgb(39, 37, 92); color: white; border: none; padding: 8px 12px; border-radius: 4px; cursor: pointer;">
 | 
	
		
			
				|  |  | +{{ icons.search_svg(s_label="apply filters") }}
 | 
	
		
			
				|  |  | +Apply filter
 | 
	
		
			
				|  |  | +</button>
 | 
	
		
			
				|  |  |  </div>
 | 
	
		
			
				|  |  |  <div class="table-container">
 | 
	
		
			
				|  |  |  <table id="tbl_roles" class="data-table">
 |