@CHARSET "UTF-8";

#main_container .anagrafiche section #anagrafiche_bar {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
	
	height: 62px;

	border-bottom: solid 1px;
	border-left: solid 1px;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	
	overflow: hidden;
	
	z-index: 20;
}

#anagrafiche_arrow {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}

#main_container .anagrafiche section .anagrafiche_searchresult_bar {
	position: absolute;
	top: 61px;
	right: 0px;
	left: 20px;
	
	height: 40px;
	line-height: 40px;
	
	display: flex;
	flex-flow: row nowrap;
	align-items: stretch;
}

#main_container .anagrafiche section .anagrafiche_searchresult_bar span {
	position: relative;
	vertical-align: top;
	
	font-size: 0.8em;
}

#main_container .anagrafiche section .anagrafiche_searchresult_bar span:nth-child(2) {
	margin-left: 5px;
	font-family: 'montserratbold';
}

#main_container .anagrafiche section .dettaglio {
	top: 100px;
	right: 70px;
}

.anagrafiche .standard select.tipo_sede,
.anagrafiche .standard img.add_sede {
	display: inline-block;
	vertical-align: top;
}

.anagrafiche .standard select.tipo_sede {
	width: 70%;
}

.anagrafiche .standard img.add_sede {
	margin: 18px 0px 0px 20px;
	cursor: pointer;
}

#dettaglio_anagrafica .scrolling_trow .td_1 {
	width: calc(100% - 101px - 30% - 8%);
}

#dettaglio_anagrafica .scrolling_trow .td_2 {
	width: 30%;
}

#dettaglio_anagrafica .scrolling_trow .td_3 {
	width: 8%;
}

#dettaglio_anagrafica .scrolling_icon_area {
	width: 101px;
}

#anagrafiche_azienda_bar_1 {
	position: absolute;
	top: 75px;
	left: 20px;
	right: 0;
	
	height: 20px;
	line-height: 20px;
	font-family: 'montserratbold';
}

#dettaglio_anagrafica .info_body section.area_section {
	position: relative;
	top: initial;
	right: initial;
	bottom: initial;
	left: initial;
	margin: 0;
	padding: 0;
	
	width: 100%;
	height: 100%;
}

/*#dettaglio_anagrafica .info_body section.area_section h4*/
#dettaglio_anagrafica .info_body section.area_section #anagrafiche_desktop_label_bar,
#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar {
	position: relative;
	margin: 0;
	
	height: 40px;
	
	display: flex;
	flex-flow: row nowrap;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar {
	display: none;
	z-index: 19;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_desktop_label_bar .label,
#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar .label {
	position: relative;
	
	height: inherit;
	
	line-height: 40px;
	font-family: 'montserratbold';
	
	border-bottom: solid 1px;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_desktop_label_bar .label {
	width: calc(100% / 5);
	
	text-align: center;
	
	border-right: solid 1px;
	
	cursor: pointer;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_desktop_label_bar .label:nth-child(5) {
	border-right: none;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar .label {
	width: inherit;
	padding: 0 0 0 15px;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu {
	position: absolute;
	top: 0;
	right: 0;
	
	height: inherit;
	width: 40px;
	
	border: solid 1px;
	border-top: none;
	border-right: none;
	
	z-index: 10;
	overflow: hidden;
	
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	
	/*-webkit-transform: translate3d(0, 0, 0);*/
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu .img_cnt {
	position: absolute;
	top: 0;
	right: 0;
	
	height: 40px;
	width: 40px;
	
	cursor: pointer;
	z-index: 10;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu .img_cnt img {
	position: absolute;
	top: 50%;
	left: 50%;
		
	margin: 0;
	margin-right: -50%;
		
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu .labels_cnt {
	position: relative;
	margin: 0 50px 0 15px;
	
	overflow: hidden;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu .labels_cnt div {
	position: relative;
	
	width: inherit;
	height: 40px;
	line-height: 40px;
	
	border-bottom: solid 1px;
	cursor: pointer;
}

#dettaglio_anagrafica .info_body section.area_section #anagrafiche_mobile_label_bar #anagrafiche_mobile_menu .labels_cnt div:last-child() {
	border: none;
}

#dettaglio_anagrafica .info_body .dettaglio_sezione {
	position: absolute;
	top: 40px;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 0;
}

/*#dettaglio_anagrafica .info_body section.area_section:nth-child(5) .dettaglio {
	top: 40px;
}*/

#dettaglio_anagrafica .info_body .dettaglio_sezione .overflow,
#dettaglio_anagrafica .info_body .dettaglio_sezione .form_space {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	margin: 0;
	padding: 0;
	
	overflow-y: auto;
}

#dettaglio_anagrafica .info_body .dettaglio_sezione .form_space {
	padding-right: 10px;
	z-index: 10;
	
	display: none;
}

.anagrafiche #sorting_box {
	display: none;
}

/**
 * SEZIONE 1: DATI ANAGRAFICI
 */
#anagrafiche_azienda_bar_2 {
	position: relative;
	margin: 10px 100px 10px 20px;
	
	line-height: 20px;
	font-family: 'montserratbold';
}

#anagrafica_section_1_dettaglio .detail {
	margin: 10px 20px;
	line-height: 20px;
}

#anagrafica_section_1_dettaglio .bloccata {
	position: absolute;
	top: 0px;
	right: 0px;
	
	width: 100px;
	height: 40px;
	
	text-align: center;
	line-height: 39px;
	
	border-bottom: solid 1px;
	border-left: solid 1px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#anagrafica_section_1_dettaglio img.edit,
#anagrafica_section_1_dettaglio img.new_sede,
#anagrafica_section_1_dettaglio img.delete,
#anagrafica_section_1_dettaglio img.map {
	position: absolute;
	margin-top: 10px;
	
	cursor: pointer;
}

