.cookieseu-portlet {
  margin: 0 !important; }
  .cookieseu-portlet .privacy-info-message {
    background-color: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 15px;
    max-height: 90%;
    max-height: calc(100vh - 2em);
    overflow-y: auto;
    z-index: 10500;
    color: #000;
    border-top: 2px solid; }
  .cookieseu-portlet .privacy-policy-container {
    margin: 0; }
  .cookieseu-portlet .privacy-back {
    height: 100%;
    height: calc(100vh);
    z-index: 10400;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .cookieseu-portlet .portlet-title {
    display: none; }
  .cookieseu-portlet button {
    width: auto; }
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}
.datepicker.dropdown-menu th,
.datepicker.dropdown-menu td {
  padding: 4px 5px;
}
.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;
}/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.

Canviat chosen-sprite.png per /o/cercadorarticlesvocabularis/images/chosen-sprite.png
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(/o/cercadorarticlesvocabularis/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(/o/cercadorarticlesvocabularis/images/chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(/o/cercadorarticlesvocabularis/images/chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(/o/cercadorarticlesvocabularis/images/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/o/cercadorarticlesvocabularis/images/chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

.eines-descoberta-portlet select.selectores{
	width: 100%;
	max-width: 100%;
}

#inputSearchData, #inputSearchDataRecomanacions, #inputSearchDataRecomanadors{
	width: 75%;
	float: left;
	margin-right: 2%;
}

#div-resultats{
	min-height: 500px;
}

.noHeightInLlista{
	min-height: 0px;
}

.eines-descoberta-portlet .modal-dialog{
	max-width: 600px;
}

.eines-descoberta-portlet .modal.show {
    overflow: auto;
}

#div-resultats > .graella {

	background-color: lightgray;
    display: inline-block;
    background: #fff;
    padding: 1.5em;
    margin: 0 0 1.5em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    width: 229px;
/*     float:left;   */
}

#div-resultats > .graella:hover { 
    background-color: #e6e6e6;
}

.graellaTable {
    overflow: auto;
    margin-bottom:1px;
    padding:10px 0 10px 0;
}

.graellaTable:hover { 
    background-color: #e6e6e6;
}

#div-resultats > #div-resultats:nth-child(1n+2) {
    height: 40px;
}
#div-resultats.wrapping-divs > #div-resultats:nth-child(3n+1) {
    clear: left;
}

#buttonCerca, #buttonCercaRecomanacions, #buttonCercaRecomanadors{
	width: 21%;
	margin-bottom:10px;
	height: 31px;
	padding: 0;
    cursor: pointer;
    
}

.eines-descoberta-portlet p {
	margin-bottom: 0px !important;
}

.eines-descoberta-portlet .portlet-borderless-bar{
	top:29em;	
}

.container nav#breadcrumbs{
}



#totales {
	text-align: center;
}

.totalesSub{
	margin-top:15%;
}

#paginas {
	text-align: center;
}

/* .totales{ */
/* 	margin-top: 15%; */
/* 	margin-bottom: 8%; */
/* } */

.paginas{
	margin-bottom: 6%;
}

#buttonLlista{
	margin-top: 2.4%;
	width: auto;
	float: right;
	padding-left: 0;
}

#buttonGraella{
	margin-top: 2.4%;
	width: auto;
	float: right;
}

#buttonExecAjax{
	margin-top: 0%;
	width: auto;	
	float: right;
	margin-right: 0;
	color: #811424;
	text-align: center;
	background-color: white;
	border: solid 1px;
	padding: 10px;
	font-size: 20px;
	
}

#buttonExecAjax:hover{
	background-color: #811424;
	color: white;
		
}


#paginateButtonDiv{
	border-bottom-color: #eeeeee;
    border-bottom-width: 2px;
    border-bottom-style: solid;
}


#buttonLlistaSize{
	  width: 50px;
}

#buttonGraellaSize{
	 width: 50px;
}


.fadeTextDiv{
	position: relative;
	overflow: hidden;
	 white-space:nowrap;
}

.fadeTextDoubleLineDiv{
	position: relative;
    line-height: 1.5em;
    height: 3em;
    overflow: hidden;
}


.fadeSpan{
	background: linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,0)), to(#FFF));
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -o-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -ms-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	position: absolute;
	right: 0;
	height: 20px;
	width: 45px;
	bottom: 0;
}

#divMotherBuscador{
	padding-top: 10px;
	padding-bottom: 10px;
    background-color: #e6e6e6 !important;
    margin-bottom:1em;
}

#divMotherBuscador .labelsSelectors { 
	 background-color: #e6e6e6 !important;
}

#divMotherSelectores{
	padding-top: 10px;
	padding-bottom: 2px;
    background-color: #e6e6e6 !important;
}

#divMotherRedirect {
	padding-top: 1em;
	padding-left: 0px;
	padding-right: 0px;
}

.graellaMother{
	width: inherit;
}

#divMotherSelectores .labelsSelectors { 
	 background-color: #e6e6e6 !important;
}

.eines-descoberta-portlet input[type="button"].buttonsNovetats{
	background:white;
	color:#a71b2e;
	border-width: 1px;
	border-color:#a71b2e;
	border-style: solid;
	text-transform: capitalize;
}

