@charset "utf-8";
/* CSS Document */

html { position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: auto; height: auto; }
body { width: 100%; height: auto; overflow: auto;}
#page, #subpage, #wrapper {overflow: auto;}

#header #top01 {
	visibility: hidden;
}
#breadcrumb {
	display: none;
}
.netejar {
	clear: both;
}
div.error {
	margin: 2.5em 75px .5em;
	padding: 1.5em;
	border: 1px solid #D8000C;
	background-color: #FFBABA;
	color: #D8000C;
	padding-left: 65px;
	background: #FFBABA url("../../img/utils/error-creu.png") no-repeat 15px 10px;
	border-radius: 8px;
}
div.error p {
	font-style: normal;
	font-size: 1.15em;
}
div.titol {
	margin: 1em 0;
}
div.titol p {
	font-size: 2em;
	line-height: 1.5em;
	text-align: center;
	color: #0C2A42;
	font-weight: bold;
}
div.plain-txt.informacio{
	margin: 2em 100px .5em;
	width: 730px;
	font-size: 1.15em;
}




/*	Formulari	*/
.form1 {
	box-sizing: border-box;
	margin: 2em 75px;
	border-radius: 8px;
	width: 780px;
}
.form1 h2 {
	margin: .5em 1.5em 0;
}
.form1 h3 {
	padding-left: .5em;
	font-size: 1.35em;
}
.form1 h3:not(:first-of-type) {
	margin-top: 1.25em;
}

