@charset "utf-8";
/* 18/10/2017 */
/* taules, calendari i paginacio*/
/*************************************************************** INFO TABULAR (Taules) ***************************************************************/
 .contenidor_taula {
	border: 0.1em solid #999999;
}
table.taula_pijama {
	border-collapse: collapse;
	border: 0;
	font-size: 1.0em;
	text-align: left;
	width: 100%;
}
table.taula_pijama caption {
    background-color: #EEEEEE;
    padding: 0.4em 0 0.4em 0.7em;
    text-align: left;
}
table.taula_pijama caption span {
    font-size: 1.1em;
    font-weight: bold;
}
.taula_pijama thead th {
    background-color: #DADADA;
    font-size: 1.1em;
    color: #666666;
    font-weight: normal;
	text-align: left;
    padding: 0.4em 0;
}
.taula_pijama thead th.centre {
	text-align: center !important;
}
.taula_pijama thead th:first-child {
	padding-left: 1.0em;
}
.taula_pijama tbody tr {
    background: #FFFFFF;
}
.taula_pijama tbody tr:hover {
    background: #F5DEB3;
}
.taula_pijama tbody th,
.taula_pijama tbody td {
    border-bottom: 0.1em solid #EEEEEE;
    font-weight: normal;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    vertical-align: top;
    /*height: 2.8em;*/
}
.taula_pijama tbody th {
	padding-left: 0.3em;
}
.taula_pijama tbody tr th:first-child {
	padding-right: 0.6em;
}
.taula_pijama th h2 {
	display: block;
	overflow: hidden;
	float: none;
}
/************ Amplades columnes ************/
.taula_pijama .text_nowrap {
    white-space: nowrap;
}
.taula_pijama .col_document {
    width: auto;
}
.taula_pijama .col_document_4 {
    width: 4.0em;
}
.taula_pijama .col_document_6 {
    width: 6.0em;
}
.taula_pijama .col_document_7 {
	width: 7.0em;
}
.taula_pijama .col_document_8 {
    width: 8.0em;
}
.taula_pijama .col_document_10 {
    width: 10.0em;
}
.taula_pijama .col_document_12 {
    width: 12.0em;
}
.taula_pijama .col_document_14 {
    width: 14.0em;
}
.taula_pijama .col_document_s,
.taula_pijama .col_document_16 {
    width: 16.0em;
}
.taula_pijama .col_document_18 {
    width: 18.0em;
}
.taula_pijama .col_document_m,
.taula_pijama .col_document_19 {
    width: 19.0em;
}
.taula_pijama .col_document_20 {
    width: 20.0em;
}
.taula_pijama .col_document_22 {
    width: 22.0em;
}
.taula_pijama .col_document_24 {
    width: 24.0em;
}
.taula_pijama .col_document_26 {
    width: 26.0em;
}
.taula_pijama .col_document_28 {
    width: 28.0em;
}
.taula_pijama .col_document_30 {
    width: 30.0em;
}
.taula_pijama .col_document_l,
.taula_pijama .col_document_36 {
    width: 36.0em;
}
.taula_pijama .col_document_xl,
.taula_pijama .col_document_62 {
    width: 62.0em;
}
.taula_pijama .col_descripcio {
    width: auto;
}
.taula_pijama .col_data {
    width: auto;   
    padding: 0.4em 0.6em 0;
    text-align: center;
    white-space: nowrap;
}

table.taula_pijama tfoot {
    background-color: #EEEEEE;
    text-align: center;
}
table.taula_pijama .paginacio {
    background: none;
}

.taula_pijama tbody a,
.taula_pijama tbody span {
    font-size: 1.1em;
}

.taula_pijama td.icona,
.taula_pijama th.icona {
    background-position: 0.4em 0.6em; 
}
.taula_pijama td.icona a,
.taula_pijama th.icona a {
    padding: 0 0 0.2em 1.8em;
}
.taula_pijama a {
    color: #666666;
    text-decoration: none;
}
.taula_pijama a:hover {
    color: #ac2115;
    text-decoration: underline;
}

/*********************** COMAPAREIXENCES i PROGRAMACIO ***********************/
.taula_compareixences {
	border-bottom: 0.1em dotted #c2140b;
	margin-top: 1.2em;
	padding-bottom: 1.0em;
	width: 100%;
}

