/*Privados */
div.issue.private,
tr.issue.private td.id,
tr.issue.private td.subject  {position: relative;}
div.issue.private::after,
tr.issue.private td.id::after,
tr.issue.private td.subject::after {
	content: '';
	position: absolute;
	left: -6px;
	top: -1px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid red;
	clear: both;
	transform: rotate(135deg);
}

div.issue.private div.subject h3::after {
	content: 'PRIVADA';
	bottom: 2px;
	text-transform: uppercase;
	background: #d22;
	color: #fff;
	font-weight: bold;
	padding: 0px 2px 0px 2px;
	font-size: 60%;
	margin-right: 2px;
	border-radius: 2px;
	position: relative;
	left: 6px;
}


/*Tabla de issues*/
table.list td {
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	padding-right: 10px;
}
table.list, .table-list {
	border: 1px solid #e4e4e4;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 4px;
}
table.list tbody td, table.list tbody tr:hover td {
	border: solid 1px #d7d7d7;
	padding-top: 3px !important;
	padding-bottom: 3px !important;
}
table.list tr.group td {text-align: left;}

/*Prioridades*/
tr.odd.priority-1 td, tr.odd.priority-1 a, tr.even.priority-1 td, tr.even.priority-1 td a{color: rgb(135, 135, 135);}
tr.odd.priority-3 {
	background: #fee;
}
tr.even.priority-3 {
	background: #fff2f2;
}
tr.odd.priority-4 {
	background: #ffc4c4;
}
tr.even.priority-4 {
	background: #ffd4d4;
}
tr.odd.priority-5 {background: #900;}
tr.even.priority-5  {background: #ff5656;}
tr.priority-5 td, tr.priority-5 td a {color: white;}

tr.odd.priority-3,
table.list tbody tr.odd.priority-4:hover {
	color: #900;
}


/*Estados*/
table.cal div.status-3, tr.status-3 {
	background-image: url(bgresuelta.png) !important;
}
tr.status-10 td {
	opacity: 0.5 !important;
}
