tr.valign-middle td {
  vertical-align: middle;
}
.cellCursor {
  cursor: pointer;
}
.navigation {
  padding: 10px 15px;
}
.text-hover {
  color: #444444;
}
td.activeCell {
  background-color: #FFC !important;
}
td.watermark {
  color: #D1D0CE;
  font-weight: 100;
}
td.answerCell {
  color: #444;
  font-weight: 700;
}
div.viewHeading {
  clear: both;
  background: #E3E3E3;
  color: #444;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 110%;
}
.viewHeadingHighlight {
  color: #369;
}
.table .text-right {
  text-align: right;
}
.table .text-center {
  text-align: center;
}
td.questionValidated {
  color: #00D800;
}
td.questionNotValidated {
  color: #D80000;
}
.table-header {
  background-color: #f9f9f9;
}
.wider {
  padding-top: 5px;
  padding-bottom: 5px;
}
.add-bottom-margin {
  margin-bottom: 15px;
}
.add-top-margin {
  margin-top: 15px;
}
.indent {
  margin-left: 10px;
}
.indent-right {
  margin-right: 10px;
}
.table-sortable thead th:NOT(.sortable-ignore) {
  cursor: pointer;
  position: relative;
}
.table-sortable thead th:NOT(.sortable-ignore):hover {
  background-color: #D1E4F6;
}
.table-sortable thead th:NOT(.sortable-ignore) i {
  position: absolute;
  top: 10px;
  right: 15px;
}
