﻿.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;
}