﻿/*
 * Additional styles for the encode_decode component.
 *
 */
div.mdl-textfield {
  width: 95%;
}

.enc-dec-input-box {
  height: 300px;
  width: 100%;
}

.enc-dec-actions-list li {
  list-style: none;
  margin-bottom: 10px;
}

/* Force wrap long strings wihout spaces. */
pre.enc-dec-result {
  color: #1b5e20;
  font-family: Consolas,Monaco,'Andale Mono',monospace;
  white-space: pre-wrap;
  word-break: break-all;
}

.enc-dec-submit {
  margin-left: 50px;
}

.enc-dec-error {
  color: #f44336;
  font-weight: bold;
}

td{
 text-align:center;
 white-space: nowrap;
}
 .normal { background-color: transparent; }
 .highlight { background-color: cornflowerblue; }

.enc-dec-div-hide{
  visibility:hidden
}
.enc-dec-div-show{
  visibility:visible
}

th {
  text-align:right;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;