.task-apply-titaw{
	@include feedSetFont(14px,28px);
	position:relative;
	.apply_all{
		background: #f7f7f7;
	    padding: 8px 10px 8px 0;
	    text-align: right;
	    display:none;
	}
	.task-apply-list{
		background: #FAFBFC;
		border-radius: 2px;
	}
	.apply_item{
		position:relative;	
		&:first-child{
			border-top:0 none;
		}
	}

	.apply_left{
		padding-left:75px;
		float:left;
		padding-right: 6px;
	}
	.apply_log{
		position: absolute;
		.apply_log-text{
			display: inline-block;
			font-size: 12px;
			color: #fff;
			width: 42px;
			height: 17px;
			line-height: 17px;
			text-align: center;
		}
		.red{
			background: #FF7360 ;
		}
		.redborder{
			border-color: transparent transparent transparent #FF7360;
		}
		.blue{
			background: #3296FA;
		}
		.blueborder{
			border-color: transparent transparent transparent #3296FA;
		}
		.hui{
			background: #BFC3C7;
		}
		.huiborder{
			border-color: transparent transparent transparent #BFC3C7;
		}
		.apply_log-textBorder{
			position: relative;
			display: inline-block;
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 8.5px 2.5px;
			left: 0px;
			top:5px;
		}
		.apply_log-dian{
			display: inline-block;
			width: 6px;
			height: 6px;
			border-radius: 6px;
			background: #3296FA
		}
	}
	.apply_date{
		color:$gay4;
		font-family:'Arial';
		text-align: left;
	}
	.blue_date{
		color:$btnSureHighlight;
		margin-right:8px;
		display:inline-block;
	}
	.apply_middel{
		float:left;
		height:auto;
		margin:0 10px 0 10px;
		width:20px;
		.apply_pen{
			background:url(#{$baseImgUrl}/apply-ico.png) no-repeat 0 -40px;
			width:15px;
			height:15px;
			margin-top:4.5px;
		}
		.apply_wrong{
			width:15px;
			height:15px;
			background:url(#{$baseImgUrl}/apply-ico.png) no-repeat 0 -60px;
		}
		.apply_ok{
			width:15px;
			height:15px;
			background:url(#{$baseImgUrl}/apply-ico.png) no-repeat 0 -20px;
		}
		.apply_tree{
			width:2px;
			background:$blueDark6;
			margin-left:7.5px;
			height:20px;
			min-height:20px;
		}
		.apply_end{
			background:url(#{$baseImgUrl}/apply-ico.png) no-repeat;
			width:8px;
			height:8px;
			margin-left:5px;
			position:absolute;
			bottom:0;
		}
	}
	.apply_right{
		padding:0 150px 0 75px;
	}
	.apply_msg{
		color:$btnSureHighlight;
		font-size:12px;
		color:$gay4;
		line-height:28px;
		word-wrap:break-word;
		span{
			color:#3A4247;
			margin:0 8px 0 8px;
		}
		.taskName{
			cursor: pointer;
			color: $linkColor;
			&:hover{
				color:$linkColorHover;
			}
		}
	}
	.apply_item_edit{
		float:right;
		position: absolute;
		width:150px;
		right:0;
		top:10px;
	}
	.apply_item_edit-sure{
		font-size: 12px;
		color: #3296FA ;
		padding: 0 10px;
		line-height: 20px;
		background: #F0F2F5;
		&:hover{
			background: #dde7ee;
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
			transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
		}
	}
	.apply_item_edit-cancel{
		background: #3296FA;
		color: #fff;
		padding: 0 10px;
		line-height: 20px;
		font-size: 12px;
		&:hover{
			background: #1373b9;
			box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.26);
			transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
		}
	}
	.apply_refuse_content{
		margin-left:170px;
		color:$gay4;
		span{
			color:$gay2;
		}
	}
	.btn{
		vertical-align: top;
	}		
}
.task-apply-rejected-titaw{
	padding:0 20px 20px 20px;
	@include feedSetFont(14px,32px);
	h2{
		font-size:14px;
		color:$gay2;
		text-align:left;
	}
	textarea{
		height:90px;
		width:320px;
		@include feedSetFont(14px,32px);
		resize:none;
	}
}