/*--------- CSS PERSONALITZAT DE LA UNITAT DE PROJECTES DEL CRAI ----------*/

/*---- 27/08/2024 Toni pàgina iniciat crai --------------*/
.page-node-26882 .patri-digital-item-text h4 a {font-size: 1.1em;}

/*---------26/09/2024 Toni accordion padding sup --------*/
.ckeditor-accordion-container dl dd,
.ckeditor-accordion-container dl dd.active {
  padding-top: 15px !important;
}

/*--------------14/10/2024 Toni id taula_1 -------------*/
table#taula_1 {width: 80%; margin-right: auto; margin-left: auto;}
table#taula_1 tr th {color:#00404e; }
table#taula_1 tbody tr {background-color: white; border-width: 2px; border-color: #efefef;}
table#taula_1 tbody tr td a {color:#247fa6;}
table#taula_1 tbody,
table#taula_1 thead {border-width: unset; border-color: #efefef;}
table#taula_1 thead {height: 40px;}
table#taula_1 tbody tr td p {margin: 5px 0px;}
table#taula_1 tr td, tr th {border-width: 2px; border-color: #efefef;}

/*--------------15/10/2024 Núria responsive còpies digitals -------------*/
img#copiesdig1 {float: left; position: relative; left: 50px;}
img#copiesdig2 {position: relative; left: 70px;}

@media (max-width: 1200px) {
 img#copiesdig1 {width: 60%; position: relative; left: 5px; bottom: 20px;}
 img#copiesdig2 {width: 60%; position: relative; left: 5px;}

  }

@media (max-width: 600px) {
 img#copiesdig1 {width: 80%; position: relative; left: 5px; bottom: 20px;}
 img#copiesdig2 {width: 80%; position: relative; left: 5px;}

  }

/*--------------12/11/2024 Núria id quadre fons gris----------------------*/
div#quadre_fonsgris {background-color: #e5eced; padding: 20px;}

/*--------------17/01/2025 Núria id imatges rodones----------------------*/
img#img_cercle {border-radius: 100px;}

/*--------------28/01/2025 Núria id taula sense marges----------------------*/
table#taula_sensemarges tr th {color:#00404e; }
table#taula_sensemarges tbody tr {background-color: #fff; border-width: 2px;}
table#taula_sensemarges tbody tr td a {color:#247fa6;}
table#taula_sensemarges tbody,
table#taula_sensemarges thead {border-width: unset; border-color: #fff;}
table#taula_sensemarges thead {height: 40px;}
table#taula_sensemarges tbody tr td p {margin: 5px 0px;}
table#taula_sensemarges tr td, tr th {border-width: 2px; border-color: #fff;}
table#taula_sensemarges tr {background-color: #fff;}
table#taula_sensemarges tbody tr td {border: none !important;}

/*--------------01/07/2025 Núria responsive genere fons antic----------------------*/
img#genere_fa {float:left; margin-top: 5px; margin-right: 30px; margin-bottom: 50px}

@media (max-width: 1200px) {
img#genere_fa {float:left; margin-top: 5px; margin-right: 20px; margin-bottom: auto}

  }

@media (max-width: 600px) {
img#genere_fa {float: none; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto}

  }

/*--------------10/07/2025 Núria formularis checkbox consentiment dades personals----------------------*/
.form-check .form-check-input {margin-left: 0}
.js-form-item label[for="edit-consentiment-dades-personals"],
.js-form-item label[for="edit-consentiment-dades-personals1"],
.js-form-item label[for="edit-consentiment-dades-personals2"] {border-left: none; text-transform: none; letter-spacing: 0px;}
.form-check-label[for="edit-consentiment-dades-personals"]::after,
.form-check-label[for="edit-consentiment-dades-personals1"]::after,
.form-check-label[for="edit-consentiment-dades-personals2"]::after {content: ''; vertical-align: super; display: inline-block; background-image: url(../../../contrib/bootstrap_barrio/images/required.svg); background-repeat: no-repeat; background-size: 7px 7px; height: 7px; width: 7px;}