/* camswitch encryption */


.key-encrypt-table.key-encryption-{
  opacity: 0.3;
}
.key-encrypt-table td.encryption-E{
  display: none;
}
.key-encrypt-table.key-encryption-E td.encryption-E{
  display: block;
}
.key-encrypt-table .stepper-up-row td,
.key-encrypt-table .stepper-down-row td{
  width: 44px;
  height: 23px;
  text-align: left;
  cursor: pointer;
}
.key-encrypt-table .stepper-val-row td{
  width: 44px;
  height: 33px;
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  padding-left: 4.5px;
}