a img {
	border: 0px;
}

a {
	text-decoration: none;
}

.jmesa {
	margin: 0;
	padding: 0;
	margin: auto;
}

.jmesa caption {
	caption-side: top;
	color: #444444;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.jmesa .jmesaDIV {
	border: 1px solid #e1e1e5;
	border-radius: 5px;
	overflow: hidden;
	margin: auto;
}

.jmesa .table {
	width: 99.98%;
	/*    border: 1px solid silver; */
	padding: 2px;
	table-layout: fixed;
}

.jmesa .table img {
	vertical-align: middle;
}

.jmesa .toolbarTable {
	width: 99.98%;
	/*  border: 1px solid silver; */
	padding: 2px;
	margin: auto;
}

.jmesa .saas_TableToolbar tr {
	text-align: right;
}

.toolbar table {
	margin-right: 0px;
	margin-left: auto;
}

.toolbar select {
	margin-right: 10px;
	margin-left: 10px;
}

.jmesa .toolbar td {
	padding: 0px 1px 0px 1px !important;
	/* 添加高度，防止翻页时工具栏高度不一致 @auther charles 2013-10-10 */
	height: 40px;
	line-height: 40px;
}

.jmesa .toolbar select {
	font-size: 11px;
	border: solid 1px #c4c3c2;
}

.jmesa .toolbar .pageNumber {
	font-size: 13px;
	font-weight: bold;
	color: #c4634d;
	padding: 0px 2px;
}

.jmesa .toolbar .pageNumber a {
	font-weight: normal;
	color: black;
}

.jmesa .toolbar .textItem {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #729fcf;
	padding: 0px 2px;
}

.jmesa .toolbar .textItem a {
	color: #729fcf;
}

.jmesa .toolbar .textItemError {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #ec4646;
	padding: 0px 2px;
}

.jmesa .toolbar .textItemError a {
	color: #ec4646;
}

.jmesa .toolbar img {
	padding-top:10px;
	border: 0px;
}

.jmesa .filter td {
	padding: 2px 2px 3px 2px;
}

.jmesa .tbody input {
	padding: 0;
	margin: 0;
}

.jmesa .filter .dynFilter {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	background: url(/saas/plugins/table/theme/default/images/filter.gif) no-repeat right center;
	height: 18px;
	white-space: nowrap;
	cursor: pointer;
}

.jmesa .filter #dynFilterDiv {
	position: absolute;
	top: -3px;
	left: -2px;
	padding: 0;
	margin: 0;
	height: 17px;
	border: 1px solid #c0c0c0;
	background-color: #e1ebf4;
}

.jmesa .filter #dynFilterInput {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-style: none;
	background-color: #e1ebf4;
}

.jmesa .filter #dynFilterDroplistDiv,#wsColumnDroplistDiv {
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 0;
	margin: 0;
	height: 17px;
	background-color: #e1ebf4;
	z-index: 2;
}

.jmesa .filter #dynFilterDroplist,#wsColumnDroplistInput {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 1px solid #c0c0c0;
	background-color: #e1ebf4;
}

.jmesa .header td {
	background-color: #f5f5f5;
	color: #333;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	padding: 0 10px;
	border-bottom: 1px solid #e1e1e5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;

	/*
    background: url(/saas/plugins/table/theme/default/images/top.gif) repeat-x;
	color:#2b4454;
	font-weight:bold;
	height:40px;
	line-height:40px;
	overflow:hidden;
	text-align:center;
	height:25px;
	*/
	/* @auther charles 2013-10-9
    white-space: nowrap;
    background: url(/saas/plugins/table/theme/default/images/top.gif) repeat-x;
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 3px 0;
    border-right-style: solid;
    border-right-width: 1px;
    border-color: white;
	text-align:center;
	height:25px;
	*/
}

/*2016-09-12*/
.jmesa .header td div:before {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 1px;
	height: 12px;
	background-color: #ccc;
	content: "";
	margin-top: 15px;
}

.jmesa .odd a,.jmesa .even a {
	color: black;
}

