.zcqc img{
	width:40px;
	height:40px;
}
.zcqc .mui-media-body{
	color: #fff !important;
}
.imglist-title {
	margin: 10px 15px;
	color: #6d6d72;
	font-size: 15px;
}
.mui-bar-tab .hjitem.mui-active{
	color: red;
}

/*********************************上下居中的样式 start**************************************/
.v_center{
	position:relative;
}
.v_center .v_center_div{
	display:inline-block;/*不是上下居中的必要样式，但如果去掉，需要把以前引用的都加上这个样式*/
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/*********************************上下居中的样式 end**************************************/

/*********************************页面最下方二级菜单的样式 start**************************************/
.mui-popover.mui-bar-popover {
	width: 100%;
}
.mui-popover.mui-bar-popover .mui-table-view{
	width: 100%;
}
.mui-popover.mui-bar-popover ul.mui-table-view li.mui-table-view-cell.mui-active{
	color: #007aff;
}
/*********************************页面最下方二级菜单的样式 end**************************************/

/*********************************列表上黄标签的样式 start**************************************/
.btn.btn-link,.btn-mark {
	font-size: 12px;
}
.btn-mark {
	background-color: #F9F9F9 !important;
	padding: 2px 12px;
    border-radius: 2px;
    border: 1px solid #eee; 
    position: relative;
	margin-bottom: 4px;
    margin-top: 2px;
    display:inline-block;
    cursor: pointer;
}
.btn-mark.btn-mark-all{
	padding-top:3px;
	padding-bottom:4px;
}
.btn-mark:hover,
.btn-mark:active,
.btn-mark:focus {
	text-decoration: none;
	border-radius: 2px;
    border: 1px solid #eee;
}
.btn-mark.active {
	border-color: #F7B432;
	background-color: #FFF0CC !important;
	box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset,0 0 8px rgba(247,180,50,0.6);
	color: #C29C08;
	padding: 2px 12px;
}
.btn-mark.active .badge {
	margin: 0px 8px 0px 0px;
}
.btn .badge {
	padding:0px 5px;
	margin: 0px;
}
.btn-mark.active .label.label-success {
	display: inline-block;
}
.label.label-success {
	position: absolute;
    padding: 0px 3px;
    font-size: 12px;
    top: 3px;
    right: -1px;
    display:none;
    z-index: 9;
    zoom:1;
}
.zt_label {
	padding: 3px 0px;
	display: inline-block;
}
/*********************************列表上黄标签的样式 end**************************************/
/*********************************待办事项样式start**************************************/
.ywsp.mui-bar .ywsp.mui-btn {
    top: 0px;
    padding: 6px 54px 7px;
}
.ywsp textarea {
    border:1px solid rgba(0,0,0,.2) !important;
}
.ywsp input {
	border:1px solid rgba(0,0,0,.2) !important;
}
.ywsp.mui-input-row label {
    width: 40%;
    padding: 11px 6px;
}
.ywsp.mui-input-row label~input{
    width: 60%;
}
.ywsp.mui-bar-nav~.mui-content {
    padding-bottom: 50px;
}
.ywsp.mui-popover-arrow{
    display: none;
}
/*********************************待办事项样式end**************************************/

/*********************************mui时间轴的样式 start**************************************/
.nearsite-message{
    display: inline-block;
    clear:both;
    margin: 10px;
}
.nearsite-message .avatar{
    float: left;
}
.nearsite-message .avatar img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.nearsite-message .content{
    float: left; 
    background: #fff;
    /*margin: 0 10px 10px 10px;
    padding: 10px;*/
    margin-left:2px;
    margin-top:4px;
    border-radius:7px;
    max-width: 90%;
    position: relative;
    min-height: 20px;
    font-size:15px;
}
.nearsite-message .content img{
    width: 100%;
}
.nearsite-message .triangle{
    height:0px; 
    width:0px; 
    border-width:8px; 
    border-style:solid;
    position: absolute;
    top:6px; 
    border-color:transparent #fff transparent transparent;    
    left:-16px;
}
.vertbar{
    width: 1px;
    height: 50px;
    background-color: #a2a2a2;
    margin: -34px 25px -8px;
}
/**
示例：
<div class='nearsite-message'>
    <div class='avatar'>
    	<img src="${ctxStatic}/other/qrjd.png" />
    </div>
    <div class='content'>
        <span>确认接单</span>
    </div>
</div>

<div class="vertbar"></div>

<div class='nearsite-message'>
    <div class='avatar'>
    	<img src="${ctxStatic}/other/smzc.png" />
    </div>
    <div class='content'>
        <span><b>扫描资产：</b>可进行确认到达、维修完成、跳转到维修清单管理操作</span>
    </div>
</div>
**/
/*********************************mui时间轴的样式 end**************************************/