/**
	Para que se muestre el borde de .has-error, .has-success, etc
*/
.has-success .selectize-input {
  border-color: #3c763d;
}

.has-success .selectize-input.focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-warning .selectize-input {
  border-color: #8a6d3b;
}

.has-warning .selectize-input.focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-error .selectize-input {
  border-color: #a94442;
}

.has-error .selectize-input.focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.input-group .selectize-input:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
