.description {
	width: 90%;
}


.extra-width {
	width: 1em;
}

.bigger-image img {
	width: 1em;
}

.task-textarea {
	height: 3em;
}

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

.aui .table-hover tbody tr.error > td {
	background-color: #fee5e2 !important;
}

.aui .table-hover tbody tr.error:hover > td {
	background-color: #fdcfc9 !important;
}

.aui .table-hover tbody tr.success:hover > td {
	background-color: #eaf9ba !important;
}

.aui .table-hover tbody tr.success > td {
	background-color: #f1fbd1 !important;
}

.aui .table-hover tbody tr.warning > td {
	background-color: #fffbdc !important;
}

.aui .table-hover tbody tr.warning:hover > td {
	background-color: #fff8c3 !important;
}


.green {
	color: green;
	font-weight: bold;
}

.black {
	color: black;
	font-weight: bold;
}

.task-edit-complete-transition-holder {
/*     background-color: rgba(7, 255, 0, 0.13); */
/*     opacity: 95; */
/*     padding-bottom: 1em; */
/*     margin-bottom: 0.5em; */
/*     padding-left: 1.5em; */
}

.task-edit-complete-transition-holder button {
	min-width: 7em;
}

.task-edit-form h4 {
/* 	background-color: rgba(255, 244, 0, 0.08); */
    padding-top: 1em;
    padding-bottom: 1em;
/*     padding-left: 1em; */
}

.task-edit-form textarea {
	height: 5em !important;
	width: 90%;
}

.task-edit-form .property-display {
/* 	background-color: rgba(255, 244, 0, 0.08); */
/*     padding-top: 1em; */
/*     padding-bottom: 1em; */
/*     padding-left: 1em; */
}

.task-edit-form .property-display .property-name {
	font-weight: bold;
}

.task-edit-form .property-display .property-value {
	font-style: italic;
}