.btn-homologar.reprovado {
  background-color: #D28D88;
}

.ajax-1 {
  display: none;
  margin-left: 5px;
}

.glyphicon-edit {
  display: none;
  font-size: 14px;
  margin-left: 5px;
  color: #999;
}

[contenteditable] {
  padding: 2px 4px;
}

#modal-modificar-grupos-arquivar .modal-body #grupos-configurados {
  display: none;
}

#modal-homologacao #container_cargos_encerrar {
  margin-top: 30px;
}

.container-info-versao .btn-preenchimentos {
  display: none;
}

#modal-preenchimentos-registros .modal-dialog .modal-header h4 {
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modal-preenchimentos-registros .modal-dialog .modal-header h4 span {
  font-weight: normal;
}

#modal-preenchimentos-registros #listagem_preenchimentos tbody tr.linha_dados td {
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#modal-preenchimentos-registros #listagem_preenchimentos tbody tr.linha_dados td a {
  font-size: 12px;
}

#modal-preenchimentos-registros #listagem_preenchimentos tbody tr td .expandir-preenchimentos,
#modal-preenchimentos-registros #listagem_preenchimentos tbody tr td .ocultar-preenchimentos {
  border: 1px solid #7d7d7d;
  border-radius: 50%;
  padding: 4px;
  height: 18px;
  width: 18px;
  text-align: center;
  color: #7d7d7d;
  cursor: pointer;
  font-size: 10px;
  font-weight: normal;
  line-height: 8px;
}

#modal-preenchimentos-registros #listagem_preenchimentos tbody tr td .expandir-preenchimentos:hover,
#modal-preenchimentos-registros #listagem_preenchimentos tbody tr td .ocultar-preenchimentos:hover {
  background-color: #FFF;
}

#modal-preenchimentos-registros #listagem_preenchimentos tbody tr td.prchm-dir {
  font-size: 10px;
}

/* .listagem-registros tr .container-info .listagem-revisoes .expandir-revisoes {
  left: 23%;
} */

/* #modal_rq05_1 .modal-dialog.altura-full .modal-content {
  padding-top: 122px;
}

#modal_rq05_2 .modal-dialog.altura-full .modal-content {
  padding-top: 122px;
}

#modal_rq18_1 .modal-dialog.altura-full .modal-content {
  padding-top: 122px;
} */

.modal-dialog.altura-full {
  margin-top: 20px;
}

.modal-dialog.altura-full .modal-content {
  max-height: 95vh !important;
  overflow-y: scroll;
  /* padding-bottom: 55px; */
  /* padding-top: 55px; */
}

.modal-dialog.altura-full .modal-content .modal-header,
.modal-dialog.altura-full .modal-content .modal-footer {
  position: fixed;
  width: calc(100% - 15px);
  /* 15px = scrollbar */
  z-index: 99;
  background-color: #e6e6e6;
}

.modal-dialog.altura-full .modal-content .modal-header {
  top: 0;
  border-bottom: 1px solid #CCC;
  padding: 13px 15px;
}

.modal-dialog.altura-full .modal-content .modal-header h4 {
  font-size: 18px;
  text-transform: uppercase;
}

.modal-dialog.altura-full .modal-content .modal-footer {
  bottom: 0;
  border-top: 1px solid #CCC;
  padding: 10px 15px;
}

.fixed-modal-table {height: 430px;}

.fixed-modal-table thead{
  position: sticky;
  top: -20px;
  border: 0;
}
/*# sourceMappingURL=registros.css.map */