
.table-title {
	padding: 5px;
	border: 1px solid #222;
	font-weight: bold;
}

table {
	width: 100% !important;
	border: 0px !important;
	line-height: 25px;
	border: 1px solid black;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 25px;
	
}

th, td {
	border: 0;
	margin: 0;
	padding: 1px 5px;
	text-align: left;
}

table td {
	padding: 5px;
}

thead tr {
	border: 0px solid #222 !important;
}

tr:first-child td {
	border-top: 0;
}

th {
	background-color: #EE750D;
	font-weight: bold;
	
	color: white;
	padding-bottom: 10px;
	padding-top: 10px; 
	margin-right: 5px;
}

table#resultats .top-r th{
	background-color: #333 !important;
	color: #FFFFFF !important;
}
table#classificacio .top-r th{
	background-color: #333 !important;
	color: #FFFFFF !important;
}

tr.parell {
    background-color: #D7D7D7 !important;
}

tbody tr:nth-of-type(2n) {
	background-color: #eaeaea !important;
}

@media screen and (max-width: 800px) {
	
	table.table-responsive thead {
		display: none;
	}
	
	table.table-responsive tbody td {
		display: block;
	}
	
	tr:nth-of-type(2n) {
		background-color: inherit;
	}
	
	table.table-responsive tr {
		display: block;
		border-bottom: 1px solid #333;
	}
	
	table.table-responsive tr:last-child {
		border-bottom: 0;
	}
	
	table.table-responsive td {
		border: 0;
		border-bottom: 1px solid #ccc;
	} 
	
	table.table-responsive td:last-child {
		border-bottom: 0;
	}
}

.dataTables_paginate{
	text-align: right;
}

/* Llistats Diseny amb icona "descarga"  [S'aplica per defecte]*/

ul.llistat li {
    background: url(img/logos/download_30x30.png) no-repeat;
    background-position: 25px;
    border-bottom: 1px solid #f37a02!important;
    padding: 10px 25px 10px 10px;

}
ul.llistat a {
   color: #242D33 !important;
   background: none !important;
   margin-left: 70px;
}

ul.llistat a:hover {
   color: #f37a02 !important;
}

ul.llistat {
    list-style: none;
    margin: 15px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

/* Llistats Diseny amb icona "Link" */

ul.llistatLink li {
    background: url(img/logos/link_30x30.png) no-repeat;
    background-position: 25px;
    border-bottom: 1px solid #f37a02!important;
    display: block;
    text-decoration: none;
    padding: 10px 25px 10px 10px;

}
ul.llistatLink a {
   color: #242D33 !important;
   background: none !important;
   margin-left: 70px;
}

ul.llistatLink a:hover {
   color: #f37a02 !important;
}

/* RESPONSIVE */

.dataTables_filter{
text-align: right;
}

@media (max-width: 768px) {
	#tbl-clubs-list_length{
		 display: none;
	}
	
	#tbl-clubs-list_filter{
		text-align: center;
   		border-bottom: 1px solid black;
    	padding-bottom: 25px
	}
}
