*:not(i){
	font-family: 'Acme', sans-serif!important;
}
.pull-left{
	float: left;
}
.pull-right{
	float: right;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-white {
  color: #fff!important;
}
.text-white:hover{
	color: #3b3b3b!important;
}
.text-muted {
  color: #bdbdbd;
}
.text-default{
	color: #616161;
}
a.text-default:hover, i.text-default:hover{
	color:#494949
}
.text-primary {
  color: #03a9f4;
}
a.text-primary:hover, i.text-primary:hover {
  color: #0286c2;
}
.text-success {
  color: green;
}
a.text-success:hover, i.text-success:hover {
  color: #005d00;
}
.text-info {
  color: #0080c1;
}
a.text-info:hover, i.text-info:hover {
  color: #1e919e;
}
.text-warning {
  color: #ffb300;
}
a.text-warning:hover, i.text-warning:hover {
  color: #cc8f00;
}
.text-danger {
  color: #dd191d;
}
a.text-danger:hover, i.text-danger:hover {
  color: #af1417;
}
.bg-primary {
  color: #fff;
  background-color: #03a9f4;
}
a.bg-primary:hover {
  background-color: #0286c2;
}
.bg-success {
  background-color: #dcedc8;
}
a.bg-success:hover {
  background-color: #c4e0a2;
}
.bg-info {
  background-color: #b2ebf2;
}
a.bg-info:hover {
  background-color: #86e0eb;
}
.bg-warning {
  background-color: #ffecb3;
}
a.bg-warning:hover {
  background-color: #ffdf80;
}
.bg-danger {
  background-color: #f9bdbb;
}
a.bg-danger:hover {
  background-color: #f5908c;
}

.user-dropdown{
    flex-direction: column;
    align-items: flex-end;
    padding: 7px!important;
}
.credits-a{
    justify-content: center!important;
    font-weight: 600;
}
.dropdown {
    overflow: hidden;
    padding: 18px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    flex-direction: column;
    float: right;
}

.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: black;
    background-color: transparent;
    font-family: inherit;
    margin: 0;
}

