.layui-table-fixed {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.layui-table-fixed-r {
    left: auto;
    right: -1px;
    border-width: 0 0 0 1px;
    box-shadow: -1px 0 8px rgba(0,0,0,.08);
}


.layui-table tbody tr:hover, 
.layui-table thead tr, 
.layui-table-click, 
.layui-table-header, 
.layui-table-hover, 
.layui-table-mend, 
.layui-table-patch, 
.layui-table-tool, 
.layui-table-total, 
.layui-table-total tr, 
.layui-table[lay-even] tr:nth-child(even) {
    background-color: #f2f2f2;
}

.layui-table tbody tr:hover,
.layui-table tbody tr.layui-table-hover{
	background-color: #fffddb;
	color:#ff9900; 
}

.layui-table tbody tr.layui-table-click{
	background-color: #ffebb5;
	color:#ff9900; 
}

.export-btn{
	display: inline-block;
    width: 30px;
    height: 26px;
    vertical-align: top;
    margin-left: 10px;
	background-image: url(img/icon-export.png);
	background-repeat: no-repeat;
    background-position: center;
    border-radius: 2px;
}
.layui-table-tips{
	z-index:3!important;
}

.layui-table-view .layui-table-header .layui-table-cell{
	text-align: center;
}


.layui-table-view .layui-table-body .layui-table-cell {
    padding: 0 5px;
}


.m-menu.moreActionPanel a{
    color: #787878;
}

.m-menu.moreActionPanel a.disabled{
    background: #ffffff;
    color: #ababab;
	cursor: not-allowed
}