#create-supervisor-modal option:disabled,
#create-ipap-modal      option:disabled,
#supervisors[0]		option:disabled,
#supervisors[1]		option:disabled,
#supervisors[2]		option:disabled,
#ipaps[0] 		option:disabled,
#ipaps[1] 		option:disabled,
#ipaps[2]		option:disabled,
.new-ipap		option:disabled,
.new-supervisor		option:disabled,
#new-ipap		option:disabled,
#new-supervisor		option:disabled {
		background:	lightgrey;
		font-weight:	bold;
}

#supervisor-list .card-body,
#ipap-list	 .card-body {
	padding:	.75rem 1.25rem 0 1.25rem;
}

.fa-mask-square:before {
	content:	"\f6fa";
}

/* Only works for _completely_ empty optgroups  (no whitespace!)  */
optgroup:empty { display: none; }


/*  Highlight significant status values
 *     (Modelled on bootstrap 'list-group-item-xxx' entries)
 *  Also for meeting times
 */

.meeting-due,
.status-info {
	/* See 'list-group-item-info'    */
	color: #0c5460;
	background-color: #bee5eb;
}

.meeting-late,
.status-warn {
	/* See 'list-group-item-danger'  */
	color: #721c24;
	background-color: #f5c6cb;
}

.status-grey {
	background-color: #d8d8d8;
}

.status-done {
	color: #175826;
	background-color: #beffcd;
}

/*
 * Give some visible structure to the list of departments
 */
.dept-school {
	font-weight: bold;
}
.dept-faculty {
	font-weight: bolder;
	font-size:   large;
}


.workflowList thead th:first-child {
	text-align:  left;
}
.workflowList thead th {
	text-align:  center;
}
