/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.bigImg,.user-image,.img-circle{
	cursor: pointer;
	object-fit: cover;
}
.state{
	width:40px;
	height:24px;
	cursor: pointer;
}
.ui-jqgrid tr.jqgrow td{
	word-break:break-all;
	white-space:normal;
}

.ui-jqgrid tr.ui-state-highlight.ui-row-ltr td {
    background-color: #e3edf5;
}

.actions a{
	margin-right:5px;
}
.actions a:last-of-type{
	margin-right:0;
}
.up{
	color:green;
}
.down{
	color:#999;
}
.not{
	color:#999;
}
.wait{
	color:red;
}
.td-left:first-child{
	margin-top:3px;
}
.td-left{
	margin-left:2px;
	margin-bottom:3px;
}
.td-word{
	word-break:break-all;
	white-space:normal;
}
.middle{
	padding-top:3px;
}

.actions a.fun{
	margin-right: 5px;
	margin-top:5px;
}
.actions a.fun:last-child{
	/* margin-right: 0; */
}
.show-content{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;  
}
.box-main{
	padding-top:0;
}
.money{
	color:#dd4b39;
}