.eines-descoberta-portlet input[type="button"].buttonsNovetatsDisabled{
	background:white;
	color:#ccc;
	border-width: 1px;
	border-color:#ccc;
	border-style: solid;
	text-transform: capitalize;
}

.buttonsNovetats:hover{
	background:#a71b2e !important;
	color:white !important;
}

.eines-descoberta-portlet input[type="button"]:hover.buttonsNovetatsDisabled{
	background:white;
	color:#ccc;
}

.floatedLeft{
	float: left;
	margin-right: 1%;
}

p#totalesInf{
	font-size:15px;
	margin-top: 6%;
	margin-bottom: 2%;
}

.eines-descoberta-portlet .titolResultat a {
	color :#a71b2e;
	text-transform: uppercase;
}

.eines-descoberta-portlet .oneLine {
	overflow: hidden;
	white-space: nowrap;
	min-height: 1.5em;
	
}

.eines-descoberta-portlet .smallText {
	font-size:13px;
}

.fadedTitolGraella{
	width: 100%;
    position: relative;
}

.fadedAutorGraella{
	width: 100%;
    position: relative;
}

.fadedList{
	position: inherit;
}

span.fintext{
	background: linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255,255,255,0)), to(#FFF));
	background: -webkit-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -moz-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -o-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	background: -ms-linear-gradient(to right, rgba(255,255,255,0), #FFF);
	bottom: 0;
	height: 25px;
	max-height: 100%;
	position: absolute;
	right: 0;
	height: 20px;
	width: 45px;
}

.eines-descoberta-portlet .titol a {
	color :#4a4a4a;
}

/** Back to top Button **/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 10;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 40px;
    background: #f5f5f5;
    color: #f5f5f5;
    cursor: pointer;
    border-radius: 250px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background-color: #811424;
    font-size: 25px;
}
#back-to-top:hover {
    background: #de1b39
}
#back-to-top.show {
    opacity: 1;
}

/** End Back to top Button **/

/* .eines-descoberta-portlet .autor { */
/* 	margin-top: 2%; */
/* } */

.eines-descoberta-portlet .dataResultats{
	float:right;
	margin-top: -4%;
	font-style:italic;
	font-size:14px;
}


.limitImage img{
    min-height: 250px;
    max-height: 250px;
}

.graellaTable img{
/* 	min-width: 200px; */
}

.novetatsTime{
	margin-bottom:10px;
}

#stickyDiv{
	z-index:8;
	
}
.container nav#breadcrumbs{
	z-index:9;
}
#banner{
	z-index:10;
}
.container nav#breadcrumbs, #banner, #stickyDiv {
 	backgroud-color: #fff;
 }

@media (min-width: 1040px) {
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 28%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}
}
@media (max-width: 1100px) {
	.eines-descoberta-portlet select.selectores{
		width: 100%;
		max-width: 100%;
	}
}

@media (max-width: 1039px){
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 44%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}
}

@media (min-width: 992px) {
	
	#divFather, #divMother{
		top: 350px;
	}
	
	body.dockbar-ready #divFather{
		top: 233px;
	}
	
	#banner{
		position: fixed;
		top: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		overflow-y: none;
		width: 100%;
		background-color: #fff;
	}
	
	
	#div-resultats{
		width: 100%;
		min-height: 340px;
	}
}

@media (max-width: 991px) {
	#stickyDiv {
		padding-bottom: 0px;
	}
	
	#divFather, #divMother{
		padding-top: 0px;
	}
	
	.eines-descoberta-portlet .banners-home-right {
		background-color: #fff !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	
	#div-resultats{
		width: 100%;
		min-height: 0px;
	}
	
	.eines-descoberta-portlet .portlet-borderless-bar{
		top:0;
	}
	
	.container nav#breadcrumbs{
		top:0;
	}
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 28%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}

@media (max-width: 844px) {
	#totales{
		margin-top:34px;
	}
	

}
@media (max-width: 780px) {
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 44%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	

}

@media (max-width: 765px) {

	#buttonExecAjax{
	margin-top: 0%;
	width: 100%;	
	text-align: center;
	float: left;
	}
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 42%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}

@media (max-width: 700px) {

	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 40%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}

@media (max-width: 600px) {

	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 38%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}

@media (max-width: 577px) {
	
	.carousel-inner{
		display: inline-block !important;
		left: 1% !important;
	}
	#tabla-resultats div.bibliotecarisCajas {
	    width: 36%;
	}	
}

@media (max-width: 821px) {
  #div-resultats > .graella {
    width: 50%;
    border-bottom: solid 1px #eee;
  }
}
@media (max-width: 510px) {
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 90%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}
@media (max-width: 500px) {
  .eines-descoberta-portlet select.selectores{
	width: 100% !important;
	min-width: 200px !important;
	max-width: 100%;
	display: inline-block;
   }
   
   .totalesSub{
		margin-top:0%;
	}
	#tabla-resultats div.bibliotecarisCajas {
	    position: relative;
	    background: #e6e6e6;
	    padding: 10px;
	    float: left;
	    min-height: 175px;
	    width: 90%;
	    margin: 20px;
	    cursor: pointer;
	    min-width: 200px;
	   	max-height: 175px;/*evita espacios en blanco*/
	   /*height: 190px;*/
	    
	}	
}

