/** Cercador **/
#frmentitats{
	padding: 1em;
}
#frmentitats button[type='submit']{
	float: right;
}

.inform_relacionada_cont {
	background: none;
	margin: 0;
}
.inform_relacionada_cont h2{
	font-size: 30px;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin-bottom: .629em;
	color: inherit;
}

.inform_relacionada_cont ul {
	border-bottom: none;
	margin-bottom: 0;
}

/** Resultats **/
.resultatsContent{
	padding-left: 1.25em;
	padding-right: 1.25em;
	padding-top: 5em;
}

#downloadCSV{
	cursor: pointer;
}

.loading{
	background: url('../img/loading.gif');
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.destacat_text_cont a{
	color: #DF0000;
	font-size: 1.125em;
	margin: 0 0 10px 0;
}

.tipus_entitat{
	padding-top: 1.25em;
}

.txt_result{
	padding-left: 1.75em;
}

.pagination span.desactivat, .pagination span.desactivat:hover{
	color: #ddd !important;
	cursor: not-allowed;
}
.pagination span.activat:hover{
	text-decoration: underline;
	cursor: pointer;
}

.pagination a.desactivat{
	background-color: #eee !important;
	color: #333333;
}

.pagination a.desactivat:hover{
	text-decoration: none !important;
	cursor: text;
	background-color: #eee !important;
	color: #BF0000 !important;
}
.pagination li:not(:first-child):not(:last-child){
	padding-left: 1px;
	padding-right: 1px;
}
.row_literal{
	float:left;
	width:100%;
	margin-bottom:1em;
}

.data_info .row_literal span.literal {
	margin-right: 30px;
	width: 18em;
	float:left;
}
.subtitle{
	color: #666;
	margin: 0 0 0.615em 0;
	font-size: 1.625em;
}

.details_entitats h2:first-child {
	font-weight: bold;
}

/** Details **/
#exercici1 > div:nth-child(2){
	border-top: none;
}

#dataComptes h2{
	font-size: 15px;
}
#dataPatrimoni h2{
	font-size: 15px;
}
.table>tbody>tr:nth-child(odd)>td,.table>tbody>tr:nth-child(odd)>th {
	background-color: #f9f9f9;
}

.fpca_guia_cercador_entitats .row_literal .literal_text {
	display: table;
}

.responsive-table{
	overflow:auto;
	max-height: 70vh;
	max-width: 100%;
}

.table{

	font-weight: normal;
	font-size:14px;
	width: 40%;
}

.table td:first-child{
	width: 70%
	
}

.table td:last-child{
	width: 30%;
	text-align: right;
}

.patrimoniTable td{
	text-align: right !important;
}
.patrimoniTable td:first-child{
	text-align: left !important;
}
.patrimoniTable thead td{
	text-align: center !important;
}

.bold {
	font-weight: bold;
}

@media (max-width: 767px) {
	#cercador, #details {
		padding: 0 5% 0 5%;
	}
	.data_info .row_literal span.literal, .table {
		width: 100%;
	}
	.row [class*='details_']{
		margin-right:auto;
		margin-left:auto;

	}
}

.titol_pdf{
	font-weight: 600;
	padding-bottom: 20px;
	text-align: center;
}

.subtitol_pdf{
	font-size: 1.225em;
}
.subtitle_pdf{
	font-size: 1.225em;
}
.underline{
	text-decoration: underline;
}
.disclaimerFooter{
	text-align: center;
}

div[class*="details"] {
	page-break-before: always;
}
div[class*="details"]:last-child {
	page-break-before: auto;
}

@media print{
	div[class*="details"] {
	  page-break-before: always;
	}
	div[class*="details"]:last-child {
	  page-break-before: auto;
	}
	.contenidor,
	#impacteContainer,
		/*section.colorSectionOdd,*/
	.tornar,
	.fons_footer,
	.org-opencms-gwt-client-ui-css-I_CmsLayoutBundle-I_CmsToolbarCss-toolbar{
		display:none;
	}
	.data_info>.panel.panel-default.break-seguent{
		page-break-after: always;
	}
	td{
		padding: 5px !important;
	}
	table{
		font-size: 11px !important;
	}
	.patrimoniTable{
		font-size: 9px !important;
	}
	.patrimoniTable td:first-child{
		width: 70% !important;
	}
	.patrimoniTable td{
		text-align: right !important;
	}
	.patrimoniTable td:first-child{
		text-align: left !important;
	}
	.patrimoniTable thead td{
		text-align: center !important;
	}
	.anyo:parent{
		page-break-before: always;
	}
	.primer-elemento-anyo>.acordio-any>.data_info>.panel.panel-default:first-child{
		page-break-before: auto;
	}
	.primer-elemento-anyo>.acordio-any>.data_info>.panel.panel-default:last-child{
		page-break-after: always;
	}
	.primer-elemento-anyo{
		page-break-before: always;
	}
	.data_info .row_literal span.literal{
		width: 21%;
		font-size: 12px;
	}
	.data_info .row_literal span.literal_text{
		width: 69%;
		font-size: 10px;
	}
	.basic_text_peq{
		font-size: 12px;
	}
	.details_comptes{
		page-break-before: always;
	}
	.responsive-table{
		overflow:auto;
		max-height: 100%;
		max-width: 100%;
	}
	/* Disable printing for an element*/
	.noprint {
		display: none;
	}
}
@media not print{
	.titol_pdf, .subtitol_pdf, #footer{
		display: none;
	}
}

.literal_text.text-finalitat {
	text-align: justify;
}