.jmesa .odd td,.jmesa .even td,.jmesa .removed td,.jmesa .rowError td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	/* @auther TangHe 2013-11-6
	line-height:40px; */
	overflow: hidden;
	text-align: center;

	/* @auther charles 2013-10-9
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 2px 3px 2px 3px;
	text-align:center;
	*/
}

.jmesa .odd td {
	/* background-color:#f7f7f7;*/
	/* background-color: #fff; */
	text-align: center;

	/* @auther charles 2013-10-9
    border: 1px solid #ffffff;
	text-align:center;
	*/
}

.jmesa .even td {
	/*background-color:#e9e9e9;*/
	/* background-color: #f8f8f8; */
	text-align: center;

	/* @auther charles 2013-10-9
    border: 1px solid #e3e3e3;
    */
}

.jmesa .removed td {
	border: 1px solid white;
}

.jmesa .odd {
	background-color: #ffffff;
	color: #585858;
	height: 40px;
	/* @auther TangHe 2013-11-6 line-height:40px; */
	overflow: hidden;

	/* @auther charles 2013-10-9
    background-color: #ffffff;
	height:40px;
    */
}

.jmesa .even {
	background-color: #f8f8f8;
	color: #585858;
	height: 40px;
	/* @auther TangHe 2013-11-6 line-height:40px; */
	overflow: hidden;

	/* @auther charles 2013-10-9
    background-color: #e3e3e3;
	height:40px;
	*/
}

/* 在样式文件中控制鼠标经过事件 @author zaochao 2016-12-27 11:52:58 */
.jmesa .table tbody tr:hover{background-color:#f1f1f1;}

.jmesa .removed {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
	color: #ccc;
}

.jmesa .rowError {
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: italic;
}

.jmesa .addRow {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	color: white;
	background-color: #888;
}

.jmesa .highlight td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	text-align: center;
	/* 
	background-color:#919da6; 
	color:#fff;
	*/
	background-color: #f8f8f8;

	/* @auther charles 2013-10-9
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0 4px 0 4px;
	height:40px;
	text-align:center;
    background-color: #fdecae;
    */
}

.jmesa .highlight a {
	color: black;
}

.jmesa .selected td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	text-align: center;
	background-color: #979691;
	color: #fff;

	/* @auther charles 2013-10-9
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    padding: 0 4px 0 4px;
	height:40px;
	text-align:center;
    background-color: #fdecae;
    */
}

.jmesa .selected a {
	color: black;
}

.jmesa .statusBar td {
	color: #9b9b9b;
	height: 29px;
	padding: 0px 0px 0px 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;

	/* @auther charles 2013-10-9
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    border-top: 1px solid silver;
    background-color: #efebe7;
    padding: 2px;
    */
}

.jmesa .statusBar img {
	/* padding-top: 10px; */
}

.jmesa .statusBar select {
	height: 25px;
	width: 50px;
}

.jmesa .dropShadow {
	padding: 10px 14px 14px 10px;
}

.jmesa .wsColumn {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #c0c0c0;
	height: 15px;
	white-space: nowrap;
	cursor: pointer;
}

.jmesa .wsColumnError {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #ec4646;
	border-bottom: 1px dashed #ec4646;
	height: 15px;
	white-space: nowrap;
	cursor: pointer;
}

.jmesa .wsColumnChange {
	position: relative;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	padding: 0;
	margin: 0;
	color: #005e8f;
	border-bottom: 1px dashed #005e8f;
	height: 15px;
	white-space: nowrap;
	cursor: pointer;
}

.jmesa #wsColumnDiv {
	position: absolute;
	top: -2px;
	left: -2px;
	padding: 0;
	margin: 0;
	height: 17px;
	border: 1px solid #c0c0c0;
	background-color: #ededed;
}

.jmesa #wsColumnInput {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border-style: none;
	background-color: #ededed;
}

/********* 为翻页按钮添加一组样式  *****************/
.jmesa .firstPage {
	width: 68px;
	height: 23px;
	background: url(/saas/plugins/table/theme/default/images/firstPage.png) no-repeat;
	display: block;
	float: left;
}

