
body 
{
	font-family:	Arial, Verdana, Geneva, Helvetica, sans-serif;
	margin:0px;
	font-size:	16px;
	font-weight: 100;
	text-decoration: none;
	background-color:#ffffff;
	color:#a0a0a0;


}
h2
{
	padding-top:5px;
	font-size:	24px;
	font-weight: bold;
}

h3
{
	font-size:	18px;
	font-weight: bold;
}

html {

}

table 
{

	font-size:	12px;

}

a {
  text-decoration: none;
  font-size:	16px;
}

a:link {
	text-decoration:none;
	font-size:	16px;
}
a:visited {
	text-decoration:none;
	font-size:	16px;
}

a[href^="mailto:"]
{ 
	text-decoration:none;
  	font-size: 10px;
}


textarea {

	font-family:	Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: 100;
}

input[type=text],[type=email],[type=password],[type=checkbox]{

	border: 1px solid #c0c0c0;
	border-radius: 4px;
}

input[type=button],[type=submit]{

	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background-color:#0075bf;
	color:#ffffff;
	padding:5px;
}

.foto_cataleg {

	border: 1px solid #c0c0c0;
	border-radius: 8px;
	width:100%;
}

.texte_descripcio_cataleg{
	font-size:	12px;
	font-size:	3vw;
}

.texte_descripcio_grup_zoho{
	font-size:	16px;
	color:#ffffff;
}
.texte_descripcio_zoho{
	font-size:	16px;
}

.texte_menu_superior{
	font-size:	14px;
}


.div_supplier{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	font-size:	12px;
	min-height:100px;
	width:100%;
}

.div_zoho{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	min-height:50px;
	width:100%;
	text-align:center;
	cursor:pointer;
}

.div_zoho_grups{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background-color:#0075bf;
	height:50px;
	width:95%;
	text-align:center;
	cursor:pointer;
}

.div_menu_admin{
	border: 1px solid #c0c0c0;
	border-radius: 4px;
	background-color:#0075bf;
	color:#ffffff;
	height:50px;
	line-height: 50px;
	width:95%;
	align:center;
	text-align:center;
	cursor:pointer;
	font-weight:bold;
	font-size:	16px;
	
}

.texte_descripcio_supplier{
	font-size:	12px;
}


.filtres{
	background-color:#f0f0f0;
}

.filtre_llista_checkbox{

	border: 1px solid #c0c0c0;
	border-radius: 4px;
	overflow-y:scroll; 
	height:100px; 
	width:100%; 
	background-color:#ffffff;
}



/* CAPÇALERA */

.capcalera
{
	background-color:	#D0D5DE;	
}

.titol_aplicacio {

	text-align:center;
	vertical-align:middle;
	font-size:	32px;
	font-weight:bold;
	color:#858585;
	height:40px;

}


/* MENUS */



.capcalera_pagines {

	background-color:	#0075bf;
	text-align:left;
	vertical-align:middle;
	font-size:	18px;
	font-weight:bold;
	color:#FFFFFF;
	height:40px;
	padding-left:10px;
	border-bottom:1px solid #FFFFFF;

}

.capcalera_taules {

	background-color: #0075bf;
	text-align:center;
	vertical-align:middle;
	font-size:	12px;
	font-weight:bold;
	color:#FFFFFF;
	border-bottom:1px solid #FFFFFF;
}

.titols_columnes_llistats {

	color:#606060;
	border-bottom:2px solid #606060;
	font-size:	14px;
	font-weight:bold;
}
.titols_columnes_llistats a{

	color:#606060;
}

.fila_llistats {

	cursor:pointer;
}

.fila_llistats tr:hover {

	background-color:	#BAD3F5;
	cursor:pointer;
}

/* SOBRESCRIU CSS JQUERY.UI.TABS */

.tabs
{
	height:100%;

}
.ui-tabs .ui-tabs-nav
{
	background: #FFFFFF;
	border-bottom:1px solid silver;
	
}
.ui-tabs-selected a
{
	background: #0063a3;
}
.ui-state-active a
{
	
}
.ui-state-active a, .ui-state-active a:link
{
	color:#FFFFFF;
}