@charset "utf-8";
@viewport {
	width: auto; /* auto | device-width | length | percentage */

	/* 'width' sets both max and min-width. It's a shorthand descriptor. */
	max-width: auto;
	min-width: auto;

	/* 'zoom' equates to 'initial-scale' in meta tag. */
	/* Values of 1.0 or 100% mean no zoom.  */
	zoom: 1.0; /* auto | number | percentage */

	max-zoom: 2; /* Largest allowed zoom factor. */
	min-zoom: .5; /* Smallest allowed zoom factor. */

	/* Can the zoom factor be changed by user interaction? */
	/* Equates to 'user-scalable' in meta tag. */
	user-zoom: zoom; /* fixed | zoom */

	/* Lock orientation or leave to auto. */
	orientation: auto; /* auto | portrait | landscape */
}

@import "https://fonts.googleapis.com/css?family=Libre+Franklin";
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
/* CSS Document */
* { box-sizing: border-box; }

html {
	font-family: 'Libre Franklin', sans-serif;
}
body {
	font-size:14px;
	margin:0;
	position:relative;
}

a.btn, a.btn:visited {
	display:inline-block;
    color:white;
    font-weight: bold;
    border-radius: .2em;
    padding: .5em 1em;
	background-color: #D22030;
	margin: .5em;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12), 0px 1px 5px 0px rgba(0,0,0,0.2);
    text-decoration: none;
}
a.btn:hover {
	color:white;
	cursor: pointer;
	background-color: #b11b27;
	text-decoration: none;
}
a.btn.off, a.btn.off:visited, a.btn.off:hover {
	background-color: #777;
}
a.btn.inactive, a.btn.inactive:visited, a.btn.inactive:hover {
	background-color: #ccc;
}
.btn+.btn {
    margin-left: 2em;
}
.buttons {
    padding: 1em 0;
    font-size: 1.5em;
    text-align: center;
}
.map-options .btn+.btn {
	margin-left:0;
}
.map-options .btn:first-child {
	border-radius: .2em 0 0 .2em;
	margin-right: 0;
}
.map-options .btn:last-child {
	border-radius: 0 .2em .2em 0;
}
.content-box + .content-box {
	margin-top: 3em;
}
.content-div {
	text-align: center;
}
video {
    width:85%;
    box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
}
.diagnostic-videos video{
    display: inline-block;
    width: 45%;
    margin:1em;
}

.btn.reset {
	padding: 8px;
	text-align: center;
	color: rgb(0, 0, 0);
	font-size: 11px;
	font-weight: 500;
	position: absolute;
	z-index: 1;
	top: .25em;
	right: .75em;
	min-width: 21px;
	border-radius: 2px;
	background-clip: padding-box;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
	-ms-user-select: none;
	background-color: rgb(255, 255, 255);
}

#tabs-container {
    margin-top: 3em;
}
#tab-labels {
    display: table;
    white-space: nowrap;
    width: 50%;
    margin-bottom: -1px;
}
.tab-label, #tabs {
    position:relative;
    border: thin solid #ccc;
}
.tab-label {
    display: table-cell;
    background-color: #ccc;
    width: 50%;
    padding: .5em 1em;
    text-align: center;
    font-weight: bold;
    z-index: 5;
}
.tab-label.current {
    background-color: white;
    border-bottom:none;
}
.tab-label:not(.current):hover {
    cursor: pointer;
    background-color: #eee;
}
.tab-content {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}
.tab-content:not(.current) {
    display: none;
}

#company-info {
	position: absolute;
	z-index:2;
	top: 1em;
	left: 50%;
	margin-left: -25%;
	padding: .5em .75em;
	border-radius: 3px;
	border: thin solid #b11b27;
	background-color: white;
	box-shadow: 0px 1px 4px -1px rgba(0,0,0,0.3);
	display: none;
}
.close {
	position: absolute;
	top: .25em;
	right: .5em;
	color: #b11b27;
	font-weight: bold;
	cursor: pointer;
}

