body {
  font-size: .85em;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
  color: #232323;
  background-color: #fff;
  background: #fff;
}
header,
footer,
nav,
section {
  display: block;
}
.bottom-margin {
  margin-bottom: 30px;
}
#knockout-host {
  min-height: 1500px;
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
  border: 1px solid #ddd;
  padding: 0 1.4em 1.4em 1.4em;
  margin: 0 0 1.5em 0;
}
legend {
  font-size: 1.2em;
  font-weight: bold;
}
textarea {
  min-height: 75px;
}
.editor-label {
  margin: 1em 0 0 0;
}
.editor-field {
  margin: 0.5em 0 0 0;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #f00;
}
.field-validation-valid {
  display: none;
}
.input-validation-error {
  border: 1px solid #f00;
  background-color: #fee;
}
.validation-summary-errors {
  font-weight: bold;
  color: #f00;
}
.validation-summary-valid {
  display: none;
}
/* Begin JCC random stuff */
th .underline {
  border-bottom: thin solid black;
}
th.text-center,
td.text-center {
  text-align: center;
}
.reviewer-report dt {
  width: 80px;
}
.reviewer-report dd {
  margin-left: 85px;
}
/* End */
/* Begin Tablesorter Styles (Added by BPM)*/
.tablesorter-filter {
  width: 80%;
}
.tablesorter-header {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAOCAYAAAD5YeaVAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAWVJREFUeNqUUL9Lw2AUTGP8mqGlpBQkNeCSRcckEBcHq1jImMElToKuDvpHFMGhU0BQcHBwLji6CE1B4uB/INQsDi4d2jQ/fPeZxo764OV6915f7lLJ81xot9tCURXqdVEUr7IsO6ffH9Q5BlEUCaLwWxWqTcbYnaIoh0Dw4gAvcWlxq1qt9hqNxg6hUGAP+uIPUrGs0qXLer2+v/pTX6QpxLtkc2U2m53ACb8sSdIDXerSEms2m6+DweAICA4d89KGbduf9MpEVdXQ9/2LVqv1CASHjjn3iq/x1xKFfxQPqGnada1W86bT6SiO42OS3qk3KPStLMvbk8nkfjwen/LLuq6blFymMB0KdUPSGhAcOualjX6/f0bCiC7NaWGPQr0BwaFjzn0gYJqmLAiCA8/zni3LmhuGkQPBoWPOPwQeaPIqD4fDruu6L6Zp5kBw6IudchmdJAkLw3DXcZwnIPjy/FuAAQCiqqWWCAFKcwAAAABJRU5ErkJggg==);
  background-position: center left;
  background-repeat: no-repeat;
}
.tablesorter-headerAsc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAeElEQVR42mNgGFAgKCjILyEhMR9EE61BWlr6gqam5n8QTVAjTIOent5/Y2Pj/yAar0Z0DTCMUyM2DZaWls9xasSmwcfHZ/uvX78sQDS6RrCm/fv3s7i4uGxG1vDz508NkByIRtYIUgd3HkwSWQMxcmBJDEEi5GgLAA7ra9dJwV3VAAAAAElFTkSuQmCC);
}
.tablesorter-headerDesc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAAeElEQVR42mNgGBpAQkJiPggTLQcS0NTU/A/C6JJY5QQFBfkNDQ2vGxsb/wdhZEmYBpgcSB1Y0/79+1lOnz7tYGdndxtN431kDSB5kDq4E7BpNDAwwNAAUofiL2wa8WrApZGgBnSNPj4+24nSgKzx58+fGkRrIAYAAJR1eI6LYTlVAAAAAElFTkSuQmCC);
}
.tablesorter-header-inner {
  margin-left: 8px;
}
.table-selectable tbody tr:hover td,
.table-striped.table-selectable tbody tr:hover td {
  background-color: #DDD;
  border: 1px solid #ffc0cb;
  border-left: 0;
  border-right: 0;
  cursor: pointer;
}
.sorter-false {
  background-image: none;
}
/*  End  Tablesorter Styles (Added by BPM)*/
.citi-logo {
  margin: 5px 10px 5px 0;
  position: absolute;
  top: 0;
}
.navbar-inverse .brand {
  color: white;
  height: 27px;
}
/* Override bootstrap */
.navbar-inverse .navbar-link {
  color: white;
}
.navbar-upper span {
  padding-left: 80px;
}
.navbar-inverse .nav > li,
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: white;
}

li.no-link {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #777777;
    white-space: nowrap;
}

