﻿body {padding:0;border:0;
}

input {
    font-family: Arial;
    font-size: 12px;
}
select {
    font-family: Arial;
    font-size: 12px;
}
textarea {
    font-family: Arial;
    font-size: 12px;
}
div {
    font-family: Arial;
    font-size: 12px;
}

.divArt {margin-right:2px;}


.pulsante {
    padding: 4px 8px;
    background-color: #249BD4;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}
    .pulsante:hover {
        background-color: #1c7caa;
    }

.pulsanteGrigio {
    padding: 4px 8px;
    background-color: #808080;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
}

    .pulsanteGrigio:hover {
        background-color: #1c7caa;
    }

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: left;
    unicode-bidi: isolate;
}
table.elenco {
    border-collapse: collapse;
    empty-cells: show;
}


table.elenco th {
    font-weight: bold;
    border-bottom: 1px solid #000000;
}
table.elenco tbody tr:nth-child(odd) {
    background-color: #e3e4e4;
}
table.elenco tbody tr:hover {
    background-color: #cecccc;
}

