.sendbtn-on {
opacity: 1.0;
pointer-events : auto;
}
.sendbtn-off {
opacity: 0.4;
pointer-events : none;
}