/*---------------------------- MASTER ----------------------------------------------------------------------- */
/* CSS files to standarise across browsers and to start with a clean slate.*/
@import url("/RIOsys/javax.faces.resource/master/reset.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/master/common.css.xhtml?ln=styles/armac");

/*
TODO: Review in better detail if this is needed since we could be dropping support to IE8.
@import url("/RIOsys/javax.faces.resource/master/ie.css.xhtml?ln=styles/armac");*/
@import url("/RIOsys/javax.faces.resource/master/typography.css.xhtml?ln=styles/armac");

/*---------------------------- MISC / TO-CONVERT ------------------------------------------------------------- */
/* These legacy files need to be processed and eventually broken up into components/common/features.
   They are loaded here to prevent the overal UI from breaking, but they don't belong here.
*/

@import
	url("/RIOsys/javax.faces.resource/misc/to-convert/formalize.css.xhtml?ln=styles/armac");
	
@import
	url("/RIOsys/javax.faces.resource/misc/to-convert/new_armac_primefaces.css.xhtml?ln=styles/armac");


@import url("/RIOsys/javax.faces.resource/misc/to-convert/new_stylesheet.css.xhtml?ln=styles/armac")
	;

/*---------------------------- COMPONENTS --------------------------------------------------------------------- */
/* The standard components (e.g. buttons, menus, tables, etc.) that apply to the entire UI.  Specific
    modifications to components (e.g. the Top menu) are overridden after this section (e.g. common for top-menu).
*/
@import
	url("/RIOsys/javax.faces.resource/components/datatable/datatable.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/components/paginator/paginator.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/menu/menu.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/tabs/tabs.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/tabs/wizard.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/components/datagrid/datagrid.css.xhtml?ln=styles/armac");
@import
	url("/RIOsys/javax.faces.resource/components/treetable/treetable.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/components/panel/panel.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/components/panelgrid/panelgrid.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/components/fileupload/fileupload.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/button/button.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/widget/widget.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/dialog/dialog.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/picklist/picklist.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/overlaypanel/overlaypanel.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/selectcheckboxmenu/selectcheckboxmenu.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/selectonebutton/selectonebutton.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/slider/slider.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/selectonemenu/selectonemenu.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/chips/chips.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/timeline/timeline.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/spinner/spinner.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/datepicker/datepicker.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/staticmessage/staticmessage.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/components/toggleswitch/toggleswitch.css.xhtml?ln=styles/armac");

/*---------------------------- COMMON -------------------------------------------------------------------------- */
/* Specific changes to components that apply to the entire UI.  Specific modifications that apply to particular pages
	belong in the features section (e.g. category-list).  However, the particular page should only load the 
	relevant CSS files thus to avoid loading bunch of unnecessary CSS files on every page load.
	
*/
@import url("/RIOsys/javax.faces.resource/common/menu-top.css.xhtml?ln=styles/armac");

/*---------------------------- FEATURES ------------------------------------------------------------------------- */

/* Note about features: They should be loaded when the specific feature is used.
  For example, no point of loading dss styles when under the knowledge section.
  Loading some here, but they don't belong here and instead in the facet of the xhtml page.
  For example:
  
  <f:facet name="last">
		<link type="text/css" rel="stylesheet" 
                             href="/RIOsys/javax.faces.resource/features/dss/dss.css.xhtml?ln=styles/armac" />
	</f:facet>
  
  Note: Anything under misc are styles that have not yet been categorised.
*/
@import
	url("/RIOsys/javax.faces.resource/features/dss/dss.css.xhtml?ln=styles/armac");
@import
	url("/RIOsys/javax.faces.resource/features/knowledge/knowledge.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/features/misc/buttons.css.xhtml?ln=styles/armac");

@import url("/RIOsys/javax.faces.resource/features/misc/tasks.css.xhtml?ln=styles/armac");

@import
	url("/RIOsys/javax.faces.resource/features/misc/category_list.css.xhtml?ln=styles/armac");
	
@import url("/RIOsys/javax.faces.resource/features/misc/tasks.css.xhtml?ln=styles/armac");	
	
/*---------------------------- END ------------------------------------------------------------------------------- */