@IMPORT url("bootstrap/css/bootstrap.min.css");
@IMPORT url("animate.min.css");
@IMPORT url("font-awesome-3.2.1/css/font-awesome.min.css");
@IMPORT url("jquery.jqplot.1.0.8/jquery.jqplot.min.css");

html,body{
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体", Heiti, "黑体", sans-serif;
	font-size: 15px;
	background: #FFF;
}
body{
	padding-bottom: 150px;
}
label{
	font-weight: normal;
}
.panel,.panel *,
.nav-tabs > li > a,
.form-control,
.btn,
form *,
.bootstrap-table *{
	border-radius:0px !important;
}
.help-block{
	margin-bottom: 0px;
}
.laydate_box,.laydate_box *{
	box-sizing:content-box;
}

.input-date{
	width: 160px !important;
}

.navbar-inverse{
	background: #2F4056;
	border-width:0px;
}
.navbar-inverse .navbar-nav>li>a{
	color: #eee;
}
.navbar-inverse .open > .dropdown-toggle,
.navbar-inverse .navbar-nav>.active>a{
	background: #1d2836 !important;
}

.breadcrumb{
	background: none;
	border-radius:0px;
	color: #555;
	border-bottom:2px solid #1E9FFF;
	font-size: 18px;
	padding-left: 0px;
}
.breadcrumb a{
	color: blue !important;
	text-decoration: underline;
}
.breadcrumb *,.breadcrumb > li + li:before{
	color: #555 !important;
}

.panel-default{
	border-color: #1E9FFF;
}
.panel-default .panel-heading{
	background: #1E9FFF !important;
	border-width: 0px;
}
.panel-default .panel-heading,.panel-default .panel-heading *{
	color: #FFF;
}

.input-group-addon{
	background: none;
}

.bootstrap-table table{
	table-layout: fixed;
}
.bootstrap-table th,.bootstrap-table td{
	vertical-align: middle !important;
}
.jqplot-point-label,.jqplot-data-label{
	color:#FFF;
	font-size: 12px;
}
