@CHARSET "UTF-8";

.ricerca_debitore {
	position: relative;
	margin: 10px 0 0 0;
	
	width: 100%;
	height: 260px;
}

.ricerca_debitore .button_companion {
	top: 55px;
}

.ricerca_debitore_resultset {
	position: absolute;
	top: 330px;
	right: 0;
	bottom: 5px;
	left: 0;
}

#pannello_over .ricerca_debitore_resultset {
	top: 280px;
}

.ricerca_debitore_resultset_companion {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	width: 18%;
	min-width: 150px;
}

.ricerca_debitore_resultset_companion .inside_body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	
	width: 150px;
	
	border: solid 2px;
}

.ricerca_debitore_resultset_companion .inside_body .nuovo_debitore {
	position: relative;
	margin: 0;
	
	height: 50px;
	
	line-height: 50px;
	text-align: center;
	
	cursor: pointer;
}

.ricerca_debitore_resultset_companion .inside_body .nuovo_debitore img {
	position: absolute;
	top: 50%;
	left: 10px;
	
	margin: 0;
	
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

.ricerca_debitore_resultset_companion .inside_body .text_div {
	position: relative;
	margin: 10px 5px 0 5px;
}

.debitore_carica_nuovo {
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 10px;
	
	height: 40px;
	
	line-height: 40px;
	font-weight: bold;
	
	cursor: pointer;
}

#nuovo_debitore_form {
	position: absolute;
	top: 60px;
	right: 0;
	bottom: 10px;
	left: 0;
	
	margin: 0;
	padding: 0;
	
	overflow: auto;
}

#nuovo_debitore_form input,
#nuovo_debitore_form select {
	margin: 10px 0 0 10px;
	width: calc(80% - 10px);
}

#nuovo_debitore_form .ang_code,
#nuovo_debitore_form .fiscal_code_list {
	position: relative;
	
	line-height: 30px;
}

#nuovo_debitore_form .ang_code {
	margin: 10px 0 0 10px;
	
	width: calc(80% - 10px);
	height: 30px;
	
	border-top: solid 1px;
	overflow: hidden;
}

#nuovo_debitore_form .fiscal_code_list {
	height: 80px;
}

/*#nuovo_debitore_form button {
	top: initial;
	bottom: 0;
	left: 0;
	
	width: 100%;
}*/

#pannello_over .codici_cliente_form {
	position: absolute;
	top: 30px;
	right: 0;
	bottom: 0;
	left: 0;
	
	padding: 10px;
}

#pannello_over .codici_cliente_form .area_pulsanti,
#pannello_over .codici_cliente_form #modifica_codice {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	
	height: 30px;
}

#pannello_over .codici_cliente_form #modifica_codice_result {
	position: absolute;
	bottom: 0;
	left: 0;
	
	height: 30px;
	width: 30px;
}

#pannello_over .codici_cliente_form #modifica_codice_result 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%);
}

#pannello_over .codici_cliente_form input {
	margin: 0 0 10px 0;
}

#pannello_over .codici_cliente_form #modifica_codice {
	line-height: 30px;
	text-align: center;
	
	cursor: pointer;
	
	z-index: 10;
}

#pannello_over .codici_cliente_form .area_pulsanti div {
	position: relative;
	float: right;
	
	margin: 0 5px;
	
	height: 30px;
	line-height: 30px;
}

#pannello_over .codici_cliente_form .area_pulsanti img {
	float: right;
	margin: 8px 5px 0px 5px;
	
	cursor: pointer;
}

/*.ricerca_debitore_resultset_companion {
	-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;
}*/