.nowrap {
  white-space: nowrap;
}
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  word-break: normal;
}
.navbar-inner {
  border-radius: 0;
}
@media (max-width: 767px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.navbar .container {
  max-width: 940px;
}
.navbar-inverse {
  border: 0;
  box-shadow: 0 0 0 0;
  height: 87px;
  background-color: transparent;
  filter: none;
}
.navbar-inverse .icon-user {
  background-color: #fff;
}
.navbar-inverse .navbar-inner {
  background-color: transparent;
  background: none;
  border: 0;
  box-shadow: 0 0 0 0;
  /*background-color: #008CD3;
    background-image: -moz-linear-gradient(top, #00BDF4, #004988);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00BDF4), to(#004988));
    background-image: -webkit-linear-gradient(top, #00BDF4, #004988);
    background-image: -o-linear-gradient(top, #00BDF4, #004988);
    background-image: linear-gradient(to bottom, #00BDF4, #004988);
    background-image: linear-gradient(to bottom, #00BDF4, #004988);
    background-repeat: repeat-x;
    border-color: #003C70;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00BDF4', endColorstr='#ff004988', GradientType=0);
        */
  filter: none;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #006DA9;
}
input.extended-length,
select.extended-length,
textarea.extended-length {
  max-width: none;
}
input.extended-length-560,
select.extended-length-560,
textarea.extended-length-560 {
  max-width: 560px;
}
/*icon color classes*/
.icon-primary {
  color: #428bca;
}
.icon-primary:hover {
  color: #3276b1;
  text-decoration: none;
}
.icon-success {
  color: #5cb85c;
}
.icon-success:hover {
  color: #47a447;
  text-decoration: none;
}
.icon-info {
  color: #5bc0de;
}
.icon-info:hover {
  color: #39b3d7;
  text-decoration: none;
}
.icon-warning {
  color: #f0ad4e;
}
.icon-warning:hover {
  color: #ed9c28;
  text-decoration: none;
}
.icon-danger {
  color: #d9534f;
}
.icon-danger:hover {
  color: #d2322d;
  text-decoration: none;
}
.modal.modal-large {
  /* new custom width */
  width: 800px;
  /* must be half of the width, minus scrollbar on the left (30px) */
  margin-left: -400px;
}
/* End override bootstrap */
input[type="search"] {
  width: auto;
}
/* Bootstrap pagination start */
.pagination {
  height: 36px;
  margin: 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  line-height: 34px;
  text-decoration: none;
  border: 1px solid #ddd;
  border-left-width: 0;
  background-color: #FFF;
}
.pagination a:hover,
.pagination .active a {
  background-color: #f5f5f5;
}
.pagination .active a {
  color: #999999;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  border-radius: 0 3px 3px 0;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
  float: right;
}
#loadingLower {
  background-color: #EEE;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
input[type="search"].geid {
  width: 80px;
}
.sortable {
  height: 16px;
  width: 13px;
  display: block;
  float: left;
  overflow: hidden;
  padding: 0 4px;
  margin-top: 3px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAyCAYAAACHx1EEAAAB2UlEQVR42u2VTUsCURSGJ4hoJ4g4OqTjSrL8FmEWIYlSkjtdCP4Z/0eb1m1aFNGmWhiDiyZoISS0mOXQpoWQpCbTfWVGrt5xvIsgBC8ML+e859H7NXMEYS2Hx+/3X0C5AUmSXmOxmAnlAadAMpk0c7mcCV0FzgH24wYygKIohhvIANVq9W4wGChQB1AQWq3WdqlUuqGBfr+/Dw9Kg6ibzc02aYDHm5pMksPbjL8YW16vd4+c/iUU8UogEAgchMPhh3g8bkIRu4EADmVZvk4kEiNcGyhi5B1Bn88nkYJbUji0bvmnBQ6Rh89AoVDoKZVK/aCwXC6/GIZxBkWMPHwGqtfrV/l8/ptcTK3X6xWRgyJGHv4/Hg45l/NoNPqFbQ4GgzJyUMTIw2egQqGARU/wWpPCe/LdE6HWZ2ACn4E0TTtqNBoqKRiRbTYjkcgHFDHy8Bmo2+3uqKp60mw2n0jhOJvNAhgjRh6+47p0Xd9tt9untVrtGecDRYy864bgF8lUipVK5RG69B82Y30GGrPVnPk8JNCY8SyayzxPJpN5sxsXbdqA7aFu1gk7nc4xeV/eaVAURZ0G4KNuNgUnMJ1OMwDq5tblBLoCy8CVwCKIxswF0CAaMzfAM34B5nJfRddFe7gAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-position-y: -18px;
}
.sortable.asc {
  background-position-y: 0;
}
.sortable.desc {
  background-position-y: -36px;
}
#searchResults th:hover {
  cursor: pointer;
}
#searchResults th.nosort:hover {
  cursor: auto;
}
/* Bootstrap pagination end */
#CoveredEmployeeSideList ul {
  margin: 0;
}
#CoveredEmployeeSideList ul li {
  list-style-type: none;
  margin-left: 20px;
}
#CoveredEmployeeSideList ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color: white;
}
#CoveredEmployeeSideList .active {
  margin-left: 0;
  margin-right: 20px;
  font-weight: bold;
}
#CoveredEmployeeSideList .forFurtherReview a {
  color: #ff0000;
  border-color: #ff0000;
  background-color: #F8E2E2;
}
#CoveredEmployeeSideList .investigationPending a {
  color: #49afcd;
  background-color: #e9f5f9;
  border-color: #49afcd;
}
#CoveredEmployeeSideList .satisfactory a {
  color: #008000;
  background-color: #DFF0D8;
  border-color: #008000;
}
#CoveredEmployeeSideList .insufficient-interaction a {
  color: #f89406;
  background-color: #fffaf4;
  border-color: #f89406;
}
#CoveredEmployeeSideList .exemplary a {
  color: purple;
  background-color: #ffe6ff;
  border-color: purple;
}
.even {
  background-color: #F9F9F9;
}
/* IE7 bootstrap hacks & fixes */
.pagination li a {
  *height: 34px;
}
.pagination li a i {
  *margin-top: 10px;
}
.table input {
  max-width: 100%;
  width: auto;
}
/* End IE7 bootstrap hacks & fixes*/
.insufficient-interaction-reviewer {
  text-decoration: line-through;
}
.inactive-reviewer-label {
  text-transform: uppercase;
  font-style: normal;
}
.review-reminder-content {
  margin-right: .2rem;
}
.review-reminder {
  border-width: 2px;
  border-color: #ffb569;
}
.review-reminder > a {
  margin-bottom: 2px;
}
.recommend-reviewer-prompt {
  display: none;
  width: 1200px;
  position: absolute;
  color: red;
}
.clear-recommendation-prompt {
  margin-top: 20px;
  margin-bottom: 20px;
}
.clear-recommendation-prompt .name-placeholder {
  font-weight: bold;
}
#find-reviewer-modal {
  width: 1060px;
}
.recommendation-alert {
  padding: 15px;
  background-color: #c0e3c0;
}
.recommendation-alert > .recommendation-content {
  margin-bottom: 10px;
}
.header-button {
  font-size: 14px;
  font-weight: normal;
}
.update-message {
  font-size: 18px;
  text-align: center;
  background-color: #ffffb4;
  padding: 10px;
}
.report-summary-filter {
  margin-top: 20px;
}
.report-summary-filter label {
  font-size: 16px;
}
.report-summary-filter label:first-child {
  font-weight: bold;
  padding-left: 0;
}
.report-table {
  margin-top: 30px;
}
.report-table tr.sub-header {
  background-color: whitesmoke;
}
.report-table tr.sub-header td {
  vertical-align: bottom;
}
.report-table thead {
  font-weight: bold;
}
.report-table td,
.report-table th {
  text-align: center;
}
.report-table td.left-row-header {
  text-align: left;
  font-weight: bold;
}
.report-table .header {
  background-color: gainsboro;
}
.report-table .default {
  background-color: #ffffff;
  transition: background-color 30s;
}
.report-table .default.changed {
  background-color: #c1e1ec;
  transition: background-color 1s;
}
.report-table .developmental {
  background-color: #e8f4f8;
}
.report-table .satisfactory,
.report-table .no-concerns {
  background-color: #e4ffc9;
  transition: background-color 30s;
}
.report-table .satisfactory.changed {
  background-color: #b0ff63;
  transition: background-color 1s;
}
.report-table .for-further-review,
.report-table .mid-year-flag {
  background-color: #ffcccc;
  transition: background-color 30s;
}
.report-table .for-further-review.changed {
  background-color: #ff6666;
  transition: background-color 1s;
}
.report-table .investigation-pending {
  background-color: #e9f5f9;
}
.report-table .exemplary {
  background-color: #f2d3ff;
}
.report-table .row-header {
  font-weight: bold;
}
.report-table .not-assigned,
.report-table .insufficient,
.report-table .incomplete-verification,
.report-table .incomplete-review {
  background-color: #ffffcc;
  transition: background-color 30s;
}
.report-table .not-assigned.changed,
.report-table .insufficient.changed,
.report-table .incomplete-verification.changed,
.report-table .incomplete-review.changed {
  background-color: #ffff1a;
  transition: background-color 1s;
}
.report-date {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
}
.interaction-content {
  text-align: left;
}
.interaction-content .interaction-message {
  margin-top: 20px;
  padding-right: 90px;
}
.interaction-content .recommended-reviewer-button {
  margin-left: 0;
  margin-top: 20px;
}
.report-instructions {
  margin-top: 20px;
}
.minor-heading {
  text-decoration: underline;
  font-weight: bold;
}
.minor-heading a {
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
  font-weight: normal;
}
.lead-instructions {
  margin-top: 20px;
}
.lead-instructions p {
  margin-bottom: 0;
}
.action-items-button {
  margin-top: 5px;
}
.joint-review-covered-employee {
  font-weight: bold;
}
.joint-review-helper-caption {
  color: gray;
}
.joint-review-section {
  margin-left: 30px;
  margin-bottom: 20px;
}
.joint-review-reminder-body,
.joint-review-invitation-body {
  display: none;
}
.admin ul {
  list-style: none;
  margin: 0;
}
.admin .well-large .btn {
  width: 85%;
}
.admin #create-event-button {
  margin-top: 40px;
}
.admin .archived-event a {
  color: crimson !important;
}
.admin .archive-button {
  margin-top: 10px;
  margin-right: 40px;
}
.admin .listed-event {
  margin-bottom: 5px;
  padding: 5px 10px;
  list-style-type: none;
}
.admin .selected-phase > td {
  background-color: aliceblue !important;
}
.admin .current-phase {
  font-weight: bold;
}
.admin .listed-event.selected-event {
  border: 1px solid steelblue;
  border-radius: 5px;
  background-color: aliceblue;
}
.admin .listed-event.active {
  font-weight: bold;
}
.admin h5 {
  margin-top: 0;
}
.admin h4 {
  margin-bottom: 10px;
}
.admin .selected-phase-details {
  border: 1px solid steelblue;
  border-radius: 10px;
  padding: 0 10px 20px 10px;
  margin: 10px 0 50px 0;
}
#CoveredEmployeeSideList .pending a {
  color: #007399;
  background-color: #ccf2ff;
  border-color: #007399;
}
.pending-label {
  color: #0099cc;
}
.btn-pending {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: deepskyblue;
  *background-color: #007399;
  background-image: linear-gradient(to bottom, deepskyblue, #0099cc);
  background-repeat: repeat-x;
  border-color: #0099cc #0099cc #007399;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-pending:hover,
.btn-pending:focus,
.btn-pending:active,
.btn-pending.active,
.btn-pending.disabled,
.btn-pending[disabled] {
  color: #ffffff;
  background-color: #0099cc;
  *background-color: #0099cc;
}
.btn-exemplary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: darkviolet;
  *background-color: #4c006d;
  background-image: linear-gradient(to bottom, darkviolet, #7000a0);
  background-repeat: repeat-x;
  border-color: #7000a0 #7000a0 #4c006d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-exemplary:hover,
.btn-exemplary:focus,
.btn-exemplary:active,
.btn-exemplary.active,
.btn-exemplary.disabled,
.btn-exemplary[disabled] {
  color: #ffffff;
  background-color: #7000a0;
  *background-color: #7000a0;
}
.additional-reviews-message {
  font-size: 14pt;
  line-height: 1.9;
}
.changeReviewStatusBtn.btn-pending {
  width: 195px;
  margin-top: 10px;
}
#setReviewStatusModal #comment-host {
  margin-top: 30px;
}
#setReviewStatusModal #comment-host label {
  font-weight: bold;
}
#setReviewStatusModal textarea {
  width: 95%;
}
#setReviewStatusModal .subtitle-value {
  font-weight: normal;
  margin-right: 20px;
  margin-left: 5px;
}
#setReviewStatusModal .badge {
  border-radius: 5px;
  padding: 4px 18px;
  margin-right: 10px;
}
#setReviewStatusModal .modal-header h5:nth-child(3) {
  margin-bottom: 0;
}
#setReviewStatusModal .modal-header h5:last-child {
  margin-top: 0;
}
.already-complete-warning {
  color: #b94a48;
}
.total-row {
  background-color: whitesmoke;
  font-weight: bold;
}
#control-function-lead-summary-host {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
#control-function-lead-summary-host .header {
  background-color: gainsboro;
}
#control-function-lead-summary-host tr td:last-child,
#control-function-lead-summary-host tr th:last-child {
  text-align: center;
}
#control-function-lead-summary-host table {
  text-align: left;
}
th.review-header {
  text-align: center;
  background-color: gainsboro;
}
#event-modal .modal-body {
  padding-bottom: 20em;
}
#inactives-table .force-include td {
  background-color: lightgreen;
}
#inactives-table td {
  border-top: 1px solid black;
}
#inactives-table td span {
  display: inline-block;
  margin-right: 2em;
}
#joint-review-summary-table th {
  text-align: center;
}
#joint-review-summary-table td {
  width: 12%;
}
#joint-review-summary-table td:first-child {
  font-weight: bold;
  width: 28%;
}
label.comment-status {
  display: inline-block;
  margin-right: 1rem;
}
label.comment-status span {
  display: inline-block;
  transform: translateY(3px);
}
.full-width {
  width: 100%;
}
.comment-coding-card {
  border: 1px solid steelblue;
  border-radius: 10px;
  padding: 1rem 1.75rem 1rem 1rem;
  margin: 1rem 0;
  background-color: whitesmoke;
  transition: transform .5s, height .5s .5s;
}
.comment-coding-card .error-message {
  color: red;
  margin-bottom: 1rem;
}
.comment-coding-card:first-child {
  margin: 0;
}
.comment-coding-card.removed {
  transform: translate(-700px, -400px);
  padding: 0;
  height: 0;
  margin: 0;
}
.btn.disabled,
.btn[disabled] {
  opacity: .2;
}
h4.definitions {
  padding: 1rem;
  border: 1px solid gray;
  border-radius: 10px;
  color: gray;
  margin-bottom: 2rem;
  background: lightyellow;
}
h4.definitions dl {
  font-size: 10pt;
  font-weight: initial;
  color: black;
  margin: 1em 0 0 1em;
}
h4.definitions dd {
  margin-bottom: 1rem;
}
h4.definitions dd:last-child {
  margin-bottom: 0;
}
.area-of-concern-category {
  font-weight: bold;
  color: white;
  border-radius: 10px;
  padding: .4rem .6rem;
  margin: 1rem 0;
}
.area-of-concern {
  margin-top: .5rem;
}
.comment-coding .badge {
  background-color: limegreen;
  margin-left: .4rem;
}
#areas-of-concern-modal.modal {
  top: 3%;
}
#areas-of-concern-modal .nav {
  margin-bottom: 0;
}
#areas-of-concern-modal .modal-header {
  padding: 9px 15px 0 15px;
  border-bottom: none;
}
#areas-of-concern-modal .instructions {
  margin: 1rem 0 1.5rem 0;
}
#areas-of-concern-modal .behavioral-statements-host {
  width: 95%;
  margin: 0 auto;
}
#areas-of-concern-modal .checkbox span.isChecked {
  font-weight: bold;
  color: #007EC7;
}
body.modal-open {
  overflow: hidden;
}
#areas-of-concern-modal > .modal-body {
  padding: 0 15px 15px 15px;
}
div.category-statements {
  margin-left: 2rem;
}
ul.behaviors-list {
  list-style: disc outside none;
  margin-left: 0;
  padding-left: 2em;
}
.category-header.checkbox {
  font-size: 14pt;
  font-weight: bold;
}
@media (max-height: 700px) {
  .modal-body {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  .modal {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade.in {
    top: 20px;
  }
  .modal-body {
    overflow: visible;
    max-height: none;
  }
}
@media (max-width: 480px) {
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal.fade.in {
    top: 10px;
  }
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.text-exemplary {
  color: darkviolet;
}
.commentary {
    margin-left: 45px;
}
.alert-exemplary {
    background-color: rgba(148,0,211,.1);
    color: darkviolet;
}
.alert-exemplary h4 {
    color: darkviolet;
}
.alert-light {
    color: #818182;
    background-color: #eeeeee;
    border-color: #ededed;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
td.left-row-header.left-padded {
    padding-left: 35px;
}

.behavior-score select {
    font-size: 12px;
    width: 150px;
}


.demographics {
    background-color: #fff;
    border: solid 1px #eee;
    margin-bottom: 16px;
}

.score-row {
    background: #eee;
}

.score-cell {
    text-align: center;
}

.score-header {
    text-align: center;
}

.func-header {
    width: 85%;
}

th.finalreport {
    text-align: left;
}

.func-cell {
    padding-left: 10px;
}

.comment-text {
    padding-left: 40px;
    font-size: 1em;
    margin-bottom: 1em;
}

h3.report-row {
    font-size: 1em;
    margin-top: .1em;
    margin-bottom: .1em;
}

pre.plain {
    border: 0px;
    background-color: white;
}

.outcome {
    font-weight: bold;
    padding: 4px 2px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #EAE0D3;
}