/**
 * Dashboard styles 
 * 
 * @project SkeedyID
 * @version 1.1
 * @author Matt Schoen
 * @copyright 2014
 * @license Type
 */
/* QUICK ACTIONS */
div#qa-container-contianer{
	padding:30px;
}
div#qa-container{
	background: rgba(0,0,0,0.2);
	border:5px solid rgba(0,0,0,0.05);
	border-radius:5px;
	margin-top:1em;
}
table#quick-actions {
	table-layout:fixed;
	border-collapse: collapse;
	text-align: center;
	width:100%;
}
table#quick-actions tr {
	border: 1px solid #3c3e40;
}
table#quick-actions td {
	border: 1px solid #3c3e40;
	margin-bottom: 0.5em;
	padding:1px 35px;
}
table#quick-actions td img {
	margin-top: 1em;
}
table#quick-actions td:hover {
	cursor: pointer;
	background-color: #3591d8;
	color: white;
}
.helper-line {
	margin:20px 0 10px 0;
}
.helper-line strong {
	color: white;
	font-weight: bold;
	font-size: 18pt;
	text-transform: uppercase;
}

div#dashboard-activity .activity-list{
	background: rgba(255,255,255,0.05);
	border: 5px solid rgba(0,0,0,0.05);
	border-radius: 5px;
}
div#dashboard-activity .activity-list div:first-child{
	border: none;
}

#dashboard-content .spec-body{
	height: 80px;
	background: #212125;
}
#dashboard-content .spec-header{
	height: 40px;
}
#sport-selector td{
	padding:0;
	position:relative;
	overflow:hidden;
	/*have to hard-code height for IE :P */
	height:220px;
}
#dashboard-content td .shade{
	background:rgba(0,0,0,0.5);
	display:block;
	opacity:1;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	/*have to hard-code height for IE :P */
	height:220px;
}
#dashboard-content td .button{
	width:100px;
	font-family:'ralewaymedium';
	font-size:13px;
	display:inline-block;
	padding:12px;
}
#dashboard-content td .button:first-child{
	float:right;
}
#dashboard-content td .button-container{
	font-family:'ralewaymedium';
	position:absolute;
	bottom:15px;
	left:15px;
	right:15px;
	display:none;
}
#dashboard-content td:hover .button-container{
	display:block;
}
#dashboard-content td .label-container{
	text-transform:uppercase;
	font-size:20px;
	position:absolute;
	text-align:center;
	width:100%;
	color:white;
	top:50%;
	height:20px;
	margin-top:-10px;
}
#dashboard-content td:hover .shade{
	opacity:0;
}
