.warning {
  font-weight: bold;
  text-decoration: underline;
  color: red;
  border: 1px solid #B40404;
  border-radius: 8px;
  padding: 10px;
  background: #F6CECE;
  text-align: center;
}
.red,
td.red {
  font-weight: bold;
  color: red;
}
.success {
  font-weight: bold;
  text-decoration: underline;
  color: green;
}
.green,
td.green {
  font-weight: bold;
  color: green;
}
.yellow,
td.yellow {
  font-weight: bold;
  color: orange;
}
.grey,
td.grey {
  /*font-weight: bold;*/
  color: grey;
}
.btn {
  margin: 4px;
}
.padleft {
  padding-left: 2ex;
}
.padtop {
  padding-top: 2ex;
}
.separator {
  padding-top: 3ex;
  border: 0;
  border-bottom: 1px solid #ddd;
}
.btn-disabled {
  color: #333;
  background-color: #ccc;
  border-color: #aaa;
}
.btn-disabled:focus,
.btn-disabled.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-disabled:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-disabled:active,
.btn-disabled.active,
.open > .dropdown-toggle.btn-disabled {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-disabled:active:hover,
.btn-disabled.active:hover,
.open > .dropdown-toggle.btn-disabled:hover,
.btn-disabled:active:focus,
.btn-disabled.active:focus,
.open > .dropdown-toggle.btn-disabled:focus,
.btn-disabled:active.focus,
.btn-disabled.active.focus,
.open > .dropdown-toggle.btn-disabled.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-disabled:active,
.btn-disabled.active,
.open > .dropdown-toggle.btn-disabled {
  background-image: none;
}
.btn-disabled.disabled:hover,
.btn-disabled[disabled]:hover,
fieldset[disabled] .btn-disabled:hover,
.btn-disabled.disabled:focus,
.btn-disabled[disabled]:focus,
fieldset[disabled] .btn-disabled:focus,
.btn-disabled.disabled.focus,
.btn-disabled[disabled].focus,
fieldset[disabled] .btn-disabled.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-disabled .badge {
  color: #fff;
  background-color: #333;
}
.userin {
  border: 5px solid lightgreen;
  margin-bottom: 3em;
}
.userout {
  border: 5px solid red;
  margin-bottom: 3em;
}
.useraway {
  border: 5px solid orange;
  margin-bottom: 3em;
}
.logButtons {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.pinbox {
  display: none;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.keypad {
  display: none;
  position: relative;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid black;
  background: white;
}
.btn-keypad {
  margin: 8px;
  padding: 0px;
  width: 100px;
  height: 100px;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.3333333;
  border-radius: 9px;
}
table.table-keypad {
  width: auto;
  margin: 0px auto;
  border 0;
}
table.table-keypad tr {
  border: 0;
}
table.table-keypad tr td {
  border: 0;
}
.keypad-head {
  font-size: 18px;
  width: 332px;
  margin: 8px auto;
  padding: 15px;
  border-radius: 9px;
}
#clock {
  font-size: 40px;
  font-weight: bold;
}
.alert-text {
  font-size: 18px;
}
img.img-frame {
  border: 3px solid black;
  margin: 5px;
}
table.table-members {
  width: auto;
  border: 2px solid #ddd;
}
table.table-members>thead>tr>th,
table.table-members>tbody>tr>td {
  border: 1px solid #ddd;
}
.myfooter {
  font-size: 12px;
  color: #888;
  margin-top: -10px;
  margin-bottom: 20px;
}
.text-bold {
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}
.gender-icon {
  height: 1.4em;
  margin-right: 0.5ex;
}
