/**
 * Rena Immobiliare Servizi - Stili custom
 */

/* Sidebar */
.uk-nav-default .uk-active > a {
    color: #1e87f0;
    font-weight: 600;
}

/* Tabelle dinamiche */
.datatable-loading {
    position: relative;
    min-height: 200px;
}

.datatable-loading::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

.datatable-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

/* Colonne sortabili */
th[data-sort] {
    cursor: pointer;
    user-select: none;
}

th[data-sort]:hover {
    background-color: #f8f8f8;
}

th[data-sort]::after {
    content: '\00a0\2195';
    opacity: 0.3;
}

th[data-sort].sort-asc::after {
    content: '\00a0\2191';
    opacity: 1;
}

th[data-sort].sort-desc::after {
    content: '\00a0\2193';
    opacity: 1;
}

/* Form miglioramenti */
.uk-form-label {
    font-weight: 500;
}

/* Responsive fix */
@media (max-width: 959px) {
    .uk-container-expand {
        padding-left: 15px;
        padding-right: 15px;
    }
}