#anagrafica_section_1_dettaglio img.edit {
	right: 20px;
}

#anagrafica_section_1_dettaglio img.new_sede,
#anagrafica_section_1_dettaglio img.delete {
	right: 59px;
}

#anagrafica_section_1_dettaglio img.map {
	right: 98px;
}

#anagrafica_section_1_dettaglio fieldset.sede {
	position: relative;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	
	top: initial;
	right: initial;
	bottom: initial;
	left: initial;
	
	border-top: solid 1px;
	
	display: flex;
	flex-flow: row wrap;
}

#anagrafica_section_1_dettaglio fieldset.sede legend {
	margin-left: 20px;
	padding: 0px 5px;
}

#anagrafica_section_1_dettaglio div.delete {
	position: absolute;
	right: 50px;
	margin-top: -3px;
	
	width: 210px;
	height: 50px;
	
	border: solid 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	
	z-index: 10;
	overflow: hidden;
	
	display: none;
}

#anagrafica_section_1_dettaglio div.delete .row_confirm_operation {
	display: block;
}

#anagrafica_section_1_dettaglio fieldset.sede .coppia_label,
#anagrafica_section_1_dettaglio fieldset.sede .coppia_valore {
	position: relative;
	
	height: 30px;
	line-height: 30px;
}

#anagrafica_section_1_dettaglio fieldset.sede .coppia_label {
	width: 320px;
	padding: 0 0 0 20px;
}

#anagrafica_section_1_dettaglio fieldset.sede .coppia_valore {
	width: calc(100% - 330px);
	font-family: 'montserratbold';
	overflow: hidden;
}

/**
 * SEZIONE 2: CONTATTI
 */
#anagrafica_section_2_dettaglio .dettaglio_rubrica,
#anagrafica_section_2_dettaglio #dettaglio_rubrica .scrolling_tbody {
	border: none;
}

#anagrafica_section_2_dettaglio .dettaglio_rubrica .td_1,
#anagrafica_section_2_dettaglio .dettaglio_rubrica .td_2 {
	text-align: left;
}

#anagrafica_section_2_dettaglio .dettaglio_rubrica .td_1 {
	padding: 0 0 0 10px;
	
	width: 30%;
}

#anagrafica_section_2_dettaglio .dettaglio_rubrica .td_2 {
	width: 65%;
}  

/**
 * SEZIONE 3: EVENTI
 */
#anagrafica_section_3_dettaglio #dettaglio_calendario_2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#anagrafica_section_3_dettaglio #dettaglio_calendario_2 .scrolling_trow {
	border-right: none;
}

/**
 * SEZIONE 4: ATTIVITA
 */
#anagrafica_section_4_dettaglio #dettaglio_attivita_1 {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#anagrafica_section_4_dettaglio #dettaglio_attivita_1 .scrolling_tbody {
	border: none;
}

/*#anagrafica_section_4_dettaglio #dettaglio_attivita_1 .scrolling_tbody:nth-child(1) {
	border-top: none;
}*/

#anagrafica_section_4_dettaglio #dettaglio_attivita_1 .scrolling_tbody .td_1 {
	width: 0%;
}

#anagrafica_section_4_dettaglio #dettaglio_attivita_1 .scrolling_trow .td_2,
#anagrafica_section_4_dettaglio #dettaglio_attivita_1 .scrolling_trow .td_3 {
	width: 25%;
}

/**
 * SEZIONE 5: CONTRATTI
 */
 #anagrafica_section_4_dettaglio #dettaglio_contratti_1 {
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}

#anagrafica_section_5_dettaglio #dettaglio_contratti_1 .scrolling_tbody {
	border: none;
}

#anagrafica_section_5_dettaglio #dettaglio_contratti_1 .scrolling_tbody .scrolling_trow:nth-child(1) .td_6 {
	border-top: solid 1px;
}