/* Acordeon styles */
.eines-descoberta-portlet .filters {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  color: #fff;
  overflow: hidden;
}
.inputAcord {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.eines-descoberta-portlet .labelAcord {
  position: relative;
  display: block;
  padding: 0 0 0 1em;
  background: #16a085;
  font-weight: bold;
  line-height: 2em;
  cursor: pointer;
  font-size: 14px !important;
}

.theTripleShadowBox{
	box-shadow: 3px -3px 0px 0px #AAA, 7px -7px 0px 0 #CCC, 11px -11px 0px 0 #EEE;
}

.eines-descoberta-portlet .tab-content {
  max-height: 0;
  overflow: hidden;
  background: "";
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: darkslategrey;
}

.eines-descoberta-portlet .tab-content p {
  margin: 1em;
}
/* :checked */
.eines-descoberta-portlet .inputAcord:checked ~ .tab-content {
  max-height: 10em;
}
/* Icon */
.labelAcord::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.inputAcord[type=checkbox] + .labelAcord::after {
  content: "+";
}
.inputAcord[type=radio] + .labelAcord::after {
  content: "\25BC";
}
.inputAcord[type=checkbox]:checked + .labelAcord::after {
  transform: rotate(315deg);
}
.inputAcord[type=radio]:checked + .labelAcord::after {
  transform: rotateX(180deg);
}

///

.eines-descoberta-portlet .tab-contentAnims {
  max-height: 0;
  overflow: hidden;
  background: "";
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
  color: darkslategrey;
}

.eines-descoberta-portlet .tab-contentAnims p {
  margin: 1em;
}
/* :checked */
.inputAcord:checked ~ .tab-contentAnims {
  max-height: 10em;
}
/* Icon */
.labelAcord::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

.inputAcord[type=checkbox] + .labelAcord::after {
  content: "+";
}
.inputAcord[type=radio] + .labelAcord::after {
  content: "\25BC";
}
.inputAcord[type=checkbox]:checked + .labelAcord::after {
  transform: rotate(315deg);
}
.inputAcord[type=radio]:checked + .labelAcord::after {
  transform: rotateX(180deg);
}

div.graellaTable:hover span.fadeSpan, div.graella:hover span.fadeSpan{
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), to(rgba(230,230,230,1)));
	background: -moz-linear-gradient(to right,rgba(230,230,230,0.1),rgba(230,230,230,1));
	background: linear-gradient(to right,rgba(230,230,230,0.1),rgba(230,230,230,1))
}

#upPaginateButtonDiv{
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px; 
}

#upPaginateButtonDiv button.buttonUnselected{
	color: #999 !important;
    background: #fff;
}

#categorySelector #filterCategoryContainer button,
	#categorySelector #col-cs-1{
	display:none;
}

#categorySelector{
	float: right;
}

/*disabled*/
.filters.disabled :after{
	display:block;
    content: '';
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    border-radius: 5px;
	opacity:0.1;
}

/*Estilos movil*/

@media ( min-width : 767px) {
	#categorySelector #filterCategoryContainer button {
		display: none;
	}
	#stickyDiv {
		display: block;
		overflow: auto;
	}
}

@media ( max-width : 767px) and (max-width: 979px) {
	#stickyDiv {
		display: none;
	}
	.graellaTable {
		text-align: center;
	}
	#categorySelector #filterCategoryContainer button {
		color: #a71b2e !important;
		background: #fff;
		border: 1px solid;
		float: left;
		width: 18%;
		padding: 6px 0 2px 0;
		margin: 0 8px 0 0;
		display: block;
	}
	#categorySelector #filterCategoryContainer select#orderElements {
		width: 76%;
	}
	#categorySelector #col-cs-1 {
		width: 18%;
		float: left;
		margin: 0 8px 0 0;
		display: block;
	}
	#categorySelector label.labelsSelectors {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 76%;
	}
	#buttonGraella {
		display: none;
	}
	#buttonLlista {
		display: none;
	}
	
	#buttonVeure {
		display: none;
	}	

	/*Modal*/
	#cercaModal {
		
	}
	#cercaModal div.modal-header button {
		color: #a71b2e;
	}
	#cercaModal div.modal-header button:hover {
		background: transparent;
	}
	#cercaModal div.modal-header {
		border-bottom: 0;
	}
	#cercaModal #buttonCercaModal {
		width: 100%;
	}
	#cercaModal i {
		padding-right: 4px;
	}
	#cercaModal select {
		width: 100%;
		min-width: 0 !important;
	}
}

.bibliotecarisCajas div.margenCaja{
	display: flex;
	flex-wrap: wrap;
}

@media (max-width : 768px ){
	.bibliotecarisCajas div.margenCaja .eventoTitulo {
		font-size:15px !important;
	}
	#tabla-resultats div.bibliotecarisCajas .margenCaja div.col-xs-3 {
		padding-left:0px !important;
		padding-right:0px !important;
		padding-top:1px !important;
		height:0 !important;
	}
}

