input[type='password'],input[type='text'], select, textarea {
	border: 1px solid #d8d8d8;
	background: #fff;
	color: #565657;
}
input[type='image'] {
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
input:focus,
textarea:focus,
select:focus {
	outline: 0 none;
}
textarea {
    resize: none;
}
.field-combo-elem {
	display: block;
	position: absolute;
	width: 100%;
	bottom: 2px;
	left: 0;
	height: 36px;
}
.field-combo-elem svg {
	position: absolute;
	right: 3px;
	top: 6px;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.field-combo-elem-list .selected {
	background: #dedede;
}
.field-combo-elem-list .selected:hover,
.field-combo-elem-list div:hover {
	background: #dedede;
	color: #fff;
}
.field-combo-elem-list div.hide {
	display: none;
}
.field-combo-elem-list div {
	padding: 3px 10px;
	cursor: pointer;
}
.field-combo-elem-list {
	width: 100%;
	z-index: 1000;
	display: none;
	background: #fff;
	position: absolute;
	top: 36px;
	left: 0;
	border: 1px solid #dddcdc;
	overflow-y: auto;
	height: 200px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.field-line.field-line-visualeditor {
	height: auto;
}
.field-line-info-add {
	font-size: 11px;
}
.field-line-info-add div {
	margin-bottom: 5px;
}
.checkbox {
	display: block;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background: #fff;
	border: 1px solid #aaa;
	float: left;
	cursor: pointer;
	position: relative;
}
.checkbox.checkbox-checked {
	border: 1px solid #565657; 
}
.checkbox-checked:after {
	content: '\2713';
	width: 18px;
	height: 18px;
	display: block;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
}
.button-black,
.button-close {
	color: #565657;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
a.button-simple:hover,
.button-simple:hover,
a.button:hover, a.button:hover *
.button:hover, .button:hover * {
	text-decoration: none;
}

.button-simple, .button-simple *,
.button, .button * {
	text-decoration: none;
	cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button:before {
	content: '';
	display: inline-block;
	height: 100%; 
	vertical-align: middle;
}
.button span {
	display: inline-block;
	cursor: pointer;
}
.button-img span {
	margin-left: 5px;
}
.button-style {
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.button-style.selected,
.button-style:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
.button img {
	display: inline-block;
	vertical-align: middle;
	max-height: 18px;
	max-width: 18px;
}
.field {
	border: 1px solid #aaa;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	background: #fff;
	height: 46px;
	display: block;
}
.field label {
	position: absolute;
	left: 7px;
	top: 12px;
	height: 24px;
	line-height: 24px;
}

.field select,
.field textarea {
	width: 100%;
}
.field select,
.field input, 
.field textarea {
	border: none;
	font-size: 14px;
	background: transparent;
}
.field input {
	width: 98%;
}
.field select {
	padding: 15px 6px 0 6px;
	height: 46px;
	color: #444;
	position: relative;
}
.field input, 
.field textarea {
	position: absolute;
	margin: 0;
	left: 5px;
}
.field textarea {
	bottom: 0;
}
.field input {
	height: 24px;
	line-height: 24px;
	bottom: 8px;
}
.field textarea {
	left: 5px;
	height: 92px;
}
.field-line-text ul, 
.field-line-text li {
	list-style-type: initial;
}
.field-line-textarea.field-line-textarea-max .field {
	height: 220px;
}
.field-line-textarea-max .field textarea {
	height: 212px;
}
.field-line-textarea.field-line-textarea-max {
	height: 248px;
}
.field-line {
	height: 66px;
	position: relative;
}
.field-line-text {
	height: auto;
	margin-bottom: 15px;
	text-align: left;
}
.field-line-text ul li {
	margin-left: 20px;
	margin-top: 10px;
}

.field-line-label,
.field-line-file,
.field-line-image,
.field-line-checkbox {
	text-align: left;
	padding-bottom: 18px;
	height: auto;
}
.field-line-label {
	padding-left: 6px;
}
.field-line-label .field label{
	position: relative;
	font-size: 10px;
	top: 0;
	left: 0;
}
.field-line-label .field{
	background: none;
	border: none;
	box-shadow: none;
	overflow: normal;
	height: auto;
}
.field-line-image .button,
.field-line-file .button {
	margin-right: 20px;
	text-transform: uppercase;
}
.field-line-image .field-info-ico,
.field-line-file .field-info-ico {
	top: 0;
}
.field-line-image[data-is-file=''] .wrapp-button .button-cancel,
.field-line-file[data-is-file=''] .wrapp-button .button-cancel {
	display: none;
}
.field-line-image .field-anteprima-wrapper {
	width: 160px;
	height: 120px;
	overflow: hidden;
}
.field-line-image .field-anteprima-wrapper img {
	max-width: 160px;
	max-height: 120px;	
}
.field-line-image .field-anteprima-image-void {
	display: none;	
}
.field-line-image .field-anteprima-image {
	display: block;	
}
.field-line-image[data-is-file=''] .field-anteprima-image-void {
	display: block;	
}
.field-line-image[data-is-file=''] .field-anteprima-image {
	display: none;	
}
.field-line-image .wrapp-button .button-cancel,
.field-line-file .wrapp-button .button-cancel {
	color: #565657;
	display: inline-block;
}
.field-line-image .field-anteprima,
.field-line-file .field-anteprima {
	margin: 2px 0;
	margin: 2px 0;
	line-height: 18px;
	min-height: 18px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.field-line-file .field-anteprima {
	padding-left: 20px;
	background: url('../img/ico/ico-download.png') no-repeat left center;
	cursor: pointer;
	background-size: 18px;
}
.field-line-file .field-anteprima:hover {
	color: #6ac08e;
}
.field-line-file[data-is-file=''] .field-anteprima {
	background: none;
	cursor: default;
}
.field-line-small.field-line-checkbox,
.field-line-small .field-line-checkbox {
	padding-bottom: 10px;
}
.field-line-textarea {
	height: 138px;
}
.field-line-textarea .field {
	height: 110px;
}
.field-line-textarea-small {
	height: 92px;
}
.field-line-textarea-small .field {
	height: 70px;
}
.field-line-textarea-small .field textarea {
	height: 52px;
}
.field-line-textarea-big {
	height: 292px;
}
.field-line-textarea-big .field {
	height: 270px;
}
.field-line-textarea-big .field textarea {
	height: 252px;
}

.field-readonly.checkbox.checkbox-checked,
.form-readonly .checkbox.checkbox-checked {
	border-color: #dfdfdf;
}
.field-readonly label,
.form-readonly label,
.keypress label {
	font-size: 9px;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	height: 14px;
	line-height: 14px;
}
.field-readonly.field-line-file-wrapper label,
.field-readonly.field-line-checkbox label,
.form-readonly .field-line-file-wrapper label,
.form-readonly .field-line-checkbox label {
	font-size: 14px;
	text-transform: none;
	position: relative;
	left: 0;
	top: 0;
	height: auto;
	line-height: normal;
}
.field-readonly label span,
.form-readonly label span,
.keypress label span{
	display: none;
}
.field.focus label {
	color: #d8d8d8;
}
.field.focus label span {
	color: #d8d8d8;
}
.field-error .error-text {
	display: block;
}
.field-notifica .notifica-text {
	display: block;
}
.form-error .form-error-message {
	display: block;
}
.form-error-message {
	display: none;
	margin-bottom: 15px;
	font-weight: bold;
}
.notifica-text,
.error-text {
	z-index: 10;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 2px 5px;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	font-size: 12px;
	display: none;
	font-style: normal;
	position: relative;
	background: #fff;
	margin-top: -1px;
}
.notifica-text:before,
.error-text:before {
	content: ' ';
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    left: 10px;
    position: absolute;
    top: -5px;
}
.notifica-text:before {
	border-bottom: 5px solid #6ac08e;
}
.error-text:before {
	border-bottom: 5px solid #ff2c5f;
}
.notifica-text:after,
.error-text:after {
	content: ' ';
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    left: 10px;
    position: absolute;
    top: -4px;
	border-bottom: 5px solid #fff;
}
.field label {
	color: #888;
}
.field-line-checkbox label {
	padding-top: 1px;
	cursor: pointer;
}
.focus.keypress label{
	color: #888;
}
.field-visualeditor label span,
.field-line-file label span,
.field-line-image label span,
.obbligatorio,
.field label span {
	color: #ff2c5f;
	font-size: 20px;
    font-weight: bold;
}
.field-visualeditor label span.obbligatorio-alternativa,
.field-line-file label span.obbligatorio-alternativa,
.field-line-image label span.obbligatorio-alternativa,
.obbligatorio-alternativa,
.field label span.obbligatorio-alternativa {
	color: #6ac08e;
}
.focus.field{
	border: 1px solid #6ac08e;
}
.field-error .field{
	border: 1px solid #ff2c5f;
}
.field-error.checkbox-group .field-label,
.field-error label{
	color: #ff2c5f;
}
.form-error-message {
	color: #ff2c5f;
}
.error-text {
	border: 1px solid #ff2c5f;
	color: #ff2c5f;
}
.notifica-text {
	border: 1px solid #6ac08e;
	color: #6ac08e;
}
.field-button .button {
	display: inline;
}

.form-loading .action-submit-form span{
	display: none;
}
body .form-loading .action-submit-form {
	background: none;
	border: none;
	cursor: wait;
}
.form-loading .action-submit-form:before {
	content: url('../img/loading.gif');
}
.form-simple .field-line {
	height: 30px;
	margin-bottom: 10px;
}
.form-simple .field {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background: transparent;
	height: 30px;
	border: 1px solid #d8d8d8;
}
.form-simple .field input {
	bottom: 2px;
}
.form-simple .field label {
	top: 2px;
	color: #d8d8d8;
}
.form-simple .keypress label {
	display: none;
}
.form-simple .keypress.field,
.form-simple .focus.field {
	background: #fff;
	border: 1px solid #d8d8d8;
}
.field-line-multi.field-line-bordo-cornice {
	border: 1px solid #d8d8d8;
}
.field-line-multi.field-line-bordo-line {
	border-bottom: 1px solid #d8d8d8;
}

.field-line-multi .field-line {
	float: left;
	margin-right: 2%;
}
.field-line-multi .field-line:last-child {
	margin-right: 0;
}
.field-line-multi:after {
	content: "";
    display: table;
    line-height: 0;
	clear: both;
}
.field-line-button-right input {
	right: 30px;
}
.field-line-button-right .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
}
.field-line-50-50 .field-line {
	width: 49%;
}
.field-line-80-20 .field-line,
.field-line-20-80 .field-line {
	width: 79%;
}
.field-line-70-30 .field-line,
.field-line-30-70 .field-line {
	width: 69%;
}
.field-line-40-60 .field-line,
.field-line-60-40 .field-line {
	width: 39%;
}

.field-line-40-20-40 .field-line,
.field-line-30-20-50 .field-line {
	width: 19%;	
}
.field-line-30-30-40 .field-line,
.field-line-50-30-20 .field-line,
.field-line-40-30-30 .field-line {
	width: 29%;
}
.field-line-20-50-30 .field-line,
.field-line-30-50-20 .field-line {
	width: 49%;
}
.field-line-20-60-20 .field-line {
	width: 59%;
}
.field-line-33-33-33 .field-line {
	width: 31.5%;
}
.field-line-18-18-18-18-18-10 .field-line {
	width: 17%;
	margin-right: 1%;
}
.field-line-18-18-18-18-18-10 .field-line:last-child {
	width: 10%;
	margin-right: 0;
}
.field-line-15-15-15-15-15-15-10 .field-line {
	width: 14%;
	margin-right: 1%;
}
.field-line-15-15-15-15-15-15-10 .field-line:last-child {
	width: 10%;
	margin-right: 0;
}

.field-line-20-20-20-20-20 .field-line {
	width: 19%;
	margin-right: 1%;
}
.field-line-25-25-25-25 .field-line {
	width: 23.5%;
}
.field-line-40-30-30 .field-line:first-child {
	width: 38%;
}
.field-line-40-20-40 .field-line:first-child,
.field-line-40-20-40 .field-line:last-child {
	width: 38.5%;
}
.field-line-50-30-30 .field-line:last-child,
.field-line-30-20-50 .field-line:first-child {
	width: 28.5%;
}
.field-line-50-30-20 .field-line:first-child,
.field-line-50-30-30 .field-line:first-child,
.field-line-30-20-50 .field-line:last-child {
	width: 48.5%;
}
.field-line-20-80 .field-line:first-child,
.field-line-80-20 .field-line:last-child {
	width: 19%;
}
.field-line-30-70 .field-line:first-child,
.field-line-70-30 .field-line:last-child {
	width: 29%;
}
.field-line-40-60 .field-line:last-child,
.field-line-60-40 .field-line:first-child {
	width: 59%;
}
.field-line-20-50-30 .field-line:last-child,
.field-line-30-50-20 .field-line:first-child {
	width: 28.5%;
}
.field-line-50-30-20 .field-line:last-child,
.field-line-20-60-20 .field-line:first-child,
.field-line-20-60-20 .field-line:last-child,
.field-line-20-50-30 .field-line:first-child,
.field-line-30-50-20 .field-line:last-child {
	width: 18.5%;
}

.field.field-totale {
	border: 1px solid #6ac08e;
	background: #f0f0f0;
}
.field.field-totale input,
.field.field-totale label {
	font-weight: bold;
}
.field-group {
	border: 1px solid #d8d8d8;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.field-group-evidenzia {
	border: 1px solid #ff2c5f;
}
.field-group-title {
	margin-bottom: 5px;
	font-size: 12px;
}
.field-info-ico span {
	display: none;
}
.field-info-ico:hover {
	background: #565657;
}
.field-info-ico {
	position: absolute;
	background: #6ac08e;
	right: 0;
	top: 0;
	margin-top: -10px;
	margin-right: 2px;
	cursor: pointer;
	width: 22px;
	height: 22px;
	z-index: 2;
	border-radius: 50%;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.5);
}
.field-info-ico:after {
	content: 'i';
	color: #fff;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	font-size: 18px;
	font-weight: bold;
	display: block;
}
.field-info .error-text,
.field-info .field {
	margin-right: 11px;
}
.field-line-checkbox .field-info-ico {
	top: 0;
}
.field-line-checkbox.field-info {
	padding-right: 20px;
}
.field-line-multi-checkbox-like-field .field-line-checkbox {
	padding-top: 14px;
}
.field-info-ico:hover span {
	right: 20px;
	margin-top: -10px;
	width: 250px;
	background: #f0f0f0;
	display: block;
	text-align: left;
	font-size: 14px;
	padding: 5px 10px 5px 25px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 1;
	position: absolute;
}
.field-info-ico:hover span:after {
	content: 'i';
	width: 16px;
	height: 16px;
	border-radius: 50%;
	text-align: center;
	line-height: 14px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #6ac08e;
	color: #6ac08e;
	position: absolute;
	top: 4px;
	left: 3px;
}

.message-wrapper {
	position: fixed;
	left: 10px;
	right: 10px;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	z-index: 10000;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.message-wrapper-confirm {
	background: #6ac08e;
}
.message-wrapper-error {
	background: #ff2c5f;
}

.progress {
	position: relative;
	margin-bottom: 10px;
}
.progress-file-name {
	font-size: 10px;
	width: 170px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.progress-line-wrapper {
	width: 150px;
	border: 1px solid #565657;
	float: left;
	margin-right: 10px;
	padding: 2px;
}
.progress-line {
	background: #ff2c5f;
	width: 1%;
	height: 10px;
}
.progress-text {
	float: left;
	line-height: 14px;
	font-size: 12px;
}
.progress-details {
	clear: both;
	font-size: 10px;
	padding-top: 2px;
}

.datepicker {
	top:0;
	left:0;
	padding:4px;
	margin-top:1px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker-arrow-up:before {
	content:'';
	display:inline-block;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-bottom:7px solid #6ac08e;
	border-bottom-color:#6ac08e;
	position:absolute;
	top:-7px;
	left:6px;
}
.datepicker-arrow-up:after {
	content:'';
	display:inline-block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-bottom:6px solid #ffffff;
	position:absolute;
	top:-6px;
	left:7px;
}
.datepicker-arrow-down:before {
	content:'';
	display:inline-block;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	border-top:7px solid #6ac08e;
	border-bottom-color:#6ac08e;
	position:absolute;
	bottom:-7px;
	left:6px;
}
.datepicker-arrow-down:after {
	content:'';
	display:inline-block;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	border-top:6px solid #ffffff;
	position:absolute;
	bottom:-6px;
	left:7px;
}
.datepicker-arrow-center:before {
	left: 89px;
}
.datepicker-arrow-center:after {
	left: 90px;
}
.datepicker >div { display:none; }
.datepicker table {
	width:100%;
	margin:0;
}
.datepicker td, .datepicker th {
	text-align:center;
	width:20px;
	height:20px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker td.day:hover {
	background:#efefef;
	cursor:pointer;
}
.datepicker td.day.disabled { color:#efefef; }
.datepicker td.old, .datepicker td.new { color:#919191; }
.datepicker td.active, .datepicker td.active:hover {
	color:#ffffff;
	background-color:#ff2c5f;
	font-weight:bold;
}
.datepicker td span {
	display:block;
	width:47px;
	height:54px;
	line-height:54px;
	float:left;
	margin:2px;
	cursor:pointer;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
}
.datepicker td span:hover { background:#efefef; }
.datepicker td span.active {
	color:#ffffff;
	background-color:#ff2c5f;
}
.datepicker td span.old { color:#919191; }
.datepicker th.switch { width:145px; }
.datepicker th.next, .datepicker th.prev { font-size:14px; }
.datepicker thead tr:first-child th { cursor:pointer; }
.datepicker thead tr:first-child th:hover { background:#efefef; }
.input-append.date.add-on i, .input-prepend.date.add-on i {
	display:block;
	cursor:pointer;
	width:16px;
	height:16px;
}
.dropdown-menu {
	background-clip:padding-box;
	background-color:#ffffff;
	border:1px solid #6ac08e;
	border-radius:6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	display:none;
	float:left;
	left:0;
	list-style:none outside none;
	margin:2px 0 0;
	min-width:160px;
	padding:5px 0;
	position:absolute;
	top:100%;
	z-index:1000000;
}

[data-update-with-value] {
	display: none;
}

[data-update-with-value="void"] {
	display: block;
}

.field-group-expand {
	background: #d8d8d8;
}
.field-group-expand .field-group-title {
	margin-bottom: 0;
	color: #fff;
	cursor: pointer;
	background: url('../img/ico-plus-white.png') no-repeat right center;
}
.field-group-expand .field-group-body{
	display: none;
}
.field-group-expand.field-group-expand-open .field-group-title {
	margin-bottom: 5px;
	color: #565657;
	background: url('../img/ico-line-black.png') no-repeat right center;
}
.field-group-expand.field-group-expand-open {
	background: transparent;
}
.layer.layer-input-colorpicker {
	padding: 0;
	background: #efefef;
	width: 370px;
}
.input-colorpicker-anteprima {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 20px;
	border-left: 1px solid #d8d8d8;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #fff;
	cursor: pointer;
}

.data-load-from-list-loading,
.data-load-from-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 47px;
	overflow: auto;
	background: #fff;
	border: 1px solid #6ac08e;
	z-index: 101;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.data-load-from-list {
	display: none;
	height: 180px;
}

.data-load-from-list-loading {
	height: 50px;
}
.data-load-from-list-loading:after {
	content: url('../img/loading.gif');
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -8px;
	margin-left: -8px;
	z-index: 102;
}
.load-from-list-close-button:hover {
	background: #6ac08e;
}
.show-listpicker .load-from-list-close-button {
	display: block;
}
.load-from-list-close-button {
    display: none;
    border-radius: 0;
    height: 18px;
    width: 18px;
    right: 5px;
    top: 50%;
	margin-top: -10px;
	background: #999;
	cursor: pointer;
    overflow: hidden;
    position: absolute;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.load-from-list-close-button:after {
    content: url("../img/ico/ico-close-white.png");
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
}
.data-load-from-list .data-load-from-list-value.selected,
.data-load-from-list .data-load-from-list-value:hover {
	background: #efefef;
}
.data-load-from-list .data-load-from-list-value {
	padding: 4px 10px;
	cursor: pointer;
}
.show-listpicker .data-load-from-list {
	display: block;
}
.data-load-from-list .data-load-from-list-value.hide-value[data-find] {
	display: none;
}
.field-readonly select,
.form-readonly select {
	width: 150%;
}
.field-readonly.field-line,
.form-readonly .field-line:not(.field-line-visualeditor) {
	height: 50px;
	overflow: hidden;
}
.field-readonly .field,
.form-readonly .field {
	border: none;
}
.field-readonly.field-line:after,
.form-readonly .field-line:after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: transparent;
	cursor: default;
}
.show-readonly,
.window-toolbar .show-readonly.button,
.window-bottombar .show-readonly.button,
.form-readonly .hide-readonly.button,
.form-readonly .hide-readonly,
.form-readonly .wrapp-button,
.field-readonly.field-info-ico,
.field-readonly.field-line.field-line-file:after,
.form-readonly .field-info-ico,
.form-readonly .field-line.field-line-file:after,
.form-readonly .button-block-group-add,
.form-readonly .button-block-template-delete,
.form-readonly .button-block-template-add {
	display: none;
}
.field-readonly.field-line.field-line-textarea,
.field-readonly.field-line.field-line-text,
.field-readonly.field-line.field-line-file-wrapper,
.form-readonly .field-line.field-line-textarea,
.form-readonly .field-line.field-line-text,
.form-readonly .field-line.field-line-file-wrapper {
	height: auto;
}
.form-readonly.window-toolbar .show-readonly.button,
.form-readonly.window-bottombar .show-readonly.button,
.form-readonly .show-readonly.button,
.form-readonly .show-readonly {
	display: initial;
}

.filed-show-on-pf,
.filed-show-on-se,
.form-pf .filed-hide-on-pf,
.form-se .filed-hide-on-se {
	display: none;
}
.form-pf .filed-show-on-pf,
.form-se .filed-show-on-se{
	display: block;
}

.field-obbligatorio-codice-fiscale {
	display: none;
}
.field-line-blocco ol,
.field-line-blocco ul {
	list-style-type: initial;
	margin-left: 20px;
}