body {
	padding-top: 60px;
	padding-bottom: 40px;
}

table.table td.date {
	width: 100px; 
	background: #f5f5f5;
}

table.table td.dates {
	height: 130px;
}

table.table td.missing {
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: smaller;
	background: #fafafa;
}

table.table #today td:first-child {
	color: #007000;
}

table.table td.missing span span:not(:last-child):after {
	content: ", ";
}

div.examinationgroupList {
	max-height: 400px;
	overflow: auto;
	padding: 20px;
}

div.examinationgroupList ul {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
	padding: 15px;
	list-style: none;
}

div.examinationgroupList ul a.bad {
	color: #b00;
}

.ui-dialog-titlebar-close {
	float: right;
}

.exam-group .close {
	display: none;
}

div.exam-group, div.info-group {
	padding: 10px;
	margin-right: 10px;
	max-width: 200px;
}

td.dates .ghost button {
	display: none;
}

div.exam-group span.names, div.info-group span.names {
	font-size: smaller;
}

div.group-error {
	border-color: #B94A48;

	background: #fed7d2; /* Old browsers */
	background: -moz-linear-gradient(top, #fed7d2 0%, #fda397 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fed7d2), color-stop(100%,#fda397)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fed7d2 0%,#fda397 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fed7d2 0%,#fda397 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fed7d2 0%,#fda397 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fed7d2 0%,#fda397 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fed7d2', endColorstr='#fda397',GradientType=0 ); /* IE6-9 */
}

div.group-ok {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfcfc 0%, #dfdfdf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc 0%,#dfdfdf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #fcfcfc 0%,#dfdfdf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */
}

div.info-group {
	background: #e5f7fc;
	background: -moz-linear-gradient(top, #e5f7fc 0%, #9bddff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5f7fc), color-stop(100%,#9bddff));
	background: -webkit-linear-gradient(top, #e5f7fc 0%,#9bddff 100%);
	background: -o-linear-gradient(top, #e5f7fc 0%,#9bddff 100%);
	background: -ms-linear-gradient(top, #e5f7fc 0%,#9bddff 100%);
	background: linear-gradient(to bottom, #e5f7fc 0%,#9bddff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f7fc', endColorstr='#9bddff',GradientType=0 );

	cursor: pointer;
	font-size: small;
}

div.group-error span.names span.conflict, td.missing span.conflict {
	color: #a00;
	font-weight: bold;
}

input[type=text], input[type=password] {
	height: inherit;
}

a.white {
	color: #fff;
	text-decoration: none;
}

h3.legend {
	border-bottom: 1px solid #E5E5E5;
	clear: both;
	margin: 20px 0 10px 0;
}

.alignright {
	float: right;
	clear: after;
}