@media (max-width : 425px ){
	#tabla-resultats div.bibliotecarisCajas {
		width:90% !important;
	}
	.noticiaEventoRecom{
		float: none !important;
		margin-top: 12px !important;
		margin-bottom: 5px !important;
		
	}

	#tabla-resultats{
		margin-left:0px !important;
	}
	#tabla-resultats.llistat div.bibliotecarisCajas .margenCaja div.col-xs-9{
		width: 95% !important;
	}
	#tabla-resultats.llistat .bibliotecarisCajas .share, #detalleModal .share{
		width:100% !important;
	}
	#tabla-resultats.llistat .modifiedDate{
		margin-right: 5px !important;
	}
}

@media (max-width : 320px){
	.noticiaEventoRecom{
		float: none !important;
		margin-top: 12px !important;
		margin-bottom: 5px !important;
		
	}

	#tabla-resultats{
		margin-left:0px !important;
	}
	#tabla-resultats.llistat div.bibliotecarisCajas .margenCaja div.col-xs-9{
		width: 95% !important;
	}
	#tabla-resultats.llistat .bibliotecarisCajas .share, #detalleModal .share{
		width:100% !important;
	}
	#tabla-resultats.llistat .modifiedDate{
		margin-right: 5px !important;
	}
			
}


.book{
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-1550%);
    position: relative;
    margin: 0 auto;
    border: 5px solid #ecf0f1;
    width: 100px;
    height: 60px;
}
.book__page{
    position: absolute;
    left: 50%;
    top: -5px;
    margin: 0 auto;
    border-top: 5px solid #ecf0f1;
    border-bottom: 5px solid #ecf0f1;
    border-right: 5px solid #ecf0f1;
    background: #a71b2e;
    width: 50px;
    height: 60px;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-animation: flip 1.2s infinite linear;
    animation: flip 1.2s infinite linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.book__page:nth-child(1) {
    z-index: -1;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
 }
.book__page:nth-child(2) {
    z-index: -2;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
}
 .book__page:nth-child(3) {
    z-index: -3;
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s;
 }
 @keyframes flip {
  0%{
      transform: perspective( 600px )
      rotateY( -0deg );
  }
  
  20%{
    background:darken(#a71b2e,10%);
  }
  
  29.9%{
      background:darken(#a71b2e,10%);
  }
  30%{
      transform: perspective( 200px )
      rotateY( -90deg );
      background:#a71b2e;
  }
  
  54.999%{
    opacity:1;
  }
  55%{
    opacity:0;
  }
  
  60%{
    transform: perspective( 200px )
    rotateY( -180deg );
    background:#a71b2e;
  }
  
  100%{
    transform: perspective( 200px )
    rotateY( -180deg );
    background:#a71b2e;
  }
}

.eines-descoberta-portlet h2.portlet-title span {

    width: auto;
    position: relative;
    background: #fff;
    top: 2px;
    padding-bottom: 5px;
}

.carousel-showmanymoveone{
	padding: 10px 0;		
}
.carousel-showmanymoveone .carousel-inner{
	overflow: visible;
}

.carousel-showmanymoveone .carousel-item{
	text-align: center;
	padding: 0 15px;
}
	
.carousel-showmanymoveone .carousel-control-prev, .carousel-showmanymoveone .carousel-control-next {
   width: 5%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control-prev {
  margin-left: -1.9em;
  /*top: 44%;*/
}

.carousel-showmanymoveone .carousel-control-next {
  margin-right: -0.9em;
  /*top: 44%;*/
}

.slider img{	
	min-height: 250px;
	max-height: 250px;
}

.fmslider{
	margin-bottom: 5em;
}

.carousel-inner{
	display: inline-block;
	left: 1%;
}

.carousel .item .col-xs-12 {
   	padding: 1.5em;   
  	background-color: lightgray;
  	display: inline-block;
  	background: #fff;
   	width: 229px;
}


.item .active {
	
    width: 285px;
	min-height: 10em;
    display: inline-block;
    vertical-align: bottom;   
    
}


.centerslider {
	
  display: flex;
  justify-content: center;
}


.text-subscribe {
	color: #811424;
	text-align: center;
	
}

.text-subscribe:after {
	font-family: "Glyphicons Halflings";
	content: "\270f";
	float: center;
	padding: 10px
}

/***--------------RECOMANACIONS-------------------------------*/

#tabla-resultats.llistat div.bibliotecarisCajas .eventoTitulo {
    font-size:25px;
}

.eventoAutor {
	display:none;
}

.noticiaEventoRecom{
	border-bottom: 2px solid #a71b2e;
	border-top: 2px solid #a71b2e;
	float:right;
	width:230px;	
	padding-bottom:5px;	
	padding-top:17px;	
}
#tabla-resultats.llistat .icon-caret-down{
	font-size:28px;
	color:#a71b2e;
	margin-top:-28px !important;
	margin-left:34px;
	position:absolute;
}

.textoRecomendado{
	margin-top:-40px !important;
	padding-bottom:14px;
	margin-left:5px !important;	
	color:#a71b2e !important;
}

.eventoRecomanador{
	display:inline-block;
	border-radius:50%;
	border: 2px solid #a71b2e;
	width:80px;
	height:80px;
	overflow:hidden;
	margin-left:5px !important;
}

.eventoRecomanador:after {
	content:"\f007";
	font-family:'fontawesome-alloy';
	font-size:60px;
	border-radius:0%;
	padding-left:14px;
}

.eventoRecomanadorName {
	width:55%;
	float:right;
	padding-top:10%;
	font-weight:bold;
}

#tabla-resultats{
	margin-left:7px;
}

#tabla-resultats p.letrasAgenda {
    max-height: 5.5em;
    text-overflow: ellipsis;
    /*overflow-y: hidden;*/
}

