@charset "utf-8";

:root {
	--text-color: #7A7A7A;
	--text-color-error: red;
	--text-font-size: 18px;
	--link-color: #1F8CE4;
	--link-color-hover: #0059A2;
	--background-color: #FFF;
}

/*			Dels estils de la UB		*/
html, body, div, dl, dt, dd, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, select, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	padding-bottom: 5px;				/*	Afegit v1.5	*/
}
table, form, input, select, textarea {
	font-size: 100%;
}
hr, fieldset, img {
	border: 0;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
/*			Dels estils de la UB modificats a l'arxiu index.css però sennse #col02		*/
.avis {
	margin-bottom: 1.5em;
	text-align: justify;
}
.avis p {
	text-align: justify;
	margin-bottom: .75em;
	font-size: 0.9em;
	line-height: 1.5em;
	background-image: none;
	color: var(--text-color);
	font-weight: normal;
}
.avis p.titol {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: .75em;
	color: #C00;
	font-weight: bold;
	
}
.avis p:last-of-type {
	margin-bottom: 0;
}

/*	Dels formularis de queixes i suggeriments */
*::before,
*::after {
  box-sizing: border-box;
}
.mt-2 {
	margin-top: .5rem !important;
}


/*=Universal
-------------------------------------------------------------*/
html { 
	font-size: var(--text-font-size);	/*	125%; */
}
body{ 
	/*font-size: .6em;*/
	font-family: arial, sans-serif;
	line-height: 1.4em;
	color: var(--text-color);
	text-align: center;
	background-color: var(--background-color);
}
table, form, input, select, textarea {
	font-family: arial, sans-serif;
}
th {
	text-align:left;
}
table {
	width:100%;
}

a:link,
a:visited,
a:active {
	color: var(--link-color);
	text-decoration:none;
	border: none;
}
a:hover,
a:focus {
	color: var(--link-color-hover);
	border-bottom: 1px dotted var(--link-color-hover);
	text-decoration: none;
	cursor: pointer;
}
strong {
	font-style: normal;
	font-weight: bold;
	margin-right: 1.5rem;
}
p.note strong {
	margin-right: .25rem;
}
h1 {
	font-size: 1.5em;
	color: var(--text-color);
	margin-bottom: .8em;
	
}







/*			Específic de la inscripció		*/
body {
	margin: 0;
	padding: 0;
	text-align: left;
	width: 100%;	/*	730px;	*/
	/*max-width: 730px;*/
}

div {
	position: relative;
}

div.bloc_formulari {
	float: left;
	padding-bottom: 1em;
	width: 100%;	/*	730px;	*/
}







.netejar {
	clear: both;
}



/*	Incrementar l'espaiament i el marge als paràgrags i llistes del contingut	*/



/*	Barra de llengües	*/
#llengues {
	/*background: #f4f4f4;*/
	float: right;
	right: 10px;
	margin: 0px;
	padding: 0em;
	margin-bottom: 0;
}
#llengues li {
	display: inline;
	padding-right: 0.75em;
	margin-right: 0.75em;
	border-right: 1px solid #0059A2;
}
div#llengues li:last-of-type {
	border-right: 0px solid #0059A2;
	padding-right: 0em;
	margin-right: 0em;
}
#llengues li span {
	color: var(--link-color);;
}
#llengues li span.selected {
	color: var(--text-color);
	font-weight: bold;
}
#llengues li span:not(.selected):hover, 
#llengues li span:not(.selected):focus {
	border-bottom: 1px dotted #0059A2;
	text-decoration: none;
	cursor: pointer;
}

