@CHARSET "UTF-8";

#totalBodyWorkoutDashboard .card-image {
	height: 245px;
}

#totalBodyWorkoutDashboard .box-shadow:not(:last-child) {
	margin-bottom: 20px;
}

#totalBodyWorkoutDashboard .mdi-navigation-close {
	position: absolute;
	right: 8px;
	color: #fff;
	top: 8px;
	z-index: 10;
	font-size: 30px;
	opacity: 0.8;
	transition: opacity 200ms ease-in-out;
	cursor: pointer;
}

#totalBodyWorkoutDashboard .mdi-navigation-close:hover {
	opacity: 1;
}

#totalBodyWorkoutDashboard .card-image .image {
	background-image: url(../../../../images/totalBodyWorkout/TBW_dasboard.jpg);
}

#totalBodyWorkoutDashboard .card-image .image.available {
 	background-image: url(../../../../images/totalBodyWorkout/TBW_dasboard_BW.jpg);
}

#totalBodyWorkoutDashboard {
	box-shadow: none;
}

#totalBodyWorkoutDashboard .card-image .image {
	background-size: cover;
	background-position: 50%;
	height: 100%;
}

#totalBodyWorkoutDashboard .card-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background: linear-gradient(rgba(07,0,0,0), rgba(0,0,0,0.5));
}

#totalBodyWorkoutDashboard .card-content {
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
	padding-bottom: 0;
}

#totalBodyWorkoutDashboard .card-action a {
	text-decoration: none;
}
#totalBodyWorkoutDashboard .card-action span {
	color: #009fe3;
	transition: color .3s ease;
	text-transform: uppercase;
	cursor: pointer;
	font-weight: 500;
}

#totalBodyWorkoutDashboard .card-image .card-title {
	z-index: 1;
	font-weight: 400;
	font-size: 20px;
}

#totalBodyWorkoutDashboard .workout-title {
	font-weight: 500;
	font-size: 18px;
	color: #4A4A4A;
	line-height: 30px;
}

#totalBodyWorkoutDashboard .card-action .action {
	font-weight: 500;
	font-size: 14px;
	color: #F8981D; 
	text-transform: uppercase;
}

#totalBodyWorkoutDashboard .card-action .action.start {
	float: right;
}