.taula_compareixences caption,
.taula_actes_agenda caption {
    display: none;
}
.taula_compareixences th,
.taula_compareixences td,
.taula_actes_agenda th,
.taula_actes_agenda td {
    text-align: left;
    vertical-align: top;
}
.taula_compareixences th,
.taula_compareixences td {
    padding: 0 0 0.6em 0.6em;
}
.taula_actes_agenda th,
.taula_actes_agenda td {
    padding: 0 0 0.2em 0.6em;
}
.taula_compareixences .hora_lloc {
    width: 12.0em;
    font-weight: normal;
}
.taula_actes_agenda .hora_lloc {
    width: 5.6em;
    font-weight: normal;
}
th.hora_lloc a[class^="fa"] {
    color: #333;
}
th.hora_lloc a[class^="fa"]:hover {
    color: #ac2115;
    text-decoration:none;
}
.taula_compareixences p,
.taula_actes_agenda p {
    font-size: 1.1em;
    line-height: 1.2em;
	padding: 0;
	margin: 0;
}
.taula_actes_agenda .tema_acte {
    padding-bottom: 2.0em;
}
.taula_programacio {
    padding-bottom: 1.6em;
    margin-top: -0.6em;
}
.taula_actes_agenda .llista_simple {
	padding-top: 0.4em;
}
.taula_actes_agenda .llista_simple li {
	padding-bottom: 0.2em;
}
.taula_actes_agenda .llista_simple li a {
	padding-left: 1.5em;
}

/**************************************** CALENDARI ****************************************/
.calendari table {
    background-color: #FFF;
    border-width: 0;
    border-collapse: collapse;
    clear: both;
    table-layout: fixed;
    font-size: 1.0em;
}
.destacat .calendari table {
    padding-bottom: 1.0em;
    width: 15.8em;
}
.calendari_agenda {
	padding: 0.4em;
	border: 0.1em solid #999999;
    width: 19em;
}
.seleccio_categoria_agenda .calendari_agenda {
	float: left;
	margin-right: 1.8em;
	margin-bottom: 0.8em;
}
.calendari_agenda table {
	width: 100%;
}
.calendari td,
.calendari th {
    background-color: #EEE;
    color: #695e5a;
    border-style: solid;
    border-color: #FFF;
    font-size: 1.0em;
    padding: 0;
    text-align: center;
}
.destacat .calendari th,
.destacat .calendari td {
    border-width: 0.1em;
}
.calendari_agenda td,
.calendari_agenda th {
    border-width: 0.2em;
}
.calendari caption {
    background-color: #c2140b;
    font-size: 1.0em;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 0.2em;
    padding: 0.2em 0;
	text-align: center;
}
.calendari .ocultar {
    display: none;
}
.calendari td.actiu {
    background-color: #c2140b;
}
.calendari td.actiu a {
	border: 0.1em solid #c2140b;
    color: #FFFFFF;
    text-decoration: none;
}
.calendari td.actiu span {
	border:0.1em solid #c2140b;
	color:#FFFFFF;
	cursor:default;
}

.calendari td.festiu {
    background-color: #CCCCCC;
    color: #695E5A;
}
.calendari td.festiu a,
.calendari td.festiu span {
	border: 0.1em solid #CCCCCC;
}
.calendari td.inactiu span {
	border: 0.1em solid #EEEEEE;
	color:#B0B0B0;
}
.calendari td a,
.calendari td span {
	display: block;
}
.destacat .calendari td a,
.destacat .calendari td span,
.destacat .calendari th a,
.destacat .calendari th span {
    padding: 0.25em 0;
}
.calendari_agenda td a,
.calendari_agenda td span {
	display: block;
	padding: 0.5em;
}

.calendari_anual table{
    width: 15em;
    height: 10em;
}

.llista_flexible li.element {
	display: inline;
	float: left;
	height: 15.0em;
	margin: 0 0 1em 0.5em;
	width: 20.0em;
}
div.events_calendari ul li ul li {
	border-top: 0.1em dotted;
	padding-top: 0.4em;
}

