/*******************************
* Core variables and mixins
********************************/
//Core styles to be included at start
@import "../../../../node_modules/bootstrap/less/bootstrap.less";
@import "../../../../node_modules/font-awesome/less/font-awesome.less";
@import "app-plugins.less";

@import "variables.less";
@import "../../../../node_modules/bootstrap/less/mixins.less";
@import "elements/elements.less";

// Plugins have been moved to "app-plugins.less" file (because IE cannot handle more than 4096 selectors in a stylesheet)

/*********************************
* Libraries (Remove if not needed)
**********************************/

@import "library/jqueryui/jquery-ui-1.10.3.custom.less";

/*************************************************************************************************
* Individual pages, sections, and components.  You can remove any of these sections you don't use
**************************************************************************************************/
// Components
@import "app/component-fullscreen.less";
@import "app/component-jqueryui.less"; // dependency: jquery-ui-1.10.3.custom.less
@import "app/page-error.less";


/******************************************************
* Main THEME (Imports by order - do not change order)
*******************************************************/
@import "app/main.less";
@import "app/main-container-fix.less";
@import "app/main-special-class.less";
@import "app/main-colorpallet.less";
@import "app/main-page-footer.less";
@import "app/main-responsive.less";

// Patches
@import "app/ie-fix.less";

// UI (overrides and new)
@import "app/top-menu.less";
@import "app/no-menu.less";

//Core styles to be included at end
@import "themes/default.less";
@import "custom.less";