.cercadorArticlesVocabularis-portlet .panel-body {
    padding: 0;
    /* margin-left: -20px; */
}

.cercadorArticlesVocabularis-portlet .panel-body ul li label{
    	display: inline;
    }

.cercadorArticlesVocabularis-portlet .clear-left{
	clear: left;
}

.cercadorArticlesVocabularis-portlet .clear-both{
	clear: both;
}

.cercadorArticlesVocabularis-portlet li.columna100{
	width:100%;
	float:left;
	list-style:none;
}

.cercadorArticlesVocabularis-portlet li.columna50{
	width:50%;
	float:left;
	list-style:none;
}

.cercadorArticlesVocabularis-portlet li.columna33{
	width:33%;
	float:left;
	list-style:none;
}

.cercadorArticlesVocabularis-portlet li.columna25{
	width:25%;
	float:left;
	list-style:none;
}

.cercadorArticlesVocabularis-portlet li.columna20{
	width:20%;
	float:left;
	list-style:none;
}

.cercadorArticlesVocabularis-portlet .nopadding{
	padding:0!important;
}

.cercadorArticlesVocabularis-portlet input[type="submit"], input[type="button"], input[type="reset"], button {
text-shadow: none!important;
}

.cercadorArticlesVocabularis-portlet .panel-heading{
	padding: 2px 10px;
}

.cercadorArticlesVocabularis-portlet .taglib-calendar {
	font-size: 14px;
}

.cercadorArticlesVocabularis-portlet .taglib-calendar .calendar-current-day {
	color: red;
}

.cercadorArticlesVocabularis-portlet .responsive-selector .chosen-container {
    width: 100%!important;
}

.cercadorArticlesVocabularis-portlet nav.navCategories .dropdown-menu {
    max-height: inherit;
}

 .cercadorArticlesVocabularis-portlet nav.navCategories .navbar-nav {
   border: 1px solid #000;
   color: #000;
   background-color: #fff;
   border-radius:0.25rem;
}

 .cercadorArticlesVocabularis-portlet a.text-decoration-none, 
 .cercadorArticlesVocabularis-portlet a.text-decoration-none:hover {
    text-decoration: none;
}

.cercadorArticlesVocabularis-portlet .botonsCategoria input[type="checkbox"] {
    display: none;
}

.cercadorArticlesVocabularis-portlet .botonsCategoria .row {
    margin-left: 0;
}

.cercadorArticlesVocabularis-portlet .navCategories a.dropdown-item.active,
.cercadorArticlesVocabularis-portlet .navCategories .dropdown-item:active {
	background-color: #000;
}

/** Choices **/
.cercadorArticlesVocabularis-portlet .choices__inner {
	background-color: #fff;
	min-height: inherit!important;
	padding-top: 3px!important;
	padding-bottom: 3px!important;
	border-color: #ced4da!important;
}
.cercadorArticlesVocabularis-portlet .choices__list--multiple .choices__item{
	margin-bottom: 0!important;
}


.cercadorArticlesVocabularis-portlet .choices__list--multiple .choices__item,
.cercadorArticlesVocabularis-portlet .choices__list--multiple .choices__item.is-highlighted {
	font-size: inherit;
	background: #eee;
	border-color: #eee;
	color: #333333;
}

.cercadorArticlesVocabularis-portlet .choices__input {
	background-color: #fff;
	margin-bottom: 0!important;
}


.cercadorArticlesVocabularis-portlet .choices__button{
	background: url("/o/cercadorarticlesvocabularis/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;
}

/* Fix mapa de biblioteques: el dropdown de Choices.js ha de quedar per sobre del mapa Leaflet
   (leaflet-popup-pane z-index: 700). Choices per defecte fa servir z-index: 1. */
.cercadorArticlesVocabularis-portlet .choices {
    position: relative;
}
.cercadorArticlesVocabularis-portlet .choices.is-open {
    z-index: 1000;
}
.cercadorArticlesVocabularis-portlet .choices__list--dropdown,
.cercadorArticlesVocabularis-portlet .choices__list[aria-expanded="true"] {
    z-index: 1000 !important;
}
