/* redmine_time_entries_plus */
td.time-entry.approval-status span.closed {
	background-color: green;
	padding: 1px;
	color: #FFFFFF;
	border-radius: 2px;
}

td.time-entry.approved-hours {
	text-align: right;
	color: grey;
}

td.time-entry.approved-hours span.closed {
	text-decoration-line: line-through;
	/* text-decoration-style: dotted; */
	text-decoration-color: #737070;
	cursor: pointer;
	color: #7d8088;
	/* background-color: #e4e3e3; */
	/* font-weight: bold; */
}

/* 模仿redmine传统button样式 */
a#edit-approvalflow-btn {
	color: #333;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	vertical-align: middle;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 24px;
	padding: 0 7px;
	display: inline-block;
}

.icon-time_entry_approval_statuses {
	background-image: url(../images/time_entry_approval_statuses.png);
}

#tab-content-sub_time_entry textarea {
	box-sizing: border-box;
	width: 100%!important:
}

div.issue.timelog {
	background: #d9f5ff!important;
}
