@import url('/plugin/Koha/Plugin/Pt/KEEPS/BackofficeDesign/design/theme_1/css/keeps/keeps.css');


#main_auth #login h1 {
    background: url(/intranet-tmpl/prog/img/keeps/logo.png) no-repeat top center;
    background-size: contain;
    height: 200px;
}

#logo {
    opacity: 0;
}

#logo img {
    filter: brightness(1);
    background-color: white;
    padding: 3px;
    border-radius: 3px;
    height: 30px;
}

#RenewAll {
  display: none;
}


#circ_returns #forgive-overdue-fines {
    display:none;
}

#circ_returns #book-drop-mode {
    display:none;
}

#circ_view_holdsqueue fieldset.rows ol li:nth-child(3),#circ_view_holdsqueue fieldset.rows ol li:nth-child(4)
{
    display:none;
}

#circ_reserveratios li:has( > #include_ordered),#circ_reserveratios li:has( > #include_suspended){
    display:none
}

/* SEARCH FACETS */
#search-facets > ul > li > ul > li {
  display: flex;
}
#search-facets > ul > li > ul > li > .facet-label {
  flex-grow: 1;
}

/* PROBLEM WITH LABEL OUTSIDE RESULTS TABLE */
.availability .result_item_details {
  white-space: inherit;
}

.cdu_li span:not(:first-of-type) {
  padding-left: 90px;
}

#admin_admin-home dl dt a[href*='record_sources'] {
  display: none;
}

#messages.circmessage {
  position: relative;
  max-height: 200px;
  overflow-x: auto;
}

li[data-pa_code="ADULT_R28"] span.content {
  display: inline-block;
  vertical-align: top;
}