﻿
/* Metti questo CSS DOPO bootstrap.min.css */
.btn.btn-outline-success-hard {
    color: #46c878 !important;
    border: 1px solid #46c878 !important;
    background-color: transparent !important;
}

    /* icone (i, svg, bootstrap-icons) */
    .btn.btn-outline-success-hard i,
    .btn.btn-outline-success-hard .bi,
    .btn.btn-outline-success-hard svg,
    .btn.btn-outline-success-hard svg * {
        color: #46c878 !important;
        fill: currentColor !important;
        stroke: currentColor !important;
    }

    .btn.btn-outline-success-hard:hover,
    .btn.btn-outline-success-hard:focus,
    .btn.btn-outline-success-hard:focus-visible {
        color: #ffffff !important;
        background-color: #46c878 !important;
        border-color: #46c878 !important;
    }

        .btn.btn-outline-success-hard:hover i,
        .btn.btn-outline-success-hard:hover .bi,
        .btn.btn-outline-success-hard:hover svg,
        .btn.btn-outline-success-hard:hover svg *,
        .btn.btn-outline-success-hard:focus i,
        .btn.btn-outline-success-hard:focus .bi,
        .btn.btn-outline-success-hard:focus svg,
        .btn.btn-outline-success-hard:focus svg * {
            color: #ffffff !important;
            fill: currentColor !important;
            stroke: currentColor !important;
        }

    .btn.btn-outline-success-hard:active,
    .btn.btn-outline-success-hard.active,
    .show > .btn.btn-outline-success-hard.dropdown-toggle {
        color: #ffffff !important;
        background-color: #2d9b59 !important;
        border-color: #2d9b59 !important;
    }

    .btn.btn-outline-success-hard:disabled,
    .btn.btn-outline-success-hard.disabled {
        color: #46c878 !important;
        border-color: #46c878 !important;
        background-color: transparent !important;
        opacity: .65;
    }

.table tr.gridview_item > td {
    background-color: #ffffff !important;
}

.table tr.gridview_alternating_item > td {
    background-color: #eeeeee !important;
}

.table tr.gridview_selected_item > td {
    background-color: #dedede !important;
}
