﻿@media print {

  html,
  body {
    height: auto !important;
  }

  * {
    -webkit-print-color-adjust: exact !important;
    /* Chrome, Safari, Edge */
    color-adjust: exact !important;
    /*Firefox*/
  }
}

body {
  color: #53595F;
  font-family: Roboto;
  font-weight: 300;
  font-size: 16px;
}

body.bg-shaded {
  background-color: #EDEDED;
}

a,
a.btn-link {
  text-decoration: none;
}

a,
a:hover {
  color: #FF6901;
}

a:not(.btn):hover {
  text-decoration: underline;
}

.form-group {
  margin-bottom: 1rem;
}

h1 {
  font-size: 2rem;
}

h4 {
  font-size: 1.25rem;
}

.card {
  border-radius: 10px;
}

.navbar {
  height: 4.5rem;
}

.page-header {
  background-color: #EDEDED;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  -moz-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
  font-size: 13px;
}

.bg-superlight {
  background-color: #fafafa;
}

.ps-4-5 {
  padding-left: 2rem;
}

.has-subheader .page-header {
  height: 7.5rem;
}

.subheader {
  height: 3rem;
  font-size: 16px;
}

.project-header {
  background-color: #53595F;
  color: white;
}

.project img {
  width: 100%;
  max-width: 10rem;
}

.project h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.navbar img {
  height: 2.75rem;
}

main {
  padding-top: 4.5rem;
  /* background-color: white; */
  width: 100%;
  height: 100%;
}

.has-subheader main {
  padding-top: 7.5rem;
}

.header {
  padding-top: .5rem;
  padding-bottom: 1rem;
  font-size: 15px;
  position: fixed;
  top: 5rem;
  background-color: white;
  width: 100%;
}

.font-orange {
  color: #FF6901;
}

.font-darkblue {
  color: #53595F;
}

.breadcrumbs {
  color: #FF6901;
  display: block;
}

.darker-orange {
  color: #FF6901;
}

.btn {
  border-radius: 10px;
  padding: 5px 20px;
  font-weight: 300;
}

.alert .btn {
  width: 120px;
}

