/*body {
  background-color: #8e846b;
}*/

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed');

body {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 14px;
    }

.Ombra {
    box-shadow:#444 2px 2px 10px;
    -moz-box-shadow:#444 2px 2px 10px;
    -webkit-box-shadow:#444 2px 2px 10px;
}

.TestoGrandino {
    font-size: 115%;
}

.TestoPiccolo {
    font-size: 85%;
}

.TestoPiccoloPiccolo {
    font-size: 60%;
}

table tr.odd td { background-color: #DDDDDD; padding: 2px; }
table tr.even td { background-color: #CCCCCC; padding: 2px;}

table.tabInterna tr td {
    background-color: inherit;
    padding: 2px;
    }


table.tabNote tr td {
    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: black;
    }

.tabDdtFatture {
    border-collapse: separate;
    border-spacing: 20px;
    font-weight: normal;
    }

/* Tooltip container */
.tooltip {
    position: relative;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 1s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
} 

.ui-widget {
    font-family: 'Fira Sans Condensed', sans-serif;
}