.jmesa .firstPage img {
	display: none;
}

.jmesa .firstPage:hover {
	background: url(/saas/plugins/table/theme/default/images/firstPage_hover.png) no-repeat;
	display: block;
}

.jmesa .prevPage {
	width: 68px;
	height: 23px;
	background: url(/saas/plugins/table/theme/default/images/prevPage.png) no-repeat;
	display: block;
	float: left;
}

.jmesa .prevPage img {
	display: none;
}

.jmesa .prevPage:hover {
	background: url(/saas/plugins/table/theme/default/images/prevPage_hover.png) no-repeat;
	display: block;
}

.jmesa .nextPage {
	width: 68px;
	height: 23px;
	background: url(/saas/plugins/table/theme/default/images/nextPage.png) no-repeat;
	display: block;
	float: left;
}

.jmesa .nextPage img {
	display: none;
}

.jmesa .nextPage:hover {
	background: url(/saas/plugins/table/theme/default/images/nextPage_hover.png) no-repeat;
	display: block;
}

.jmesa .lastPage {
	width: 75px;
	height: 23px;
	background: url(/saas/plugins/table/theme/default/images/lastPage.png) no-repeat;
	display: block;
	float: left;
}

.jmesa .lastPage img {
	display: none;
}

.jmesa .lastPage:hover {
	background: url(/saas/plugins/table/theme/default/images/lastPage_hover.png) no-repeat;
	display: block;
}

/**
=================================
新版的分页按钮样式
=================================
**/
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 10px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus
	{
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus
	{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus
	{
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.jmesa-table-select {
	position: relative;
	display: inline-block;
	float: left;
	border: 1px solid #e1e1e5;
	border-radius: 5px;
	margin-top: 2px;
}

.jmesa-table-select>.jmesa-btn {
	display: block;
	padding: 6px 12px;
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	margin-right: 0px;
	overflow: hidden;
	color: #333;
	font-weight: 700;
}

.jmesa-table-select>.jmesa-btn:hover {
	background-color: #eee;
}

.jmesa-table-select>.jmesa-menu {
	display: none;
	position: absolute;
	text-align: left;
	float: left;
	bottom: 100%;
	left: 0;
	right: auto;
	width: auto;
	max-height: 300px;
	padding: 5px 0;
	margin: 2px 0;
	border: 1px solid #ddd;
	background-color: #fff;
	box-sizing: border-box;
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	font-size: 14px;
	list-style: outside none none;
	overflow: auto;
	z-index: 1000;
	white-space: nowrap;
}

.jmesa-table-select>.jmesa-menu li {
	padding: 3px 30px 0 15px;
	line-height: 1.5;
	text-align: left;
	color: #333;
	width: auto;
	min-width: 100px;
}

.jmesa-table-select>.jmesa-menu li:hover {
	color: #38ac02;
}

.jmesa-table-select>.jmesa-menu label {
	display: inline-block;
	margin-bottom: 5px;
	max-width: 100%;
}

.jmesa-table-select .icon-grid {
	display: inline-block;
	width: 14px;
	height: 11px;
	vertical-align: middle;
	margin: 0 4px 2px 0px;
	background: url("/saas/plugins/table/theme/default/images/tb_03.png") no-repeat;
}

.jmesa-table-select .icon-up {
	display: inline-block;
	width: 7px;
	height: 4px;
	vertical-align: middle;
	margin: 0 0px 2px 4px;
	background: url("/saas/plugins/table/theme/default/images/tb_08.png") no-repeat;
}

.jmesa-table-select .icon-down {
	display: inline-block;
	width: 7px;
	height: 4px;
	vertical-align: middle;
	margin: 0 0px 2px 4px;
	background: url("/saas/plugins/table/theme/default/images/tb_06.png") no-repeat;
}

.jmesa-table-checkbox {
	width: 30px;
	padding: 5px 5px 5px 5px;
}