/* Tractament de textos llargs.
   ======================================================== */

/* cal indicar l'amplada m�xima. No creix: si �s massa llarg, posa "..."*/
.ellipsis {
  	display:block;
	/*http://mattsnider.com/css-string-truncation-with-ellipsis/*/
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;  /* IE 6+, FF 7+, Op 11+, Saf 1.3+, Chr 1+*/
    -o-text-overflow: ellipsis;  /* for Opera 9 & 10*/
}

/* cal indicar l'amplada m�xima. Si cal creix cap avall.*/
.ampleLimitat {
  	display:inline-block !important;
	word-wrap: break-word;
}

/* Taules sense registres*/
table.empty tbody td {
    border: 0;
}

.clear {
	clear:both
}

.btAfegeix,
.btTreu {
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 32px;
	height: 32px;
 	border : none;
    color : transparent;
    margin:2px 6px 2px 6px;
    padding:2px;
    background-color:#f7f7f7;
    cursor:pointer;
}
.btAfegeix { background-image: url(../images/accio_afegir.png?52b69a1f); }
.btTreu { background-image: url(../images/accio_treu.png?961923a9); }


.formulari a.btnText {
	border-bottom: 0px;	
}

.formulari a.btnText img {
	margin-right: 2px;
}

.formulari a.btnText span {
	color: #0099cc;
    border-bottom: 1px dotted #0099cc;
    font-size: 16px;
    font-size: 1.6rem;     
}

.formulari a.btnText:hover span {
 	border-bottom: 0px;
}

.dreta {
	float: right;	
}

.esquerraAmbEspai{
	float: left;
	margin-right: 8px !important;
}

.popClass {
	background:#FAFAFA;
	border:1px solid #000;
	box-shadow: 5px 5px 5px rgba(0, 0 , 0, 0.4);
	padding:10px;
	font-size:11px;
	
}

.icogran {
 	font-size:1.2em;
 	margin-top:4px;
 }
 
 #filtrePeriode label {
 	display:inline-block !important;
 	margin-right: 5px !important;
 }
 
 #filtrePeriode input {
 	margin: 0 10px 0 0;
 }
 
 #filtrePeriode,
 #textIntroduccio {
 	margin-bottom: 10px;
 }
 
 .separaDalt {
 	margin-top: 10px !important;
 }
