@charset "utf-8";
/* CSS Document */

.tornar {
	margin-bottom: 10px;
}

.activitat_titol {
	font-weight: bold;
	font-size: 1.3em;
	margin:0 0 .3em;
}

.activitat_subtitol {
	font-size: 1em;
}

.activitat_entitats_participants {
	font-size: 1em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.activitat_tipus {
	display: block;
	font-size: 1em;
	font-weight: bold;
}

.activitat_quanion {
	font-size: 1em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.persones_activitat {
	font-size: 1em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.activitat_observacions {
	font-size: 1em;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: .5em;
	margin-bottom: .5em;
}

.documents_activitat {	
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: .5em;
	margin-bottom: .5em;
	overflow: hidden;
}

.documents_activitat .document {
	float: left;
	margin-right: 2em;
}

.document {
	min-width: 130px;
	font-size: .9em;
	overflow: hidden;
}

.llistat_clrs {
	font-size: 1em;
}

.clr_general {
	margin-bottom: 1em;
}

.llistat_sessions {
	/*border-left: 1px solid #E5E5E5;*/
	padding-left:1em;
}

.sessio_general {
	margin-top: .5em;
}

.sessio_general:hover {
	background-color: #e5e5e5;
}

.sessio_titol {
	font-weight: bold;
}

.llistat_temes {
	margin-left: 1em;
}

.tema_general {
	margin-bottom: .5em;
	padding-left: .5em;
	border-left: 2px solid #aaa;
}

.persona_filiacio {
	font-style: italic;
}

.link_imatge, .document_imatge, .document_privat_imatge {
	float: left;
	margin-right: 5px;
}

.link_imatge:after {
	font-family: FontAwesome;
	content: "\f08e";
}

.document_imatge:before {
	font-family: FontAwesome;
	content: "\f15c";
}

.document_privat_imatge:before {
	font-family: FontAwesome;
	content: "\f05e";
}