:root {
	--background-color: #fafafa;
	--accent-color: #C8102E;
	
	--tabstrip-background-color-1: #000;
	--tabstrip-tab-background-color-1: #000;
	--tabstrip-tab-foreground-color-1: #e6e6e6;
	--tabstrip-tab-active-background-color-1: #000;
	--tabstrip-tab-active-foreground-color-1: #C8102E;
	--tabstrip-tab-hover-background-color-1: #363636;
	--tabstrip-tab-hover-foreground-color-1: #fff;
	--tabstrip-tab-content-background-color-1: #fff;
	
	--tabstrip-background-color-2: #000;
	--tabstrip-tab-background-color-2: #000;
	--tabstrip-tab-foreground-color-2: #e6e6e6;
	--tabstrip-tab-active-background-color-2: #000;
	--tabstrip-tab-active-foreground-color-2: #C8102E;
	--tabstrip-tab-hover-background-color-2: #363636;
	--tabstrip-tab-hover-foreground-color-2: #fff;
	--tabstrip-tab-content-background-color-2: #fff;
}

#eb-header { display: flex; align-items: center; }
#eb-logo img { max-height: 60px; }
#eb-menu { flex: 1; }

/* The page crumb trail */
ul.breadcrumb { border:0; background-color: #C8102E; color:#ffffff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin: 0; padding: 1em;  }
ul.breadcrumb .active { color: #ffffff; }
ul.breadcrumb a { color: #ffffff; }
ul.breadcrumb>li {text-shadow:none;}
ul.breadcrumb>li>.divider { color: #ffffff; }

/* The area between the page crumb trail and footer */
.master-content-container { padding: 10px; }

/* Tabstrips */
.tabstrip { border: none; }
.tabstrip a { margin: 0; border: 0; -webkit-border-radius: initial; -moz-border-radius: initial; border-radius: initial;}
.tabstrip a.active { font-weight: bold; }

/* Asset page asset and TCU info */
.asset-card, .tcu-card { background-color: #f5f5f5; padding:5px; border:1px solid #ddd; }

.well { margin-bottom: 10px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: 1px solid #dddddd; }
.ei-widget-title { margin-bottom: .25em; color: #777; font-weight: bold; }
.ei-widget { margin-bottom: 1em; }