/* Change striping to stronger colour */
.table-striped>tbody>tr:nth-of-type(odd) {
	background-colour: red;
}

/*** Bootstrap popover ***/
#popover-target label {
	margin: 0 5px;
	display: block;
}
#popover-target input {
	margin-right: 5px;
}
.popover {
	margin-top: -65px; /* adjust popover position */
}
.tablesorter tbody > tr > td[contenteditable=true]:focus {
	outline: #08f 1px solid;
	background: #eee;
	resize: none;
}
td.no-edit, span.no-edit {
	background-color: rgba(230,191,153,0.5);
}
.focused {
	color: blue;
}

.pcc-list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.pcc-list-group-item {
	position: relative;
	display: block;
	padding: 2px 2px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pcc-list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.pcc-list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pcc-list-group-item.active,
.pcc-list-group-item.active:hover,
.pcc-list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pcc-list-group-item.eol,
.pcc-list-group-item.eol:hover,
.pcc-list-group-item.eol:focus {
	z-index: 2;
	color: #fff;
	background-color: #7ab733;
	border-color: #7ab733;
}

badtime {
	color: #000;
	background: #f00;
}

.subselected {
	color: red;
}

.subnew {
	color: grey;
}
