input[data-syw='biblioss'] {
  display: none;
}
.syw-comboselect-wrapper {
  display: inline-block;
  position: relative;
}
.syw-comboselect-wrapper > input {
  box-sizing: border-box;
  border-radius: 3px;
  padding-right: 3.5em;
  width: 100%;
}
.syw-comboselect-wrapper > input[aria-expanded='true'] {
  border-radius: 3px 3px 0 0 !important;
}
.syw-comboselect-trigger {
  background-color: transparent;
  background-image: url("../../temi/common/img/ic_g_down.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  height: 100%;
  position: absolute !important;
  right: 0;
  top: 0;
  width: 2em;
}
.syw-comboselect-trigger:hover,
.syw-comboselect-trigger:focus {
  background-image: url("../../temi/common/img/ic_g_down_hover.png");
}
.syw-comboselect-trigger.close {
  background-image: url("../../temi/common/img/ic_g_up.png");
}
.syw-comboselect-trigger.close:hover,
.syw-comboselect-trigger.close:focus {
  background-image: url("../../temi/common/img/ic_g_up_hover.png");
}
.syw-comboselect-clear {
  background-color: transparent;
  background-image: url("../../temi/common/img/ic_cancel.png");
  background-position: center center;
  background-repeat: no-repeat;
  border: medium none;
  display: none;
  height: 100%;
  position: absolute !important;
  right: 2em;
  top: 0;
  width: 1em;
}
.syw-comboselect-clear:hover {
  background-image: url("../../temi/common/img/ic_cancel_hover.png");
}
.syw-comboselect-floater {
  background-color: #ffffff;
  border: medium none;
  border-radius: 0 0 3px 3px;
  box-shadow: 4px 4px 4px -4px gray;
  box-sizing: border-box;
  display: none;
  padding: 5px 5px 0 0;
  position: absolute;
  width: 20em;
}
.syw-comboselect-floater ol {
  list-style: outside none none;
  margin: 0;
  max-height: 40rem;
  overflow: auto;
  padding: 0;
}
.syw-comboselect-floater ol > li {
  position: relative;
}
.syw-comboselect-floater li > a:focus {
  background-color: #e7e7e7;
}
.syw-comboselect-floater ol > li.title {
  background-color: #696969;
  border-radius: 0;
  color: #ffffff;
  margin: 0 0 0.5em;
  padding: 0.3em 0 0.3em 1em;
}
.syw-comboselect-floater li > a:first-child {
    box-sizing: border-box;
    color: #696969;
    display: block;
    line-height: 1.2em;
    padding: 0.3em 0.3em 0.3em 2.5em;
}
.syw-comboselect-floater li[data-group] > a:first-child:after {
  background-image: url("../../temi/common/img/ic_next.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  float: right;
  font-weight: bold;
  height: 16px;
  width: 12px;
}
.syw-comboselect-floater li:hover > a {
  color: black;
}
.syw-comboselect-floater li > a.select {
  background-image: url("../../temi/common/img/checkbox_off.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2.5em;
}
.syw-comboselect-floater li[data-group] > a.select {
  background-image: url("../../temi/common/img/radio_off.png");
}
.syw-comboselect-floater li[data-group="biblioteche_preferite"] > a.select {
  background-image: url("../../temi/common/img/star_empty.png");
}
.syw-comboselect-floater li[data-selected] {

}
.syw-comboselect-floater li[data-selected] > a.select {
  background-image: url(../../temi/common/img/checkbox_on.png) !important;
}
.syw-comboselect-floater li[data-group][data-selected] > a.select {
  background-image: url("../../temi/common/img/radio_on.png") !important;
}
.syw-comboselect-floater li[data-group="biblioteche_preferite"][data-selected] > a.select {
  background-image: url("../../temi/common/img/star_full.png") !important;
}
.syw-comboselect-floater li > a.prefer {
  background-image: url(../../temi/common/img/star_empty.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  position: absolute;
  right: 0.5em;
  top: 0;
  width: 2em;
}
.syw-comboselect-floater li[data-preferred] > a.prefer {
  background-image: url(../../temi/common/img/star_full.png);
}
.syw-comboselect-floater ol.inner-selection a.select {
  background-image: url(../../temi/common/img/checkbox_inner.png);
  display: none;
}
.syw-comboselect-floater li.inner-selection[data-group] > a.select {
  background-image: url(../../temi/common/img/radio_inner.png);
}
.syw-comboselect-floater li > a.back {
  background-image: url("../../temi/common/img/ic_prev.png");
  background-position: 0.8em center;
  background-repeat: no-repeat;
}
.syw-comboselect-floater .actions {
  overflow: hidden;
  padding: 0.5em 0;
  position: relative;
  text-align: right;
}
.syw-comboselect-floater .actions > a {
  border-radius: 3px;
  display: inline-block;
  line-height: 1.2rem;
  margin: 0 0 0 0.3em;
  padding: 0.3em 0.5em;
  vertical-align: middle;
}
.syw-comboselect-floater .actions > .confirm {
  font-weight: bold;
}
.syw-comboselect-floater .actions > .close {
  background-image: url("../../temi/common/img/ic_cancel.png");
  background-repeat: no-repeat;
  background-position: center center;
  height: 20px;
  padding: 0;
  width: 20px;
}
.syw-comboselect-floater .actions > .close:hover {
  background-image: url(../../temi/common/img/ic_cancel_hover.png);
}
.syw-comboselect-floater .actions > .close > span {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.syw-comboselect-floater .actions > .deselect {
  float: left;
}
