@CHARSET "UTF-8";

body, th, td, button, input, select, textarea {
	color: #353535;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
		Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei",
		"\5B8B\4F53";
	font-size: 13px;
	line-height: 1.53846;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body:after{
	display: block;
	content: "";
	clear: both;
}

.page-title, h1, h2, h3 {
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue",
		Helvetica, tahoma, arial, Verdana, sans-serif, "WenQuanYi Micro Hei",
		"\5B8B\4F53";
}

.breadcrumb {
	background: #EEF1F5;
	margin-bottom: 5px;
	padding-top: 0;
}

.text-ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.table {
	margin-top: 10px;
}

em {
	color: #777777;
}

.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child
	{
	padding-right: 20px;
}

.pagination {
	margin: 0;
}

.well-custom {
	margin-top: 10px;
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 0;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover,
	.pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover
	{
	background-color: #17c4bb;
	border-color: #17c4bb;
	color: #fff;
	cursor: default;
	z-index: 3;
}

input.ng-invalid {
	border: 1px solid red !important;
}

input.ng-pristine {
	border: 1px solid #c2cad8 !important;
}

.btn_addPic {
	display: block;
	position: relative;
	width: 120px;
	height: 34px;
	overflow: hidden;
	border: 1px solid #EBEBEB;
	background: none repeat scroll 0 0 #F3F3F3;
	color: #999999;
	cursor: pointer;
	text-align: center;
}

.btn_addPic span {
	display: block;
	line-height: 35px;
}

.btn_addPic em {
	background: url(../images/select_file.png) 0 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	overflow: hidden;
	margin: 8px 5px 10px 0;
	line-height: 20em;
	vertical-align: middle;
}

.btn_addPic:hover em {
	background-position: -19px 0;
}

.filePrew {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 39px;
	font-size: 100px; /* 增大不同浏览器的可点击区域 */
	opacity: 0; /* 实现的关键点 */
	filter: alpha(opacity = 0); /* 兼容IE */
}

#calendar {
/* 	margin: 20px auto; */
}
/*统计报表样式*/
.meeting_charts{
	position: relative;
	padding:10px 30px 30px;
	min-height: 700px;
	margin-left: 15px;
	margin-right:15px;
	margin-bottom: 10px;
	background-color: #fff;
	box-shadow: 5px 5px 15px #999;
	border-radius:10px;
}
.meeting_chart_select{
	margin-bottom: 10px;
}
.meeting_charts>div:last-child{
	position: absolute;
	background: #fff;
	top:74px;
	left:0;
	right: 0;
	bottom:0;
	overflow: hidden;
}


@media (min-width:992px) {
	.sidebar-fix-left{
		position: fixed;
		z-index: 1000;
		left: 0;
	}
	.footBar-fix-bottom{
		background-color: #26344B;
		width: 100%;

		position: fixed;
		bottom:0;
	}
}