/*	Formularis	*/
.error {
	color: var(--text-color-error);
	font-style: italic;
}
.form1 {
	float: left;
	clear: both;
	position: relative;
	/*background: #f4f8fb;	*/
	/*padding-bottom: 2em;*/
	/*margin-bottom: 2em;*/
	border-radius: 8px;
	width: 100%;
}
.form1 fieldset {
	margin-bottom: 2.5rem;	/* 1.25rem; */
}
.form1 legend {
	display: none;
}
.form1 strong {
	color: var(--text-color-error);
}
.form1 p.note {
	position: relative;
	top: 1.6rem;
	right: 1.75rem;
	text-align: right;
	float: right;
	margin: 0;
	font-size: .9rem;
}
.form1 #titol-form {
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: var(--text-color);
	clear: both;
	margin: 0 1.75rem 1rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: calc(100% - 3.5rem);
	cursor: pointer;
	border-radius: 8px;
	border-color: white;
	padding: 1rem;
}
.form1 #titol-form.dades:hover {
	border-color: #0074CC;
	background: url(../css_img/bg-button-blue.png) repeat-x left center #dadada;
	background-size: contain;
	color: #FFF;
}
.form1 #titol-form img {
	margin: 0 55px 0 0;
}
.form1 h3 {
	/*border-bottom: 2px solid #767676;*/
	margin-bottom: .75em;
	font-size: 1.35em;
}
.form1 .fieldgroup {
	padding: 0 1.75rem;
	clear: both;
	/*height: 500px;*/
	/*max-height: 500px;*/
}
.form1 #botons_origen, .form1 #botons_activitat {
	width: 100%;
	margin: 0;
	/*clear: both;*/
}
.form1 #botons_activitat {
	margin-bottom: 22px;
}
.form1 .fieldgroup p {
	width: 100%;
	margin: 0;
	clear: both;
}
.form1 #panell_1.fieldgroup {
	padding: 0;
}
.form1 #panell_1.fieldgroup fieldset {
	margin-bottom: 0;
}
#botons_origen div.opcio, #botons_activitat div.opcio {
	display: inline-table;
	font-size: 1.1rem;
	padding: .4rem;
	line-height: 1.15rem;
	border-radius: 8px; 
	border: 3px solid #89C7FF;
	cursor: pointer;
	font-weight: bold;
	box-sizing: border-box;
	height: 230px;
	min-width: 200px;
	margin: auto 45px 45px auto;
}
.contenidor-botons-origen-activitat {
	margin: auto;
	width: fit-content;
}
#botons_origen div.opcio:last-of-type, #botons_activitat div.opcio:last-of-type {
	margin-right: 0;
}
#botons_origen div.opcio:not(.off):hover, #botons_activitat div.opcio:not(.off):hover {
	border-color: #53D153;
}
#botons_origen div.opcio img, #botons_activitat div.opcio img {
	margin: 10px;
}
.form1 .fieldgroup #botons_origen div.opcio p, .form1 .fieldgroup #botons_activitat div.opcio p {
	margin: 0 1em;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#botons_origen div.opcio.escollit, #botons_activitat div.opcio.escollit {
	background-color: #8AF48A;
	border-color: #53D153;
}
#botons_activitat div.opcio.off {
	/*background-color: #F0F0F0;*/
	background: url(../css_img/fons-boto-activitat-off.png) repeat-x left center transparent;
	border-color: #DDD;
	cursor: default;
	color: #999;
}
#botons_activitat div.opcio.off img {
	opacity: 0.5;	
}
#botons_origen div.opcio {
	line-height: .85em;
	width: 275px;
	background: #FFF url(../css_img/fons-boto-origen.png) repeat-x left center;
}
#botons_activitat div.opcio {
	background: #FFF url(../css_img/fons-boto-activitat.png) repeat-x left center;
}
#botons_activitat div#opcioCATclub {
	/*width: 130px;*/
}
#botons_activitat div#opcioBIL {
	/*width: 160px;*/
}
#botons_activitat div#opcioCATclubBIL {
	/*width: 220px;*/
	line-height: 1.1em;
}

/*select#facultat option.res, */
select#facultat option.facultat_centre {
	color: #FFF;
	background-color: #666;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}
.form1 div.grup {
	margin: 0 0 1.5em;
	border: 2px solid #CECECE;
	padding: 1rem 1.5rem;
	border-radius: 8px;
}
.form1 label[for="nivell_catala"],
.form1 label[for="horari_preferit"] {
	margin-bottom: .75rem;
}
.form1 label.radio,
.form1 label.check {
	margin: 0 1.5rem .5rem 0;
	padding: 0 0 0 2rem;
	width: auto;
	font-size: 1rem;
	line-height: 1.25rem;
	text-align: left;
}
.form1 #grup-horari-preferit label.check {
	margin-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
	.form1 label.radio,
	#grup-horari-preferit label.check {
		margin: 0 0 .5rem;
		width: 40%;
	}
}

@media only screen and (max-width: 525px) {
	.form1 label.radio,
	#grup-horari-preferit label.check {
		margin: 0 0 .5rem;
		width: 80%;
	}
}