.calendari td.dia_actual span,
.calendari td.dia_actual a {
	border: 0.1em solid #c2140b;
    color: #c2140b;
    text-decoration: none;                          
}
.calendari td.dia_seleccionat span,
.calendari td.dia_seleccionat a {
	border: 0.1em solid #c2140b;
	background-color: #C2140B;
    color: #ffffff;
    text-decoration: none;                          
}
.calendari .dia_seleccionable a {
	text-decoration: none;
	color: #695E5A;
}
.calendari td.dia_seleccionable:hover {
	background-color: #c2140b;
	color: #FFFFFF;
}
.calendari td.dia_seleccionable a:hover,
.calendari td.dia_seleccionable:hover a {
	border: 0.1em solid #c2140b;
	color: #FFFFFF;
}
.calendari .dia_lliure a {
	text-decoration: none;
	background-color: #3A6181;
	color: #FFFFFF;
}
.calendari td.dia_lliure a:hover {
	background-color: #c2140b;
	color: #FFFFFF;
}
.calendari td.dia_lliure a:hover,
.calendari td.dia_lliure:hover a {
	border: 0.1em solid #c2140b;
	color: #FFFFFF;
}

.destacat .calendari td.previst a {
border:0.1em solid #3A6181;
color:#FFFFFF;
text-decoration:none;
}
.destacat .calendari td.previst a {
display:block;
}
.destacat .calendari td.previst {
background-color:#3A6181;
}
.destacat .entrada_llegenda p {
font-size:1em;
margin: 0.5em 0 0 1.5em;
width:12em;
}
.destacat .entrada_llegenda .color_llegenda {
	border:0.1em solid #666666;
	height:1em;
	margin-right:0.4em;
	margin-top:0.2em;
	padding-left:0.2em;
	padding-top:0.2em;
	width:1em;
}

