/*
 * Elementos dos formulários
 */

.search_form_widget {
	float: left;
	margin-right: 20px;
}

.search_form_widget:last-of-type {
	margin-top: 20px;
	margin-right: 0;
	clear: right;
}

/*
 * Barras de tarefa (tipo Gant Chart)
 */

.task {
	position: relative;
	max-width: 500px;
	height: 30px;
	line-height: 24px;
	font-family: sans-serif;
	font-size: 12px;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
}

.task .task_manager {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 8px;
	height: 12px;
	line-height: 16px;
	color: #404040;
	z-index: 10;
	padding-right: 4px;
}

.task .task_background {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	z-index: 0;
}

.task .task_text {
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	z-index: 20;
	padding-left: 5px;
}

/*
 * Identificação do utilizador em /sie
 */

#user {
	overflow: auto;
	clear: both;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2ex;
	width: 100%;
	height: 24px;
	position: relative;
	min-width: 300px;
	width: 100%;
}

#user #user_full_name {
	float: left;
	font-family: sans-serif;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	position: absolute;
	left: 0;
	top: 0;
}

#user_groups {
	float: right;
	font-family: sans-serif;
	font-size: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*
 * Blocos em /sie
 */

.blocks_caption {
	font-size: 14px;
	margin-bottom: 10px;
	color: #202020;
	border-bottom: 1px solid #ccc;
}

.blocks {
	overflow: auto;
	margin-bottom: 2ex;
}

.class {
	float: left;
	width: 150px;
	height: 150px;
	overflow: hidden;
	margin: 0 10px 10px 0;
}

.class .caption {
	display: block;
	width: 140px;
	padding: 5px;
	white-space: nowrap;
	line-height: 20px;
	font-size: 12px;
	border-bottom: 1px solid #d2d2d2;
	text-transform: uppercase;
}

.class .links {
	width: 150px;
	height: 110px;
}

.class .links a {
	display: block;
	width: 140px;
	padding: 5px;
	white-space: nowrap;
	line-height: 30px;
	text-decoration: none;
}
.class .links a:hover, .blocks > a:hover {
	background-color: #f4f4f4;
}
.class .links a:before, .blocks > a:before {
	content: "\2192 ";
}

.blocks > a {
	display: block;
	padding: 5px;
	white-space: nowrap;
	line-height: 30px;
	text-decoration: none;
}
