/* DIRECTORI */
.directoriSearch {
	background-color: #EEEEEE;
	padding: 24px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  }
  .directoriSearch input,
  .directoriSearch select {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #898989;
	height: 40px;
	width: 100%;
  }
  .btn-view__wrapper {
	display: flex;
  }
  button.btn-view-select, .btn.btn-search-directory {
	background-color: white;
	border: 2px solid #103859;
	font-weight: 500;
	text-transform: uppercase;
	color: #10385A;
	box-shadow: none;
	height: 4rem;
	display: inline-flex;
	align-items: center;
	padding-top:0;
	padding-bottom: 0;
	border-radius: 8px;
  }
  button.btn-view-select.active {
	background-color: #103859;
	color: white;
  }
  button.btn-list.btn-view-select {
	border-right: none;
	border-radius: 8px 0 0 8px;
  }
  button.btn-table.btn-view-select {
	border-left: none;
	border-radius: 0 8px 8px 0;
  }
  
  .treballadorItem {
	border: 2px solid #eeeeee;
	padding: 1.6rem 2.4rem;
	border-radius: .8rem;
	font-size: 1.4rem;
  }
  .treballadorItem__name {
	font-size: 2rem;
	line-height: 1.25;
  }
  .treballadorsWrapper {
	display: grid;
	gap:2.4rem;
	grid-template-columns: 1fr;
  }
  .treballadorItem__seccio + .treballadorItem__seccio {
	border-left: 1px solid #BAAF17;
	padding-left: 1.6rem;
	margin-left: 1.6rem;
  }
  .treballadorItem .glyphicon {
	display: none;
  }
  .treballadorItem__email {
	text-decoration: none;
	font-size: 1.2rem;
  }
  
  @media screen and (min-width: 768px) {
	.directoriSearch {
	  flex-direction: row;
	  align-items: flex-start;
	}
	.btn-search-directory {
	  margin-top: 2.2rem;
	}
	.treballadorsWrapper--table {
	  grid-template-columns: 1fr 1fr;
	}
	.treballadorsWrapper--list .treballadorItem {
	  display: flex;
	  justify-content: flex-start;
	  flex-wrap: wrap;
	  gap: 16px 0;
	}
	.treballadorsWrapper--list .treballadorItem__name {
		flex: 0 0 100%;
	}
	.treballadorsWrapper--list .treballadorItem * {
	  margin-bottom:0;
	}
	.treballadorsWrapper--list .treballadorItem .display-flex,
	.treballadorsWrapper--list .treballadorItem__email {
		margin-left: 2.4rem;
	  }
	  .treballadorsWrapper--list .treballadorItem__email {
		flex-grow: 1;
		text-align: right; 
	  }
  }
  
  @media screen and (min-width: 1260px) {
	.treballadorsWrapper--table {
	  grid-template-columns: 1fr 1fr 1fr;
	}
	.treballadorsWrapper--list .treballadorItem {
	  justify-content: flex-start;
	  align-items: flex-start;
	}
	.taulellSearch__category {
	  width: 40%;
	}
	.treballadorsWrapper--list .treballadorItem__name {
	  width: 25%;
	  flex:0 0 auto;
	}
	.treballadorsWrapper--list .treballadorItem .display-flex {
	  justify-content: flex-start;
	  width: 35%;
	  margin-left: 2.4rem;
	}
	
  } 

/* ACCORDION */
#accordion .panel-heading {
	width: 100%;
	text-align: left;
	font-weight: bolder;
  }
  #accordion .panel-heading::after {
	transition: transform .25s;
	  content:'';
	  display: block;
	  width: 24px;
	  height: 24px;
	  position: absolute;
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z' fill='%23103859' /%3E%3C/svg%3E");
	  background-size: contain;
	  background-repeat: no-repeat;
	  right: 1.5em;
	  top: 50%;
	  margin-top:-12px;
	}
  #accordion .panel-heading[aria-expanded="true"]::after {
	transform: rotate(180deg);
	transform-origin: center center;
  }
  

/* SEARCH RESULTS */
#searchform .input-group { margin-bottom: 4.0rem; display: flex; }
#searchform .input-group-btn { width: auto;}
#searchform .form-control.searchPage { border-top-left-radius: 4px; border-bottom-left-radius: 4px;}
#searchform .btn.searchPage { background-color: #103859; color: #FFFFFF; height: 4rem; }
#search-results .result-title { display: block; font-size: 2.4rem; line-height: 1.25;}
#search-results li { padding-bottom: 2.4rem; margin-bottom: 2.4rem; border-bottom: 1px solid #eeeeee; }
#search-results li::marker { color: #676767; font-size: 1.6rem;}
#search-results .result-title a { text-decoration: none;}
#search-results .result-title a:hover,
#search-results .result-title a:focus { color:#BAAF17; }
#search-results li .croppedDescription { margin-bottom: 1.6rem; display: block;}
#search-results li .documentLocation,
#search-results li .discreet { display: block; }
#search-results li .discreet { margin-bottom: .8rem;}

/* BLOG */
.blogItem { border: 1px dashed #BAAF17; border-bottom: 3px solid #BAAF17;}

/* MENU */
@media (min-width: 62em) {
	.mnPrincipal__segon { height: auto !important; }
}

/* Gestor de presència */
.template-gestor_presencia_view iframe {
	height: 1000px;
	width: 100%;
	border: none;
}