.dropdown:hover {background-color: #acbfdd;}

.dropdown-content {
	display:none;
	position: absolute;
	background-color: #cacaca;
	min-width: 60px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 999;
	top: 35px;
	right: 0;
	padding: 10px!important;
	/* padding-bottom: 30px!important; */
}
.layout-dropdown{
	right: 160px!important;
	width: 180px!important;
}
.dropdown-content:before{
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #cacaca transparent;
    position: absolute;
    top: -9px;
    left: 45%;
}
.dropdown-content a img {
    background: #fff;
    /* margin-right: 10px; */
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
.dropdown-content a i.iportal{
    font-size: 20px;
    padding: 5px 5px!important;
}

.iportal span{
  font-family: inherit;
}
.dropdown-content a {
    color: white;
    text-decoration: none;
    justify-content: flex-start;
    background: #969696;
    display: block;
    text-align: center;
    font-size: small;
    max-width: 70px;
    padding: 5px;
    border-radius: 3px;
    height: auto;
}
.navbar-logout{
	padding: 10px;
	justify-content: center!important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	color: #000000;
	border-left: border-left: 1px solid #aabddb;
}
.navbar-logout:hover{
    background: rgb(171, 190, 221);
}

.dropdown-content a:hover {
    background-color: #323b4a;
}

.dropdown ul li {
    margin: 5px 5px;
    float: left;
    width: auto;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.dropdown.active .dropdown-content {
	opacity: 1;
	top: 39px;
	display: block;
	border-radius: 3px!important;
	padding: 0;
	list-style: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 170px;
	box-shadow: none;
}

.sms-icon-text{
    color: #fff;
    position: relative;
    text-decoration: none;
    left: -35px;
    top: -20px;   
}
.email-icon-text{
	left: -40px;
    top: -18px;
	color: #fff;
    position: relative;
    text-decoration: none;
}
.right-icon{
	position: relative;
    right: -10px;
    top: -10px;
}
.navbar-logo, .top-navbar{
	    background: #DAE3F0 url(../images/fondopulsanti.jpg) no-repeat!important;
}
.top-navbar{
    border-bottom: 1px solid #aabddb;
}
.navbar-logo a {
    padding: 0!important;
}
#mainPageMenu{
    background: #fff;
    padding: 0;
    border-radius: 0px;
    width: 110px;
    text-align: center;
    height: 100%;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.navbar-logo a {
	background: #fff;
    width: 110px;
    text-align: center;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    align-items: center;
}
/* .navbar-logo a img{ */
/* 	width: initial; */
/* 	text-align: center; */
/* 	max-width: 80%; */
/* 	max-height: 100%; */
/* } */

.navbar-logo a img {
	max-height: 100%!important;
}

.navbar-logo .icon-bg .fa-bars{
	color: #000!important;
}
.navbar-breadcumb .fa-home{
	color: #000!important;
}
.navbar-breadcumb .breadcumb-item, .navbar-breadcumb .breadcumb-subitem{
	color: #000!important;
}
footer.credits-footer {
    position: fixed;
    bottom: 0;
    background: #000000;
    left: 0;
    color: #fff;
    width: 146px;
    font-size: 13px;
    text-align: center;
}
/* OLD CSS */
a, label{
	outline:0;
	ie-dummy: expression(this.hideFocus=true);
}
a, .imgLink {
	cursor:pointer;
}
form {
	margin:0;
}
img {
	border: 0px;
	cursor: pointer;
}
table{
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

#overflow {
	overflow: auto;
	height: 350px;
}

.body {
	background-color:#FFFFFF;
	scrollbar-arrow-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: navy;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f0f8ff;
}
.bodyZero {
	margin: 0px;
	background-color:#FFFFFF;
	scrollbar-arrow-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: navy;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f0f8ff;
}
.bodyMenu {
	margin: 5px 2px 0;;
	background-color:#FFFFFF;
	scrollbar-arrow-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: navy;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f0f8ff	
}
.bodyPage {
	margin: 5px 3px;
	background-color:#FFFFFF;
	scrollbar-arrow-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: navy;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f0f8ff	
}
.bodyScroll {
	margin: 0px 3px 5px;
	background-color:#FFFFFF;
	scrollbar-arrow-color: navy;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: navy;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: navy;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #f0f8ff	
}
.tableMenu {
	width:100%;
	border:0;
	border-collapse:collapse;
	margin:0;
}
.tableMenu td{
	padding:0;
}
.DivTitolo
{
	text-indent: 5px;
	margin-bottom: 0px;	
	width: 100%;
}

.lblMedici
{
	background-color:#dbdbdb;
	border:groove Navy 0px;
	COLOR:black;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	margin-bottom: 0;
/* 	text-indent: 5px; */
	padding-left: 5px;
	margin-top: 0;
	margin-right: 0;
}



.lblMediciBlu,  .TableRigheInterne th
{
	background-color:#dbdbdb;
	border:groove Navy 0px;
	COLOR:black;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	font-weight: bold;
	margin-bottom: 0;
	text-indent: 5px;
	margin-top: 0;
	margin-right: 0;
}
.lblbold
{
	background-color:#dbdbdb;
	border:0;
	color:black;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	margin-bottom: 0;
	text-indent: 5px;
	margin-top: 0;
	margin-right: 0;
}
.lblMsgErr
{
	background-color:#ffffff;
	border:0;
	color:red;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	margin-bottom: 0;
	text-indent: 5px;
	margin-top: 0;
	margin-right: 0;
}

.lblMsg
{
	background-color:#ffffff;
	border-width:0px;
	color:black;
	cursor:text;
	font-family:arial;
	font-size:10pt;
	text-indent: 5px;
	margin-top: 0;
	margin-right: 0;
}

.TDlblMedici
{
	background-color:#dbdbdb;
	/*height: 20px;*/
}

.TDtxtMedici
{
	background-color:white;
}

.lblTitolo
{
	background-color:white;
	COLOR:black;
	font-family:arial;
	font-weight:bold;
	font-size:12pt;
	text-align:center;
	letter-spacing:3px;
}

.lbl10
{
	background-color:white;
	color:black;
	font-family:arial;
	font-weight:bold;
	font-size:10pt;
	text-align:center;
}

.TableRigheInterne, .TableRigheInterne2, .TableRigheInterneY, .TableRigheInterne2Y {
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.TableRigheInterne   { background-color:#f5f5f5; }
.TableRigheInterne2  { background-color:#DDE0F8; }
.TableRigheInterneY  { background-color:#EFEBCD; }
.TableRigheInterne2Y { background-color:#FFF9CB; }

.TableRigheGrigie
{
	background-color:lightgrey;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}

.TableRigheNere
{	
	background-color:black;
	color:gold;
}


.TableRigheGialle {
	background-color:#FFFF99;
}
.TableRigheGrigio1 {
	background-color:#dcdcdc;
}
.TableRigheGrigio2 {
	background-color:#c0c0c0;
}

.TableRigheInterneG
{
	background-color:gray;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}

.Scartata
{
	background-color:red;
	COLOR:red;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Sollecitata
{
	background-color:yellow;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Sospesa
{
	background-color:#FFA10D;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.ConfermaEsito
{
	background-color:rgb(0,162,232);
	COLOR:rgb(0,162,232);
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Rientrata
{
	background-color:green;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.DaLiquidare
{
	background-color:#00BFFF;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Annullata
{
	background-color:black;
	COLOR:gray;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Acquisita
{
	background-color:#C2E5B7;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Rifiutata
{
	background-color:gray;
	COLOR:gray;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.TableTitoloNew
{
	background:url('../images/barratitolonew.gif') left top repeat-x;
	background-color: #f5f5f5;
	color: black; 
	font-family:arial;
	font-size:10pt;	
	height: 25px;
	margin: 0;
}

.TableTitoloNew2
{
	background:url('../images/barratitolonew2.gif') left top repeat-x;
	background-color: #f5f5f5;
	color: black; 
	font-family:arial;
	font-size:10pt;	
	height: 25px;
	margin: 0;
}
.TableTitolo
{
	background:url('../images/barratitolointerno.gif') left top repeat-x;
	background-color: #f5f5f5;
	color: white; 
	font-family:arial;
	font-size:10pt;	
	height: 20px;
	margin: 0;
}
.TableTitoloOn2 /*ha barra lampeggiante*/
{
	background:url('../images/barratitolointernoON.gif') left top repeat-x;
	background-color: #f5f5f5;
	color: white; 
	font-family:arial;
	font-size:10pt;	
	height: 20px;
	margin: 0;
}


.TableTitoloOn /*ha barra NON lampeggiante*/
{
	background:url('../images/barratitolointernoON2.gif') left top repeat-x;
	background-color: #f5f5f5;
	color: white; 
	font-family:arial;
	font-size:10pt;	
	height: 20px;
	margin: 0;
}


.txtEditabileNoTextTransform
{
	background-color:white;
	border:solid Navy 0px;
	color:#22295E;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	height:100%;
	margin: 0;
	width: 100%;
}

.txtEditabile1
{
	background-color:white;
	border:solid Navy 0px;
	color:#22295E;
	cursor:text;
	font-family:arial;
	font-size:1em;
	/*height:100%;*/
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}

.txtTitoloTop
{
	background-color:transparent;
	border:groove 0px;
	COLOR:WHITE;
	cursor:text;
	font-family:verdana;
	font-weight:bold;
	font-size:11pt;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.txtInformazioniTop
{
	background-color:transparent;
	border:0px;
	color:white;
	cursor:text;
	font-family:verdana;
	font-size:9pt;
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.txtTitoloTopTablet
{
	background-color:transparent;
	color:black;
	font-family:arial;
	font-size:6pt;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.txtInformazioniTopTablet
{
	background-color:transparent;
	color:black;
	font-family:arial;
	font-size:6pt;
	margin: 0;
	padding:0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
.txtNote, .txtNoteNoResize
{
	background-color:white;
	border:groove Navy 0px;
	color:black;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	margin: 0;
	text-transform: uppercase;
}

.txtAREA,.txtAreaNoResize
{
	background-color:white;
	border:groove Navy 0px;
	color:black;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	height:20px;
	margin: 0;
	text-transform: uppercase;
	WIDTH: 100%;
	overflow:none;
	overflow-y:auto; 
	overflow:-moz-scrollbars-none;
	overflow:-moz-scrollbars-vertical;
}
.txtNonEditabile
{
	background-color:#f0f0f0 !important;/*#f5f5f5;*/
	border:groove Navy 0px;
	color: #22295E;
	font-family:arial;
	font-size:8pt;
	/*height:20px;*/
	/*margin-bottom: 0;*/
	margin-left: 0;
	/*margin-top: 0;*/
	margin-right: 0;
	width: 100%;
	cursor: not-allowed;
}
.txtEditabile
{
	background-color:white;
	border:solid navy 0px;
	color:#22295E;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	/*margin-bottom: 0;*/
	margin-left: 0;
	/*margin-top: 0;*/
	margin-right: 0;
	text-transform: uppercase;
	width: 100%;
}
.txtModificabile
{
	background-color:white;
	border:solid navy 0px;
	color:#22295E;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	/*margin-bottom: 0;*/
	margin-left: 0;
	/*margin-top: 0;*/
	margin-right: 0;
	text-transform: uppercase;
	width: 100%;
}
.txtEditabileBlu
{
	background-color:#F0FFFF;
	border:solid navy 0px;
	color:#22295E;
	cursor:text;
	font-family:arial;
	font-size:8pt;
	/*margin-bottom: 0;*/
	margin-left: 0;
	/*margin-top: 0;*/
	margin-right: 0;
	text-transform: uppercase;
	width: 100%;
}

.txtNonEditabileBold
{
	
	background-color:#f5f5f5;
	border:groove Navy 0px;
	color: #22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	/*height:20px;*/
	/*margin-bottom: 0;*/
	margin-left: 0;
	/*margin-top: 0;*/
	margin-right: 0;
	width: 100%;
}

.txtAreaNonEditabile
{
	background-color:#f5f5f5;
	border:groove Navy 0px;
	color: #22295E;
	font-family:arial;
	font-size:8pt;
	height:20px;
	margin: 0;
	width: 100%;
}

.linkList {
	color:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:left;
	cursor:pointer;
	text-transform: uppercase;
}

.linkPerizia 
{
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
}
A.linkPerizia:link {
	COLOR:#22295E;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.linkPerizia:visited {
	COLOR:#22295E;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.linkPerizia:hover {
	COLOR: #f7bb0a; TEXT-DECORATION: none;
}
.linkPeriziaTree 
{
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:center;
	text-indent: 12px;
}
A.linkPeriziaTree:link {
	COLOR:#22295E;
 	font-weight:normal;
 	TEXT-DECORATION: none;
 	text-indent: 12px;
}
A.linkPeriziaTree:visited {
	COLOR:#22295E;
 	font-weight:normal;
 	TEXT-DECORATION: none;
 	text-indent: 12px;
}
A.linkPeriziaTree:hover {
	COLOR: #f7bb0a; TEXT-DECORATION: none;
	text-indent: 12px;
}
.linkBianco 
{
	font-family:arial;
	font-size:8pt;
	text-align:center;
}
A.linkBianco:link {
	COLOR:white;
 	font-weight:normal;
 	TEXT-DECORATION: none;
}
A.linkBianco:visited {
	COLOR:white;
 	font-weight:normal;
 	TEXT-DECORATION: none;
}
A.linkBianco:hover {
	COLOR: #f7bb0a; TEXT-DECORATION: none;
}


.Pulsante 
{
	margin: 0 5px;
	font-family:arial;
	font-size:12px;
	text-align:center;
	line-height: 25px;
	height: 25px;
	width: 97px;
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteNew.gif');
	background-repeat: no-repeat;
	display: inline-block;
}
A.Pulsante:link {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.Pulsante:visited {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.Pulsante:hover {
	COLOR: black; TEXT-DECORATION: none;
	background-image: url('../images/PulsanteANew.gif') ;
	background-repeat: no-repeat;
}
.PulsanteP 
{
	margin: 0 5px;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
	text-align:center;
	line-height:19px;
	height: 19px;
	width: 70px;
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteSNew.gif');
	background-repeat: no-repeat;
	display: inline-block;
}
A.PulsanteP:link {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.PulsanteP:visited {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
 	
}
A.PulsanteP:hover {
	color: black;
	text-decoration: none;
	background-image: url('../images/PulsanteSANew.gif');
	background-repeat: no-repeat;
}

.PulsanteG 
{	
	margin: 0 5px;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
	text-align:center;
	line-height: 19px;
	height: 19px;
	width: 144px;
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteGNew.gif');
	background-repeat: no-repeat;
	display: inline-block;
	}
A.PulsanteG:link {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.PulsanteG:visited {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
 	
}
A.PulsanteG:hover {
	COLOR: black; 
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteGANew.gif');
	background-repeat: no-repeat;
}

.PulsanteX 
{	
	margin: 0 5px;
	font-weight:bold;
	font-family:arial;
	font-size:12px;
	text-align:center;
	line-height: 19px;
	height: 19px;
	width: 184px;
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteXNew.gif');
	background-repeat: no-repeat;
	display: inline-block;
	}
A.PulsanteX:link {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.PulsanteX:visited {
	COLOR:black;
 	font-weight:bold;
 	TEXT-DECORATION: none;
 	
}
A.PulsanteX:hover {
	COLOR: black; 
	TEXT-DECORATION: none;
	background-image: url('../images/PulsanteXANew.gif');
	background-repeat: no-repeat;
}

.PulsanteLat 
{
	color:black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	height: 20px;
	width: 100px;
	line-height: 20px;
	TEXT-DECORATION: none;
	background-image: url('../images/pulsanteMenuLat.gif');
	background-repeat: no-repeat;
	display: inline-block;
}

.PulsanteLatAttivo 
{
	color:black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	height: 20px;
	width: 100px;
	line-height: 20px;
	TEXT-DECORATION: none;
	background-image: url('../images/pulsanteMenuLatA.gif');
	background-repeat: no-repeat;
	display: inline-block;
}

.PulsanteLatPeriziaAuto 
{
	color:black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	height: 36px;
	width: 180px;
	padding-top:15px;
	line-height: 20px;
	TEXT-DECORATION: none;
	background-image: url('../images/buttonOFF.gif');
	background-repeat: no-repeat;
	display: inline-block;
}


.PulsanteLatAttivoPeriziaAuto 
{
	color:black;
	font-family:arial;
	font-size:8pt;
	font-weight:bold;
	text-align:center;
	height: 36px;
	width: 180px;
	padding-top:15px;
	line-height: 20px;
	TEXT-DECORATION: none;
	background-image: url('../images/buttonON.gif');
	background-repeat: no-repeat;
	display: inline-block;
}



#dhtmltooltip{
position: absolute;
left: -300px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
text-transform:uppercase;
font-family:arial;
font-size:8pt;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

.sfondoTabella{
	background-color: #bdcedd;
	margin: 0;
}

.tableCenter {
	/*table align center*/
	margin: 0px;
}
.tableSize0, .tableSize1 {
	border: 0px;
	width: 100%;
}
.tableSize0 {
	/*cellSpacing*/
	border-collapse: collapse; border-spacing: 0;
}
.tableSize0 th, .tableSize0 td {
	/*cellPadding*/
	padding: 0px;
}

.tableSize1 {
	/*cellSpacing*/
	border-collapse: separate; border-spacing: 1px;
}
.tableSize1 th, .tableSize1 td {
	/*cellPadding*/
	padding: 1px;
}

.IntestazioneTabella{
	background-color: #2166a4;
}
.txtEditabile:FOCUS {
	background-color: #f8f9d6;
}
.txtAREA:FOCUS {
	background-color: #f8f9d6;
}
.txtNote:FOCUS,.txtNoteNoResize:FOCUS {
	background-color: #f8f9d6;
}

.closefiltri {
	height: 20;
	width: 20;
	background-image: url('../images/closeric.gif');
	background-repeat: no-repeat;
	display: inline-block;
}
A.closefiltri:hover {
	background-image: url('../images/closeric_over.gif') ;
	background-repeat: no-repeat;
}
.linkPeriziaBold 
{
	font-family:arial;
	font-size:10pt;
	font-weight:bold;
	text-align:center;
}
A.linkPeriziaBold:link {
	COLOR:#22295E;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.linkPeriziaBold:visited {
	COLOR:#22295E;
 	font-weight:bold;
 	TEXT-DECORATION: none;
}
A.linkPeriziaBold:hover {
	COLOR: #f7bb0a; TEXT-DECORATION: none;
}
pagebar
{
	font-family:arial;
	font-size:8pt;
	text-align:center;
}
A.pagebar:link {
	COLOR:#22295E;
 	TEXT-DECORATION: none;
}
A.pagebar:visited {
	COLOR:#22295E;
 	TEXT-DECORATION: none;
}
A.pagebar:hover {
	COLOR: black; TEXT-DECORATION: none;
	font-weight: bold;
}
#pg{clear:both;color:#3666d4;height:2em;margin:0 0 0 0px;padding-top:0px;position:relative;top:0px;	font-family:arial;}
#pg a.pg,#pg strong{border:1px solid #ccdbe4;display:block;color:#3666d4;float:left;margin:0 5px 0 0;padding:1px 8px;text-align:center;text-decoration:none;}
#pg a.pg:hover{background:#f7bb0a;border-color:#2b55af;color:#fff;}
#pg strong{border:0;color:#000;font-size:107%;font-weight:bold;padding:2px 6px;}

.Arancione
{
	background-color:#FFA10D;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Fucsia
{
	background-color:#FF00F0;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Rosa
{
	background-color:#FCCDF9;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Viola
{
	background-color:#63005D;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Blue
{
	background-color:#2470E2;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
.Incarico
{
	background-color:white;
	COLOR:#22295E;
	font-family:arial;
	font-size:8pt;
	font-weight:normal;
	text-align:left;
	border: 1px none Navy;
	height: 20px;
	margin: 0;
}
/*
	Navigation
*/
#navigation a
{
	color: #fff;
	background: #304680 url("../images/tab-blue-left2.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#navigation a span
{
	background: url("../images/tab-blue-right2.gif") right top no-repeat;
	padding-right: 10px;
}
#navigation a, #navigation a span
{
	display: block;
	float: left;
}
#navigation a, #navigation a span
{
	float: none;
}
#navigation a.active, #navigation a.attivo {
    background: orange!important;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: black;
}

#navigation a.active span, #navigation a.attivo span{
    background: orange!important;
    border-top-right-radius: 7px;
    color: black;
}
#navigation a.attivo
{
	color: #000;
	background: #fb0 url("../images/tab-orange-left2.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
}
#navigation a.attivo span
{
	background: url("../images/tab-orange-right2.gif") right top no-repeat;
	padding-right: 10px;
}
#navigation ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#navigation li
{
	float: left;
	margin: 0;
	padding: 0;
} 
#stampante {
	cursor: pointer;
}
.treeCollapseImgItem {
	width: 19px;
}
.angoloVerde{
	background-color:#f5f5f5;
	background: url('../images/freccettina.gif') top left no-repeat; 
	
}
.angoloRosso{
	background-color:#f5f5f5;
	background: url('../images/freccettinaRossa.gif') top left no-repeat; 
}
.openBlock {/*da usare sul div che contiente <a><img/>/a> oppure <img/>*/
	margin:2px;
}
.changed {
	background: orange!important;
}

.lblMsgBig {
	color: #000080;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.lblMsgBigOk {
	color: #000080;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.lblMsgBigKo {
	color: red;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
}
.stampante-bkg{
	background: #F2F2F2;
    padding: 3px;
    border-radius: 3px;
}
.layout-switcher {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-left: 15px;
    border-right: 1px solid;
}
.layout-switcher .button-layer{
	padding: 18px;
	cursor:pointer;
}
.layout-switcher .button-layer:hover{
	background:#444b50;
}

#mainBodyLoading, #attesaTab{
	position: absolute!important;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: rgba(221, 225, 248, 0.69);
	z-index: 999;
	top: 35%!important;
	left: 45%!important;
	padding: 20px!important;
	border-radius: 10px!important;
	height: 100px!important;
	width: 150px!important;
	border: 1px solid #acbfdd!important;
}
#mainBodyLoading::before ,#attesaTab::before {
    content: "";
    width: 100vw;
    background: rgba(0, 0, 0, 0.62);
    height: 100vh;
    position: absolute;
    left: -45vw;
    top: -35vh;
    z-index: -1;
}
#txtLoader, #testocaricamento{
	color: black!important;
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  margin-top: 15px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #feb300;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #feb300 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

a#linkmenu {
	height: 112px;
	overflow: hidden;
	text-overflow: inherit;
}
.lblMediciBlu:after {
    content: "*";
    color: red;
    font-size: 18px;
    margin-left: 5px;
}
.credits-footer a {
    text-decoration:  none;
    color: white;
    font-size: 10px;
    padding: 5px;
}

.credits-footer .brand {
    color: #e57200;
}
.avatar-drop{
	display: flex;
	flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.avatar-drop img{
    width: 40px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: 1px 1px 10px black;
    float: left;
    margin-right: 5px;
}

.sideContact {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 1;
    top: 55px;
    right: -40px;
    background-color: #f7f7f7;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: -1px 4px 10px #dadada;
    padding: 60px 20px 0 20px;    
}
.sideContact #login-contacts div {
	height: 70vh!important;
}
/* The navigation menu links */
.sideContact a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 14px;
    color: #818181;
    transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sideContact a:hover {
    color: #2e3436;
}

/* Position and style the close button (top right corner) */
.sideContact .closebtn {
    position: absolute;
    top: 0;
    right: 45px;
    font-size: 36px;
    margin-left: 50px;
}
.help-container{
	padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    cursor: pointer;
}
.help-icon{
    color: #000000;
    border: 1px solid;
    padding: 4px 8px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.login-container .header {
    display: flex;
    justify-content: space-between;
}

.login-container .navbar-brand {
    display:  flex;
    flex-direction:  column;
    max-width:  200px;
    justify-content:  center;
    align-items:  center;
    background:  #fff;
    height:  100%;
    border-radius:  4px;
}

.login-container .navbar-brand img {
    max-width: 100%;
}

.login-container .navbar-right {
    display: flex;
    height: 55px;
    float: right!important;
}

.login-container .navbar-right ul {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
    margin-top: 0;
    min-width: 150px;
    background: #262629;
    border-left: 1px solid #e57200;
    top: 0!important;
    right: 0!important;
    padding-left: 5px;
}

.login-container .navbar-right ul li {
    list-style:  none;
    height: 100%;
    display:  flex;
    flex-direction: row;
    justify-content:  center;
    align-items: center;
    margin-left:  5px;
    margin-right: 5px;
}
.login-container .help-icon{
	color: #fff;
}
.login-container .main-form {
    display:  flex;
    flex-direction:  column;
    align-items:  center;
    align-content:  center;
    justify-content:  center;
    height: 100%;
    
}

.login-container .form-group {display: flex;flex-direction:  column;align-items: flex-start;width: 100%;}

.login-container .form-group input {
    padding: 10px 0px;
    margin: 5px 0px;
    border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 3px;
    font-size: 13px;
    color: #000;
    background-color: #fff!important;
}

.login-container .main-form .Pulsante {
    background-image: none!important;
    background: #ec7220;
    width: 100%;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 10px 0;
}

.login-container .main-form .login-box {
    width: 350px;
    border: 1px solid #dedede;
    padding: 35px 15px;
    text-align: center;
    background: #f7f7f7;
	border-radius: 5px;
	box-shadow: 0px 5px 15px #cccccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-height: 400px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sideContact {padding-top: 15px;}
    .sideContact a {font-size: 18px;}
}
.login-page .error{
	color: red;
    cursor: text;
    font-family: arial;
    font-size: 8pt;
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 5px;
    text-transform: uppercase;
}
.txtEditabileBorder {
	border-color: navy;
	border-width: thin;
}

select.txtEditabile {
	border-color: navy;
	border-width: thin;
}

.triangolo {
	margin-left:-6px;
	margin-right: -4px;
	padding:0;
	display: inline-block;
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-right: 10px solid navy;
}

.txtParcellaZero {
	width: 100%; 
	background-color:#dbdbdb; 
	color: navy; 
	letter-spacing:0px; 
	font-size: 10pt;
}

.lblconducente {
	height: 18px; 
	vertical-align: middle; 
	color: navy; 
	font-weight: bold; 
	font-size: 12px; 
	background-position: initial initial; 
	background-repeat: repeat no-repeat;
	readonly: readonly;
}

.colorMsg {
	color: #000080;
}

#divtipoattivita {
	color:#FFFF99;
	float: right;
	width: 50%;
	text-align: right;
	cursor:pointer;
	font-weight: bold;
	text_transform:uppercase;
}

.groupHighlight {
	border: 3px outset rgb(0, 255, 0);
}

.w3, .w3-hover:hover {
	color: #000 !important;
	background-color: #e57200 !important
}

.w3-badge, .w3-tag {
	background-color: #000;
	color: #fff;
	display: inline-block;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center
}

.w3-badge {
	position: absolute;
    top: 2px;
    margin-left: 10px;
    top: 5px;
}

.w3-text-white, .w3-hover-text-white:hover {
	color: #fff !important
}

.w3-text {
	display: none
}

.w3-tooltip:hover .w3-text {
	display: inline-block
}

.toast-notification {
    max-width: 500px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-left: 2px solid #e57200;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: .25rem;
}

.toast-notification-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255,255,255,.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.ml-2, .mx-2 {
    margin-left: .5rem!important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem!important;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.toast-notification-body {
    padding: .75rem;
    white-space: pre-wrap;
    font-size: 8pt;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}





.top-navbar {
	display:flex;
	height: 55px;
	background:#262629;
    padding-right: 8px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2); 
    justify-content: space-between;
}
.navbar-logo a img {
	max-height: 100%!important;
}
.navbar-logo .icon-bg{
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
    height: 100%;
    width: 25px;
    padding: 0 5px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.navbar-logo .icon-bg:hover{
    background-color: #f5f5f5;
    color: black;
}
.navbar-logo .icon-bg:hover i{
    color: black;
}
.icon-bg i{
   color: #bdbdbd;
}