/* * * * * * * * * * * * * * * * * * * * * INI FORMULARIOS * * * * * * * * * * * * * * * * * * * * */

form {
	margin:0px;
}

fieldset {
	border: 0px;
	padding: 0px;
	margin-bottom: 20px;
}

fieldset.fieldNoSeparacio {
	margin-bottom: 0px;
}

legend {
	color: #61c6ed;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
	background-image: url("../_img/iconos/punt-alta.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	margin-bottom: 20px;
}

label {
	margin-right: 0.5em;
	padding-top: 0.3em;
	margin-top: 1px;
	margin-bottom: 0em;
	font-weight: bold;
	color: #111111;
}

select {
	font-size:12px;
	color: #111111;
	background-color: #ffffff;
	border: 1px solid #111111;
	margin-top: 1px;
}

select.multi {
	color: #2c5170;
	background-color: #FFFFFF;
	border: 1px solid #111111;
}

input, textarea {
	font-size:12px;
	color: #333333;
	border: 1px solid #000000;
	margin-top: 1px;
}

input.numeric {
	text-align: right;
	padding: 2px;
	padding-right: 5px;
}

input.disabled {
	background-color: #cccccc;
	color: #666666;
}

input.dashed {
	border: 1px dashed #7c7c7c;
	color: #002d53;
}

.buto {
	width: 133px;
	height: 20px;
	color: #ffffff;
	font-weight: bold;
	border: 0px; cursor: pointer; padding:1px; width:93px; height:31px; padding-bottom: 4px; background-color:#111111;
}


/* * * * * * * * * * * * * * * * * * * * * FIN FORMULARIOS * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * INI LISTADO ADMIN * * * * * * * * * * * * * * * * * * * * */

.listado_tabla {
	border:1px solid #646464;
}
.listado_titulo {
	font-weight: bold; 	padding: 4px; background-color: #E0E0E0; border-bottom:1px solid #646464;
}
.listado_fondo_0 {
	background-color: #FFFFFF;
}
.listado_fondo_1 {
	background-color: #F9F9F9;
}
.listado_celda {
	border-top: 1px solid #E0E0E0; border-left: 1px solid #E0E0E0; padding: 4px;
}
tr.clsSelected { background-color: #FFDEAD;
}

/* * * * * * * * * * * * * * * * * * * * * FIN LISTADO ADMIN * * * * * * * * * * * * * * * * * * * * */


/* * * * * * * * * * * * * * * * * * * * * INI WFORMS * * * * * * * * * * * * * * * * * * * * */

/* Customització dels errors del wForms  */
.errFld { border: 1px solid #F00; }
.errMsg { font-SIZE: 10px; color: #C33; font-style: italic; }

/* Classes per duplicar codi HTML - WFORMS */
.duplicateLinkHidden {
	display: none;
}
#formulari .removeable {
}
#formulari .duplicateLink {
	margin-top: 10px; text-align: left;	display: block;	color: #002c53;	text-decoration: none; font-size: 12px;	font-weight: bold; vertical-align: top;
}
#formulari .removeLink {
	margin-top: 10px; text-align: right; display: block; color: #CC3300; text-decoration: none; font-size: 12px; font-weight: bold;
}

/* Classes per amagar/mostrar codi HTML - WFORMS */

/* Dade dersonals */
.onstate-clinicas { display: block; }
.offstate-clinicas { display: none; }
.onstate-hospitales { display: block; }
.offstate-hospitales { display: none; }
.onstate-mutuas { display: block; }
.offstate-mutuas { display: none; }
.onstate-medicos { display: block; }
.offstate-medicos { display: none; }

/* Selecció de serveis*/
.onstate-plus { display: block; }
.offstate-plus { display: none; }
.onstate-video { display: block; }
.offstate-video { display: none; }

/* Dades facturació */
.onstate-facturacion { display: block; }
.offstate-facturacion { display: none; }
.onstate-facturacion-cif { display: block; }
.offstate-facturacion-cif { display: none; }

/* * * * * * * * * * * * * * * * * * * * * FIN WFORMS * * * * * * * * * * * * * * * * * * * * */

span.checkbox {
   width: 19px;
   height: 25px;
   margin-top: 5px;
   padding: 0px 5px 0px 0px;
   background: url(../_img/iconos_form/checkbox.gif) no-repeat;
   float: right;
}
span.radio {
	width: 19px;
	height: 25px;
	margin-top: 7px;
	padding: 0px 5px 0px 0px;
	background: url(../_img/iconos_form/radio.gif) no-repeat;
	float: right;
}
