div.security_grayscale {
    filter: grayscale(1);
    /* pointer-events:none; */
}

.security_grayscale label {
    pointer-events: none;
}



span.security_grayscale {
    filter: grayscale(1);
    pointer-events: none;
}


a.security_grayscale {
    filter: grayscale(1);
    pointer-events: none;
}



label.security_grayscale {
    filter: grayscale(1);
    pointer-events: none;
}


input.security_grayscale {

    -webkit-text-fill-color: rgba(47, 47, 47, 0.65);
    background-color: rgb(236, 236, 236);
    /* pointer-events:none; */
}


.security_grayscale div.ascCheckbox {
    background-color: #ececec !important;
}

.security_grayscale .AscSelectModalDiv #btn {
    background-color: #ececec !important;
}

.security_grayscale input[readonly=readonly] {
    background-color: #ececec !important;
    color: black !important;
}

.security_grayscale a.inpage_link {
    background-color: transparent !important;
}

.security_grayscale textarea[readonly=readonly] {
    background-color: #ececec !important;
    color: black !important;
}
