/*
 ** Vigyázat!!
 ** A pim_home_page file buildeléskor keletkezik
 ** Minden módosítást az /scss file alatt található scss file-okban kell végrehajtani!
 */
@font-face {
  font-family: Blogger Sans;
  src: url(../../fonts/Blogger-Sans-Medium.ttf);
}

@font-face {
  font-family: Galano Grotesque;
  src: url(../../fonts/galano_grotesque_medium-webfont.ttf);
}

html[lang="hu-HU"] #header-logo-en {
  display: none;
}

html[lang="en-US"] #header-logo-hu,
html[lang="en-GB"] #header-logo-hu {
  display: none;
}

html.accessibility #pim-accessibility a i {
  background-image: url(../../images/accessibility-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
html.accessibility .back-to-top,
html.accessibility .accessibility-reader.show-in-accessibility,
html.accessibility nav#navigation,
html.accessibility header {
  display: none !important;
}
html.accessibility #pim-header {
  border-bottom: 4px solid #fff000;
}
html.accessibility #pim-header #pim-header-component-1 {
  background: none;
  border: none;
}
html.accessibility #pim-header #pim-header-component-1 > div {
  border-bottom: 2px solid #fff000;
}
html.accessibility #pim-header #pim-header-component-1 #bs-example-navbar-collapse-pim {
  padding: 0px;
}
html.accessibility #pim-header #pim-header-component-1 #bs-example-navbar-collapse-pim-lang {
  display: none !important;
}
html.accessibility #pim-header #pim-header-component-2 {
  padding: 0px 30px;
}
html.accessibility #pim-header #pim-header-component-2 .header-logo {
  background: #ffffff;
}
html.accessibility #pim-header #pim-header-component-2 .organization-wrapper .organization-icon {
  max-width: 60px;
  max-height: 40px;
  background: #ffffff;
}
html.accessibility #pim-header #pim-header-component-2 #extra-tabs-wrapper {
  padding: 15px 0px;
}
html.accessibility #pim-header #pim-header-component-2 #extra-tabs-wrapper #extra-tabs a {
  padding-right: 15px;
}
html.accessibility #pim-footer {
  border-top: 2px solid #fff000;
  padding-top: 15px;
  font-size: 18px;
}
html.accessibility #pim-footer .nav > li > a:focus,
html.accessibility #pim-footer .nav > li > a:hover {
  background: none;
}
html.accessibility .opac-portlet.opac-search-portlet {
  padding: 15px;
}
html.accessibility .opac-portlet.opac-search-portlet select {
  font-size: 30px;
  padding: 5px;
  height: auto;
}
html.accessibility .opac-portlet.opac-search-portlet input {
  font-size: 30px;
  color: #000000;
}
html.accessibility .opac-portlet.opac-search-portlet #periodsearch #periodsearch-separator {
  display: none;
}
html.accessibility .opac-portlet.opac-search-portlet #periodsearch .ui-widget-header {
  background: #fff000;
}
html.accessibility .opac-portlet.opac-search-portlet #periodsearch .ui-widget-content .ui-state-default.ui-state-active {
  background: #fff000;
}
html.accessibility .opac-portlet.opac-search-portlet #pim-filters .filter-header h3 {
  font-size: 34px;
}
html.accessibility .opac-portlet.opac-search-portlet #pim-filters .filterRow {
  margin-bottom: 15px;
}
html.accessibility .opac-portlet.opac-search-portlet #pim-filters .filterRow select {
  width: 100%;
}
html.accessibility #collection-selector-content .customfilter .fancytree-node span.fancytree-expander,
html.accessibility #collection-selector-content .customfilter .fancytree-node span.fancytree-checkbox,
html.accessibility #collection-selector-content .customfilter .fancytree-node span.fancytree-icon {
  margin: 15px 0px;
}
html.accessibility #collection-selector-content .customfilter .fancytree-node span.fancytree-title {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
}
html.accessibility #collection-selector-content .customfilter .fancytree-node span.fancytree-title:hover {
  background: none;
  font-weight: normal;
}
html.accessibility .opac-portlet.opac-link-portlet {
  margin-bottom: 15px;
}
html.accessibility body.record_page #main-content {
  margin-top: 30px;
}
html.accessibility body.record_page #main-content .record-long_html > div > a.opac-function-button {
  background: none !important;
  border: 2px solid #fff000 !important;
  margin-bottom: 10px;
}
html.accessibility body.record_page #main-content .record-long_html > div > a.opac-function-button span {
  color: #fff000 !important;
}
html.accessibility body.record_page #main-content #mediaWrapperBorder {
  margin: 0px 0px 15px 0px;
}

.liquid.huMonguzRestGallery ul li .gallery-border {
  border: 1px solid #000000;
  border-radius: 0px;
}

