.cercadordadesobertes {
  /* Choices */
}
.cercadordadesobertes .panel-body {
  padding-bottom: 0;
}
.cercadordadesobertes .nav-tabs > li > a.active, .cercadordadesobertes .nav-tabs > .active > a {
  border-color: #dee2e6 #dee2e6 #fff;
}
.cercadordadesobertes li label {
  margin-bottom: 0;
  display: inline;
}
.cercadordadesobertes ul {
  padding: 0;
}
.cercadordadesobertes li.columna100 {
  width: 100%;
  float: left;
  list-style: none;
}
.cercadordadesobertes li.columna50 {
  width: 50%;
  float: left;
  list-style: none;
}
.cercadordadesobertes li.columna33 {
  width: 33%;
  float: left;
  list-style: none;
}
.cercadordadesobertes li.columna25 {
  width: 25%;
  float: left;
  list-style: none;
}
.cercadordadesobertes li.columna20 {
  width: 20%;
  float: left;
  list-style: none;
}
.cercadordadesobertes .clear-left {
  clear: left;
}
.cercadordadesobertes .clear-both {
  clear: both;
}
.cercadordadesobertes .form-inline .form-group {
  margin-right: 5px;
}
.cercadordadesobertes .choices__inner {
  background-color: #fff;
}
.cercadordadesobertes .choices__list--multiple .choices__item,
.cercadordadesobertes .choices__list--multiple .choices__item.is-highlighted {
  font-size: inherit;
  background: #eee;
  border-color: #eee;
  color: #333333;
}
.cercadordadesobertes .choices__input {
  background-color: #fff;
  caret-color: transparent;
}
.cercadordadesobertes .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;
}
.cercadordadesobertes .choices__input:focus, .cercadordadesobertes .choices__button:focus-visible {
  outline: 0 !important;
}