.node-page-fragment {
  font-size: 14px;
}
.node-page-fragment #assessmentView .viewHeadingHighlight {
  margin-right: 10px;
}
.node-page-fragment #Instructions .alertssss {
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 9px;
}
.node-page-fragment .btn {
  padding-top: 6px;
  padding-bottom: 6px;
}
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;
}
.questionValidated {
  color: #00D800;
}
.questionNotValidated {
  color: #D80000;
}
.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: 25px;
}
.lastCell {
  border-right: 2px solid #369;
}
.my-progress {
  margin-left: -15px;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9000;
}
.my-progress .my-progress-bar {
  height: 10px;
  background-color: #0099FF;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
#PrintTables {
  display: none;
}
@media print {
  #PrintTables {
    display: flex;
    flex-flow: row wrap;
  }
  #PrintTables table {
    margin-left: 10px;
    font-size: 0.9em;
    width: 20%;
    height: 800px;
  }
  #PrintTables table .print-hide {
    display: none !important;
  }
  #PrintTables table * {
    padding: 2px;
  }
}