#tabla-resultats p.letrasAgendaRecomanadors {
    max-height: 5.5em;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* #tabla-resultats div.bibliotecarisCajas { */
/*     position: relative; */
/*     background: #e6e6e6; */
/*     padding: 10px; */
/*     float: left; */
/*     min-height: 175px; */
/*     width: 28%; */
/*     margin: 20px; */
/*     cursor: pointer; */
/*     min-width: 200px; */
/*    	max-height: 175px;evita espacios en blanco */
/*    height: 190px; */
    
/* } */
#tabla-resultats div.bibliotecarisCajas .eventoTitulo{
	font-weight: bold;
    font-size:18px;
    padding-bottom:8px;
}
#tabla-resultats.llistat div.bibliotecarisCajas{
	max-height: none;
}

#tabla-resultats div.bibliotecarisCajas .margenCaja div.col-xs-3 {
    padding-left: 1px;
    padding-right: 6px;
    padding-top: 1px;
    /*height: 0;*/
}

#tabla-resultats.llistat div.bibliotecarisCajas .margenCaja div.col-xs-3 {
    height: 100%;
    margin-bottom: 1em;
    width: 15%;
}
#tabla-resultats.llistat div.bibliotecarisCajas .margenCaja p.imagenLibro img.img-responsive {
	width: 100%;
}

#tabla-resultats.llistat div.bibliotecarisCajas .margenCaja div.col-xs-9 {
    width: 85%;
}

#tabla-resultats div.bibliotecarisCajas .eventoPublicacion, 
#tabla-resultats div.bibliotecarisCajas .eventoDisponibilidad{
 	display: none;
}

#tabla-resultats.llistat div.bibliotecarisCajas {
	background: #fff;
	width: 93%;
	cursor: auto;
} 

#tabla-resultats.llistat p.letrasAgenda{
	max-height: none;
}

#tabla-resultats.llistat div.bibliotecarisCajas .eventoAutor{
	display:block;
	font-style:italic;
	padding-bottom:0px;
}

#tabla-resultats.llistat div.bibliotecarisCajas .eventoPublicacion{
 	display: block;
 	padding-bottom:15px;	
} 
#tabla-resultats.llistat div.bibliotecarisCajas .eventoDisponibilidad{
 	display: block;
 	padding-bottom:40px;
}

#tabla-resultats .bibliotecarisCajas:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    border-bottom: 15px solid #fff;
}

#tabla-resultats .bibliotecarisCajas:after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    border-left: 15px solid #b3b3b3;
    border-top: 15px solid #b3b3b3;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.bibliotecarisCajas div[class^="icono_new"]
{
	position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
}

.bibliotecarisCajas div.icono_new_es_ES:after
{
	content: url(/o/Bibliotecas-theme/images/bibliotecas/ic_nuevo.png);
}

.bibliotecarisCajas div.icono_new_ca_ES:after
{
	content: url(/o/Bibliotecas-theme/images/bibliotecas/ic_neu.png);
}

.bibliotecarisCajas div.icono_new_en_US:after
{
	content: url(/o/Bibliotecas-theme/images/bibliotecas/ic_new.png);
}


#tabla-resultats div.bibliotecarisCajas:hover {
    background: #811424;
}

#tabla-resultats.llistat div.bibliotecarisCajas:hover {
    background: #fff;
}

.bibliotecarisCajas:hover p{
    color:#fff;
}

#tabla-resultats.llistat .bibliotecarisCajas:hover p{
    color:black;
}

#tabla-resultats .bibliotecarisCajas .share{
	display: none;
}
	
#tabla-resultats.llistat .bibliotecarisCajas .share,
#detalleModal .share{
	display:block;
	float: left;
    width: 100%;
    background: #e6e6e6;
    padding: 10px;
    margin-top: 10px;
}

#tabla-resultats .bibliotecarisCajas:hover:before,
#tabla-resultats.llistat .bibliotecarisCajas:hover:before,
#tabla-resultats.llistat .bibliotecarisCajas:hover:after,
#tabla-resultats.llistat .bibliotecarisCajas:before,
#tabla-resultats.llistat .bibliotecarisCajas:after{
    display: none;
}

#tabla-resultats .bibliotecarisCajas:hover:after {
    padding: 5px;
    font-size: 24px;
    color: #fff;
    border: 0;
    width: auto;
    height: auto;
    content: '+';
}

#detalleModal p.image{
	float: left;
    margin: 0 20px 10px 0;
    max-width: 25%;
}

