﻿@charset "utf-8";

/* CSS Document */

* {
	font-family: Microsoft Yahei;
}

a:hover,
a:active {
	text-decoration: none !important;
}

html{
	overflow-x: hidden;
}

body {
	font-family: '微软雅黑';
	background-color: #f2f2f2;
}

input {
	outline: none !important;
}

img {
	border: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tcenter {
	text-align: center !important;
}


.dashboard {
	overflow: hidden;
	/*padding: 0 80px;*/
	color: #333;
}

.cichart {
	width: 45%;
	height: 400px;
	border: none;
	box-shadow: none;
	text-align: center;
	/*margin: 10px 35px 20px 25px;*/
	margin: 20px 2%;
	border:1px solid #000;
	float: left;
}

.cichart p {
	margin-top: 8px;
	padding: 0 30px 0 30px;
	font-size: 12px;
	color: #333;
}

.frequencyChart {
	height: 400px;
	padding: 30px 0 10px 0px;
}

.qualityChart {
	height: 400px;
	padding: 30px 0 10px 0px;
}

.totalLinesChart {
	height: 400px;
	padding: 30px 0 10px 0px;
}

.incrementLinesChart {
	height: 400px;
	padding: 30px 0 10px 0px;
}

.IrregularitiesChart {
	height: 400px;
	padding: 20px 0 10px 0px;
}

.NotesChart {
	height: 400px;
	padding: 20px 0 10px 0px;
}

.pieChart h4 {
	padding: 20px 10px 10px 10px;
}

.pieChart p {
	margin-top: 8px;
	padding: 2px 30px 0 30px;
	font-size: 14px;
	color: #333;
}


.pieFuTitle {
	background-color: #EAEAEA;
	margin: 8px 10px 4px 10px;
	text-align: center;
	font-size: 18px;
}

