/* Dashboard CSS Document */

	.dashboard-item {
		border: 1px solid #ccc; 
		padding: 4px;	
		margin-bottom: 4px;
	}
	.dashboard-item-title {
		padding-right: 8px; 
		font-weight:bold; 
		font-size: 1.2em;
		float: left;
		line-height: 1em;
	}
	.dashboard-item-bar {
		margin-top: 4px;
	}
	.dashboard-item-detail {
		font-size: .9em;
		/*margin-top: -12px;*/
	}
	.dashboard-item:nth-child(odd) {
		background-color: #DFDFDF;	
	}
	.dashboard-module {
		border: 1px solid #A9A9A9; 
		padding: 4px;	
		margin-bottom: 4px;		
	}
	.dashboard-module:nth-child(odd) {
		background-color: #DFDFDF;				
	}
	.dashboard-module-title {
		padding-right: 1em;
		font-weight: bold;
		font-size: 1em;
	}
	.dashboard-legend {
		font-size: .8em;	
	}
	.dashboard-status-message {
		font-size: 18px;
		font-weight: 400;
		letter-spacing: 1px;
		color: #F8F8F8;
		background-color: #5470B3;
		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;
	
		padding: 8px;
		margin-bottom: 4px;
		text-align: center;
	}
	.add-padding {
		padding: 2em;
	}
	.row {
		margin: 0;
	}
	
	.phase-disabled {
		opacity: 0.65;
	}
	.toggleBtnDetails {
		font-size: .6em;
		font-weight:normal;
	}
	.dashboard-action-btn {
		margin-top: 1em;
	}