﻿.rz-data-grid-data {
    box-shadow: none;
}

.rz-grid-table {
}

    .rz-grid-table thead {
    }

        .rz-grid-table thead th:first-child {
            border-top-left-radius: 0px;
            border-left: none;
        }

        .rz-grid-table thead th:last-child {
            border-top-right-radius: 0px;
            border-right: none !important;
        }

        .rz-grid-table thead th {
            background-color: #f9f9f9;
            height: 50px;
            padding: 0 5px;
            border-right: solid 1px #dcdcdc !important;
            border-left: solid 1px #fff
        }

            .rz-grid-table thead th .rz-column-title-content {
                font-weight: 500;
                font-size: 12px;
                text-transform: uppercase;
            }

    .rz-grid-table td {
        padding: 15px 15px;
    }

    .rz-grid-table tbody tr {
        position: relative;
    }

        .rz-grid-table tbody tr:hover td {
            background-color: #f9f9f9 !important;
        }

.rz-grid-table-striped tbody > tr:not(.rz-expanded-row-content):nth-child(even) > td {
    background-color: transparent;
}

.rz-grid-table tr:first-child > td {
}

.rz-grid-table tr:last-child > td {
    border-bottom: solid 1px #dcdcdc !important;
}

.rz-data-row rz-datatable-edit {
}

.rz-data-row.rz-datatable-edit td {
    vertical-align: top;
    min-height: 100px;
    height: 100px;
}

    .rz-data-row.rz-datatable-edit td .apple-actions {
        padding-top: 20px;
    }

.rz-pager-page.rz-state-active {
    background-color: #f9f9f9 !important;
}

.rz-pager .rz-dropdown {
    width: 100px !important;
}


/* Contenitore principale per la colonna */
.apple-row-container {
    position: static;
}

/* Action bar nascosta */
.apple-actions {
    position: absolute;
    right: 10px;
    bottom: 1px;
    top: 1px;
    height: calc( 100% - 2px);
    display: flex;
    align-items: center;
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

/* Quando la riga è in hover → mostra azioni stile Apple */
.rz-grid-table tbody tr:hover .apple-actions {
    opacity: 1;
    background-color: #ffffff;
    transform: translateX(0);
    background-color: #fff;
    border-radius-left: 30px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 10px;
    box-shadow: -4px 0 3px rgba(0,0,0,0.2);
}


.grid_Headerless .rz-grid-table thead {
    display: none;
}

/*quando l'informazione nella grid senza header deve essere grande*/
.grid_Headerless .evidence {
    font-weight: 700 !important;
    font-size: 16px !important;
    display: inline-block !important;
}

/*quando l'informazione nella grid senza header deve essere piccola*/
.grid_Headerless .z-stack-inline-small label.evidence {
    text-transform: none !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    color: #333;
}

.gridDetail {
    font-weight: bold;
    color: #333;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 10px;
    margin: 0;
}
.gridDetail:hover {
  background-color: #3daa6b27;
}

    .gridDetail:before {
        content: "arrow_right";
        font-family: "Material Icons";
        font-size: 24px;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        position: absolute;
        left: -10px;
        top: -6px;
        color: #3daa6b;
    }

.gridDetailSub {
    padding-left: 10px;
    margin: 0;
}