:root {
	--default_background_color: dimgray;
	--default_awaiting_input_color: #D3D3D3;
	
	--body_height: 768px;
	/* calc (var(--body_height) *2); */
	
	--default_padding: 4px;
	--default_padding_percent: 0.5%;
	--default_margin: 4px;
	
	--main_height: 724px;
	
	--default_text_color: black;
	--default_text_color_alt: white;
	--default_text_size: 14px;
	
	--help_text_color: white;
	--help_text_size: 14px;
	--help_color_err: red;
	--help_color_success: green;
	
	--header_text_color: white;
	--Header_text_size: 74px;
	--Header_text_size2: 64px;
	--header_text_background_color1: green; 
	
	--SEARCH_FILTER_background_color_myInterest: #50E809;
	--SEARCH_FILTER_background_color_filter: orange;
	--SEARCH_FILTER_background_color_reset: #F3F781;
	--SEARCH_FILTER_background_color_error: red;
	--SEARCH_FILTER_background_color_unavailable: #EBDEDD;
	
	
/*	--header_text_background_color1: #000080; */
	--header_text_background_color2: #6fffff;
	
	--header_text_background_color3: #50E809;
	
	--header_text_background_color4: red;
	--header_text_background_color5: black;
	
	--header_text_background_color6: white;
	
	--header_text_background_color7: #d1ff6f;
	
/*	--index_menu_background_color: #c52e2e;	*/
	--index_menu_background_color: white;
	--index_menu_background_color_selected: #000080;
	--index_menu_height: 40px;
	--index_menu_line_height: 40px;
	--index_menu_border_width: 3px;
	--index_menu_height_adjusted: 34px;				/* = index_menu_height - 2 x index_menu_border_width */
	
	
	
	--header_text_background_error_color1:red;
	--header_text_background_error_color2:#6fffff;
	
	
	--main_background_color: #ffffff;
	--main_text_size: 14px;
	
	--wrapper_background_color: #ffffff;
	
	--unavailable_button_color1: dimgray;
	--empty_button_color1: red;
	
	--smart_color: #50E809;
	--default_color: black;
	
	--fieldset_color1: #ffffe6;
	--fieldset_color2: white;
	
	--footer_text: 20px;
	--footer_text_small: 10px;
	
	
	--bubble_color1: green;
	
	
	
	--text_standard: 14px;
	
	--background_color: #ffffff;
	/* --background_color: #6fffff; */
	
	
 
  --back_color1: #000080;
  --back_color2: #ffffe6;
  --back_color_err: red;
   --back_color_alert: red;
 
  --select_color1: #F3F781; 
  --active_button_color1: #50E809;
  --selected_button_color1: #50E809;
  --selected_button_color2: #50E809;
  --unselected_button_color1: yellow;
  --cancel_button_color1: yellow;
  --unselected_button_color2: #000080;
  --blue_text_color: #000080;
   --red_text_color: red;
  --highlight_button_color1: orange;
 
  --light_grey_highlight: #E7ECEC;
  --white: #ffffff;
  
  /* Header Height: */
  --Header_Height: 80px;
  --Header_text_standard: 74px;
  --Header_text_medium: 50px;
  --Header_text_small: 30px;
    --Header_text_smaller: 20px;
  --sub_Header_Left: 50%;
  --sub_Header_Right: 50%;
  
  --text_large: 24px;
  --text_biggerer: 20px;
  --text_bigger: 18px;
  --text_big: 16px;
  --text_small: 14px;
  --text_smaller: 12px;
  --text_smallerer: 10px;
  --text_smallerest: 8px;
  
  /* Level 2 Category Buttons */
  --category_button_height: 20px;
  --category_button_height_hover: 20px;
  --category_button_width: 100%;
  
   --category_button_height_small: 16px;
  --category_button_height_hover: 20px;
  
  --select_client_button_width: 75%;
  --select_clientREF_button_width: 28%;
  
   /* Level 3 Category Buttons */
   --small_button_height: 25px;
   --small_button_height_hover: 20px;
   --small_button_width: 100%;
   --small_button3_width: 100%;
   --small_button4_width: 100%;
   --small_button5_width: 100%;
  
}