#defense-facts {
    text-align: left;
    font-size: 125%;
    margin:2em 1em 0;
}
#defense-facts li {
    list-style-type: none;
    margin:0;
    padding: .5em 0;
}
#defense-facts li + li {
    border-top: thin solid #e6eeff;
}
#defense-facts li > div {
    display: table-cell;
    vertical-align: middle;
}
#defense-facts li > div:first-child {
    text-align: center;
    width: 2em;
    font-size:150%;
}

#google-map-filters select {
	max-width: 100%;
}
#company-list {
	text-align: left;
	max-height: 50em;
	overflow-y: scroll;
	padding: 1em .5em .75em;
	margin: -.25em .5em 0;
	border: thin solid #ccc;
}
#company-list > div {
	padding: .75em 0;
	margin: 0 1em;
	border-bottom: thin solid #ccc;
}
/**
*****************************************************************
Map
*****************************************************************
**/

#google-map {
	border-radius:1em;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12), 0px 1px 5px 0px rgba(0,0,0,0.2);
}
.google-map {
	height: 100%;	
}
#hovertxt {
	font-size:80%;
	display:none;
	padding:.25em .5em;
	position:absolute;
	z-index:99;
	border:thin solid #333;
	background-color:lightblue;
	border-radius:.3em;
	top:5em;
	left:5em;
	white-space:nowrap;
}
#dashboard-content .metric #hovertxt,
#dashboard-content .metric #countyCharts {
    position: absolute;
    z-index:99;
}
#dashboard-content .metric .close,
#dashboard-content .metric .chartData .bar {
    position: absolute;
}
#hovertxt .countyname {
	font-size: 110%;
	font-weight: bold;
}
#hovertxt td+td {
	padding-left: 1em;
	text-align: center;
}
[display='average'] #hovertxt tr+tr+tr td:first-child {
	padding-left: .75em;
}
#hovertxt tr.dynamismval td {
	border-bottom: thin solid black;
	font-weight: bold;
}

[display='startups'] #hovertxt tr.dynamismval,
[display='startups'] #hovertxt tr.stage2val,
[display='startups'] #hovertxt tr.highgrowthval {
	display:none;
}
[display='stage2'] #hovertxt tr.dynamismval,
[display='stage2'] #hovertxt tr.startupsval,
[display='stage2'] #hovertxt tr.highgrowthval {
	display:none;
}
[display='highgrowth'] #hovertxt tr.dynamismval,
[display='highgrowth'] #hovertxt tr.stage2val,
[display='highgrowth'] #hovertxt tr.startupsval {
	display:none;
}

#test {
	position:fixed;
	background-color:white;
	top:.5em;
	left:.5em;
	padding:.5em .75em;
	border-radius:5px;
	border:thin solid blue;
	display:none;
}
#test:empty {display:none;}

#map {
	display:inline-block;
	position: relative;
	width: 100%;
	height: 100%;
}

#mapOptions {
	display: block;
	padding:0;
	margin: 0;
	position: absolute;
	background-color:white;
	border:thin solid black;
}
#mapOptions ul {
	margin:0;
	padding:0;
	text-align: left;
}
#mapOptions li {
	list-style-type: none;
	padding:.25em;
	margin:0;
	cursor: pointer;
}
#mapOptions li.current {
	background-color: yellow;
}