#detalleModal p.titulo{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}

#detalleModal p.titulo-recomanacions{
	font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding: 15px;
}

#detalleModal p.llista-recomanacions{
	font-size: 15px;
    margin-bottom: 5px;
    padding: 15px;
}
#detalleModal p.autor{
	font-size: 16px;
    font-style: italic;
    padding-bottom:30px;
}

#detalleModal p.publicacion{
	padding-bottom:30px;
}

#detalleModal p.disponibilidad{
	padding-bottom:30px;
}

#tabla-resultats .modifiedDate{
	display:none;
}

#tabla-resultats.llistat .modifiedDate,
#detalleModal .modifiedDate{
	display:block;
	float: right;
    font-style: italic;
    width:100%;
    text-align: right;
}



#detalleModal .modal-footer{
	padding-top: 0;
	border: none;
}

#content #embedded-portlet>div.portlet-boundary, #content #embedded-portlet h2{
	margin-bottom:0;
}


.treinta-chars {
    width: 18ch;
    overflow: hidden;
/*     white-space: nowrap; */
    text-overflow: ellipsis;
}


/**---------------------- add this ---------------------------------**/
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox a, 
#detalleModal .modal-footer .addthis_toolbox a{
	width: 32px;
    height: 32px;
    transition: all .2s ease-in-out;	
    margin: 5px;
    display: inline-block;
    float: left;
}
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox a:hover,
#detalleModal .addthis_toolbox a:hover{
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    outline-offset: -1px;
    color: inherit;		
}
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox a.addthis_button_email,
#detalleModal .addthis_toolbox a.addthis_button_email{
	background: transparent url(/o/Bibliotecas-theme/images/bibliotecas/email.png) 0 0 no-repeat!important;
}
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox a.addthis_button_compact,
#detalleModal .addthis_toolbox a.addthis_button_compact{
	background: transparent url(/o/Bibliotecas-theme/images/bibliotecas/share.png) 0 0 no-repeat!important;
}
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox a.addthis_button_print,
#detalleModal .modal-footer .addthis_toolbox a.addthis_button_print{
	background: transparent url(/o/Bibliotecas-theme/images/bibliotecas/print.png) 0 0 no-repeat!important;
}
#tabla-resultats.llistat .bibliotecarisCajas .addthis_toolbox span,
#detalleModal .addthis_toolbox span{
	height: 32px !important;
    width: 32px !important;
    display:none;
    background: none !important;
}
/*----------------categories-------------------------------------------*/

.hideCat{
	display:none !important;
	max-height: 0 !important;
}

/*.categoriasTab input[value*="_child_"]{
	margin-left:10px;
}*/

#searchCatBox .icon{
	position: absolute;
  	padding: 10px;
  	pointer-events: none;
  	right: 0px;
}

#searchCatBox input{
	padding-right: 30px;
}

.categoriasTab i.icon {
	font-size: 0.7em;
}


/*----------------categorias Recomanacions-----------------------------*/ 
div[id*=elCloneCat_]:not([parentId*=elCloneCat_0]){
	margin-left: 10px;
}

div[parentid="elCloneCat_0"]>i.icon{
	font-size: 0.7em;
}

div.treeroot{
    display: none;
    transform: rotateX(90deg);
}

.inputAcord:checked ~ div.treeroot{
	display:block;
    transition: 1s;
    transition-property: display;
    transform: rotateX(0deg);	
}
	
.bottomStickdiv{
    position: fixed;
    bottom: 1px;
    opacity: 0;
}

.eines-descoberta-portlet>.portlet>.portlet-topper{
	top: 190px;
}
.eines-descoberta-portlet .portlet>.portlet-topper{
	z-index: 12;
}.portlet-journal-content .journal-content-article img, .portlet-journal-content .journal-content-article .cke_widget_image {
  max-width: 100%; }
  .portlet-journal-content .journal-content-article img[style*="float: left;"], .portlet-journal-content .journal-content-article img[style*="float:left;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float: left;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float:left;"] {
    margin-right: 24px; }
  .portlet-journal-content .journal-content-article img[style*="float: right;"], .portlet-journal-content .journal-content-article img[style*="float:right;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float: right;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float:right;"] {
    margin-left: 24px; }
  .portlet-journal-content .journal-content-article img[style*="float: left;"], .portlet-journal-content .journal-content-article img[style*="float:left;"], .portlet-journal-content .journal-content-article img[style*="float: right;"], .portlet-journal-content .journal-content-article img[style*="float:right;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float: left;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float:left;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float: right;"], .portlet-journal-content .journal-content-article .cke_widget_image[style*="float:right;"] {
    margin-bottom: 24px;
    margin-top: 24px; }

.portlet-journal-content .portlet .portlet-header {
  flex-wrap: nowrap; }

