@import url('../../admin/bootstrap/css/bootstrap.min.css');
@import url('../../admin/bootstrap/css/bootstrap-theme.min.css');
.myreport {
	position: relative;
}
.myreport .thechart {
	min-width: 310px;
	height: 400px;
	margin: 0 auto;
	display: block;
}
.myreport > center {
	display: block;
	min-height: 400px;
	text-align: center;
	vertical-align: middle;
	padding-top: 100px;
}
.myreport .navi {
	position: absolute;
	top: 120px;
	z-index: 99;
	display: block;
	font-size: 60px;
}
.myreport .navi a {
	color: #ccc;
}
.myreport .navi a:hover {
	color: #333;
}
.myreport .pull-left {
	left: 10px;
}
.myreport .pull-right {
	right: 10px;
}
.thechart {
	position: relative;
}
.thechart .alert {
	position: absolute;
	width: 100%;
	display: block;
	top: 130px;
	padding: 15px 60px;
}
.myreport .table td {
	.pull-right()
}
.bottomline {
	clear: both;
	display: block;
	margin-bottom: 60px;
}
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #f5f5f5;
}