﻿.loader-bg {
    display: none; /* No usar !important */
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn btn-primary {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}
tr.selected {
    background-color: #e0f3ff !important;
}
.pc-item.disabled > a.pc-link {
    color: #aaa !important;
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

.section-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 6px 0;
    font-weight: 500;
    font-size: 1.1rem;
    margin-top: 24px;
    border-bottom: 1px solid #ccc;
}

.section-toggle .toggle-icon {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
    width: 20px;
    text-align: center;
}

.section-content {
    margin-top: 10px;
}
/* Estilos para controles de solo lectura */
.readonly-control {
    background-color: #e9ecef !important;
    opacity: 0.8;
}

    .readonly-control:focus {
        border-color: #ced4da !important;
        box-shadow: none !important;
    }

/* Para selects deshabilitados */
select.readonly-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: none !important;
}

/* Para checkboxes y radios deshabilitados */
input[type="checkbox"].readonly-control,
input[type="radio"].readonly-control {
    opacity: 0.6;
}
