﻿@charset "utf-8";
/* CSS Document */

/*****************************
	      FONT-AWESOME
*****************************/
@import url("../angular/css/font-awesome-4.4.0/css/font-awesome.css");

/*****************************
	      CSS RESET
*****************************/

@import url("css_includes/css_reset.css"); /* The goal of a reset stylesheet is to reduce browser inconsistencies */

/*****************************
	     CSS TOOLS
*****************************/

@import url("css_includes/css_tools.css"); /* These are CSS classes that are used to facilitate specific display atributes, as if they where hard coded, i.e. float, align_left, shown, hidden etc.  */
@import url("css_includes/layout_tools.css"); /* These are CSS classes that are used to facilitate specific layout atributes.  */

/*****************************
	  GENERAL FORMATING
*****************************/

@import url("css_includes/general_formating.css"); /* This includes, a:link, a:hover, h1, h2, h3, attention, notes, important etc. */


/*****************************
	  GENERAL STRUCTURE
*****************************/

@import url("css_includes/header.css?v2"); /* Includes the header structure and the main navigation, but does not include the main navigation css styles, please see main_navigation.css */
@import url("css_includes/asset_information.css?v3"); /* Asset information content area, in default mode is the orange bar on top. */
@import url("css_includes/frame.css?v3"); /* These include the layout structure of the main frame  */
@import url("css_includes/footer.css?v1"); /* footer css */
@import url("css_includes/loginrebranding.css?v1"); /* Includes the styles for Radian landing page rebranding. */

/*****************************
	  GENERAL STRUCTURES
*****************************/

@import url("css_includes/common_structures.css"); /* These css include the whole corpus, and any general styling for courpus objects */

/*****************************
	  CUSTOM STRUCTURES
*****************************/

@import url("css_includes/custom_structures.css"); /* These css includes the descriptions that are page specific*/

/*****************************
	  MAIN NAVIGATION
*****************************/

@import url("css_includes/main_navigation.css?v2"); /* These css includes the descriptions for the main navigation that is used in connection to superfish drop down menu system*/

/*****************************
	  TOOL TIP
*****************************/

@import url("css_includes/tool_tip.css"); /* These css includes the descriptions uses in connection to the Adobe JS library for the tool tip system*/

/*****************************
		SHADOWBOX
******************************/

@import url("css_includes/shadowbox.css"); /* These css includes the descriptions used in connection to the shadowbox plugin.*/

/*****************************
	      BRANDING
*****************************/

@import url("css_includes/branding.css?v3"); /* These css includes all image and color atrubutions for the app */

/*****************************
	      jQuery Date Picker
*****************************/

@import url("css_includes/jquery-ui-1.8.5.custom.css");


@font-face {
	font-family: 'FontAwesome';
	src: url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0");
	src: url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../angular/css/font-awesome-4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

/* Installation Progress*/
.ip-progress {
	background-color: #f5f5f5;
}

.ip-instructions {
	background-color: #f5f5f5;
}
