body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	background-color: #E9E9E9;*/
    background-color: #FFF;
    color: #525252
}

.style1 {
	font-size: 10px;
	color: #000000;
}
.style2 {
	font-size: 10px;
}
.topbg {
	background-image: url(png/hometopbg.png);
	background-repeat: repeat-x;
}
.bgtabella {
	background-image: url(Images/bgupdown.png);
}
.cursorpointer {
  cursor: pointer; 
}
.footer {
	font-size: 7pt;
	color: black;
}
.etichetta 
{
	font-size: 8pt;
  font-weight: normal;
}

.dato
{
	font-size: 8pt;
	font-weight: bold;
}
.datoEvidenziato
{
	font-size: 8pt;
	font-weight: bold;
  background-color: #e9d5e9;
}

.datoImportante
{
	font-size: 9pt;
	font-weight: bold;
}
.datoImportanteEvidenziato
{
  font-size: 9pt;
  font-weight: bold;
  background-color: #e9d5e9;
}

.testo 
{
	font-size: 8pt;
}
.testobold
{
	font-size: 8pt;
	font-weight: bold;
}

.testoattenzione
{
	font-size: 9pt;
	font-weight: bold;
	color: #ff4500;
}
.testoerrore
{
	font-size: 9pt;
	font-weight: bold;
	color: red;
}
.testook
{
	font-size: 9pt;
	font-weight: bold;
	color: green;
}

.titolomain
{
	font-size: 11pt;
	font-weight: bold;
}
.testobig
{
	font-size: 10pt;
}
.testobigbold
{
	font-size: 10pt;
	font-weight: bold;
}
.testopiccolo
{
	font-size: 6pt;
}

.testoutente
{
	font-size: 8pt;
	color: #932c90;
}

.messaggio
{
	font-size: 11pt;
	font-weight: bold;
}

.hlink
{
	font-size: 8pt;
	color: #474747;
	cursor: pointer;
}
.hlink:visited
{
	font-size: 8pt;
	color: #474747;
}
.hlink:active
{
	font-size: 8pt;
	color: #474747;
}
.hlink:hover
{
	font-size: 8pt;
	color: #932c90;
}

/* IMPORTANTE: nello Skin del menù (MainMenu) <DynamicMenuStyle deve avere CssClass="IE8FixIssue" 
   altrimenti l'applicazione su un server non in Intranet non mostra gli elementi del menù nella tendina */
.IE8FixIssue
{
z-index: 100;
}

#loadingbg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 500;
}

#loading {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    text-align: center;
}

.serviceLink {

    width: 100px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-family: Arial Narrow,Arial,Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
    .serviceLink a, .serviceLink a:visited, .serviceLink a:hover, .serviceLink a:active {
        text-decoration: none;
        color: inherit;
    }



th {
    text-align:left;
}

h2 {
    font-weight:normal;
}

.btnConferma {
    background-color: #D60A50;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    color:white;
    border:none;
}

.navContainer {
    align-items:center;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    font-weight: 400;
    font-size:18px;
}

.dropdown-item, .dropdown-item:visited, .dropdown-item:hover, .dropdown-item:active {
    text-decoration: none;
    color: inherit;
    display: block;
    font-weight: 400;
    font-size: 14px;
    padding:4px;
}
.dropdown-item img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    padding-right: 4px;
}


.dropdown-item:hover {
    background-color: #CCCCCC;
}

.nav-link, .nav-link:visited, .nav-link:hover, .nav-link:active {
    text-decoration: none;
    color: inherit;
    display:block;
}

.hidden {
    display:none;
}

#menuServices {
    position: relative;
}

.dropdown-menu {
    float:none;
    position:absolute;
    left:10px;
    top:20px;
    white-space:nowrap;
    background-color: #EEEEEE;
    padding:10px;
    z-index:200;
} 

.navbar-nav {
    padding-left:0px;
}

.rightZone {
    padding-left: 40px;
}

.leftZone {
    width:250px;
}