
.sfondo { color: #000000; font-size: 8pt; font-family: verdana; background-color: #ffffff; margin-top: 2 }
.linkBianchi { color: #666666; font-size: 8pt; font-family: verdana }
.linkProdotti  { color: #123663; font-family: verdana }
.bott { color: #000000; font-size: 8pt; font-family: verdana; background-color: #d3d0c9; margin-top: 2 }
A { text-decoration: none }
.linkred  { color: #8b0000; text-decoration: none }
A:hover { color: #2d5f96; text-decoration: none }
body   { font-size: 8pt; font-family: verdana }
.celestini {
    color: #123663;
    font-size: 8pt;
    font-family: verdana;
    font-weight: normal;
}

/* Daniele: nuovi stili */
.btn.btn-danger {
    /*background: #ff5b57 none repeat scroll 0 0;*/
    background-image: url("../img/trash-icon.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #ff5b57;
    color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    /*background: #cc4946 none repeat scroll 0 0;*/
    background-image: url("../img/trash-icon-hover.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #cc4946;
    cursor: pointer;
}
.info {
    color: #31708f;
    background: #93cfe5 none repeat scroll 0 0;
    padding: 2px 0px 2px 16px;
    border-radius: 5px;
    line-height: 20px;
}
.errore {
    color: #a94442;
    background: #f8b2b2 none repeat scroll 0 0;
    padding: 2px 0px 2px 16px;
    border-radius: 5px;
    line-height: 20px;
}
.attivo {
    background-image: url("../img/attivo.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #ff5b57;
    color: #fff;
}
.attivo:hover, .attivo:focus, .attivo:active, .attivo.active {
    background-image: url("../img/attivo-hover.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #cc4946;
    cursor: pointer;
}
.disattivo {
    background-image: url("../img/disattivo.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #ff5b57;
    color: #fff;
}
.disattivo:hover, .disattivo:focus, .disattivo:active, .disattivo.active {
    background-image: url("../img/disattivo-hover.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #cc4946;
    cursor: pointer;
}
.duplica {
    background-image: url("../img/duplica.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #ff5b57;
    color: #fff;
}
.duplica:hover, .duplica:focus, .duplica:active, .duplica.active {
    background-image: url("../img/duplica-hover.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    border-color: #cc4946;
    cursor: pointer;
}