.title-perguntas {
  margin-bottom: 10px;
  font-size: 20px;
}
.asterisco-obrigatoria {
  float: left;
}
h2.title-opcoes {
  font-size: 14px;
}
#colunas::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.pergunta-colunas {
  width: unset;
}
.nota-resposta-txt {
  font-weight: 500 !important;
  font-size: 16px;
}
.container-pergunta label {
  font-size: 15px;
}
.titulo-pergunta-resp {
  font-size: 16px;
  font-weight: 600 !important;
}
.container-excluir-imagem {
  float: right;
  margin-bottom: -15px;
  margin-bottom: -20px;
  margin-right: 10px;
}
.excluir-imagem {
  font-size: 30px;
  color: #F03434;
  position: absolute;
  right: 26px;
  margin-top: 7px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.cortar-imagem {
  font-size: 30px;
  color: #336699;
  position: absolute;
  right: 70px;
  margin-top: 7px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.65);
}
.resposta-container-imagens {
  margin-top: 10px;
}
.imagem-paste-title {
  margin-bottom: 20px;
}
.imagem-paste:empty:before {
  content: attr(data-placeholder);
  color: gray;
}
.pergunta-title {
  font-size: 23px !important;
}
.input-pergunta {
  margin-top: 4px;
}
.fechar-pergunta {
  margin-top: 9px !important;
}
.label-tipo-pergunta {
  font-size: 18px !important;
  margin-bottom: 17px;
}
.input-lista {
  margin-bottom: 5px;
}
.btn-lista {
  margin-top: 5px;
  padding-bottom: 5px;
}
.text {
  max-height: 100% !important;
}
.nota {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  box-shadow: 1px 1px 3px #888888;
  transition: box-shadow 0.1s;
}
.nota-fix {
  min-height: fit-content !important;
  overflow-y: hidden !important;
}
.nota:hover {
  box-shadow: 2px 2px 5px #313131;
}
.nota-content {
  padding-left: 5px;
  padding-right: 5px;
}
.text-resposta {
  text-align: left !important;
  max-width: 100% !important;
}
.nota-sticky-top {
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  cursor: pointer;
  padding-left: 5px;
  width: 100%;
}
.nota-sticky-top:hover {
  background-color: #EAEAEA;
}
.nota-sticky-bottom {
  position: sticky;
  bottom: 0;
  right: 0px;
  padding-bottom: 2px;
  background-color: #fff;
  padding-left: 2px;
}
.nota-pergunta-respondida button {
  background-color: #817979 !important;
  color: #eaeaea !important;
  font-style: italic;
  font-size: 16px;
  padding: 2px 2px;
}
.nota-pergunta-respondida button > span.no-print {
  color: #fff;
}
.nota-pergunta-cor-respondida button {
  color: #eaeaea !important;
  font-style: italic;
  font-size: 16px;
  padding: 2px 2px;
}
.nota-pergunta-cor-respondida button > span.no-print {
  color: #fff;
}
h3 {
  display: block;
  line-height: 0.97;
  padding-top: 5px;
}
.overflow-text {
  text-overflow: ellipsis;
  white-space: nowrap !important;
  overflow: hidden;
}
.row-nota-perguntas [id^='pergunta_'] > button {
  display: flex;
  flex-direction: column;
}
.img-perfil-nota {
  margin-top: -33px;
  border-radius: 1cm;
  height: 32px;
  width: 32px;
  position: absolute;
  right: 3px;
  top: 36px;
  box-shadow: 0cm 0cm 0cm;
}
.img-perfil-nota + hr {
  margin: 2px 0px 5px -5px;
}
.comentario-nota {
  background-color: #e5e5e5;
  margin-bottom: 3px;
  border-radius: 3px;
}
[id^="pergunta_"] strong > div.break-word {
  text-align: left;
  margin-left: 5px;
}
[id^="pergunta_"] strong > span.no-print {
  font-size: 12px;
  position: absolute;
  top: 2px;
  right: 4px;
  color: #858585;
}
[id^="pergunta_"] button > p:first-child {
  margin-bottom: 2px;
}
[id^="pergunta_"] button > p[ng-repeat$="pergunta.Respostas"] {
  float: left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.tableFixHead + button {
  margin-top: 10px;
}
#mover-bloco > h3 {
  padding: 8px 0px 3px 5px;
}
#icon-print {
  position: absolute;
  right: 5px;
  top: 2px;
}
#indicativos-pergunta {
  top: 4px;
  right: 6px;
  font-size: 14px;
  position: absolute;
}
.table-head th {
  position: sticky;
  top: 0;
  background-color: #EAEAEA;
  z-index: 10;
}