.form1 .fieldgroup {
	padding: 0 2.5em 1.5em;
}
.form1 .fieldgroup p {
	width: 100%;
	margin: 0 1.5em 1.5em;
	clear: both;
}
.form1 .fieldgroup h5 {
	margin: .75em 0;
}
.form1 label {
	width: 220px;	/* 230px */
	margin: 0 18px 0 12px;
	padding-top: .35em;  /* 6px*/
}
.form1 li {
	line-height: 1.55em;
	margin-bottom: 2em;		/*	1.2em;	*/
}
.form1 li input, 
.form1 li select, 
.form1 li textarea {
	width: 30em;	/* 30em; */
	margin-right: 1em;
	padding: .4em .5em;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
.form1 li input[type=checkbox] {
	/*margin-top: .5em;*/
	/*width: auto;*/
}
.form1 li input[type=radio] {
	transform: scale(1.15);
}
.form1 input[type=checkbox] {
	transform: scale(1.25);
	margin-top: 0!important;
}
.form1 li textarea {
	width: 35em;
}
li input[name=document],
li input.tel {
	width: 15em;
	margin-right: 15em;
}
.form1 label.llista-opcions {
	margin-top: 1em;
}
.form1 div.llista-opcions {
	display: inline-block;
	box-sizing: border-box;
	min-width: 37.75em;
	max-width: 37.75em;	/* 31em; */
	margin: 0;
	padding: 1em 1.25em;
	border: 1px solid #CECECE;
	border-radius: 8px;
}
.form1 div.llista-opcions label {
	display: list-item;
	width: 100%;
	text-align: left;
	line-height: 1.45em;
	margin-bottom: .75em;
}
.form1 div.llista-opcions label:last-child {
	margin-bottom: .2em;
}
.form1 div.llista-opcions label.linies-2 {
	margin-bottom: .75em;
}
.form1 div.llista-opcions label.linies-2 input[type=radio] {
	margin-bottom: 1.25em;
}
.form1 div.llista-opcions label.linies-3 {
	margin-bottom: .75em;
}
.form1 div.llista-opcions label.linies-3 input[type=radio] {
	margin-bottom: 1.75em;
}
.form1 li input:focus, .form1 li select:focus, .form1 li textarea:focus {
	border: 1px solid #0059A2;
}
.form1 label.informacio {
	margin-top: 6px;
	margin-left: 260px;	/*	= .form1 label {amplada + marges}	*/
	margin-right: 0;
	padding-top: 0;
	line-height: 1.4em;
	text-align: justify;
	clear: right;
	width: 35.75em;
}
#captcha_img {
	float: left;
	margin: 0 .35em 0 2em;
	border: 1px solid #CECECE;
}
#captcha_refresh {
	float: left;
	margin: 10px 2.25em 0 .5em;
	cursor: pointer;
}
#captcha_text {
	float: left;
	margin-top: 2px;
	width: 6em;
	margin-right: 0;
	font-size: 1.5em;
}
#dret-informacio, #proteccio-dades, #captcha, #bases {
	border: 1px solid #CECECE;
	background-color: #EBF2F9;
	border-radius: 8px;
	padding: .75em 1em 0 1em;
	margin: 0 1.5em 1.5em 1.5em;
	text-align: justify;
	display: block;
}
#bases {
	padding-bottom: 0;
}
#dret-informacio p ,#proteccio-dades p, #bases p {
	margin: 0.75em 0;
	display: block;
}
#dret-informacio label.check,
#bases label.check {
	padding-left: 1.75em;
	padding-top: .5em;
}
#dret-informacio label.check input,
#bases label.check input {
	margin: 0 1em 0 -1.75em;
}
#dret-informacio p:last-of-type,
#bases p:last-of-type {
	margin: 0 0 .75em 0;
	line-height: .1em;
}
.form1 label.error {
	margin-top: .75em;
	margin-left: 260px;	/*	= .form1 label {amplada + marges}	*/
	margin-right: 0;
	padding-top: 0;
	text-align: left;
	clear: both;
	width: auto;
}
.form1 div~label.error {
	margin-top: .5em;
}
.form1 label.check label.error {
	margin-left: 1.75em;
}
#dret-informacio label.error {
	margin-left: 0;
	padding-left: 0;
}
#bases label.error {
	margin-left: 0;
	padding-left: 0;
}
.form1 #captcha label {
	width: auto;
	margin-left: 0;
}
.form1 #captcha label.error {
	float: left;
	clear: right;
	margin-left: 2em;
	margin-top: 1.2em;
}
.form1 div.button {
	margin-left: 3.5em;
}
.form1 input#boto_reset, .form1 input#boto_submit {
	display: none;
}
.form1 div.boto,
#resum div.boto,
#resposta div.boto {
	border-radius: 8px;
	background: url(../../css_img/backgrounds/bg-button-light-blue.png) repeat-x left center #dadada;
	border: 2px solid #89C7FF;
	padding: 0 0.8em;
	width: auto;
	margin-left: 1em;
	font-family: arial, sans-serif;
	cursor: pointer;
	font-weight: bold;
	line-height: 2em;
	float: right;
	color: #0059A2;
	font-size: 1.25em;
}
.form1 div#netejar,
#resum div#boto-resum-modificar {
	float: left;
}
.form1 div.boto:hover,
#resum div.boto:hover,
#resposta div.boto:hover {
	background: url(../../css_img/backgrounds/bg-button-blue.png) repeat-x left center #dadada;
	color: #FFF;
	border-color: #0074CC;
}
#resposta, #resum {
	display: inline-block;
	margin: 0;
	padding: 2em;
	border-radius: 8px;
	border: 1px solid #CECECE;
	background-color: #EBF2F9;
	width: auto;
	min-width: 700px;
	height: auto;
	text-align: left;
}
#resposta h3, #resum h3 {
	border-bottom: 2px solid #767676;
	padding-left: 0.5em;
	margin-bottom: 1.15em;
	text-align: left;
	font-size: 1.5em;
}
#resum-text, #resum-correu, #resposta-text {
	padding: 0;
	margin: 0;
}
#resum p,
#resposta p {	
	text-align: left;
	margin: 0 .75em .5em;
	line-height: 1.75em;
	font-size: 1.25em;
}
#resum ul {
	margin: 1.15em 1em 2.25em 2em;
	width: auto;
}
#resum li {
	list-style-type: none;
	padding: .5em;
	font-size: 1.25em;
	line-height: 1.75em;
	width: 43em;
	max-width: 43em;
}
#resum li:not(:last-child) {
	border-bottom: 1px solid #999;
}
#resum li div.nom {
	display: inline-block;
	position: relative;
	font-weight: bold;
	min-width: 12em;
	max-width: 14em;
	margin-right: 1.5em;
}
#resum li div.nom.linies-2 {
	top: -1.75em;
}
#resum li div.nom.linies-3 {
	top: -3.5em;
}
#resum li div.valor {
	display: inline-block;	
	position: relative;
	min-width: 15em;
	max-width: 27.5em;
}
#resum-correu {
	border: 1px solid #CECECE;
	border-radius: 8px;
	padding: 1em;
	background-color: #D8E6F4;
}
#resum-correu p {
	margin: 0;
}
#resum-correu label {
	margin: 0;
	padding-left: 1.75em;
	padding-top: .5em;
}
#resum-correu label.check input {
	margin: 0 1em 0 -1.75em;
}
#resum #botons-resum,
#resposta #area-boto-acceptar {
	margin: 2em 0 1em;
}



#resposta #boto-enviar div.boto {
	right: 1em;
	bottom: 1em;
}
#resposta-form,
#colorbox #resposta-form {
	display: none !important; 
}
#resposta-text.resposta-error {
	background: url("../../img/utils/error-creu.png") no-repeat 12px top transparent;	
}
#resposta-text.resposta-exit {
	background: url("../../img/utils/check.png") no-repeat 12px top transparent;	
}
#resposta-text p {
	margin-left: 72px;
	padding-top: .25em;
}

#resposta img, .avis-img {
	float: left;
	margin: 15px;
	clear: both;
}
#resposta-text, #text-avis {
	margin-top: 2.5em;
	min-height: 100px;
}
#text-avis p {
	text-align: left;
	line-height: 1.75em;
	font-size: 1.25em;
}
.amagat {
	display: none;
}
.punter:hover {
	cursor: pointer;
}

