.title{
	text-align:center;
}
/* Dashboard Stats*/
.dashboard_stat {
	display:block;
	margin-bottom:25px;
	overflow:hidden;
	border-radius:10px;
}
.red{
	background-color:#d91e18;
}
.dashboard_stat .visual{
	width:80px;
	height:80px;
	display:block;
	float:left;
	padding: 10px 0 0 15px;
	margin-bottom:15px;
	line-height: 35px;
	font-size:35px;
}
.dashboard_stat .visual > i{
	margin-left:-35px;
	font-size:110px;
	line-height:110px;
}
.visual > i{
	opacity:0.1;
	filter: alpha(opacity=20);
}
.dashboard_stat .details{
	position:absolute;
	right:15px;
	padding-right:15px;
}
.dashboard_stat .details .number{
	padding-top:25px;
	text-align:right;
	font-size:34px;
	line-height:36px;
	letter-spacing:-1px;
	margin-bottom:0px;
	font-weight:300;
}
.dashboard_stat .details .desc{
	text-align:right;
	font-size:20px;
	letter-spacing:0px;
	font-weight:600;
}
.dashboard_stat .more{
	clear:both;
	display: block;
	padding:6px 10px 6px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: white;
	background-color: #AE181A;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
}
.dashboard_stat .more:hover{
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.dashboard_stat .more > i{
	display: inline-block;
	margin-top: 1px;
	float: right;
}
.desc{
	color:white;
	opacity:1;
	filter: alpha(opacity=10);
}
.glyphicon-arrow-right{
	color: white;
}
.fa-usd{
	color: white;
}
.grid-columns{
	width:30%;
}
/* Blue */
.blue_steel{
	background-color: #4b77be;
}
.dashboard_stat .more_blue{
	clear:both;
	display: block;
	padding:6px 10px 6px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: white;
	background-color: #3366CC;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
}
.dashboard_stat .more_blue:hover{
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.dashboard_stat .more_blue > i{
	display: inline-block;
	margin-top: 1px;
	float: right;
}
/*.fa-user{
	color:white;
}*/
.fa-users{
	color:white;
}
/*.fa-line-chart{
	color:white;
}*/
/* Green */
.green{
	background-color: #35aa47;
}
.dashboard_stat .more_green{
	clear:both;
	display: block;
	padding:6px 10px 6px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: white;
	background-color: #009933;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
}
.dashboard_stat .more_green:hover{
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.dashboard_stat .more_green > i{
	display: inline-block;
	margin-top: 1px;
	float: right;
}
hr{
	height:1px;
	border: 2px solid #000000;
	background-color: #000000;
}

.row_centered {
    text-align:center;
}
.grey_gallery{
	background-color: #555555;
}
.lightgrey_gallery{
	background-color: #DDDDDD;
}
.white{
	background-color: #FFFFFF;
}
.gray{
	color: #636e7b;
}
.fa-star{
	color:white;
}
.hidden-xs{
	color:white;
}

.yellow{
	background-color:#e87e04;
}
.dashboard_stat .more_yellow{
	clear:both;
	display: block;
	padding:6px 10px 6px 10px;
	position: relative;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 11px; 
	opacity: 0.7;
	filter: alpha(opacity=70);
	color: white;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	background-color: #CC9933;
	
}
.dashboard_stat .more_yellow:hover{
	text-decoration: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.dashboard_stat .more_yellow > i{
	display: inline-block;
	margin-top: 1px;
	float: right;
}
.glyphicon-briefcase{
	color:white;
}	
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
/* media queries screen */
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape){
	.col-xs-10{
		margin:0 auto;
		width:50%;
	}
}
				   