#last-auditflow-history {
	margin-bottom: 10px;
	background: #efe1b3;
	font-size: 12px;
	color: #826430;
	padding: 5px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#last-auditflow-history a {
	color: #10AEFF !important;
	margin: 0 2px;
	white-space: nowrap;
}

code {
	color: #FFF;
	padding: 2px 6px;
	border-radius: 10px;
	white-space: nowrap;
}

.audit-state0 {
	background: #66c2eb;
}

.audit-state1 {
	background: #66c252;
}

.audit-state-1 {
	background: #ff6652;
}

.audit-state-2 {
	background: #ffa352;
}

.audit-state2 {
	background: #c2c2ae;
}

.audit-state3 {
	background: #b3669f;
}

.audit-state4 {
	background: #336fab;
}

.audit-state5 {
	background: #66c2eb;
}

.audit-state6 {
	background: #333;
}

.auditflow-history {
	border-bottom: 1px dashed #ddd;
	padding: 0 15px 5px;
	margin-bottom: 10px;
	position: relative;
	background: #FFF;
}

.free-back-flag {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	font-size: 12px;
	color: #666;
	cursor: pointer;
	border: 1px solid #CCC;
	border-radius: 5px;
	padding: 5px;
}

.hisitory-recorvery {
	position: absolute;
	right: 0px;
	bottom: 5px;
	cursor: pointer;
}

.free-back-flag.selected {
	border: 1px solid #ff6652;
	color: #ff6652;
}

.history-content {
	margin-left: 40px;
	line-height: 20px;
}

.audit-time {
	margin-bottom: 10px
}

.audit[data-state="1"].active {
	background: #66c252;
	color: #FFF;
	border: 0;
}

.audit[data-state="-1"].active {
	background: #ff6652;
	color: #FFF;
	border: 0;
}

.audit[data-state="3"].active {
	background: #CCCCCC;
	color: #FFF;
	border: 0;
}

.view-attachment {
	width: 80%;
	height: 30px;
	width: 80%;
	height: 30px;
	line-height: 30px;
	border: 1px solid #eee;
}

.audit-btn {
	background-color: #1aad19;
	width: 100px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	top: 10px;
	right: 50px;
}