.icsscar {
    background-color: white !important;
    border: solid 1px !important;
    border-radius: 4px !important;
    height: 22px !important;
}

.icsscar:read-only {
    background-color: #F1F1F1 !important;
    cursor: not-allowed !important;
}

.scsscar {
    background-color: white !important;
    border: solid 1px !important;
    border-radius: 4px !important;
    height: 22px !important;
}

.sreadcar {
    background-color: #F1F1F1 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}