.ml0 {
    margin-left: 100px!important;
    width: 80%;
}

.layui-tab-title a {
	color: #000000;
}

.c_md2 {
	overflow: hidden;
	width: 16.666%;
	padding: 0 5px 5px 0;
}

.layui-card .c_md2:last-child {
	padding-right: 0;
}

.layui-col-space15 {
	margin-top: 2px;
}

.layuiadmin-big-font {
	font-size: 24px;
    color: #666;
    line-height: 36px;
    padding: 5px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.layui-form-label {
	width: 100px!important;
}

.layui-table-cell {
	padding: 0px!important;
}

.edui-popup-content .edui-default {
	height: auto;
}

.lay-ext-mulitsel .layui-input.multiple a {
	padding: 0px 5px!important;
}

.layui-tab-title li a{
	color: #333!important;
}

.layui-btn .layui-btn {
	margin-left: 0px!important;
}

.x-admin-sm .layui-btn {
	margin: 2px!important;
}

.layui-table-cell {
    font-size:12px;
    height:auto;
 /*   overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;*/
}

.ltc {
    overflow:visible;
    text-overflow:inherit;
    white-space:normal;
    word-break: break-all;
}

.opt{
	text-align:left;
	width:85%;
	font-size:12px;
	line-height:24px;
	vertical-align:top;
	letter-spacing:normal;
	display:inline-block;
	*display:inline;
	*zoom:1
}
.ncap-ajax-add {
    width: auto;
}

.ncap-ajax-add li {
	font-size:0;
	*word-spacing:-1px;
	display:inline-block;
	width:98%;
	/* height:30px; */
	line-height: 30px;
	/*padding:0 1% 5px 1%;*/
	margin-bottom:5px;
	position:relative;
	z-index:1
}
.ncap-ajax-add li label {
	font-size:12px;
	/*vertical-align:top;*/
	display:inline-block;
	*display:inline;
	margin-right:5px;
	zoom:1
}

.ncap-ajax-add li a {
    line-height: 30px;
}

.ncap-ajax-add li a.del {
	font-size:12px;
	font-weight:lighter;
	line-height:16px;
	text-decoration:none;
	color:#A8A8A8;
	background-color:#FFF;
	text-align:center;
	display:none;
	width:16px;
	height:16px;
	border:solid 1px #A8A8A8;
	border-radius:50%;
	position:absolute;
	z-index:2;
	top:-9px;
	right:-9px
}
.ncap-ajax-add li a.del:hover {
	color:#FFF;
	text-decoration:none;
	border-color:#F30;
	background-color:#F30
}
.ncap-ajax-add li:hover a.del{
	display:block
}

.backlog-body{
    padding: 10px 15px;
    background-color: #f8f8f8;
    color: #999;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
    overflow: hidden;
    max-height: 84px;
}
.backlog-body h3{
    margin-bottom: 10px;
}
.right-icon{
    position: absolute;
    right: 10px;
}
.backlog-body p cite {
    font-style: normal;
    font-size: 17px;
    font-weight: 300;
    color: #009688;
}
.layuiadmin-badge, .layuiadmin-btn-group, .layuiadmin-span-color {
    position: absolute;
    right: 15px;
}
.layuiadmin-badge {
    top: 50%;
    margin-top: -9px;
    color: #01AAED;
}