.portlet-journal-content .portlet .portlet-header .visible-interaction {
  display: block;
  visibility: hidden; }
  .portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu {
    background-color: #FFF;
    border: solid 2px;
    border-radius: 4px;
    color: #0B5FFF; }
  .portlet-journal-content .portlet .portlet-header .visible-interaction .lfr-icon-menu > a {
    color: inherit; }

@media only screen and (min-width: 768px) {
  .portlet-journal-content .portlet .portlet-header .visible-interaction {
    display: block;
    visibility: hidden; } }

body:not(.controls-hidden) .portlet-journal-content:hover .portlet .portlet-header .visible-interaction,
body:not(.controls-hidden) .portlet-journal-content:focus .portlet .portlet-header .visible-interaction,
body:not(.controls-hidden) .portlet-journal-content .portlet.open .portlet-header .visible-interaction {
  visibility: visible; }

.portlet-journal-content.portlet-barebone .portlet .portlet-header {
  margin-bottom: 0;
  position: absolute;
  right: 1px; }
.product-menu {
  /* ---------- Layouts tree ---------- */ }
  .product-menu .sidebar-header {
    line-height: 32px;
    padding-bottom: 8px;
    padding-right: 9px;
    padding-top: 8px; }
    @media only screen and (min-width: 768px) {
      .product-menu .sidebar-header {
        padding-bottom: 12px;
        padding-left: 24px;
        padding-top: 12px; } }
    .product-menu .sidebar-header .sidenav-close {
      float: right;
      margin-right: -2px; }
  .product-menu .sidebar-header-logo {
    margin-right: 10px; }
  .product-menu .sidebar-body {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 55px; }
    @media only screen and (min-width: 768px) {
      .product-menu .sidebar-body {
        top: 64px; } }
    @media only screen and (max-width: 320px) {
      .product-menu .sidebar-body {
        overflow: visible;
        position: static; } }
    .product-menu .sidebar-body .panel-group {
      border-radius: 0; }
  .product-menu .user-icon {
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    width: 32px; }
  .product-menu .lfr-product-menu-sidebar .panel-group {
    overflow: hidden; }
  .product-menu small {
    display: block; }
  .product-menu .collapse-icon:before {
    right: 5px;
    top: auto; }
  .product-menu .list-group > .collapse > .list-group-item > .tabular-list-group,
  .product-menu .list-group > .collapsing > .list-group-item > .tabular-list-group {
    margin-bottom: -10px;
    margin-top: -10px; }
  .product-menu .list-group-heading h1, .product-menu .list-group-heading h2, .product-menu .list-group-heading h3, .product-menu .list-group-heading h4, .product-menu .list-group-heading h5, .product-menu .list-group-heading h6 {
    margin-bottom: 0;
    margin-top: 0; }
  .product-menu .list-group-item {
    border-top-width: 0;
    padding: 10px 20px; }
  .product-menu .lfr-icon-menu .btn-default {
    border-width: 0;
    height: 32px;
    line-height: 32px;
    padding: 0;
    width: 32px; }
  .product-menu .collapse-icon .panel-notifications-count {
    display: none; }
  .product-menu .collapse-icon.collapsed .panel-notifications-count {
    display: inline-block;
    font-weight: bold;
    min-width: 32px;
    padding: 0 5px;
    position: absolute;
    right: 46px;
    text-align: center;
    width: auto; }
  .product-menu .nav-equal-height-heading .collapse-icon:after, .product-menu .nav-equal-height-heading .collapse-icon.collapsed:after {
    content: '';
    display: block;
    height: 12px;
    left: -6px;
    position: absolute;
    right: auto;
    top: 14px;
    width: 9px; }
  .product-menu .nav-equal-height-heading .collapse-icon:before {
    left: -8px;
    right: auto;
    z-index: 1; }
  .product-menu .nav-nested-margins > li .nav > li .nav > li {
    margin-bottom: 1px; }
  .product-menu.popover {
    background-color: #FFF; }
  .product-menu .impersonation-message {
    font-size: 12px; }
  .product-menu .manage-sites-link {
    padding: 1em; }
  .product-menu .site-selector {
    box-shadow: none; }
    .product-menu .site-selector .selectable-site {
      color: #333;
      height: auto; }
    .product-menu .site-selector .list-group-item-content, .product-menu .site-selector .list-group-item-field {
      vertical-align: middle; }
    .product-menu .site-selector .site-link {
      color: #333; }
      .product-menu .site-selector .site-link.selected-site {
        color: #999; }
    .product-menu .site-selector .site-logo-container {
      padding: 2em; }
  .product-menu .staging-links {
    font-size: 12px;
    margin: 10px 22px 4px 16px; }
  .product-menu li.tree-node .tree-node-content.lfr-root-node {
    display: none; }
  .product-menu .layout-tree-options {
    position: absolute;
    right: 0;
    top: 4px; }
  .product-menu .tree-node-content .layout-tree-options {
    opacity: 0; }
    .product-menu .tree-node-content .layout-tree-options:focus {
      opacity: 1; }
    .product-menu .tree-node-content .layout-tree-options[data-deleteable="false"][data-parentable="false"][data-updateable="false"] {
      display: none; }
  .product-menu .tree-node-content.tree-node-selected .tree-label > .layout-tree-options, .product-menu .tree-node-content:active .tree-label > .layout-tree-options, .product-menu .tree-node-content.active .tree-label > .layout-tree-options, .product-menu .tree-node-content:hover .tree-label > .layout-tree-options {
    opacity: 1; }
  .product-menu .tree-node-content .layout-tree:focus ~ .layout-tree-options, .product-menu .tree-node-content .layout-tree-options:hover {
    opacity: 1; }
  .product-menu .tree-node-content .layout-tree-add[data-parentable="false"], .product-menu .tree-node-content .layout-tree-delete[data-deleteable="false"], .product-menu .tree-node-content .layout-tree-edit[data-updateable="false"] {
    display: none; }
  .product-menu .layout-set-tabs {
    display: table;
    font-size: 1em;
    padding: 0 0 2em 0;
    width: 100%; }
    .product-menu .layout-set-tabs .layout-set-tab {
      display: table-cell;
      margin-right: 10px;
      padding-bottom: 4px;
      position: relative; }
      .product-menu .layout-set-tabs .layout-set-tab .layout-set-link {
        display: inline-block;
        max-width: 87px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        padding-top: 8px; }
        .product-menu .layout-set-tabs .layout-set-tab .layout-set-link:hover {
          text-decoration: none; }
    .product-menu .layout-set-tabs .layout-set-tab:not(.selected-layout-set) {
      margin-right: 0;
      padding-left: 10px;
      width: 97px; }
      .product-menu .layout-set-tabs .layout-set-tab:not(.selected-layout-set):first-child {
        padding-left: 0; }
    .product-menu .layout-set-tabs .selected-layout-set {
      border-bottom: 1px solid; }
      .product-menu .layout-set-tabs .selected-layout-set .layout-set-link {
        max-width: 108px; }

/* ---------- Icon animation ---------- */
.toast-animation {
  display: inline-block;
  height: 20px;
  margin: 10px 4px 0 4px;
  position: relative;
  width: 20px; }
  .toast-animation .pm {
    border-left: 1px solid #FFF;
    border-radius: 1px;
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .toast-animation .cn {
    border: 1px solid #FFF;
    border-radius: 1px;
    content: '';
    height: 18px;
    position: absolute;
    right: 0;
    top: -1px;
    -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    width: 15px; }

body.open .toast-animation .pm {
  border-left-width: 6px;
  height: 18px;
  left: 4px;
  top: -1px; }

body.open .toast-animation .cn {
  border-left-width: 9px;
  width: 19px; }
@charset "UTF-8";
.diba-carrusel .carousel-menu-play {
  display: none; }

.diba-carrusel .carousel-menu-pause {
  display: none; }

.diba-carrusel .carousel-item-active {
  display: block; }

/**Llistador home intradiba**/
#carousel-captions-intradiba .carousel-list-all {
  left: 190px;
  position: absolute;
  bottom: 20px;
  z-index: 15; }

#carousel-captions-intradiba .carousel-list-all span {
  font-size: 1.1em; }

/**Llistadors de pàgines de temàtica**/
.tema-contingut .customMenuTematica {
  z-index: 10;
  margin: 0;
  padding-left: 3px;
  text-align: center;
  width: 225px;
  top: 92px;
  left: 0;
  position: absolute;
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/fons-noticia.png); }
  .tema-contingut .customMenuTematica li {
    height: 8px;
    list-style-type: none; }

.tema-contingut .carousel-menu-index {
  height: 8px;
  margin: 4px 3px;
  width: 8px;
  float: left;
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/li-tema.png);
  cursor: pointer; }

.tema-contingut .carousel-menu-active {
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/li-active-tema.png) !important;
  background-color: transparent !important; }

