/*
#main {
	z-index: 11000;
	position: relative;
}
*/
.adreceswrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 20px;
}
.adreceswrapper .adrecaout {
	width: 25%;
	min-width: 250px;
}
.adreceswrapper .adreca {
	border: 1px solid #339;
	padding: 0;
	margin: 0 20px 20px 0;
}
.adreceswrapper h4 {
	text-align: center;
	background: #339;
	color: #fff !important;
	margin: 0;
	padding: 15px 0;
}
.adreceswrapper .interior {
	padding: 15px;
}
.adreceswrapper p {
	margin-bottom: 0 !important;
}
#fonsmodal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 10020;
}
#fonsmodal.mostra {
  display: flex;
  align-items: center;
  justify-content: center;
}
.finestramodal {
	display: none;
	width: 600px;
	max-width: 100%;
	padding: 25px;
	position: relative;
}
.finestramodal .contingutmodal {
	background: #fff;
	padding: 25px;
	border: 3px solid #000;
	position: relative;
}
div.tancarmodal {
	position: absolute;
	right: -16px;
	top: -16px;
	width: 32px;
	height: 32px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 32px;
	font-size: 20px;
}
select.triaadreca {
	width: 100%;
	font-size: 1.5rem;
	color: #333;
	padding: 15px;
	height: 63px;
}
.botonsadreces {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.accioadreca {
	border: none;
	background: #339;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	border-radius: 20px;
	width: 40%;
}
.contingutmodal .interior {
	display: flex;
	flex-direction: column;
}
.contingutmodal .mig {
	margin-bottom: 20px;
	overflow-x: hidden;
	overflow-y: auto;
	flex-grow: 1;
	max-height: 40vh;
	padding-right: 10px;
}
.contingutmodal .inferior {
	display: flex;
	justify-content: space-between;
}
select2-container.select2-container--default.select2-container--open {
	z-index: 999999 !important;
}
#fonsmodal .avada-select-parent select {
	/*z-index: 999999 !important;
	width: calc(100% - 35px) !important;
	height: 35px !important;*/
	min-width: auto;
}
body .select2-container {
	z-index: 999999999;
	width: 100% !important;
}
