.cercadordocuments-portlet {
  /* Choices */
}
.cercadordocuments-portlet .clear-left {
  clear: left;
}
.cercadordocuments-portlet .clear-both {
  clear: both;
}
.cercadordocuments-portlet li.columna100 {
  width: 100%;
  float: left;
  list-style: none;
}
.cercadordocuments-portlet li.columna50 {
  width: 50%;
  float: left;
  list-style: none;
}
.cercadordocuments-portlet li.columna33 {
  width: 33%;
  float: left;
  list-style: none;
}
.cercadordocuments-portlet li.columna25 {
  width: 25%;
  float: left;
  list-style: none;
}
.cercadordocuments-portlet li.columna20 {
  width: 20%;
  float: left;
  list-style: none;
}
.cercadordocuments-portlet input[type=text] {
  margin-bottom: 0;
}
.cercadordocuments-portlet .truncate-text {
  white-space: normal;
  word-wrap: break-word;
}
.cercadordocuments-portlet .searchcontainer-content ul {
  margin: 0;
}
.cercadordocuments-portlet .js-choices,
.cercadordocuments-portlet .choices {
  width: 100%;
}
.cercadordocuments-portlet .choices__inner {
  background-color: #fff;
}
.cercadordocuments-portlet .choices__list--multiple .choices__item,
.cercadordocuments-portlet .choices__list--multiple .choices__item.is-highlighted {
  font-size: inherit;
  background: #eee;
  border-color: #eee;
  color: #333333;
}
.cercadordocuments-portlet .choices__input {
  background-color: #fff;
  caret-color: transparent;
}
.cercadordocuments-portlet .choices__button {
  background: url("/o/cercador-documents/images/chosen-sprite.png") -40px -9px no-repeat !important;
  width: 12px !important;
  height: 12px !important;
  border: none !important;
  padding-top: 0 !important;
  opacity: 1 !important;
}
.cercadordocuments-portlet .choices__input:focus, .cercadordocuments-portlet .choices__button:focus-visible {
  outline: 0 !important;
}