input:not(.form-check-input) {
  border-radius: 10px;
  border: 0px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

form input:not(.form-check-input) {
  border: 1px solid #AAA;
  border-radius: 4px;
  padding-top: 3px;
  padding-bottom: 3px;
}

form .select2-container--default .select2-search--inline .select2-search__field {
  margin-bottom: 3px;
}

.search input:focus {
  outline: none;
}

.alert {
  border-radius: 10px;
  padding: .75rem 1rem;
}

.alert .col {
  padding-left: 0;
  padding-right: 0;
}

.btn-white {
  background-color: white;
  color: #53595F;
}

.btn-orange {
  background-color: #FF6901;
  color: white;
}

.btn-orange-outline {
  border: 1px solid #FF6901;
  background-color: white;
  text-align: center;
}

.btn-orange-outline:hover {
  border: 1px solid white;
  background-color: #FF6901;
  color: white;
}

.fa-question {
  color: #FF6901;
}

.btn-darkblue {
  background-color: #53595F;
  color: white;
}

.btn-lightblue-outline {
  color: #53595F;
  background-color: white;
  border: 1px solid #EDEDED;
}

.btn-medblue-outline {
  color: #53595F;
  background-color: white;
  border: 1px solid #53595F;
}

.btn-darkblue:hover {
  color: #53595F;
  background-color: white;
  border: 1px solid #53595F;
}

.btn-darkblue-outline {
  border: 1px solid #53595F;
  background-color: white;
}

.btn-darkblue-outline:hover {
  border: 1px solid #FF6901;
  background-color: white;
  color: #FF6901;
}

.bg-lightblue {
  background-color: #EDEDED;
}

.report .question,
.report .answer {
  border-bottom: 1px solid #53595F !important;
}

.report .attributes {
  font-size: smaller;
}

.report .answer .ql-editor {
  min-height: unset;
}

.report .attributes .label {
  margin-right: .5rem;
  font-style: italic;
}

.report .ql-container {
  height: auto;
}

/* .bg-lightblue:hover  {
  background-color: #53595F;
} */
.bg-medblue {
  background-color: #53595F;
  color: white;
  cursor: pointer;
}

.bg-medblue:hover {
  background-color: white;
  color: #53595F;
}

.bg-medblue.no-hover:hover {
  color: white;
  background-color: #53595F;
}

.btn-green {
  background-color: #53595F;
  color: white;
}

.font-green {
  color: #598a28;
  font-weight: 500;
}

.font-grey {
  color: grey;
}

.font-lightgrey {
  color: lightgray;
}

.title {
  margin: 0;
  padding: 0;
}

.confidential-notice i {
  position: absolute;
  top: -0.75rem;
  right: -0rem;
  cursor: pointer;
}

.confidential-notice .alert {
  width: 7rem;
  text-align: center;
}

.confidential-notice {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.need-help {
  cursor: pointer;
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}

.review-title {
  font-size: larger;
}

.individual-name {
  font-weight: 400;
}

header.review {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 15px;
  position: fixed;
  background-color: white;
  width: 100%;
  z-index: 5;
}

header.review .container {
  position: relative;
}

html,
body,
main {
  height: 100%;
}

.section-title {
  background-color: #53595F;
  color: white;
  font-weight: 400;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 17px;
  margin-bottom: 1rem;
}

.sub-section-title {
  font-size: 17px;
  font-weight: 400;
}

#chart-area {
  z-index: 2;
  position: absolute;
}

.chart-background {
  height: 68px;
  width: 68px;
  position: absolute;
  background-color: white;
  z-index: 1;
  right: 54px;
  top: 10px;
  border-radius: 50%;
  font-size: 25px;
  font-weight: bold;
  padding-top: 0px;
}

.question-wrapper {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.question-wrapper .container {
  position: relative;
}

.question .ql-editor {
  height: auto;
}

.btn-tall {
  padding-top: .5rem;
  padding-bottom: .5rem;
  width: 6rem;
  color: #53595F;
  margin-right: 2rem;
}

.btn-tall.selected {
  border: 2px solid #4470AD;
}

.btn-selector,
.btn-tall.btn-selector {
  width: auto;
  min-width: 6rem;
  font-size: .9rem;
  background-color: white;
  color: #53595F;
}

.answer {
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
}

.input-wrapper {
  background-color: white;
  border-radius: 10px;
  min-height: 12rem;
  position: relative;
}

.question-edit .input-wrapper {
  background-color: #EDEDED;
}

.input-wrapper.notice {
  min-height: auto;
  position: relative;
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.notice-wrapper {
  position: relative;
}

.notice-wrapper i {
  color: #FF6901;
  min-height: 1rem;
}

.short .notice-wrapper i,
.prompt-only i {
  color: #53595F;
}

.notice-flag {
  position: absolute;
  top: .5rem;
}

.notice i.icon-info {
  position: absolute;
  left: 1.5rem;
  top: 1.7rem;
}

.notice i.icon-close {
  position: absolute;
  right: 1.5rem;
  top: 1.7rem;
}

i.icon-small {
  font-size: 12px;
  vertical-align: top;
}
.answer.short .input-wrapper {
  border: 1px solid #53595F;
}

.answer.skipped .input-wrapper {
  border: 1px solid #FF6901;
}

.answer.skipping .input-wrapper {
  border: 2px solid #da2b14;
}

.answer.skipping .notice-wrapper i {
  color: #da2b14;
}

.answer.skipping .btn-orange {
  background-color: #da2b14;
}

.unanswered-color {
  color: #da2b14;
}

.short-color {
  color: #53595F
}

.ql-toolbar.ql-snow {
  border: none;
  text-align: center;
}

.ql-container.ql-snow {
  border: none;
  color: black;
  font-family: Roboto Slab;
  font-size: 15px;
}

.answer .ql-editor {
  min-height: 9.1rem;
  height: auto;
}

.ql-toolbar.ql-snow .ql-picker-label {
  padding-top: 0;
  border-top: none;
}

.input-wrapper.loading .ql-formats {
  display: none;
}

.questionnaire {
  margin-top: 9.6rem;
  background-color: #EDEDED;
  min-height: 100%;
  width: 100%;
  font-size: 16px;
}

.interviewer.questionnaire {
  margin-top: 6.3rem;
}

.interviewer.questionnaire.admin {
  margin-top: 9rem;
}

.reviewer.questionnaire {
  margin-top: 4.8rem;
}

.questionnaire .container {
  max-width: 950px;
}

.review-dashboard-modal {
  color: #53595F;
}

.review-dashboard-wrapper i.fa-info-circle {
  display: block;
  cursor: pointer;
}

.back {
  position: absolute;
  left: -0.3rem;
  top: 0.3rem;
}

section.content {
  margin-top: 1.5rem;
  padding-bottom: 3rem;
}

section.content h1 {
  text-align: center;
}

.search {
  position: relative;
  display: inline-block;
  border: 1px solid #EDEDED;
  border-radius: 10px;
  max-width: 100%;
}

.search input {
  padding-right: 30px;
  width: 24rem;
  max-width: 90%;
}

.search i {
  position: absolute;
  right: 8px;
  top: 10px;
  color: #EDEDED;
}

.btn i {
  padding-right: 8px;
}

.section-body {
  padding-top: 1rem;
}

label {
  margin-bottom: .25rem;
  display: block;
}

.form-footer {
  margin-top: 2rem;
}

.form-label-group {
  position: relative;
}

.form-label-group input {
  display: block;
}

.interview-summary,
.toggle-parent {
  margin-top: 1rem;
  border: 1px solid #EDEDED;
  padding: .5rem;
  border-radius: 10px;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.interview-summary .subtitle {
  font-size: smaller;
}

.interview-summary .toggler,
.toggle-parent .toggler {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
}

.review-summary {
  margin-bottom: 1rem;
  border-radius: 10px;
  padding: .5rem 1rem;
}

.review-summary.draft {
  background-color: white;
  border: 1px solid #53595F;
}

.review-summary.submitted {
  background-color: #EDEDED;
}

.marked-read-wrapper .review-summary.submitted {
  background-color: #EDEDED;
  color: #53595F;
}

.review-summary .btn {
  width: 9rem;
  padding: 2px 10px;
}

.review-summary .flagged-review {
  font-size: 14px;
  color: white
}

.marked-read-wrapper .flagged-review {
  font-size: 14px;
  color: #53595F
}

#siteNotification {
  position: fixed;
  z-index: 1;
  bottom: 1rem;
  left: 1rem;
}

#siteNotification .alert {
  display: inline;
}

.no-result {
  margin: 0.3rem;
  padding: 0.3rem 0.5rem;
  list-style: none;
  text-align: left;
  font-size: 1rem;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 0.35rem;
  background-color: rgba(255, 255, 255, 1);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
  outline: none;
}

.relative {
  position: relative;
}

.dash {
  position: absolute;
  top: 50%;
  border-top: 2px solid lightgray;
  width: 0.8rem;
  left: 0;
  margin-left: 5px;
  margin-top: 0px;
}

.percentage {
  position: relative;
  border: 1px solid #53595F;
  height: 100%
}

.bar {
  height: 100%;
  background-color: #4470AD;
}

.project-link {
  color: white;
  text-decoration: underline;
}

.project-link:hover {
  color: white;
  text-decoration: none;
}

.saving,
.saved {
  position: absolute;
  right: -10.5rem;
  bottom: .5rem;
  overflow: hidden;
  font-size: smaller;
  width: 10rem;
  display: none;
}

.prompt-top {
  position: absolute;
  right: -10.5rem;
  top: 14px;
  overflow: hidden;
  font-size: smaller;
  width: 10rem;
  cursor: pointer;
  color: white;
}

.note {
  font-size: smaller;
}

.saving.active,
.saved.active {
  display: block;
}

.office-review-marker.active .positive,
.office-review-marker .negative {
  display: inline;
}

.office-review-marker.active .negative,
.office-review-marker .positive {
  display: none;
}

.deleted {
  display: none;
  border: 1px solid #da2b14;
}

.min-100 {
  min-height: 100%;
}

.right-of-button {
  position: absolute;
  top: 15px;
  right: 0px;
}

.flag-box {
  border: #53595F solid 1px;
  padding: 0px 4px;
  border-radius: 3px;
  position: absolute;
  left: 15px;
  top: 9px;
}

@media (min-width: 768px) {
  .chart-container {
    max-width: 600px;
  }
}

@media (min-width: 992px) {
  .chart-container {
    max-width: 815px;
  }
}

@media (min-width: 1200px) {
  .chart-container {
    max-width: 950px;
  }
}

.chart-positioner {
  position: absolute;
  right: -8rem;
  top: -2rem;
}

.chart-wrapper {
  width: 176px;
  position: relative;
}

/* .review-footer .chart-wrapper, .interviewer .review-footer .chart-wrapper {
position: relative;
top: unset;
right: unset;
}
.interviewer .chart-wrapper {
top: 11rem;
} */
.chart-positioner .answered {
  float: left;
  margin-top: 10px;
  margin-right: -25px;
}

.chart-positioner .chart-wrapper {
  float: right;

}

.toggle-info {
  position: absolute;
  top: 2rem;
  background-color: white;
  width: 100%;
  border: 1px solid #53595F;
  padding: 1rem;
  z-index: 100;
}

.relative {
  position: relative;
}

.bordered {
  border: 1px solid #53595F;
}

.confidential-notice i {
  position: absolute;
  top: -0.75rem;
  right: -0rem;
}

.confidential-notice .alert {
  width: 7rem;
  text-align: center;
}

.confidential-notice {
  position: fixed;
  bottom: 1rem;
  right: 2rem;
}

.need-help {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
}

@media screen and (max-width: 768px) {
  .interviewer .chart-positioner {
    position: fixed;
    right: -2rem;
    bottom: 1rem;
    top: unset;
  }
}

@media screen and (max-width: 600px) {
  .back {
    left: 0.7rem;
  }

  .interviewer .d-flex {
    flex-wrap: wrap;
    margin-left: 1rem;
  }

  .interviewer .individual-name {
    flex: 0 0 100%;
  }

  header.review {
    position: relative;
  }

  .interviewer.questionnaire,
  .reviewer.questionnaire {
    margin-top: 0;
  }

  .saving,
  .saved {
    left: 1rem;
    right: unset;
  }

  .ql-editor {
    padding-bottom: 1rem;
  }

  .question-wrapper {
    padding-top: 0rem;
    padding-bottom: 1rem;
  }

  .mobile-footer-spacer {
    height: 5rem;
  }
}

.spanner {
  position: fixed;
  top: 50%;
  left: 0;
  background: #2a2a2a55;
  width: 100%;
  display: block;
  text-align: center;
  height: 300px;
  color: #FFF;
  transform: translateY(-50%);
  z-index: 10001;
  visibility: hidden;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  top: 0;
  z-index: 10000;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

.question-type-many {
  display: inline;
}

.question-type-many::after {
  content: "\a ";
  white-space: pre;
}

@-webkit-keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {

  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }

  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.show {
  visibility: visible;
}

.spanner,
.overlay {
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.spanner.show,
.overlay.show {
  opacity: 1
}

.texted .ql-editor {
  padding: inherit;
  line-height: inherit;
  box-sizing: inherit;
  height: inherit;
  outline: inherit;
  overflow-y: inherit;
  padding: inherit;
  tab-size: inherit;
  -moz-tab-size: inherit;
  text-align: inherit;
  white-space: inherit;
  word-wrap: inherit;
}

.texted .ql-editor p,
.texted .ql-editor ol,
.texted .ql-editor ul,
.texted .ql-editor pre,
.texted .ql-editor blockquote,
.texted .ql-editor h1,
.texted .ql-editor h2,
.texted .ql-editor h3,
.texted .ql-editor h4,
.texted .ql-editor h5,
.texted .ql-editor h6 {
  margin: inherit;
  padding: inherit;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.texted.ql-container.ql-snow {
  font: inherit;
  color: inherit;
}

.texted.ql-container {
  font: inherit;
  color: inherit;
  height: inherit;
}