.icon-disable
{
	width: 20px;
	height: 20px;
	background-image: url(../images/login-disable.png);
}
.icon-never
{
	width: 20px;
	height: 20px;
	background-image: url(../images/login-never.png);
}
.icon-online
{
	width: 20px;
	height: 20px;
	background-image: url(../images/login-online.png);
}
.icon-offline
{
	width: 20px;
	height: 20px;
	background-image: url(../images/login-offline.png);
}
/* 下载客户端css */
.topbar-download-proc{
    padding: 15px 30px;
    background:#fff;
    position: absolute;
    top: 50px;
    right: 0px;
    z-index: 9999;
    display: none;
    box-shadow: 0px 5px 5px rgba(51,51,51,0.2);
}
.topbar-download-proc.in{
    display: block;
}
.proc-item{
    display: inline-block;
    float: left;
    width: 120px;
    text-align: center;
    margin-right:60px;

}
.proc-item label{
    color: #52707b;
}
.proc-item:last-child{
    margin-right:0px;
}
.proc-pic{
    width:72px;
    height: 72px;

}
.item-desc{
    line-height: 30px;
}

.dsmcheckbox label {
	border-color:#333;
}
.dsm-radio + label{
	border-color:#333;
}
.dsm-radio:checked + label{
	border-color:#333;
}
.dsmcheckbox input[type=checkbox]:checked + label{
	border:1px solid #333;
}

.dsm-inline .progress{
    height: 6px;
    margin-bottom: 0px;
    margin-right: 98px;
}
.zclosebtn{
	width: 13px;
	margin-right: 2px;
    z-index: 888;
}

/*点击th标题排序-start*/
th.js-order-td{
    cursor: pointer;
}
th.js-order-td:hover{
	background-color: #d6f1f9;
}
th.js-order-td i{
    margin-left: 5px;
}
/*点击th标题排序-end*/
