:root{
	--m_white:						#ffffff;
	--m_text:						#4e4e4e;
	--m-border:						#dddddd;
	--m-border-primary:				#5dab3d;
	--m-border-secondary:			#e3f4cc;
	--m_text_r:						78;
	--m_text_g:						78;
	--m_text_b:						78;
	--m-grey-120:					#e1e1e1;
	--bg-primary:					#123419;
	--bg-secondary:					#e3f4cc;
	--bg-tertiary:					#5dab3d;
	--txt-secondary:				#4e4e4e;
	--txt-tertiary:					#e1e1e1;

	/*ADMIN*/
	--body-bg:						#ffffff;
	--body-txt:						#4e4e4e;
	--address-bg:					#e3f4cc;
	--address-txt:					#4e4e4e;
	--a-color-txt:					#4e4e4e;
	--a-color-txt-active:			#787878;
	--a-color-error:				#8a0808;

	--h-navbar-bg:					#123419;	
	--h-navbar-res:					#5dab3d;
	--h-navbar-toggle-bg:			#5dab3d;
	--h-navbar-toggle-bo:			#5dab3d;
	--h-navbar-toggle-it:			#e1e1e1;

	--dropdown-menu-bg:				#ffffff;			
	--dropdown-menu-bo:				#e3f4cc;
	--dropdown-menu-txt:			#4e4e4e;
	--dropdown-menu-txt-bg:			#ffffff;
	--dropdown-menu-txt-hf:			#787878;

	--menu-options-txt:				#e1e1e1;
	--menu-options-bg-active:		#5dab3d;
	--menu-options-bo-active:		#e3f4cc;

	--action-btn-txt:				#e1e1e1;
	--action-btn-bg:				#123419;	
	--action-btn-bo:				#123419;
	--action-btn-txt-active:		#e1e1e1;
	--action-btn-bg-active:			#5dab3d;
	--action-btn-bo-active:			#123419;
	
	--search-txtbox-txt:			#4e4e4e;
	--search-txtbox-bg:				#e3f4cc;
	--search-txtbox-bo:				#e3f4cc;
	--search-txtbox-txt-active:		#e1e1e1;
	--search-txtbox-bg-active:		#5dab3d;
	--search-txtbox-bo-active:		#5dab3d;
	--search-txtbox-bo-active-r:	93;
	--search-txtbox-bo-active-g:	171;
	--search-txtbox-bo-active-b:	61;
	--search-button-txt:			#4e4e4e;
	--search-button-bg:				#e3f4cc;
	--search-button-bo:				#e3f4cc;
	--search-button-txt-active:		#e1e1e1;
	--search-button-bg-active:		#5dab3d;
	--search-button-bo-active:		#5dab3d;

	--table-head-bg:				#5dab3d;
	--table-head-txt:				#e1e1e1;
	--table-border:					#dddddd;
	--table-row-pair-bg:			#e3f4cc;
	--table-row-active-bg:			#9dc761;
	
	/*Forms*/
	--form-disabled-bg:				#e1e1e1;
	--form-disabled-txt:			#4e4e4e;
	
	/*timeline*/
	--timeline-bar-bg:				#787878;
	--timeline-dot-bg:				#5dab3d;
	--timeline-center-bg:			#ffffff;

}