#mapcolumns {
	width:100%;
	display:table;
}
	#mapleft, #mapright {
		width:50%;
		display:table-cell;
		vertical-align:text-top;
		padding:.5em;
	}
	#mapbox {display:block;width:100%;background-color:white;}
	#archistory {display:block;position:relative;}
		#historynav {position:absolute;top:1em;right:1em;display:none;}
		.navbtn {font-weight:bold;color:#2E74B5;}
		
		.historydetails {display:none;}
		.historydetails h3 {margin-top:0;}


svg {
	transition: viewBox 0.15s linear;
}
	.state.bg
	{
		fill: #CCCCCC;
		/*fill-opacity: 0.25;*/
		stroke: none;
		fill-rule: evenodd;
		clip-path: url(#SVG_CP_1); 
	}
	.county
	{
		fill: #fff;
		fill-rule: evenodd;
		stroke: #d0d0d0;
		stroke: #000000;
		stroke-width: 0.47991;
		stroke-miterlimit: 10;
		stroke-linejoin: round; 
		clip-path: url(#SVG_CP_1);
		cursor:pointer;
		transition: fill 0.5s linear;
	}
	.statemap .county {
		stroke-width: 50;
	}
	.county:hover {fill:gold;}
	.county.current {fill:#19CF86}
	.arcborder
	{
		clip-path: url(#SVG_CP_1);
		fill: none;
		/*stroke: #E60000;
		stroke: blue;*/
		stroke-width: 1.91963;
		stroke-miterlimit: 10;
		stroke-linejoin: round;
	}
	.stateborder
	{
		clip-path: url(#SVG_CP_1);
		fill: none;
		stroke: #000000;
		stroke-width: 0.95981;
		stroke-miterlimit: 10;
		stroke-linejoin: round;
	}
	#State_Lines {fill:none;stroke:#221e1f;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:round;stroke-miterlimit:4}
	text#MN, text#WV, text#AR {visibility:hidden;}
	.statename, .keytext {
		fill:black;
		font-size:80%;
		font-family: Arial;
		text-anchor:middle;
		alignment-baseline:middle;
	}
	#mapborder {
		clip-path: url(#SVG_CP_2);
		fill: none;
		stroke: #000000;
		stroke-width: 0.95981;
		stroke-miterlimit: 10;
		stroke-linecap: square; 
	}
	
	.low3 {fill:#B2182B;background-color:#B2182B;}
	.low2 {fill:#EF8A62;background-color:#EF8A62;}
	.low1 {fill:#FDDBC7;background-color:#FDDBC7;}
	.high1 {fill:#D1E5F0;background-color:#D1E5F0;}
	.high2 {fill:#67A9CF;background-color:#67A9CF;}
	.high3 {fill:#2166AC;background-color:#2166AC;}

	[display='average'] .avgquint5,
	[display='startups'] .startupquint5,
	[display='stage2'] .stage2quint5,
	[display='highgrowth'] .highgrowthquint5,
	.key .quint5
		{fill:#EF8A62;background-color:#EF8A62;}
	[display='average'] .avgquint4,
	[display='startups'] .startupquint4,
	[display='stage2'] .stage2quint4,
	[display='highgrowth'] .highgrowthquint4,
	.key .quint4
		{fill:#FDDBC7;background-color:#FDDBC7;}
	[display='average'] .avgquint3,
	[display='startups'] .startupquint3,
	[display='stage2'] .stage2quint3,
	[display='highgrowth'] .highgrowthquint3,
	.key .quint3
		{fill:#D1E5F0;background-color:#D1E5F0;}
	[display='average'] .avgquint2,
	[display='startups'] .startupquint2,
	[display='stage2'] .stage2quint2,
	[display='highgrowth'] .highgrowthquint2,
	.key .quint2
		{fill:#67A9CF;background-color:#67A9CF;}
	[display='average'] .avgquint1,
	[display='startups'] .startupquint1,
	[display='stage2'] .stage2quint1,
	[display='highgrowth'] .highgrowthquint1,
	.key .quint1
		{fill:#2166AC;background-color:#2166AC;}

	.estabs .estab-index-0, .dollars .dollars-index-0 {fill: #ffffff;background-color: #ffffff;}
	.estabs .estab-index-1, .dollars .dollars-index-1 {fill: #e6eeff;background-color: #e6eeff;}
	.estabs .estab-index-2, .dollars .dollars-index-2 {fill: #ccddff;background-color: #ccddff;}
	.estabs .estab-index-3, .dollars .dollars-index-3 {fill: #b3ccff;background-color: #b3ccff;}
	.estabs .estab-index-4, .dollars .dollars-index-4 {fill: #99bbff;background-color: #99bbff;}
	.estabs .estab-index-5, .dollars .dollars-index-5 {fill: #80aaff;background-color: #80aaff;}
	.estabs .estab-index-6, .dollars .dollars-index-6 {fill: #6699ff;background-color: #6699ff;}
	.estabs .estab-index-7, .dollars .dollars-index-7 {fill: #4d88ff;background-color: #4d88ff;}
	.estabs .estab-index-8, .dollars .dollars-index-8 {fill: #3377ff;background-color: #3377ff;}
	.estabs .estab-index-9, .dollars .dollars-index-9 {fill: #1a66ff;background-color: #1a66ff;}
	.estabs .estab-index-10, .dollars .dollars-index-10 {fill: #0055ff;background-color: #0055ff;}
	.estabs .estab-index-11, .dollars .dollars-index-11 {fill: #004de6;background-color: #004de6;}
	.estabs .estab-index-12, .dollars .dollars-index-12 {fill: #0044cc;background-color: #0044cc;}
	.estabs .estab-index-13, .dollars .dollars-index-13 {fill: #003cb3;background-color: #003cb3;}
	.estabs .estab-index-14, .dollars .dollars-index-14 {fill: #003399;background-color: #003399;}
	.estabs .estab-index-15, .dollars .dollars-index-15 {fill: #002b80;background-color: #002b80;}


.mapandkey {
	display: inline-table;
}

#mapContainer.estabs #hovertxt .dollars {
	display:none;
}
#mapContainer.dollars #hovertxt .estabs {
	display:none;
}
.mapandkey > div {
	display: table-cell;
	vertical-align: top;
}
.mapbox {position:relative;}
.keybox {
	font-size: 90%;
	padding:.5em 0 0;
	display:inline-block;
	top:0;
	left:0;
	width: 97%;
}
.keybox .header {
	padding:.5em 0;
	font-weight: bold;
}
.keybox table {
	border-collapse: collapse;
	display: inline-table;
	width: 100%;
}
.keybox tr, .keybox td {
	margin:0;
	padding:0;
	line-height: 1em;
}
.keybox .scale td {
	font-size: .5em;
	width: 6.25%;
	min-width: 2.5em;
	border-top: thin solid #ccc;
	border-bottom: thin solid #ccc;
}
.keybox .scale td:first-child {
	border-left: thin solid #ccc;
}
.keybox .scale td:last-child {
	border-right: thin solid #ccc;
}
.keylabels td {
	padding-top:.5em;
}
.dollars-label, .estabs-label {
	text-align: left;
}
.dollars-label + .dollars-label, .estabs-label + .estabs-label {
	text-align: right;
}
.estabs .dollars-label {
	display: none;
}
.dollars .estabs-label {
	display: none;
}


/**
*****************************************************************
End Map
*****************************************************************
**/			

.mapandkey {
    position:relative;
    /*overflow:hidden;*/
}

#countyCharts {
    position: absolute;
    left:0;
    top:100%;
    border-radius:.5em;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 3px 1px -2px rgba(0,0,0,0.12), 0px 1px 5px 0px rgba(0,0,0,0.2);
    padding: .5em 1em 1.5em;
    max-width: 500px;
    background-color:white;
    opacity: 0;
    transition: all .5s;
}
#countyCharts.estabs, #countyCharts.dollars {
    opacity: 1;
    top: 30%;
}
#countyCharts .countyname {
    font-weight:normal;
}
#countyCharts.estabs .dollars, #countyCharts.dollars .estabs {
    display: none;
}
#countyCharts .chartData {
    position: relative;
    display:inline-block;
    min-width: 95%;
}
.chartData .chartItem {
    position: relative;
    margin: .25em 0;
}
.chartData .bar {
    position: absolute;
    top:0;
    left:0;
    content: "";
    height: 100%;
    border: thin solid white;
}
.chartItem .value, .chartItem .label {
    position: relative;
    display:table-cell;
    padding: .25em .5em;
}
.chartData .value {
    text-align: right;
    vertical-align: middle;
    white-space: nowrap;
}
.chartData .label {
    text-align: left;
}
.estabs .bar {
    background-color:#e6eeff;
    border-color: #b3cbff;
}
.dollars .bar {
    background-color:#e6ffe6;
    border-color: #00e600;
}


/****************

Dashboard Styling

****************/



#stateselector {
	width: 1000px;
	margin:auto;
}
#dashboard-content {
	width: 1000px;
	margin:auto;
	background-color:white;
	min-height:827px;
}
#dashboard-content * {
	box-sizing: unset;
}

#intro-section {
	/*background-color:#F5F5F5;*/
	margin:0 5px;
	width:975px;
}
#intro table {
	border-collapse:separate;
	border-spacing:10px;
}
#intro .intro-text {
	padding:0 1em;
	width:30%;
}
#intro .intro-text p:first-child {
	margin-top:0;
}
#intro td {
	vertical-align:top;
	height:auto;
}
.indicator-key {
	background-color:#E8F4D7;
	font-size:90%;
	padding:.75em;
	border-radius:5px;
}
.indicator-key .key-title {
	font-weight:bold;
	font-size:100%;
	margin-bottom:.5em;
}
.indicator-key p {
	margin:0 0;
}
.indicators {
	width:34%;
	cursor:pointer;
}
.indicators p {
	padding:.5em;
	margin: 0;/* 0 .25em;*/
	text-transform:uppercase;
	font-weight:bold;
}
.indicator-key ul, .indicators ul {
	padding:.5em;
	margin:0;
}
.indicator-key li, .indicators li {
	display:block;
	padding:.4em .25em .4em 1.75em;
}
.indicator-key li:before, .indicator-key .arrow, .indicators li:before, .indicators .arrow {
	display:inline-block;
	width:1.5em;
	padding-right:.25em;
	text-align:center;
	margin-left:-1.75em;
	font-weight:bold;
}
.indicator-key li .arrow.double i, .indicators li .arrow.double i {
	font-size:.75em;
	vertical-align:middle;
	margin-top:-.25em;
}


#dashboard-content .category, #dashboard-content .metric {
	border-radius:4px;
	padding:13px;
	margin:8px 5px;
	background-color:white;
	position:relative;
	overflow:hidden;
	width:290px;
	min-height:290px;
	display:inline-block;
	vertical-align:top;
}
#dashboard-content .category {
	clear:left;
}
#dashboard-content .category *, #dashboard-content .metric * {
	position:relative;
	z-index:1;
}
#dashboard-content .category:before {
	content:"";
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.25;
	filter: alpha(opacity=25);
}
.category.cat1:before {background-color:#85BE40;}
.category.cat2:before {background-color:#1076C1;}
.category.cat3:before {background-color:#452236;}
.category.cat4:before {background-color:#9E2421;}
.category.cat5:before {background-color:#F39325;}
.category.cat6:before {background-color:#F6ED30;}

#dashboard-content .cat-header {z-index:2;text-transform:uppercase;font-weight:bold;margin-bottom:.25em;}
#dashboard-content .cat-desc {padding:13px;width:950px;margin:0 5px;}
#dashboard-content .cat-loading { font-size: 1.75em; color: #888; text-align: center; padding-top: 3em;display:none;}
#dashboard-content.dataLoading .cat-loading {display: block;}
#dashboard-content .cat-loading i { font-size: 3em; color: #888;}

#dashboard-content .metric {
	background-color:#F0F0F0;
	background-color:#F5F5F5;
	text-align:center;
}
#dashboard-content .metric.bubble, #dashboard-content .metric.map {
	width: 950px;
}

#dashboard-content .metric .metric-header {
	padding:0 .5em 1em;
	font-weight:bold;
	font-size:115%;
}
#dashboard-content .metric .chart-title {
	font-size:80%;
	font-style:italic;
}
#dashboard-content .metric .chart-box {
	display:inline-block;
	position:relative;
}
#dashboard-content .metric .chart-box .overlay {
	position:absolute;
	top:50%;
	left:50%;
	width:20px;
	margin:-.5em 0 0 -10px;
	text-align:center;
}
#dashboard-content .metric .caption {
	margin-top:1em;
	font-size:90%;
}
#dashboard-content .metric .details {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:2;
	
	width:1.25em;
	text-align:center;
	font-size:125%;
	color:white;
	font-weight:bold;
}
#dashboard-content .metric .details:before {
	content:"";
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:-1;
	
	border:1em solid transparent;
	/*border-top-color:#F59400;
	border-right-color:#F59400;*/
}
#dashboard-content .metric .details:hover {
	opacity:.5;
	filter: alpha(opacity=50);
	cursor:pointer;
}
.metric-detail {
	display:none;
	text-align:left;
}
.metric-detail dt {
	font-weight: bold;
	padding-left:1em;
}
#dashboard-content .metric.bubble .details, #dashboard-content .metric.map .details {
	display:none;
}
#dashboard-content .metric.bubble .metric-detail, #dashboard-content .metric.map .metric-detail {
	display:block;
}



.big-number {font-size:300%;line-height: 1.25em}
.big-number+.big-number {font-size:180%;margin:.75em .5em 0;display:inline-block;}
.big-number-caption {font-size:50%;}

.chart-title+.chart-box >.big-number {margin-top:.25em;}
.chart-title .fa {font-size:800%;margin-top:.2em;}




		#cat-menu {
			border-collapse:collapse;
			width:100%;
			table-layout: fixed;
			-webkit-touch-callout: none;
			-webkit-user-select: none;
			-khtml-user-select: none;
			-moz-user-select: none;
			-ms-user-select: none;
			user-select: none;
			margin-bottom:3px;
		}
		#cat-menu td {
			text-align:center;
			width:20%;
			vertical-align:top;
			padding:0 .25em;
			margin:0;

			height:3.5em;
			border-bottom-width:8px;
			border-bottom-style:solid;
			vertical-align:middle;
			position:relative;
			
			text-transform:uppercase;
			font-size:14px;
			font-weight: bold;
		}
		
		#cat-menu td:not(.cat-current):hover {
			opacity:0.5;
			filter: alpha(opacity=50);
			cursor:pointer;
		}
					
		#cat-menu td.cat-current:after {
			content:"";
			position:absolute;
			bottom:-15px;
			left:50%;
			margin-left:-14px;
			display:block;
			border-left:14px solid transparent;
			border-right:14px solid transparent;
			border-bottom:0px solid transparent;
			}
		#cat-menu td .cat-description {
			display:none;
		}


/**
	Color-Scheme
**/
		.metric-key {margin:0;padding:0 0 0 .5em;list-style-type:square;}
		.metric-key li {display:inline-block;font-size:80%;margin:.2em 0;}
		/*.metric-key li:before {display:inline-block;content:"";height:1em;width:1em;margin:0 .25em 0 1em;}
		
		.metric-key li:nth-child(1):before {background-color:#3366CC;margin-left:0;}
		.metric-key li:nth-child(2):before {background-color:#DC3912;}
		.metric-key li:nth-child(3):before {background-color:#FF9900;}
		.metric-key li:nth-child(4):before {background-color:#109618;}
		.metric-key li:nth-child(5):before {background-color:#990099;}
		.metric-key li:nth-child(6):before {background-color:#0099C6;}
		.metric-key li:nth-child(7):before {background-color:#DD4477;}*/
		
		.metric-key li span {height:1em;width:1em;margin:0 .5em 0 1.5em;}
		
		.metric-key li .key1 {background-color:#3366CC;margin-left:0;}
		.metric-key li .key2 {background-color:#DC3912;}
		.metric-key li .key3 {background-color:#FF9900;}
		.metric-key li .key4 {background-color:#109618;}
		.metric-key li .key5 {background-color:#990099;}
		.metric-key li .key6 {background-color:#0099C6;}
		.metric-key li .key7 {background-color:#DD4477;}

		#education+.metric-key {text-align:left;display:inline-block;}
		#education+.metric-key li {display:block;}
		#education+.metric-key li span { margin-left:4em;}

		
		#cat-menu td.cat0 {
			background-color:white;
			border-bottom-color:black;
			color:black;
			width:6em;
			}
		#cat-menu td.cat0.cat-current {
			background-color:black;
			color:white;
			}
		#cat-menu td.cat0.cat-current:after {
			border-top:7px solid black;
			}


		.indicators.cat1 {
			color:#F59400;
			background-color:#FDEACC;/**/
			background-color:#F5F5F5;
		}
		.indicators.cat1 p {
			color:white;
			background-color:#F59400;
		}		
		#cat-menu td.cat1 {
			background-color:#FDEACC;
			border-bottom-color:#F59400;
			color:#F59400;
			}
		#cat-menu td.cat1.cat-current {
			background-color:#F59400;
			color:#FDEACC;
			}
		#cat-menu td.cat1.cat-current:after {
			border-top:7px solid #F59400;
			}
		.cat-desc.cat1 {
			background-color:#FDEACC;
		}
		#dashboard-content .cat-container.cat1 .metric .details:before {
			border-color:#F59400 #F59400 transparent transparent;
		}
		#dashboard-content .cat-container.cat1 .metric .metric-header {
			color: #F59400;
		}
			
	
		.indicators.cat2 {
			color:#B2A900;
			background-color:#FCFCCC;
			background-color:#F5F5F5;
		}
		.indicators.cat2 p {
			background-color:#EEEF00;
		}
		#cat-menu td.cat2 {
			background-color:#FCFCCC;
			border-bottom-color:#EEEF00;
			color:#B2A900;
			}
		#cat-menu td.cat2.cat-current {
			background-color:#EEEF00;
			}
		#cat-menu td.cat2.cat-current:after {
			border-top:7px solid #EEEF00;
			}
		.cat-desc.cat2 {
			background-color:#FCFCCC;
		}
		#dashboard-content .cat-container.cat2 .metric .details:before {
			border-color:#B2A900 #B2A900 transparent transparent;
		}
		#dashboard-content .cat-container.cat2 .metric .metric-header {
			color: #B2A900;
		}
		.cat2 .metric-key.pie li .key1 {background-color:#EEEF00;margin-left:0;}
		.cat2 .metric-key.pie li .key2 {background-color:#B2A900;}
			
			
		.indicators.cat3 {
			color:#8AC736;
			background-color:#E8F4D7;
			background-color:#F5F5F5;
		}
		.indicators.cat3 p {
			color:white;
			background-color:#8AC736;
		}
		#cat-menu td.cat3 {
			background-color:#E8F4D7;
			border-bottom-color:#8AC736;
			color:#8AC736;
			}
		#cat-menu td.cat3.cat-current {
			background-color:#8AC736;
			color:#E8F4D7;
			}
		#cat-menu td.cat3.cat-current:after {
			border-top:7px solid #8AC736;
			}
		.cat-desc.cat3 {
			background-color:#E8F4D7;
		}
		#dashboard-content .cat-container.cat3 .metric .details:before {
			border-color:#8AC736 #8AC736 transparent transparent;
		}
		#dashboard-content .cat-container.cat3 .metric .metric-header {
			color: #8AC736;
		}
		
		.cat3 .metric-key.pie li .key1 {background-color:#8AC736;margin-left:0;}
		.cat3 .metric-key.pie li .key2 {background-color:#E8F4D7;}
			
			
		.indicators.cat4 {
			color:#0074BF;
			background-color:#CCE3F2;
			background-color:#F5F5F5;
		}
		.indicators.cat4 p {
			color:white;
			background-color:#0074BF;
		}
		#cat-menu td.cat4 {
			background-color:#CCE3F2;
			border-bottom-color:#0074BF;
			color:#0074BF;
			}
		#cat-menu td.cat4.cat-current {
			background-color:#0074BF;
			color:#CCE3F2;
			}
		#cat-menu td.cat4.cat-current:after {
			border-top:7px solid #0074BF;
			}
		.cat-desc.cat4 {
			background-color:#CCE3F2;
		}
		#dashboard-content .cat-container.cat4 .metric .details:before {
			border-color:#0074BF #0074BF transparent transparent;
		}
		#dashboard-content .cat-container.cat4 .metric .metric-header {
			color: #0074BF;
		}
		.cat4 .metric-key.pie li .key1 {background-color:#CCE3F2;margin-left:0;}
		.cat4 .metric-key.pie li .key2 {background-color:#0074BF;}
			
			
		.indicators.cat5 {
			color:#462136;
			background-color:#DAD3D7;
			background-color:#F5F5F5;
		}
		.indicators.cat5 p {
			color:white;
			background-color:#462136;
		}
		#cat-menu td.cat5 {
			background-color:#DAD3D7;
			border-bottom-color:#462136;
			color:#462136;
			}
		#cat-menu td.cat5.cat-current {
			background-color:#462136;
			color:#DAD3D7;
			}
		#cat-menu td.cat5.cat-current:after {
			border-top:7px solid #462136;
			}
		.cat-desc.cat5 {
			background-color:#DAD3D7;
		}
		#dashboard-content .cat-container.cat5 .metric .details:before {
			border-color:#462136 #462136 transparent transparent;
		}
		#dashboard-content .cat-container.cat5 .metric .metric-header {
			color: #462136;
		}
		.cat5 .metric-key.pie li .key1 {background-color:#462136;margin-left:0;}
		.cat5 .metric-key.pie li .key2 {background-color:#DAD3D7;}
			
			
		.indicators.cat6 {
			color:#A2211B;
			background-color:#ECD3D1;
			background-color:#F5F5F5;
		}
		.indicators.cat6 p {
			color:white;
			background-color:#A2211B;
		}
		#cat-menu td.cat6 {
			background-color:#ECD3D1;
			border-bottom-color:#A2211B;
			color:#A2211B;
			}
		#cat-menu td.cat6.cat-current {
			background-color:#A2211B;
			color:#ECD3D1;
			}
		#cat-menu td.cat6.cat-current:after {
			border-top:7px solid #A2211B;
			}
		.cat-desc.cat6 {
			background-color:#ECD3D1;
		}
		#dashboard-content .cat-container.cat6 .metric .details:before {
			border-color:#A2211B #A2211B transparent transparent;
		}
		#dashboard-content .cat-container.cat6 .metric .metric-header {
			color: #A2211B;
		}
		.cat6 .metric-key.pie li .key1 {background-color:#ECD3D1;margin-left:0;}
		.cat6 .metric-key.pie li .key2 {background-color:#A2211B;}
			
			
		.indicators.cat8 {
			color:#4d4d4d;
			background-color:#D9D9D9;
			background-color:#F5F5F5;
		}
		.indicators.cat8 p {
			color:white;
			background-color:#4d4d4d;
		}
		#cat-menu td.cat8 {
			background-color:#D9D9D9;
			border-bottom-color:#4d4d4d;
			color:#4d4d4d;
			}
		#cat-menu td.cat8.cat-current {
			background-color:#4d4d4d;
			color:#D9D9D9;
			}
		#cat-menu td.cat8.cat-current:after {
			border-top:7px solid #4d4d4d;
			}
		.cat-desc.cat8 {
			background-color:#D9D9D9;
		}
		#dashboard-content .cat-container.cat8 .metric .details:before {
			border-color:#4d4d4d #4d4d4d transparent transparent;
		}
		#dashboard-content .cat-container.cat8 .metric .metric-header {
			color: #4d4d4d;
		}
		.cat8 .metric-key.pie li .key1 {background-color:#D9D9D9;margin-left:0;}
		.cat8 .metric-key.pie li .key2 {background-color:#4d4d4d;}

			
			
		.indicators.cat7 {
			color:#804000;
			background-color:#ffcc99;
			background-color:#F5F5F5;
		}
		.indicators.cat7 p {
			color:white;
			background-color:#804000;
		}
		#cat-menu td.cat7 {
			background-color:#ffcc99;
			border-bottom-color:#804000;
			color:#804000;
			}
		#cat-menu td.cat7.cat-current {
			background-color:#804000;
			color:#ffcc99;
			}
		#cat-menu td.cat7.cat-current:after {
			border-top:7px solid #804000;
			}
		.cat-desc.cat7 {
			background-color:#ffcc99;
		}
		#dashboard-content .cat-container.cat7 .metric .details:before {
			border-color:#804000 #804000 transparent transparent;
		}
		#dashboard-content .cat-container.cat7 .metric .metric-header {
			color: #804000;
		}
		.cat7 .metric-key.pie li .key1 {background-color:#ffcc99;margin-left:0;}
		.cat7 .metric-key.pie li .key2 {background-color:#804000;}


/**
*****************************************************************
End Color-Scheme
*****************************************************************
**/			




		#categories {
			width:1000px;
			background-color:white;
			overflow:hidden;
		}
		#categories #cat-slider {
			white-space:nowrap;
		}
		#categories .cat-container {
			display:none;
			width:1000px;
			min-height:500px;
			vertical-align:top;
			white-space:normal;
			margin:3px 6px 3px 7px;
		}
		#categories .cat-container:first-child {
			display:block;/**/
		}

@media screen and (max-width:1000px) {
}

@media screen and (max-width:700px) {
}

@media screen and (max-width:400px) {
	body {font-size:90%;}
}