html:not(.accessibility) {
  /* PIM Header */
  /*.opac-portlet .opac-checkbox-wrapper input[type="checkbox"]+label,
  .opac-portlet.opac-result-portlet .opac-checkbox-wrapper.basket-checkbox-wrapper input[type="checkbox"]+label {
    background: url(../../images/checkbox_unchecked.png) no-repeat;
    background-size: 15px;
    background-position: left center;
  }
  
  .opac-portlet .opac-checkbox-wrapper input[type="checkbox"]:checked+label,
  .opac-portlet.opac-result-portlet .opac-checkbox-wrapper.basket-checkbox-wrapper input[type="checkbox"]:checked+label {
    background: url(../../images/checkbox_checked.png) no-repeat;
    background-size: 15px;
    background-position: left center;
  }*/
  /*.opac-portlet .logic-item-wrapper input[type="radio"]+label {
    background: url(../../images/radiobutton-unchecked.png) no-repeat;
    background-position: left center;
    background-size: 15px;
  }
  
  .opac-portlet .logic-item-wrapper input[type="radio"]:checked+label {
    background: url(../../images/radiobutton-checked.png) no-repeat;
    background-size: 15px;
    background-position: left center;
  }*/
}
html:not(.accessibility) #pim-header .navbar-default {
  background: #86ca94;
}
html:not(.accessibility) body.browse_page:after,
html:not(.accessibility) body.search_page::after {
  background-image: url(../../images/hu_tanulas.png) !important;
}
html:not(.accessibility) #numfound,
html:not(.accessibility) .opac-separator-line {
  border-color: #86ca94;
}
html:not(.accessibility) #activeFilters .row:first-child .span12,
html:not(.accessibility) .facet-block-header {
  background: #86ca94;
}
html:not(.accessibility) .tiled_result .coverservlet_image_wrapper a,
html:not(.accessibility) .compound_result .coverservlet_image_wrapper {
  width: 100% !important;
  background: url("../../images/defaultcover.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
html:not(.accessibility) a,
html:not(.accessibility) a:visited {
  color: #5b677d;
}
html:not(.accessibility) a:hover {
  color: #989fa2;
}
html:not(.accessibility) span[role="link"],
html:not(.accessibility) span[role="link"]:hover,
html:not(.accessibility) .textComponent.reference,
html:not(.accessibility) a.own-text-color,
html:not(.accessibility) a.own-text-color:visited,
html:not(.accessibility) a.own-text-color:hover {
  color: #004183 !important;
}
html:not(.accessibility) body {
  background: none;
  color: #292324;
}
html:not(.accessibility) nav#navigation {
  display: none;
}
html:not(.accessibility) #content {
  margin-bottom: 0px;
}
html:not(.accessibility) footer {
  z-index: 200;
}
html:not(.accessibility) .portlet-column {
  display: block;
}
html:not(.accessibility) body.browse_page:after,
html:not(.accessibility) body.search_page::after {
  content: "";
  background-repeat: repeat-y !important;
  background-position-x: center !important;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;
}
html:not(.accessibility) input[type="text"],
html:not(.accessibility) input[type="password"],
html:not(.accessibility) input[type="file"],
html:not(.accessibility) input[type="submit"],
html:not(.accessibility) input[type="button"],
html:not(.accessibility) input[type="reset"],
html:not(.accessibility) select,
html:not(.accessibility) textarea,
html:not(.accessibility) .textarea,
html:not(.accessibility) button,
html:not(.accessibility) ul.fancytree-container,
html:not(.accessibility) body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Galano Grotesque",Helvetica,Arial,sans-serif;
  font-size: 15px;
  color: #0e0e0e;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .circData,
