/*
 *这是单独为hello mui准备的个性化css，可以覆盖标准mui的css定义；
 * 在实际项目开发时，建议为App单独写一个css文件，从而实现项目的自定义皮肤功能；
 * 
 * */
.mui-plus header.mui-bar{
	display: none;
}
.mui-plus .mui-bar-nav~.mui-content{
	padding: 0;
}

/*hm开头的表示仅为 Hello MUI示例定义*/
.hm-description{
	margin: .5em 0;
}

.hm-description>li {
	font-size: 14px;
	color: #8f8f94;
}

/*自定义样式*/
.title{
	margin: 10px 10px 0px 10px;
	padding-left:45px;
	border-radius:2px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	background:#00AD3A;
	height: 35px;
	line-height: 35px;
}
.pesticide{
	background: url("../image/pesticide.png") 10px 4px no-repeat #00AD3A;
}
.use{
    background: url("../image/use.png") 10px 6px no-repeat #00AD3A;
}
.other{
	background: url("../image/other.png") 10px 6px no-repeat #00AD3A;
}
.search{
	background: url("../image/search.png") 10px 6px no-repeat #00AD3A;
}
.production{
	background: url("../image/production.png") 10px 6px no-repeat #00AD3A;
}
.sweep{
	background: url("../image/sweep.png") 10px 6px no-repeat #00AD3A;
}
.text_title{
	color: #00AC39;
	float:left;
}
.mui-bar-nav{
	background: #00AD3A;
}
.mui-bar-nav img{
	margin-top: 9px;
}
.mui-title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
.mui-table-view-cell{
	font-size: 14px;
	line-height: 30px;
	word-break:break-all;
}
.mui-li-hover a{
	display: block;
}
.mui-table-view-cell b{
    color: blue;
    padding: 0 5px;
}
.mui-table-view-cell img{
    margin-right: 5px;
    vertical-align: text-top;
    float: right;
	margin-top: 8px;
}
.search_list{
	width: 100%;
}
.search_list th{
	color: #00AC39;
}
.search_list th, .search_list td{
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 0;
	text-align:center;
}
.mui-table-view-cell a:hover{
	background: #EEEEEE;
}
.error_result{
	color: #ff0000;
	background: url("../image/error_app.png") no-repeat;
	padding: 3px 25px;
}
.error_result b{
	
}
.not-activation{
    color:#cc0000 !important;
}