/*!
 * Copyright (c) 2013-Now http://jeesite.com All rights reserved.
 * 项目自定义的公共CSS，可覆盖jeesite.css里的样式
 */
.content-wrapper #tabpanel .btn-primary{
	color: #fff;
	background:#f00!important;
	border-color: #f00!important;
}

.file {
	position: relative;
	display: inline-block;
	background: #f87597;
	border: 1px solid #f87597;
	border-radius: 4px;
	padding: 4px 12px;
	overflow: hidden;
	color: #ffffff!important;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
}
.file input {
	position: absolute;
	font-size: 100px;
	right: 0;
	top: 0;
	opacity: 0;
}
.file:hover {
	background: #f87597;
	border-color: #f87597;
	color: #f87597;
	text-decoration: none;
}
html body .ui-jqgrid .ui-jqgrid-htable th div{
	height: auto !important;
	padding: 8px 6px !important;
}

.recommend-active{position: relative;}
.recommend-active:after{
	content: "";
	width: 20px;
	height: 25px;
	background-color: red;
	background-image: url(../img/zhidingimage.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	position: absolute;
	right: 5px;
	top: 0px;
/*	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg); */
}