.form1 input:focus, .form1 select:focus, .form1 textarea:focus {
	border: 1px solid #0059A2;
}
#captcha_img {
	margin: 0 1rem 0 0;
	border: 1px solid #CECECE;
	border-w: 0;
}
#captcha_refresh {
	margin: 12px 2.25rem .25rem 0;
	cursor: pointer;
}
#captcha_text {
	margin-top: 2px;
	width: 6em;
	margin-right: 0;
	font-size: 1.25rem;
	display: inline-block;
	text-align: center;
}
#dret-informacio, #proteccio-dades, #captcha {
	text-align: justify;
	display: block;
	width: 100%;
}
#captcha p {
	text-align: left;
}
#captcha div#bloc-captcha {
	margin: .5rem 0 .75rem;
	display: block;
}
#captcha div#bloc-captcha div {
	display: inline-block;
	width: auto;
	text-align: left;
}
#captcha div#bloc-captcha div#bloc-captcha-1 {
	min-width: 270px;
	top: 14px;
	height: 75px;
}
#dret-informacio h5 {
	margin-top: 1.5rem;
}
#dret-informacio p ,#proteccio-dades p {
	margin: .75em 0;
	display: block;
}
#dret-informacio p:last-of-type {
	margin: 0;
	line-height: .1em;
}
.form1 #captcha label {
	width: auto;
	margin-left: 0;
}
.form1 #captcha label.error {
	margin-top: .5rem;
}
.form1 div.botonera {
	padding: 0 1.75rem;
	display: flex;
}
input[type="submit"],
input[type="reset"] {
	background: url(../css_img/backgrounds/bg-button.png) repeat-x left center #dadada;
	border: 2px solid #babab9;
	padding: 0 0.8em;
	width: auto;
	margin-left: 1em;
}
.form1 input#boto_reset, .form1 input#boto_submit {
	display: none;
}
.form1 div.botonera div.boto {
	border-radius: 8px;
	background: url(../css_img/bg-button-light-blue.png) repeat-x left center #dadada;
	border: 2px solid #89C7FF;
	padding: 0 0.8em;
	width: fit-content;
	font-family: arial, sans-serif;
	cursor: pointer;
	font-weight: bold;
	line-height: 2em;
	color: var(--link-color);
}
.form1 div#netejar {
	margin: auto;
}
.form1 div#enrere {
	margin-right: .5rem;
}
.form1 div#continuar {
	right: 0;
}
.form1 div.botonera div.boto.centrat {
	margin: auto;
}
.form1 div.botonera div.boto.off {
	background: url(../css_img/bg-button.png) repeat-x left center #dadada;
	color: #666;
	border-color: #DDD;
	cursor: default;
}
.form1 div.botonera div.boto:not(.off):hover {
	background: url(../css_img/bg-button-blue.png) repeat-x left center #dadada;
	color: #FFF;
	border-color: #0074CC;
}


@media only screen and (max-width: 865px) {
	.form1 p.note {
		right: 1.5rem;
	} 
	.form1 #titol-form {
		margin: 0 1.5rem 1rem;
		width: calc(100% - 3rem);
		font-size: 1.2rem;
		line-height: 1.4rem;
	}
	.form1 #titol-form img {
		height: 110px;
		margin-right: 35px;
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 1.5rem;
	}
	.form1 #botons_activitat {
		margin-bottom: 17px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		font-size: .85rem;
		line-height: .8rem;
		padding: .4rem;
		border-radius: 6px; 
		border: 2px solid #89C7FF;
		height: 185px;
		min-width: 100px;
		max-width: 190px;
		margin: auto 35px 35px auto;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 115px;
		margin: 8px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 325px;
	}
}
@media only screen and (max-width: 660px) {
	.form1 p.note {
		right: 1.25rem;
	} 
	.form1 #titol-form {
		margin: 0 1.25rem 1rem;
		width: calc(100% - 2.5rem);
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.form1 #titol-form img {
		height: 80px;
		margin-right: 27px;
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 1.25rem;
	}
	.form1 #botons_activitat {
		margin-bottom: 13px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		font-size: .7rem;
		line-height: .65rem;
		padding: .4rem;
		border-radius: 4px; 
		border: 2px solid #89C7FF;
		height: 138px;
		min-width: 90px;
		max-width: 150px;
		margin: auto 27px 27px auto;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 80px;
		margin: 6px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 275px;
	}
}
@media only screen and (max-width: 580px) {
	.form1 p.note {
		right: 1rem;
	} 
	.form1 #titol-form {
		margin: 0 1rem 1rem;
		width: calc(100% - 2rem);
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.form1 #titol-form img {
		height: 60px;
		margin-right: 20px;
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 1rem;
	}
	.form1 #botons_activitat {
		margin-bottom: 10px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		font-size: .7rem;
		line-height: .65rem;
		padding: .4rem;
		border-radius: 4px; 
		border: 2px solid #89C7FF;
		height: 120px;
		min-width: 90px;
		max-width: 150px;
		margin: auto 20px 20px auto;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 60px;
		margin: 5px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 225px;
	}
}
@media only screen and (max-width: 450px) {
	.form1 p.note {
		right: .75rem;
	} 
	.form1 #titol-form {
		margin: 0 .75rem 1rem;
		width: calc(100% - 1.5rem);
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.form1 #titol-form img {
		height: 50px;
		margin-right: 17px;
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 .75rem;
	}
	.form1 #botons_activitat {
		margin-bottom: 8px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		font-size: .7rem;
		line-height: .75rem;
		padding: .4rem;
		border-radius: 4px; 
		border: 2px solid #89C7FF;
		height: 110px;
		min-width: 90px;
		max-width: 150px;
		margin: auto 17px 17px auto;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 50px;
		margin: 4px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 200px;
	}
}
@media only screen and (max-width: 395px) {
	.form1 p.note {
		right: .5rem;
		top: 3.75rem;
	} 
	.form1 #titol-form {
		margin: 0 .5rem 1rem;
		width: calc(100% - 1rem);
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 .5rem;
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.form1 #titol-form img {
		height: 45px;
		margin-right: 15px;
	}
	.form1 #botons_activitat {
		margin-bottom: 8px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		font-size: .7rem;
		line-height: .75rem;
		padding: .4rem;
		border-radius: 4px; 
		border: 2px solid #89C7FF;
		height: 100px;
		min-width: 90px;
		max-width: 150px;
		margin: auto 15px 15px auto;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 45px;
		margin: 4px 2px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 200px;
	}
}
@media only screen and (max-width: 350px) {
	.form1 #titol-form {
		margin: 0 .35rem 1rem;
		width: calc(100% - .7rem);
		font-size: 1rem;
		line-height: 1.2rem;
	}
	.form1 #titol-form img {
		height: 45px;
		margin-right: 15px;
	}
	.form1 .fieldgroup, 
	.form1 div.botonera {
		padding: 0 .35rem;
	}
	#botons_origen, #botons_activitat {
		border: 1px solid #CCC;
		border-radius: 8px;
		margin-bottom: 8px;
		padding: 1rem;
	}
	.form1 #botons_activitat {
		margin-top: 8px;
	}
	#botons_origen div.opcio, #botons_activitat div.opcio { 
		display: block;
		font-size: .7rem;
		line-height: .75rem;
		padding: .4rem;
		border-radius: 4px; 
		border: 2px solid #89C7FF;
		height: 100px;
		min-width: 90px;
		max-width: 150px;
		margin: 0 auto 15px auto;
	}
	#botons_origen div.opcio:last-of-type, #botons_activitat div.opcio:last-of-type {
		margin-bottom: 0;
	}
	#botons_origen div.opcio img, #botons_activitat div.opcio img {
		height: 45px;
		margin: 4px 2px;
	}
	#botons_activitat div#opcioCATclubBIL {
		max-width: 200px;
	}
}




