﻿.risultatiRicerca {
    border-collapse: collapse;
    border: solid silver 1px;
}

.risultatiRicerca th {
    background-color: darkgray;
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    padding: 4px;
    border: solid silver 1px;
}


.risultatiRicerca td {
    color: #444;
    text-align: left;
    font-size: 11px;
    font-weight: normal;
    padding: 4px;
    border-left: solid silver 1px;
    border-right: solid silver 1px;
}



.campoForm {
    padding: 4px;
}

.pulsanteRicerca {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: #336699;
    border: solid silver 1px;
    border-radius: 6px;
    color: white;
}

    .pulsanteRicerca:hover {
        background-color: white;
        color: #336699;
    }
.pulsanteRicercaRosso {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: red;
    border: solid silver 1px;
    border-radius: 6px;
    color: white;
}

    .pulsanteRicercaRosso:hover {
        background-color: white;
        color: red;
    }
.pulsanteReset {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: silver;
    border: solid darkgray 1px;
    border-radius: 6px;
    color: white;
}

    .pulsanteReset:hover {
        background-color: white;
        color: silver;
    }

.pulsantePiccolo {
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #336699;
    border: solid darkgray 1px;
    border-radius: 3px;
    color: white !important;
    text-decoration: none;
}

    .pulsantePiccolo:hover {
        background-color: white;
        color: #336699 !important;
    }


.pulsantePiccoloGrigio {
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: darkgray;
    border: solid darkgray 1px;
    border-radius: 3px;
    color: white !important;
    text-decoration: none;
}

    .pulsantePiccoloGrigio:hover {
        background-color: white;
        color: darkgray !important;
    }

.pulsantePiccoloVerde {
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: darkgreen;
    border: solid darkgray 1px;
    border-radius: 3px;
    color: white !important;
    text-decoration: none;
}

    .pulsantePiccoloVerde:hover {
        background-color: white;
        color: darkgreen !important;
    }

.pulsantePiccoloRosso {
    font-size: 11px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: red;
    border: solid darkgray 1px;
    border-radius: 3px;
    color: white !important;
    text-decoration: none;
}

    .pulsantePiccoloRosso:hover {
        background-color: white;
        color: red !important;
    }

.riga_pari {
    background-color: #f1f1f1;
}

.avviso {
    color: #822222;
    padding: 20px;
    font-weight: bold;
    text-align: center;
}

.badge {
    padding: 2px;
    color: #822222;
    border: solid #822222 1px;
    border-radius: 3px;
    font-weight: bold;
    margin-right: 5px;
    font-size: 10px;
}

.rigaDet:hover {
    background-color: gold;
}

.swal-wide {
    width: 1000px !important;
    background-color: white !important;
}
