      /* Tbody righe alternate */
	 div.hgx tbody:not(.nozebra) tr:hover:nth-child(even):not(.TbodyRowEvidence):not(.bkgevatt):not(.bkgeverr) {
		background-color: #aed0fb;
	 }
	 /* Tbody righe alternate */
	 div.hsgx tbody:not(.nozebra) tr:hover:nth-child(even):not(.TbodyRowEvidence):not(.bkgevatt):not(.bkgeverr) {
		background-color: #aed0fb;
	 }
	       /* Tbody righe alternate */
	 div.hgx tbody:not(.nozebra) tr:hover:nth-child(odd):not(.TbodyRowEvidence):not(.bkgevatt):not(.bkgeverr) {
		background-color: #aed0fb;
	 }
	 /* Tbody righe alternate */
	 div.hsgx tbody:not(.nozebra) tr:hover:nth-child(odd):not(.TbodyRowEvidence):not(.bkgevatt):not(.bkgeverr) {
		background-color: #aed0fb;
	 }

	 div.hsgx tbody tr:hover:not(.TbodyRowEvidence):not(.bkgevatt):not(.bkgeverr) {
		 background-color: #aed0fb;
     }
      button.appbtn:hover:not(.appbtnopn) {
		 background-color: lightgrey;
	  }

		button:hover:not(.appbtn) {
		   box-shadow: rgb(0, 128, 128) 0em 0.0em 5px;
		}
		button:hover[disabled] {
		   box-shadow: rgb(0, 0, 0) 0em 0.0em 0px;
		}

	input:hover {
           box-shadow: rgb(251, 196, 79) 0em  0.0em 5px;
           outline: 0;
	}

	input[readonly]:hover {
           box-shadow: rgb(174, 198, 221) 0em  0.0em 5px;
	}

	/* label hover */
	label:hover {
	   box-shadow: rgb(174, 198, 221) 0em  0.0em 5px;
	}

    /* evidenzia drop */
	.drophover {
		background-color: acqua;
	}