/****************************** CALENDARI ANUAL ******************************/
.calendari td.previst {
	background-color: #3A6181;
}
.calendari td.previst span {
	border: 0.1em solid #3A6181;
	color: #FFFFFF;
	cursor: default;
}
.caixa_calendari_anual .selector_any_mes div {
	margin: 0;
}
.caixa_calendari_anual .selector_any_mes p.any_mes {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.caixa_calendari_anual .selector_any_mes {
	padding: 0.3em 0 2em;
}
.caixa_llista_flexible {
	display: block;
	overflow: hidden;
	float: none;
	margin-left: -4.4em;
}
.llista_flexible li.element {
	display: inline;
	float: left;
	height: 14.0em;
	margin: 0 0 1em 4.4em;
	width: 16em;
}
.entrada_llegenda p { 
	font-size: 1em;
	margin: 0.3em 0;
}
.llegenda li { 
	width: 15em;
	display: block;
	overflow: hidden;
	float: none;
	padding: 0.2em;
}
.caixa_llista_flexible{
	text-align: center;
}
.entrada_llegenda .color_llegenda{
	border: 1px solid #666666;
	float: left;
	height: 1em;
	margin-right: 0.4em;
	margin-top: 0.2em;
	padding-left: 0.2em;
	padding-top: 0.2em;
	width: 1em;
}
.entrada_llegenda .color_blau{
	background: #3A6181 none repeat scroll 0 0;
}
.entrada_llegenda .color_vermell{
	background: #c2140b none repeat scroll 0 0;
}
.llegenda{
	display: block;
	float: none;
	overflow: hidden;
}

/***************************************************** PAGINACIO *****************************************************/
.paginacio,
.selector_any_mes {
    display: block;
    float: none;
    overflow: hidden;
}
.paginacio {
    position: relative;
    background: #FFFFFF;
    padding: 0.5em 0;
    margin: 1.0em 0;
}
.selector_any_mes {
    padding: 0.3em 0;
}
.pagines_bottom {
    border-bottom: 0.1em dotted #666666;
}

.pagines_top {
    border-top: 0.1em dotted #666666;
}

.paginacio div,
.selector_any_mes div {
    position: relative !important;
}
.selector_any_mes .mesos {
    width: 10.0em;
}
.selector_any_mes .anys {
    width: 7.0em;
}
.selector_any_mes div {
    margin: 0 auto;
}

.selector_any_mes .anterior, .selector_any_mes .seguent { padding-left: 0; }

.pagines_top div, .pagines_bottom div {
    float: right;
}
.pagines_top .pagines_num,
.pagines_bottom .pagines_num {
    float: right;
    margin: 0 2.4em;
}
.paginacio .pagina_anterior {
    background: url(/imatges/ico_fletxa_03_esq.gif) no-repeat 50% 50%;
}
.paginacio .pagina_seguent {
    background: url(/imatges/ico_fletxa_03_dre.gif) no-repeat 50% 50%;
}
.selector_any_mes .anterior {
    background: url(/imatges/flecha_izq.gif) no-repeat 50% 50%;
}
.selector_any_mes .seguent {
    background: url(/imatges/flecha_der.gif) no-repeat 50% 50%;
}
.paginacio .pagina_anterior,
.paginacio .pagina_seguent,
.paginacio .pagina_anterior a,
.paginacio .pagina_seguent a {
    width: 1.5em;
    height: 1.3em;
}
.paginacio .pagina_anterior a,
.paginacio .pagina_seguent a,
.selector_any_mes a {
    display: block;
    overflow: hidden;
    text-indent: -9999em;
}
.paginacio .pagina_anterior a {
	float: left;
}
.paginacio .pagina_seguent a {
	float: right;
}
.selector_any_mes .anterior,
.selector_any_mes .seguent,
.selector_any_mes a {
    width: 1.5em;
    height: 0.8em;
}
.paginacio .pagines_num {
    font-size: 1.0em;
}
.selector_any_mes p {
	padding-bottom: 0;
}
.selector_any_mes p.any_mes {
    font-size: 1.0em;
    font-weight: bold;
    text-align: center;
}
.pagines_taula {
    margin: 0;
}
.pagines_taula div {
    width: 20.0em;
    margin: 0 auto;
}
.pagines_taula .pagines_num {
    text-align: center;
}
.paginacio .pagina_anterior,
.paginacio .pagina_seguent,
.selector_any_mes .anterior,
.selector_any_mes .seguent {
    position: absolute;
}
.paginacio .pagina_anterior,
.paginacio .pagina_seguent {
    top: 0.1em;
}
.selector_any_mes .anterior,
.selector_any_mes .seguent {
    top: 0.2em;
}
.paginacio .pagina_anterior,
.selector_any_mes .anterior {
    left: 0;
}
.paginacio .pagina_anterior a,
.selector_any_mes .anterior a {
	float: left;
}
.paginacio .pagina_seguent,
.selector_any_mes .seguent {
    right: 0;
}
.paginacio .pagina_seguent a,
.selector_any_mes .seguent a {
	float: right;
}

/************************************************ TAULA PRESIDENTS ************************************************/
.taula_president {
	width: 100%;
}
.taula_president thead th {
    border-bottom: 0.1em dotted #999999;
}
.taula_president caption {
    border-top: 0.1em solid #c2140b;
    background-color: #EEE;
    font-size: 1.1em;
	font-weight: bold;
    padding: 0.3em 0.8em;
	text-align: left;
}
.taula_president tr {
}
.taula_president th {
	font-weight: normal;
	text-align: left;
	padding: 0.4em 0.8em;
	white-space: nowrap;
	width: 17.0em;
}
.taula_president td {
	padding: 0.4em;
}
.taula_president th,
.taula_president td {
	font-size: 1.1em;
	vertical-align: top;
	line-height: 1.6em;
}
.taula_president td em {
	display: block;
	clear: both;
}

/************************************************ TAULA DADES ************************************************/

.taula_dades {
margin-bottom:2em;
width:80%;
border-bottom:0.1em dotted #999999;
}
.taula_dades tbody {
}
.taula_dades thead th {
border-bottom:0.1em dotted #999999;
font-size:1.1em;
font-weight:bold;
}
.taula_dades caption {
border-bottom:0.1em solid #c2140b;
font-size:1.1em;
font-weight:bold;
padding:1.2em 0 1em;
text-align:left;
}
.taula_dades tr {
}
.taula_dades th {
font-weight:normal;
padding:0.4em 0.8em;
text-align:center;
white-space:nowrap;
width:17em;
}
.taula_dades td {
padding:0.4em;
text-align:center;
}
.taula_dades th, .taula_dades td {
font-size:1.1em;
line-height:1.6em;
vertical-align:top;
}
.taula_dades td em {
clear:both;
display:block;
}