#resposta {
	display: flex;
	margin: 0;
	padding: 1rem;
}
#resposta-text {
	margin: 2.5rem auto;
}
#resposta-text p {
	text-align: left;
	line-height: 1.75rem;
	font-size: 1.25rem;
}
.amagat {
	display: none !important;
}



/*	Dels formularis de queixes i suggeriments */
.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
	padding-right: 5px;
    padding-left: 5px;
}
.form-group {
	margin-bottom: .75rem;
	position: relative;
}
.form-group label {
	display: inline-block;
	margin-bottom: .35rem;	
	width: 100%;
	font-size: .9rem;
}
.form-group label.info {
	width: auto;
	margin: .4rem 1.5rem 0 0;
}
.form-group input, 
.form-group select, 
.form-group textarea {
	display: block;
	width: 100%;
	background-clip: padding-box;
	font-size: .95rem;

	border: 1px solid #cecece;
	background-color: white;
	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;
}
.form-group label.radio input[type="radio"], 
.form-group label.check input[type="checkbox"]{
	float: left;
	transform: scale(1.75);
	margin-top: .15rem;
	width: auto;
	border-width: 1px;
	margin-left: -1.6rem;
}
.form-group label.error {
	color: var(--text-color-error);
	font-size: .9rem;
	margin: .4rem 0 0;
	padding: 0;
	padding-top: 0;
	text-align: left;
	clear: both;
	width: auto;
}
#dret-informacio label.error {
	margin-top: 0;
}
.col-md-12 {
	width: 100%;	
}

@media (min-width: 768px) {
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .col-md-6 {
    width: 100%;
  }
}




/* Mobile */
/* @media only screen and ( max-width: 767px ) {} */
/* iOS fix */
/* @media (max-width:1024px) */
/* Tablet */
/* @media only screen and ( max-width: 1024px ) */

/* @media (min-width:1024px){body.admin-bar .dialog-lightbox-widget{height:calc(100vh - 32px)}} */
/* @media (max-width:1024px){body.admin-bar .dialog-type-lightbox{position:sticky;height:100vh} */
/* @media (max-width:1439px){.elementor-templates-modal .dialog-widget-content{max-width:990px}} */
/* @media (min-width:1440px){.elementor-templates-modal .dialog-widget-content{max-width:1200px}} */

/* padding:calc(.667em + 2px) calc(1.333em + 2px) */
