/* REPORT */
	.report-table {
		width: 96%;
		clear: both;
		overflow: hidden;
		padding: 2%;
	}
	.report-table .title {
		background: url(../images/workout.png) no-repeat left top;
		margin: -8px 0 0 0;
	}
	.report-table .title h3 {
		padding: 20px 0 4px 0;
		float: left;
	}
	.report-table .title .button {
		float: right;
		margin-top: 0;
	}
	.report-table .filter {
		width: 100%;
		clear: both;
		overflow: hidden;
		padding: 20px 0 30px 0;
		border-top: 1px solid;
		float: left;
	}
	.report-table .filter p {
		padding: 0;
		float: left;
		width: auto;
		font-size: 14px;
		line-height: 28px;
		text-transform: uppercase;
	}
	.report-table .filter form {
		width: auto;
		float: left;
		margin: 0 0 0 10px;
	}
	.report-table .filter form select {
		padding: 8px 10px;
		border: 1px solid;
		border-radius: 0;
		margin: 0 10px 0 0;
	}
	.report-table .filter form select#start_date,
	.report-table .filter form select#end_date {
		/*display: none;*/
		display: inline-block;
	}
	.report-table .filter form select#start_date.show,
	.report-table .filter form select#end_date.show {
		display: inline-block;
	}
	.report-table .filter form select#end_date.hide {
		display: none;
	}
	.report-table .filter form input[type="submit"] {
		float: right;
		font-size: 13px;
		line-height: 11px;
		padding: 12px 15px 11px 15px;
		border: 1px solid;
		margin: 0 5px;
	}
	.report-table .filter form input[type="submit"]:hover {
		cursor: pointer;
	}
	.report-table .info {
		padding: 0;
	}
	.report-table .titles {
		clear: both;
		overflow: hidden;
		display: flex;
	}
	.report-table .titles .title {
		float: left;
		clear: none;
		padding: 0;
		background: none;
		margin: 0;
	}
	.report-table .title.one {
		width: 10%;
	}
	.report-table .title.two {
		width: 10%;
	}
	.report-table .title.three {
		width: 20%;
	}
	.report-table .title.four {
		width: 20%;
	}
	.report-table .title.five {
		width: 15%;
	}
	.report-table .title.total {
		width: 15%;
		width: 11%;
	}
	.report-table .title.six {
		width: 10%;
		border-right: 0;
	}
	.report-table .titles .title p {
		text-transform: uppercase;
		padding: 20px;
		word-wrap: break-word;
	}
	.report-table .row {
		clear: both;
		overflow: hidden;
		border-bottom: 1px solid;
		display: flex;
	}
	.report-table .row .title {
		background: none;
		clear: none;
		padding: 0;
		border: 0;
		margin: 0;
		border-right: 1px solid;
	}
	.report-table .row .title.six {
		border-right: 0;
	}
	.report-table .row .title p {
		text-transform: none;
		padding: 20px;
		word-wrap: break-word;
	}
	.report-table .titles.user .title.one,
	.report-table .row.user .title.one {
		width: 25%;
	}
	.report-table .titles.user .title.two,
	.report-table .row.user .title.two {
		width: 20%;
	}
	.report-table .titles.user .title.three,
	.report-table .row.user .title.three {
		width: 30%;
	}
	.report-table .titles.user .title.four,
	.report-table .row.user .title.four {
		width: 10%;
	}
	.report-table .titles.user .title.five,
	.report-table .row.user .title.five {
		width: 15%;
		border-right: 0;
	}