.tema-contingut .carousel-menu-play {
  float: left;
  background-image: url(https://media.diba.cat/diba/imatges/carrusel/play-tema.png);
  height: 8px;
  width: 8px;
  margin: 4px 3px; }

.tema-contingut .carousel-menu-pause {
  display: none !important; }

.tema-contingut .tematica-carrusel {
  width: 203px;
  min-height: 210px !important; }
  .tema-contingut .tematica-carrusel .carousel-item {
    display: none;
    width: 225px; }
  .tema-contingut .tematica-carrusel .carousel-item-active {
    display: block; }
  .tema-contingut .tematica-carrusel .item-first {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    filter: "alpha(opacity=100)" !important;
    visibility: visible; }
  .tema-contingut .tematica-carrusel img {
    width: 223px !important;
    margin-bottom: 10px !important;
    margin-left: -10px !important;
    margin-top: -10px !important; }
  .tema-contingut .tematica-carrusel p {
    padding-top: 7px;
    width: 207px; }

/***nuevos carruseles con bxSlider y responsive***/
@media (max-width: 767px) {
  .hightlights-redesign ul.ulHighlights li + li + li + li + li + li + li + li + li {
    display: none; }
  .rowRecommendations ul.ulRecommendations li + li + li + li + li {
    display: none; }
  .wrapper-events ul.ulEventsMobile li + li + li + li + li + li + li + li + li {
    display: none; }
  .news-carousel a.lessNews {
    display: none; }
  .news-carousel ul.news-carousel-mobile li + li + li + li + li + li + li + li + li {
    display: none; } }

#principal-image {
  float: left;
  margin: 0 20px 10px 0;
  max-width: 25%; }

.modificationDate {
  float: right; }

#titulo {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px; }
