﻿.pulsanteModifica {
    padding: 4px 8px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
    background-image: url('/IMG/GUI/IconaMatita.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

    .pulsanteModifica:hover {
        background: rgba(0,0,0,0.06);
        background-image: url('/IMG/GUI/IconaMatita.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }


.pulsanteSalva {
    padding: 4px 8px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
    background-image: url('/IMG/GUI/iconaSave.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

    .pulsanteSalva:hover {
        background: rgba(0,0,0,0.06);
        background-image: url('/IMG/GUI/iconaSave.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }
.pulsanteElimina {
    padding: 4px 8px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    width: max-content;
    cursor: pointer;
    background-image: url('/IMG/GUI/iconaCestino.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

    .pulsanteElimina:hover {
        background: rgba(0,0,0,0.06);
        background-image: url('/IMG/GUI/iconaCestino.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 16px 16px;
    }

.pulsanteCrm {
    padding: 4px 8px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /*color: #fff;*/
    cursor: pointer;
}

    .pulsanteCrm:hover {
        background: rgba(0,0,0,0.06);
        /*background-image: url('/images/GUI/iconaSave.png');*/
        align-items: center;
        justify-content: center;
    }

.btn-crm {
    background-color: #f1eeee;
    border-color: transparent;
    color: #808080;
    font-weight: bold;
}

    .btn-crm:hover {
        background-color: #808080;
        border-color: #808080;
        color: #fff;
    }

    .btn-crm:focus,
    .btn-crm:active {
        box-shadow: 0 0 0 0.2rem rgba(92, 45, 145, 0.4);
    }

.btn-yellow {
    background-color: #fdf100;
    border-color: transparent;
    color: #000;
    font-weight: bold;
}

    .btn-yellow:hover {
        background-color: #fdf100;
        border-color: #fdf100;
        color: #fff;
    }

    .btn-yellow:focus,
    .btn-yellow:active {
        box-shadow: 0 0 0 0.2rem rgba(92, 45, 145, 0.4);
    }
.btn-viola {
    background-color: #5c2d91;
    border-color: #5c2d91;
    color: #fff;
}

    .btn-viola:hover {
        background-color: #4a2375;
        border-color: #4a2375;
        color: #fff;
    }

    .btn-viola:focus,
    .btn-viola:active {
        box-shadow: 0 0 0 0.2rem rgba(92, 45, 145, 0.4);
    }