html:not(.accessibility) .opac-portlet.opac-link-portlet,
html:not(.accessibility) .opac-portlet.opac-link-portlet input,
html:not(.accessibility) .titleCirculationData {
  font-size: 12px;
}
html:not(.accessibility) footer a,
html:not(.accessibility) footer a:focus,
html:not(.accessibility) footer a:visited {
  color: #fc0;
}
html:not(.accessibility) .portlet-view-mode input[type=checkbox],
html:not(.accessibility) .portlet-view-mode input[type=radio] {
  display: inline-block;
  cursor: pointer;
  height: auto;
}
html:not(.accessibility) .opac-portlet .opac-checkbox-wrapper input[type="checkbox"] + label {
  overflow: visible;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .opac-checkbox-wrapper.basket-checkbox-wrapper input[type="checkbox"] + label {
  padding-left: 0px;
}
html:not(.accessibility) .opac-portlet .opac-checkbox-wrapper input[type="checkbox"] + label,
html:not(.accessibility) .opac-portlet .opac-checkbox-wrapper input[type="checkbox"]:checked + label,
html:not(.accessibility) .opac-portlet .logic-item-wrapper input[type="radio"]:checked + label,
html:not(.accessibility) .opac-portlet .logic-item-wrapper input[type="radio"] + label,
html:not(.accessibility) .portlet-view-mode input[type="checkbox"] + label,
html:not(.accessibility) .portlet-view-mode input[type="checkbox"]:checked + label,
html:not(.accessibility) .portlet-view-mode input[type="radio"] + label,
html:not(.accessibility) .portlet-view-mode input[type="radio"]:checked + label {
  background: none;
  padding-left: 23px !important;
  padding-right: 0px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 15px !important;
  margin: 5px 5px !important;
}
html:not(.accessibility) .opac-portlet .opac-checkbox-wrapper input[type="checkbox"],
html:not(.accessibility) .opac-portlet .logic-item-wrapper input[type="radio"],
html:not(.accessibility) .portlet-view-mode input[type="checkbox"],
html:not(.accessibility) .portlet-view-mode input[type="radio"] {
  opacity: 1;
  margin: 9px 0px 9px 10px !important;
}
html:not(.accessibility) #opac-header {
  display: none;
}
html:not(.accessibility) .dark-border-right,
html:not(.accessibility) .dark-border-left,
html:not(.accessibility) .dark-border-top,
html:not(.accessibility) .dark-border-bottom,
html:not(.accessibility) .light-border-bottom,
html:not(.accessibility) .light-border-top,
html:not(.accessibility) .light-border-left,
html:not(.accessibility) .light-border-right {
  border: none;
}
html:not(.accessibility) .light-background {
  background: none;
}
html:not(.accessibility) .modal-open .modal {
  z-index: 2005;
}
html:not(.accessibility) #error-message {
  background: none;
  padding: 0px 0px;
  border: none;
}
html:not(.accessibility) #pim-header {
  background-color: rgba(249, 249, 249, 0.95);
}
html:not(.accessibility) #pim-header a:hover,
html:not(.accessibility) #pim-header a:focus {
  text-decoration: none;
}
html:not(.accessibility) #pim-header nav#pim-header-component-1 .container {
  padding: 0px;
}
html:not(.accessibility) #pim-header .navbar-default,
html:not(.accessibility) #pim-header .navbar-default .navbar-collapse,
html:not(.accessibility) #pim-header .navbar-default .navbar-form {
  border: none;
}
html:not(.accessibility) #pim-header .organization-icon {
  max-width: 60px;
  max-height: 40px;
}
html:not(.accessibility) #pim-header .navbar-default {
  font-family: 'Blogger Sans';
  min-height: 40px;
  border-radius: 0px;
}
html:not(.accessibility) #pim-header li a {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
}
html:not(.accessibility) #pim-header .navbar-default .navbar-nav > .open > a,
html:not(.accessibility) #pim-header .navbar-default .navbar-nav > .open > a:focus,
html:not(.accessibility) #pim-header .navbar-default .navbar-nav > .open > a:hover {
  background: none;
}
html:not(.accessibility) #pim-header .dropdown-menu > li > a:focus,
html:not(.accessibility) #pim-header .dropdown-menu > li > a:hover {
  background: none;
}
html:not(.accessibility) #pim-header #pim-accessibility i {
  background-image: url(../../images/accessibility-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: block;
}
html:not(.accessibility) #pim-header .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
}
html:not(.accessibility) #pim-header .organization-wrapper a {
  margin-left: 10px;
  display: inline-block;
  vertical-align: bottom;
}
html:not(.accessibility) #pim-header div#extra-tabs a {
  display: inline-block;
  padding: 5px 5px 10px 0px;
}
html:not(.accessibility) #pim-header .header-logo {
  width: auto;
  height: 52px;
}
html:not(.accessibility) #pim-header .navbar-default .navbar-toggle {
  border-color: #ffffff;
  color: #ffffff;
}
html:not(.accessibility) #pim-header .navbar-default .navbar-toggle:hover {
  background: none;
}
html:not(.accessibility) #pim-header .navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
html:not(.accessibility) #pim-header button[data-target="#bs-example-navbar-collapse-pim-lang"] {
  padding-top: 6px;
  padding-bottom: 5px;
}
html:not(.accessibility) .back-to-top {
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: fixed;
  bottom: 30px;
  right: 0;
  width: 40px;
  height: 40px;
  visibility: visible;
  opacity: 0;
  z-index: 2040;
}
html:not(.accessibility) .back-to-top.visible {
  opacity: 1;
}
html:not(.accessibility) .back-to-top em {
  font-size: 11px;
  visibility: hidden;
}
html:not(.accessibility) .back-to-top i {
  background-repeat: no-repeat;
  background-image: url(../../images/sprite.png);
  width: 15px;
  height: 21px;
  z-index: 3;
  background-position: -120px -80px;
  display: block;
}
html:not(.accessibility) .modal-backdrop {
  z-index: 2000;
}
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent textarea,
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent .MarcXMLBox {
  margin-bottom: 10px;
  word-break: break-all;
}
html:not(.accessibility) .customfilter li.fancytree-lastsib span.fancytree-title {
  font-weight: normal;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton .opac-label {
  padding-left: 0px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton .opac-icon {
  display: none;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz:hover {
  background-image: url(../../images/minus.png);
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz:hover {
  background-size: 100% !important;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton .opac-label:before {
  content: " ";
  background-image: url(../../images/plus.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  border: 1px solid #bbb;
  border-radius: 8px;
  display: block;
  float: left;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz.activeButton:hover,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton:hover .opac-label:before {
  border-color: #0e0e0e !important;
}
html:not(.accessibility) .input-group .form-control:last-child,
html:not(.accessibility) .input-group-addon:last-child,
html:not(.accessibility) .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
html:not(.accessibility) .input-group-btn:first-child > .btn:not(:first-child),
html:not(.accessibility) .input-group-btn:last-child > .btn, html:not(.accessibility) .input-group-btn:last-child > .btn-group > .btn,
html:not(.accessibility) .input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .result-header .result-list-header .show-facet-column .opac-table-wrapper {
  border: 1px solid #bbb;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .result-header .result-list-header .show-facet-column .opac-table-wrapper,
html:not(.accessibility) .opac-portlet.opac-result-portlet #result-basket-button.opac-function-button,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-in-page-wrapper.opac-function-button,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-view-button.opac-function-button,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-order-button.opac-function-button,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-in-page-wrapper.opac-function-button:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-view-button.opac-function-button:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .results-function-row #result-order-button.opac-function-button:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButton,
html:not(.accessibility) .opac-portlet.opac-result-portlet .record-ftl-string .go-to-record a,
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"],
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button,
html:not(.accessibility) #pim-login input.aui-button-input,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-negative-button,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-neutral-button,
html:not(.accessibility) .opac-portlet.opac-search-portlet input,
html:not(.accessibility) .opac-portlet.opac-search-portlet select,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton .opac-icon,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz {
  border-radius: 8px !important;
}
html:not(.accessibility) .input-group .form-control:first-child,
html:not(.accessibility) .input-group-addon:first-child,
html:not(.accessibility) .input-group-btn:first-child > .btn,
html:not(.accessibility) .input-group-btn:first-child > .btn-group > .btn,
html:not(.accessibility) .input-group-btn:first-child > .dropdown-toggle,
html:not(.accessibility) .input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
html:not(.accessibility) .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"],
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"]:hover,
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"]:visited,
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButton:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .go-to-record a:hover,
html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-function-button.searchButton:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button:visited,
html:not(.accessibility) #pim-login input.aui-button-input:hover,
html:not(.accessibility) #pim-login input.aui-button-input:visited,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-negative-button:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-neutral-button:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButton,
html:not(.accessibility) .opac-portlet.opac-result-portlet .go-to-record a,
html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-function-button.searchButton,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button,
html:not(.accessibility) #pim-login input.aui-button-input,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-negative-button,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-neutral-button {
  color: #0e0e0e;
  border-color: #bbb;
  background: -webkit-gradient(top, white, #d7d7d7);
  background: -webkit-linear-gradient(top, white, #d7d7d7);
  background: -moz-linear-gradient(top, white, #d7d7d7);
  background: -o-linear-gradient(top, white, #d7d7d7);
  background: linear-gradient(to bottom, white, #d7d7d7);
}
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"]:hover,
html:not(.accessibility) .monguz-liferay-reg-portlet input[type="button"]:visited,
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButton:hover,
html:not(.accessibility) .opac-portlet.opac-result-portlet .go-to-record a:hover,
html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-function-button.searchButton:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-positive-button:visited,
html:not(.accessibility) #pim-login input.aui-button-input:hover,
html:not(.accessibility) #pim-login input.aui-button-input:visited,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-negative-button:hover,
html:not(.accessibility) .opac-portlet .opac-function-button.opac-neutral-button:hover {
  border-color: #0e0e0e !important;
}
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent .metadata-value .reference_tooltip {
  white-space: normal;
}
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent .metadata-wrapper .reference_tooltip a,
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent .metadata-wrapper .reference_tooltip a:hover {
  color: #5b677d !important;
  background-color: #e0e9ed !important;
}
html:not(.accessibility) .opac-portlet.opac-record-portlet #record-main-content-row #record-portlet-content-column #record-body-wrapper #record-body .recordContent .metadata-wrapper .reference_tooltip a:hover {
  text-decoration: underline !important;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButtonsWrapper {
  margin-right: 10px;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButtonsWrapper:last-child {
  margin-right: 0px;
  margin-left: 7px;
}
html:not(.accessibility) .opac-portlet.opac-result-portlet .recordActionButtonsWrapper .recordActionButton {
  margin-right: 0px;
}
html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table {
  dispaly: block;
}
html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table .opac-table-row {
  display: block;
}
html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table .opac-table-row .opac-table-cell {
  display: block;
}
html:not(.accessibility) .fotorama__caption__wrap.metadata-title-wrapper {
  display: none;
}
@media (min-width: 768px) {
  html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table .opac-table-row {
    display: flex;
    align-items: center;
  }
  html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table .opac-table-row .opac-table-cell label {
    margin-right: 15px;
  }
  html:not(.accessibility) .opac-portlet.opac-link-portlet .opac-table .opac-table-row .opac-table-cell:nth-child(2) {
    flex: 1;
  }
}
html:not(.accessibility) .footer {
  position: relative;
  z-index: 1;
}
html:not(.accessibility) .footer {
  border-top: 0;
  padding-top: 55px;
  background-color: #fff;
}
html:not(.accessibility) .front .footer {
  background-color: #f9f9f9;
}
html:not(.accessibility) .footer-content-content {
  margin-bottom: 30px;
}
html:not(.accessibility) .footer-fix-content {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 12px;
}
html:not(.accessibility) .footer-fix-content, html:not(.accessibility) .footer-fix-content a,
html:not(.accessibility) .footer-fix-content a:active,
html:not(.accessibility) .footer-fix-content a:hover,
html:not(.accessibility) .footer-fix-content a:focus,
html:not(.accessibility) .footer-fix-content a:visited {
  color: #7b7b7b;
}
html:not(.accessibility) .footer-fix-content .pim-contact-vcard,
html:not(.accessibility) .footer-fix-content .vcard {
  margin-top: -60px;
}
html:not(.accessibility) .footer-fix-content .impress-links {
  margin: 1em 0;
  padding: 0;
  list-style-type: none;
  text-transform: lowercase;
}
html:not(.accessibility) .footer-fix-content .impress-links li {
  display: inline;
  margin: 0;
  padding: 0  0.3em;
}
html:not(.accessibility) .footer-fix-content .impress-links li.first {
  padding-left: 0;
}
html:not(.accessibility) .footer-fix-content .copy {
  margin: 1.3em 0 0;
  line-height: 1.2;
}
html:not(.accessibility) .footer-fix-content .iv {
  margin: 40px 0;
  position: relative;
  padding: 0;
  height: 20px;
  line-height: 20px;
}
html:not(.accessibility) .footer-fix-content .iv .iv-logo {
  background-repeat: no-repeat;
  background-image: url(/profiles/pim/themes/pim_theme/assets/img/sprite.png);
  width: 40px;
  height: 20px;
  background-position: -80px -29px;
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  html:not(.accessibility) .footer-fix-content .iv .iv-logo {
    background-image: url(/profiles/pim/themes/pim_theme/assets/img/sprite-2x.png);
    background-size: 300px 300px;
  }
}
html:not(.accessibility) .footer-fix-content .iv .inner {
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  height: 20px;
  line-height: 20px;
  position: absolute;
  overflow: hidden;
  max-width: 40px;
  white-space: nowrap;
  top: 0;
  left: 0;
}
html:not(.accessibility) .footer-fix-content .iv a {
  display: block;
  padding-left: 45px;
  text-decoration: none;
}
html:not(.accessibility) .footer-fix-content .iv:hover .inner {
  max-width: 250px;
}
html:not(.accessibility) .footer-fix-content .pim-info h3 {
  margin: 0;
  padding: 0;
  font-size: 12px !important;
}
html:not(.accessibility) .footer-fix-content .pim-info-pim-info-txt-opening-hours .placeholder {
  font-style: normal;
}
html:not(.accessibility) .footer-fix-content .pim-info-pim-info-txt-opening-hours .opening-hours-general {
  margin-bottom: 5px;
}
html:not(.accessibility) .footer-ministry:before,
html:not(.accessibility) .footer-ministry:after {
  content: " ";
  display: table;
}
html:not(.accessibility) .footer-ministry:after {
  clear: both;
}
html:not(.accessibility) .footer-ministry .block-ministry {
  float: left;
  margin: 0;
  width: 50%;
  text-align: center;
}
html:not(.accessibility) .footer-ministry .ministry-logo {
  text-align: center;
  width: auto;
  display: inline-block;
}
html:not(.accessibility) .footer-ministry .ministry-logo i {
  background-repeat: no-repeat;
  background-image: url(/profiles/pim/themes/pim_theme/assets/img/sprite.png);
  display: inline-block;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  html:not(.accessibility) .footer-ministry .ministry-logo i {
    background-image: url(/profiles/pim/themes/pim_theme/assets/img/sprite-2x.png);
    background-size: 300px 300px;
  }
}
html:not(.accessibility) .footer-ministry .ministry-logo em {
  display: none;
}
html:not(.accessibility) .footer-ministry .logo-emmi i {
  width: 80px;
  height: 55px;
  background-position: 0 -21px;
}
html:not(.accessibility) .footer-ministry .logo-niif {
  margin-top: 10px;
}
html:not(.accessibility) .footer-ministry .logo-niif i {
  width: 50px;
  height: 29px;
  background-position: -80px 0;
}
html:not(.accessibility) .footer-menu-block h4 {
  margin: 0 0 5px;
  text-transform: uppercase;
  font-size: 12px;
}
html:not(.accessibility) .footer-menu-block .menu a,
html:not(.accessibility) .footer-menu-block .menu a:hover,
html:not(.accessibility) .footer-menu-block .menu a:active,
html:not(.accessibility) .footer-menu-block .menu a:visited,
html:not(.accessibility) .footer-menu-block .menu a:focus {
  padding: 0;
  margin: 0;
  text-transform: lowercase;
  background-color: transparent;
}
html:not(.accessibility) .footer-menu-block .menu a:hover {
  color: #292324;
}
html:not(.accessibility) .footer-menu-museum h4 a,
html:not(.accessibility) .footer-menu-museum h4 a:active,
html:not(.accessibility) .footer-menu-museum h4 a:hover,
html:not(.accessibility) .footer-menu-museum h4 a:focus,
html:not(.accessibility) .footer-menu-museum h4 a:visited {
  color: #eb6160;
}
html:not(.accessibility) .footer-menu-exhibitions h4 a,
html:not(.accessibility) .footer-menu-exhibitions h4 a:active,
html:not(.accessibility) .footer-menu-exhibitions h4 a:hover,
html:not(.accessibility) .footer-menu-exhibitions h4 a:focus,
html:not(.accessibility) .footer-menu-exhibitions h4 a:visited {
  color: #62ccca;
}
html:not(.accessibility) .footer-menu-events h4 a,
html:not(.accessibility) .footer-menu-events h4 a:active,
html:not(.accessibility) .footer-menu-events h4 a:hover,
html:not(.accessibility) .footer-menu-events h4 a:focus,
html:not(.accessibility) .footer-menu-events h4 a:visited {
  color: #fbd972;
}
html:not(.accessibility) .footer-menu-learning h4 a,
html:not(.accessibility) .footer-menu-learning h4 a:active,
html:not(.accessibility) .footer-menu-learning h4 a:hover,
html:not(.accessibility) .footer-menu-learning h4 a:focus,
html:not(.accessibility) .footer-menu-learning h4 a:visited {
  color: #86ca94;
}
html:not(.accessibility) .tiles {
  margin-left: -15px;
  margin-right: -15px;
  list-style-type: none;
  margin-bottom: 0;
  padding: 0;
}
html:not(.accessibility) .tiles:before,
html:not(.accessibility) .tiles:after {
  content: " ";
  display: table;
}
html:not(.accessibility) .footer {
  background-color: #f9f9f9;
}
html:not(.accessibility) .footer .fn.org,
html:not(.accessibility) .footer-menu-block h4,
html:not(.accessibility) .footer-fix-content .pim-info h3 {
  font-weight: 500;
}
html:not(.accessibility) .footer .menu.nav {
  margin: 0px;
}
html:not(.accessibility) .footer ol,
html:not(.accessibility) .footer ul,
html:not(.accessibility) .footer dl,
html:not(.accessibility) .footer dt,
html:not(.accessibility) .footer dd {
  margin-left: 0em;
  font-weight: normal;
}
html:not(.accessibility) .footer-ministry .ministry-logo i {
  background-repeat: no-repeat;
  background-image: url(../../images/sprite.png);
  display: inline-block;
}
html:not(.accessibility) .footer-ministry .logo-emmi i {
  width: 80px;
  height: 55px;
  background-position: 0 -21px;
}
html:not(.accessibility) .footer-ministry .logo-niif i {
  width: 50px;
  height: 29px;
  background-position: -80px 0;
}
@media (max-width: 768px) {
  html:not(.accessibility) .footer {
    margin-top: 40px;
  }
  html:not(.accessibility) .footer, html:not(.accessibility) .front .footer {
    background-color: #F0EEEF;
  }
  html:not(.accessibility) .footer .footer-ministry, html:not(.accessibility) .footer .footer-menu-block {
    display: none;
  }
  html:not(.accessibility) .footer .pim-contact-vcard .url svg, html:not(.accessibility) .footer .vcard .url svg {
    display: none;
  }
  html:not(.accessibility) .footer-fix-content {
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 12px;
  }
  html:not(.accessibility) .footer-fix-content, html:not(.accessibility) .footer-fix-content a, html:not(.accessibility) .footer-fix-content a:active, html:not(.accessibility) .footer-fix-content a:hover, html:not(.accessibility) .footer-fix-content a:focus, html:not(.accessibility) .footer-fix-content a:visited {
    color: #A8A7A7;
  }
  html:not(.accessibility) .footer-fix-content .iv {
    margin: 20px 0;
  }
}
html:not(.accessibility) .circulation_content .circData .itemListWrapper table {
  border: 1px solid #cacaca;
}
@media (min-width: 992px) {
  html:not(.accessibility) .circulation_content .circData .itemListWrapper table {
    border: none;
    border: 1px solid #bbb;
    border-radius: 8px 8px 0px 0px;
  }
  html:not(.accessibility) .circulation_content .circData .itemListWrapper table[name="itemList"] thead tr {
    background: #86ca94;
    color: #ffffff;
    border: none;
  }
  html:not(.accessibility) .circulation_content .circData .itemListWrapper table thead tr:last-child, html:not(.accessibility) .circulation_content .circData .itemListWrapper table thead tr:first-child {
    border-top-left-radius: 8px;
  }
}
html:not(.accessibility) #main-content {
  margin-top: 20px;
}
@media (min-width: 768px) {
  html:not(.accessibility) #main-content {
    margin-top: 240px;
  }
  html:not(.accessibility) #pim-header #bs-example-navbar-collapse-pim {
    padding: 0;
  }
  html:not(.accessibility) #pim-header #pim-header-component-1 .container-fluid {
    width: 750px;
  }
  html:not(.accessibility) #pim-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  html:not(.accessibility) #pim-header ul.nav.navbar-nav > li:first-child a {
    padding-left: 0px;
  }
}
@media (min-width: 992px) {
  html:not(.accessibility) #main-content {
    margin-top: 200px;
  }
  html:not(.accessibility) #pim-header #pim-header-component-1 .container-fluid {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  html:not(.accessibility) #pim-header #pim-header-component-1 .container-fluid {
    width: 1170px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  html:not(.accessibility) #pim-header .navbar-collapse.hidden-sm {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  html:not(.accessibility) #pim-header .navbar-collapse.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  html:not(.accessibility) #pim-header .navbar-collapse.hidden-lg {
    display: none !important;
  }
}

html:not(.accessibility) {
  /*.opac-portlet.opac-search-portlet #customFilterWrapper.opac-checkbox-wrapper input[type="checkbox"]+label{
    line-height: 100%;
  }*/
}
html:not(.accessibility) .history-column .historyPortlet {
  border: 1px solid #bbb;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ffffff;
}
html:not(.accessibility) .history-column .history-block-header {
  background: #d7d7d7;
  background: -webkit-gradient(top, white, #d7d7d7);
  background: -webkit-linear-gradient(top, white, #d7d7d7);
  background: -moz-linear-gradient(top, white, #d7d7d7);
  background: -o-linear-gradient(top, white, #d7d7d7);
  background: linear-gradient(to bottom, white, #d7d7d7);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #000000;
}
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-block-body .history-row-wrapper .history-item-wrapper-left .history-item.history-index,
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-block-body .history-row-wrapper .history-item-wrapper-left .history-item a,
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-block-body .history-row-wrapper .history-item-wrapper-left .history-item a:hover {
  color: #578fdd;
}
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-block-body .history-row-wrapper .history-button,
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-block-body .history-row-wrapper .history-button:hover {
  color: #999;
}
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .history-item-wrapper-left {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
html:not(.accessibility) .history-column #historyContentInResult .historyContent .history-button,
html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .history-button {
  height: auto;
}
@media (max-width: 767px) {
  html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .historyRow .span10 {
    width: 100%;
  }
  html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .history-item-wrapper-left {
    padding-right: 20px;
  }
  html:not(.accessibility) .history-column .opac-portlet.opac-history-portlet .historyContent .historyRow .span2 {
    width: 100%;
    text-align: right;
    padding-left: 35px;
    padding-right: 35px;
  }
  html:not(.accessibility) .historyContent .history-item-wrapper-right {
    border-bottom: 1px solid #bbb;
  }
}
html:not(.accessibility) #searchPortlet {
  margin-top: 0px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #gensearch {
  padding: 0px;
}
html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input {
  margin-left: 0px;
  margin-right: 0px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton {
  padding-left: 0px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet input,
html:not(.accessibility) .opac-portlet.opac-search-portlet select,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #plus-search-row-button-wrapper #addSearchFieldButton .opac-icon,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz:hover {
  border: 1px solid #bbb;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz,
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #rows .osszetettkeresoPluszMinusz:hover {
  background-size: 80%;
  background-repeat: no-repeat;
}
html:not(.accessibility) #pim-filters h3 {
  margin-top: 0px;
}
html:not(.accessibility) #pim-filters .filterRow {
  margin-bottom: 5px;
}
html:not(.accessibility) #collection-selector-wrapper #collection-selector-header h3,
html:not(.accessibility) #pim-filters h3 {
  font-size: 18px;
  font-weight: normal;
}
html:not(.accessibility) #pim-filters h5 {
  font-size: 14px;
  font-weight: 500;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters select,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters input {
  width: 100%;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters select,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters input,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .input-group-addon {
  height: 31px;
}
html:not(.accessibility) #collection-selector-wrapper #collection-selector-content,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filterRow {
  display: none;
}
html:not(.accessibility) #collection-selector-wrapper #collection-selector-header .collection-open,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filters-open {
  float: right;
}
html:not(.accessibility) #collection-selector-wrapper #collection-selector-header .collection-open.open i,
html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filter-header .filters-open.open i {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
html:not(.accessibility) #go-to-top-button-wrapper {
  display: none;
}
html:not(.accessibility) .customfilter #fancytree_filter_tree.full-size {
  display: block;
  width: 100%;
}
html:not(.accessibility) .customfilter #fancytree_filter_tree {
  display: block;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #periodsearch #period-search-line.period-search-component {
  display: none;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #periodsearch .period-search-component#period_search-separator {
  display: inline-block;
}
html:not(.accessibility) #gensearch .ui-widget-header {
  background: #eb6160;
}
html:not(.accessibility) .opac-portal .ui-widget-content .ui-state-default:hover {
  outline: none;
}
html:not(.accessibility) .opac-portal .ui-widget-content .ui-state-default.ui-state-active {
  background: #eb6160 !important;
}
html:not(.accessibility) span.fancytree-icon {
  display: none;
}
html:not(.accessibility) #fancytree-drop-marker,
html:not(.accessibility) span.fancytree-checkbox,
html:not(.accessibility) span.fancytree-drag-helper-img,
html:not(.accessibility) span.fancytree-empty,
html:not(.accessibility) span.fancytree-expander,
html:not(.accessibility) span.fancytree-icon,
html:not(.accessibility) span.fancytree-radio,
html:not(.accessibility) span.fancytree-vline {
  background-image: url(../../images/tree-icons.png);
}
html:not(.accessibility) .fancytree-active span.fancytree-title {
  background-color: #86ca94 !important;
}
html:not(.accessibility) .opac-search-portlet #advanced-search-container .search-button-row {
  text-align: center;
}
html:not(.accessibility) #gensearch .selectWrapper,
html:not(.accessibility) #gensearch .selectWrapper_extended {
  display: block;
  width: 100%;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select.opac-search-field {
  float: none;
  width: 100%;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #periodsearch #period-search-label {
  margin: 10px 0px;
  display: block;
  text-align: center;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #customFilterWrapper.opac-checkbox-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-function-button.searchButton {
  font-size: 18px;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #error-message {
  margin: 0px 0px 0 0px;
}
html:not(.accessibility) .customfilter #fancytree_filter_tree,
html:not(.accessibility) .customfilter #fancytree_filter_tree.col-xs-12 {
  width: 100%;
}
html:not(.accessibility) div#content ul.ui-fancytree.fancytree-container {
  z-index: 100;
}
html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select.opac-search-field,
html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm .keresoLogic,
html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters #advSearchForm .keresoLogic,
html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-select,
html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input,
html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-input {
  width: 100%;
}
html:not(.accessibility) nav#navigation {
  display: none;
}
html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm .keresoLogic legend {
  width: 0px;
}
@media (max-width: 767px) {
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select,
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor .type-second-level {
    width: 100%;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor > span {
    float: left;
    width: 48%;
    margin-left: 2%;
  }
}
@media (min-width: 768px) {
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .autocompleteTagWrapper .bootstrap-tagsinput,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .autocompletePaginationTagWrapper .input-group.taginput-group,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .term_holder {
    width: auto !important;
  }
  html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input {
    width: auto;
  }
  html:not(.accessibility) .customfilter #fancytree_filter_tree.col-sm-12 {
    width: 100%;
  }
  html:not(.accessibility) #gensearch .selectWrapper,
  html:not(.accessibility) #gensearch .selectWrapper_extended {
    display: inline-block;
    width: auto;
  }
  html:not(.accessibility) .opac-search-portlet #advanced-search-container .search-button-row,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container .keresoSor select.keresoSelect {
    margin-right: 0px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #periodsearch #period-search-line.period-search-component {
    display: inline-block;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #input-view-block #gensearch #searchContent #advanced-search-container #advanced-search-row #adv_keret #periodsearch .period-search-component#period_search-separator {
    display: none;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select.opac-search-field,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-select,
  html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-input {
    width: 380px;
  }
  html:not(.accessibility) .opac-search-portlet #advanced-search-container .keresoSor select.keresoSelect {
    width: 226px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #error-message {
    margin: 30px 10px 0 10px;
  }
}
@media (min-width: 992px) {
  html:not(.accessibility) .customfilter #fancytree_filter_tree.col-md-6 {
    width: 50%;
  }
  html:not(.accessibility) #collection-selector-wrapper #collection-selector-content,
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filterRow {
    display: block;
  }
  html:not(.accessibility) .opac-search-portlet #advanced-search-container .search-button-row,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container .keresoSor select.keresoSelect {
    margin-right: 0px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select.opac-search-field,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-select,
  html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-input {
    width: 360px;
  }
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor select {
    width: 225px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #advSearchForm.nofilters #period-search-line.period-search-component {
    width: 450px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #gensearch {
    padding: 00px 120px 20px 120px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #error-message {
    margin: 0px 130px 0 130px;
  }
}
@media (min-width: 1200px) {
  html:not(.accessibility) .customfilter #fancytree_filter_tree.col-lg-6 {
    width: 50%;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #adv_keret .keresoSor select.opac-search-field,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters #advSearchForm .keresoLogic,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-select,
  html:not(.accessibility) .opac-search-portlet #browse-search-container .span12 .opac-search-field.opac-search-input,
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor .opac-search-input {
    width: 460px;
  }
  html:not(.accessibility) .opac-search-portlet #advanced-search-container #advSearchForm.nofilters .keresoSor select {
    width: 325px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #advSearchForm.nofilters #period-search-line.period-search-component {
    width: 650px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #gensearch {
    padding: 0px 120px 20px 120px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #error-message {
    margin: 0px 130px 0 130px;
  }
}
@media (max-width: 767px) {
  html:not(.accessibility) {
    padding-right: 25px !important;
  }
}
@media (max-width: 991px) {
  html:not(.accessibility) .opac-search-portlet #customFilterWrapper.opac-checkbox-wrapper input[type="checkbox"] + label {
    padding-right: 25px !important;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-checkbox-wrapper input[type="checkbox"]:checked + label,
  html:not(.accessibility) .opac-portlet.opac-search-portlet .opac-checkbox-wrapper input[type="checkbox"] + label {
    font-size: initial;
  }
  html:not(.accessibility) #collection-selector-wrapper,
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters {
    border: 2px solid #86ca94;
    margin-bottom: 10px;
  }
  html:not(.accessibility) #collection-selector-wrapper #collection-selector-header h3,
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filter-header h3 {
    margin-bottom: 0px;
    margin-top: 0px;
  }
  html:not(.accessibility) #collection-selector-wrapper #collection-selector-header,
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filter-header {
    background: #86ca94;
    padding: 5px 5px 5px 5px;
    color: #ffffff;
  }
  html:not(.accessibility) #collection-selector-wrapper #collection-selector-content {
    padding: 5px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filterRow:first-child {
    padding: 5px 5px 0px 5px;
  }
  html:not(.accessibility) .opac-portlet.opac-search-portlet #pim-filters .filterRow {
    padding: 0px 5px;
  }
}
