.no-border {
    border:0px;
}

#load {
    background: #edf1f5;
    padding-top: 5px; 
}

/* Parche para readonly en select2 */
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;

    .select2-selection {
        background: #eee;
        box-shadow: none;
    }

    .select2-selection__arrow,
    .select2-selection__clear {
        display: none;
    }
}