.autocomplete-suggestions {
  height: auto;
  width: 100%;
  overflow: auto;
  padding-top: 5px;
  max-height: 500px;
  background: white;
  border: 1px solid #ced4da;
}

.autocomplete-suggestions .cabecera {
  display: inline-block;
  background: #86BB2F;
  color: #FFF;
}

.autocomplete-suggestions .buscador-nombre {
  padding-left: 10px;
  width: 55%;
}

.autocomplete-suggestions .buscador-rfc {
  width: 45%;
}

.autocomplete-suggestions .body {
  display: inline-block;
  border-bottom: 1px solid #E6E6E6;
}

.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
}

.autocomplete-suggestions .autocomplete-suggestion:last-child .body {
  border-bottom: none;
}

.autocomplete-suggestions .autocomplete-selected {
  background: #000;
  color: #FFF;
}

#subMenu {
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

#subMenu #smTitulo {
  font-size: 1em;
}

#subMenu #smOpciones {
  text-align: right;
}

#subMenu #smOpciones a:first-child {
  padding-left: 20px;
  border-left: 1px solid #E6E6E6;
}

#subMenu #smOpciones a {
  color: #222222;
  font-size: 1.2em;
  padding: 0 10px;
  margin: 0;
}

.detalles_row {
  font-size: 0.85em;
}

.contenedor-formulario {
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}

.contenedor-formulario .col-12:last-child .btn,
.contenedor-formulario .col-md-6:last-child .btn {
  min-width: 150px;
  float: right;
  margin-top: 32px;
  margin-left: 10px;
}

.btn.loading {
  padding-right: 30px;
  position: relative;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.7;
}

.btn.loading:before {
  position: absolute;
  right: 5px;
  font: normal normal normal 24px/1 "Material Design Icons";
  display: inline-block;
  font-size: inherit;
  content: "\F771";
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-animation: mdi-spin 2s infinite linear;
  animation: mdi-spin 2s infinite linear;
}

.btn-success {
  background-color: #86BB2F;
  border-color: #86BB2F;
  color: #FFF;
}

.btn-success:hover {
  background-color: #6d9b21;
  border-color: #699225;
}
/*# sourceMappingURL=registro.css.map */