/* 全局样式 */
html, body {
	background: #f0f0f0;
}

/* 面板样式 */
.panel {
	margin: 8px;
	margin-bottom: 0;
	border: 1px solid #efefef;
	background: white;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
	padding: 0 8px;
}

.panel:last-child {
	margin-bottom: 8px;
}

/* 面板顶部区域样式 */
.panel-header {
	height: 36px;/* 32px; */
	border-bottom: 1px solid #dadada;
	position: relative;
}

/* 面板标题样式 */
.panel-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	color: #555;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;/* 13px; */
}

/* 面板标题前缀Font Awesome图标样式 */
.panel-title i {
	margin-right: 8px;
}

/* 面板按钮列表区域样式 */
.panel-btns {
	position: absolute;
	right: 0;
	margin: 5px 0;
	z-index: 2;
}

/* 面板内容样式 */
.panel-body {
	padding: 0 8px;
}


/* 面板样式（加了ec） */
.ec-panel {
	margin: 8px;
	margin-bottom: 0;
	border: 1px solid #efefef;
	border-radius: 6px;
	background: white;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
	padding: 0 8px;
}

.ec-panel:last-child {
	margin-bottom: 8px;
}

/* 面板顶部区域样式 */
.ec-panel-header {
	height: 36px;/* 32px; */
	border-bottom: 1px solid #dadada;
	position: relative;
}

/* 面板标题样式 */
.ec-panel-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	color: #555;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;/* 13px; */
}

/* 面板标题前缀Font Awesome图标样式 */
.ec-panel-title i {
	margin-right: 8px;
}

/* 面板按钮列表区域样式 */
.ec-panel-btns {
	position: absolute;
	right: 0;
	margin: 5px 0;
	z-index: 2;
}

/* 面板内容样式 */
.ec-panel-body {
	padding: 0 8px;
	overflow-y: auto;
}

/* 面板底部区域样式 */
.ec-panel-footer {
	height: 36px;/* 32px; */
	/* border-top: 1px solid #dadada; */
	position: relative;
}


/* 面板顶部区域样式 */
.ec-panel-sub-header {
	height: 36px;/* 32px; */
	border-bottom: 1px solid #dadada;
	position: relative;
	margin-top: 1em;
}

/* 面板标题样式 */
.ec-panel-sub-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 60%/* 90% */;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	color: #555;
	z-index: 1;
	overflow: hidden;
	white-space: nowrap;
	word-break: keep-all;
	text-overflow: ellipsis;
	font-size: 14px;/* 13px; */
}

/* 面板标题前缀Font Awesome图标样式 */
.ec-panel-sub-title i {
	margin-right: 8px;
}

/* 面板按钮列表区域样式 */
.ec-panel-sub-btns {
	position: absolute;
	right: 10%/* 0 */;
	margin: 5px 0;
	z-index: 2;
	/* width: 60%; */
}



.ec-fv-forlist-title-table, .ec-fv-forlist-content-table{
	width: 588pt;/* A4纸宽度为595pt，留白margin40pt，实际宽度为515pt，按打印五号字(10.5pt)/屏幕显示小四号字(12pt)的比例换算，宽度可设为588pt */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.ec-fv-forlist-title-table{
	margin-top:0.5em;
	border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.ec-fv-forlist-title-table-horizontal{
	width: 870pt;/* A4纸宽度为842pt，留白margin40pt，实际宽度为762pt，按打印五号字(10.5pt)/屏幕显示小四号字(12pt)的比例换算，宽度可设为870pt */
}

.ec-fv-forlist-title-table th,
.ec-fv-forlist-content-table td
{
	/* border: 1px solid rgba(0, 0, 0, 0.25); */
	border-collapse: collapse;
	font-size: 12pt;/* 12pt为小四，10.5pt为五号字 */
	word-break: break-all;
}
.ec-fv-forlist-title-table th,
.ec-fv-forlist-content-table td
{
	padding: 0.3em 0.4em;
	vertical-align: top;
}
.ec-fv-forlist-title-table th{
	font-weight: bold;
	color: #495060;
	text-align: center;
}

/* query panel */
.ec-search-row {
	float: left;
	width: 100%;
	padding: 15px 5px 10px;
}

.ec-search-col {
	display: inline-block;
	padding-bottom: 5px;
	margin-right: 50px;
}

.ec-search-head {
	float: left;
    font-size: 14px;
    text-align: right;
    vertical-align: middle;
    height: 20px;
    color: #333;
    padding: 6px;
    font-weight: bold;
}

.ec-search-oper {
	float: left;
}

.ec-search-data {
	float: left;
}

.ec-search-data input[type="text"] {
	min-width: 100px;
}