body         { font-family: Calibri; font-size: 10 pt; color:#333333; background-repeat: no; margin: 0 }


/*
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0.5;
}
*/


html, body {
  height: 100%;
}

a,
a:visited,
a:{color:#666666;}
a:focus,
a:hover{color:#7735C3;}
a:active,
a:link {
  text-decoration: none;
  outline: 0;
}

a {
  color: currentColor;
  transition: .2s ease-in-out;
}


/*-------------------------------CURSORI ------------------------------------*/             
div.pointer     { cursor: pointer; }
/*-------------------------------CURSORI ------------------------------------*/             


/*-------------------------------MSGBOX ------------------------------------*/             


#msg_box_UT {
width:95%;
background: #C3FDB8; 
padding:5 5 5 5 ;
border: 1px solid #515151;
border-radius: 3px;

}


#msg_box_AD {
width:95%;
background: #E9F5F5; 
padding:5 5 5 5 ;
border: 1px solid #515151;
border-radius: 3px;

}





/*-------------------------------MSGBOX ------------------------------------*/             


/*-------------------------------TOOLTIPS ------------------------------------*/             


.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: white;
  color: #000;
  font-size: 12px;
  text-align: left;
  border-radius: 6px;
  padding: 3px 3px 3px 3px;
  border: 1px dotted black;

  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}


/*-------------------------------TOOLTIPS ------------------------------------*/             



/*-------------------------------FORM ------------------------------------*/             
textarea{
border: 1px solid #AEAEAE;
width:100%;
}


input.field_disattivato { 
background: #A0CFEC; 
border:0;
border: 1px dotted;
}

input.field_calcolato { 
background: #c3fdb8; 
border:0;
border: 1px dotted;
}


input.field_evidenziato { 
background: #c3fdb8; 
border:0;
border: 1px solid;
}


input.field_data { 
width:100;
padding:4;
cursor: pointer;
background-image: url("../../../../../../COMMON/images/form_data.png");
background-position: right;
background-repeat: no-repeat;
text-align:left;
border: 1px solid;
border-color: #AEAEAE ;
}

input.field_testo { 
padding:4;
text-align:left;
border: 1px solid;
border-color: #AEAEAE ;
}


input.field_all_sx {text-align:right;}

/*-------------------------------FORM ------------------------------------*/             





testata {

  display: flex;
  position: fixed;
  top: 0;
  right: 0;  
  width: 100%;
  height: 80px;
  z-index: 3;
  background: #F0F0F0;
  color: #666666;
  justify-content: center;
  align-items: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


pie_pagina {

  display: flex;
  position: fixed;
  bottom: 0;
  right: 0;  
  width: 100%;
  height: 60px;
  z-index: 3;
  background: #F0F0F0;
  color: #666666;
  justify-content: center;
  align-items: left;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.sel_table {
    width: 800px;
    border-spacing: 1px solid #000;
    background-color: #FFF;
}
.sel_table tr {
    background-color: #FFF;
}

.sel_table tr:hover {
    cursor: pointer;
    background-color: #F0F0F0;
}



/*--------------BUTTON----------------*/
.nxbutton {
	box-shadow:inset 0px 0px 0px -50px #54a3f7;
	background-color:#7735C3;
	border-radius:2px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-size:14px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.nxbutton:hover {
	background-color:#602082;
}
.nxbutton:active {
	position:relative;
	top:1px;
}


.nxbutton_green {
	box-shadow:inset 0px 0px 0px -50px #54a3f7;
	background-color:#4CC417;
	border-radius:2px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-size:14px;
	padding:6px 24px;
	text-decoration:bold;
	text-shadow:0px 1px 0px #ffffff;
}
.nxbutton_green:hover {
	background-color:#5EFB6E;
}
.nxbutton_green:active {
	position:relative;
	top:1px;
}



.nxlabel {
	box-shadow:inset 0px 0px 0px -50px #54a3f7;
	background-color:#46C7C7;
	border-radius:2px;
	border:1px solid #124d77;
	display:inline-block;
	color:#fff;
	font-size:14px;
	padding:6px 24px;
	text-decoration:bold;
}




/*--------------BUTTON----------------*/



/*--------------DIALOG----------------*/

dialog {
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);

}



.nxalert {
  width: 50%;
  padding: 15px;
  position: absolute;
  border-left: 4px solid #bababa;
  background: #fefefe;
  color: #a1a1a1;
  border-radius: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  font-size: 16px
}

.nxalert .nxalert--close,
.nxalert .nxalert--icon {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px
}

.nxalert .nxalert--close_absolute,
.nxalert .nxalert--icon_absolute {
  position: absolute;
  top: 10px;
  right: 10px;
  -ms-flex-align: start;
  align-items: flex-start;
  height: auto
}

.nxalert .nxalert--icon {
  margin-right: 10px
}

.nxalert .nxalert--close {
  margin-left: 10px;
  opacity: .7;
  transition: .5s;
  cursor: pointer
}

.nxalert .nxalert--close:hover {
  opacity: 1
}

.nxalert .nxalert--content {
  width: 100%;
  line-height: 1.5
}

.nxalert .nxalert--buttons {
  width: 100%;
  margin-top: 10px
}

.nxalert_sm {
  padding: 10px;
  font-size: 14px
}

.nxalert_sm .nxalert--close,
.nxalert_sm .nxalert--icon {
  font-size: 16px
}

.nxalert_lg {
  font-size: 26px
}

.nxalert_lg .nxalert--close,
.nxalert_lg .nxalert--icon {
  font-size: 26px
}

.nxalert .hr {
  height: 1px;
  width: 100%;
  border: none;
  background: #ddd;
  margin: 10px 0
}

.nxalert_success {
  border-color: #2ed573;
  color:#666666;
}

.nxalert_danger {
  border-color: #ff4757;
  color:#666666; 
}

.nxalert_warning {
  border-color: #ffa502;
  color:#666666;
}


.nxalert_info {
  border-color: #71c9ff;
  color:#666666;
}

.nxalert_dark {
  border-color: #333;
  color:#FFFFFF;
}


@keyframes showAlert {
  from {
    opacity: 0;
    transform: translateY(-60px)
  }
  to {
    opacity: 1
  }
}

.nxalert {
  transition: .5s ease-in-out;
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: hidden;
  animation-name: showAlert;
  animation-duration: .5s;
  animation-fill-mode: both
}

.nxalert.nxalert_none {
  display: none
}


/*--------------DIALOG----------------*/