@charset "utf-8";
/* CSS Document */

/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#wrap {
	padding-left:0;
	padding-right:0;
}

body {
background-color: #ffffff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif !important;
    -webkit-font-smoothing: antialiased;
    background-image: url("../images/bodybackground.jpg");
    background-position: top left;
        background-position-y: top;
    background-repeat: no-repeat;
    background-position-y: 40px;
	font-size: 0.85rem;
	font-display: swap;
	color: #333;
}

h2,h3 {
		color: #333;
}

a:link {

    color: #9069a8;

}

a:hover {

    color: #9069a8;

}

#moresearches li a {
	  color: #9069a8;
}

#header-region {
	margin-bottom: 120px;
}
.navbar-inverse .navbar-inner {
	background: #9069a8 url(../images/banda.jpg) center center !important;
}

.navbar-inverse .navbar-inner .divider-vertical{
	display: none;
}
.navbar-inverse .nav > li > a {
	color: #fff;
}


.navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover {
	color: #fff;
}

.fa.fa-icon-black, .fa.fa-icon-white {

    color: #fff;

}

#logo {

    background: url(../images/koha-logo.png) 0 no-repeat;
    float: left !important;
    padding: 0;
}

#logo a:after {
	content: '';
	background: url(../images/logo.svg) 0 no-repeat;
	width: 324px;
	height: 92px;
	display: block;
	position: absolute;
	top: 60px;
	left: 50px;
	margin-top: 10px;
}


.coverimages {

    float: left;
    width: 145px;
	min-height: 220px;
	margin-bottom: 15px;

}

.coverimages img{
	max-width: 125px;
}
.navbar .divider-vertical {

    /*border-left-color: #9069a8;
    border-right-color: #9069a8;*/
	border: none;

}
#members p {

    color: #fff;

}
a.login-link {

    color: #fff;
    font-weight: 700;

}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {

    color: #fff;

}
elemento {

}
.navbar-inverse .nav li.dropdown > a:focus .caret, .navbar-inverse .nav li.dropdown > a:hover .caret {

    border-top-color: #fff;
    border-bottom-color: #fff;

}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret, .navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret:hover {

    border-top-color: #fff;
    border-bottom-color: #fff;

}
.dropdown-menu > li > a {
	color:#000 !important;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {

    background: #eee none;
	color: #000;

}


#members a.logout {

    color: #fff;
    font-weight: 700;
    padding: 0 .3em;
}

div.mastheadsearch {

    text-align: center;

}


.mastheadsearch {

    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: .8em;
    margin: .5em 0;
    background: transparent;

}

div.mastheadsearch select {

    border: 1px solid #CAC8C8;
    background-color: #e4e4e4;
    min-width: 164px;

}


div.mastheadsearch button#searchsubmit {

    background-color: #9069a8;
    background-image: none;
    margin-left: 2px;
    border-radius: 2px;

}

#moresearches {
text-align: center;
}

.breadcrumb {
background-color: #F2F2EF;
}



/* CAROUSEL */

/* Recent posts */

.recent-posts{
  margin: 15px 0px 0px 0px !important;
}

.recent-posts {
    font-size: 0.9em;
	border-top: 1px solid #ddd;
}
.recent-posts .rp-item img{
	max-width: 130px;
	max-height: 185px;
	display: block;
	margin: 0px auto;
}

.recent-posts .rp-item .rp-image{
	background: #fafafa;
	padding: 20px 0px;
	box-shadow: inset 0px 0px 3px #ddd;
	border: 1px solid #eee;
	min-height: 185px;
}

.recent-posts .carousel_nav{
	margin-right: 3px;
	margin-bottom: 3px;
}

.recent-posts .carousel_nav i{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 10px;
	border-radius: 3px;
}

.recent-posts .carousel_nav a, .recent-posts .carousel_nav a:visited, .recent-posts .carousel_nav a:hover{
	text-decoration: none;
	color: #000;
}

.recent-posts ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.recent-posts ul li{
	max-width: 222px;
	height: 305px;
	margin: 5px 4px 0px 4px; 
	display: block;
	float: left;
}


.recent-posts .rp-details{
	color: #000;
	padding: 3px;
}

.recent-posts .rp-details h5{
    line-height: 19px;
    min-height: 40px;
}

.recent-posts .rp-details a, .recent-posts .rp-details a:visited, .recent-posts .rp-details a:hover {
  color: #000;
  text-decoration: none;
}

.caroufredsel_wrapper {
    height: 340px !important;
}
/* END CAROUSEL */

div#catalogue_detail_biblio .results_summary {
    color: #242424;
    margin-left: 115px;
}

div#itemdata > div.itemdata_content  {
	margin-bottom: 7px;
	margin-left: 12px;
}

div[id^="qlees-preview"] {
	margin-top: 8px;
}

#hierarchy-breadcrump {
    background-image:url('../../images/xercode/bc_bg.gif'); 
    background-repeat:repeat-x;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    width:727px;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#hierarchy-breadcrump li {
    list-style-type:none;
    float:left;
    padding-left:10px;
}

#hierarchy-breadcrump a {
    height:30px;
    display:block;
    background-image:url('../../images/xercode/bc_separator.gif'); 
    background-repeat:no-repeat; 
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}

#hierarchy-breadcrump a:hover {
    color:#990033;
}

.hierarchy-home {
    border: none;
    margin: 8px 0px;
}


#browserloop {
	height:140px;
    line-height:120px;
    color:#9b9b9b;
    width:727px;
    overflow:hidden;
    margin:0px;
    padding:0px;
}

#browserloop li {
    list-style-type:none;
    float:left;
    padding-left: 5px;
    padding-right: 5px;
	margin-left: 10px;
	margin-top: 10px;
	width: 220px;
	height: 120px;
	border: 1px solid #cacaca;
}

#browserloop li span {
    display: -moz-inline-box;  /* FF2 or lower */
    display: inline-block;     /* FF3, Opera, Safari */
    line-height: normal;
    vertical-align: bottom;
	margin-top: 40px;
	width: 220px;
}

#browserloop li span a {
  display: block;
  text-decoration: none;
}

#bookcover {
	margin: 21px 0px;
}

a.gtbib {
    padding-left: 35px;
    background-image: url(/opac-tmpl/bootstrap/images/sprite.png);
    background-position: 2px -921px;
    background-repeat: no-repeat;
}

p#subscriptionNotes {
    font-style: italic;
}

.holdcount a {
  border : 1px solid #a4bedd;
  background-color : #e4ecf5;
  font-weight : bold;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding : .1em .4em;
  text-decoration : none;
}

.recent-posts .carousel_nav i {

    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 10px;
    border-radius: 3px;

}
.icon-chevron-left {
	background: url("../images/arrow.svg") center center no-repeat;
    background-position: 0 0 !important;
	transform: rotate(180deg);
	margin: 0 10px 0 0;
	position: relative;
	top: -6px;

}

.icon-chevron-right {
	background: url("../images/arrow.svg")  center center no-repeat;
    background-position: 0 0 !important;
	margin: -12px 10px 0 0;

}

legend {
	color:#333333;
}



div.footer {
    background: #232222;
    color: #fff;
    /*border-top: 6px solid gray;*/
    height:auto;
    background-position: left 15px bottom;
    background-repeat: no-repeat;
}

div.footer a:link {
    color: #fff;
}

div.footer a:visited {
    color: #fff;
}

div.footer a:hover {
    color: #fff;
}

div.footer hr {
    height: 0px;
    padding: 0px;
    margin: 5px 0px;
    border-top: 1px solid #111;
    border-bottom: 1px solid #222;
}

div.footer2 {
    background: #232222;
    color: #fff;
}

div.footer2 a:link {
    color: #fff;
}

div.footer2 a:visited {
    color: #fff;
}

div.footer2 a:hover {
    color: #fff;
}

.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited {
    color: #9069a8;
}


.footer + .container-fluid {
	background: #232222;
	color: #fff;
}

.footer + .container-fluid a {
	color: #fff;
}

#opaccredits .fa-home {
	    background: url(../images/home.svg) no-repeat !important;
	width: 14px !important;
	display: inline-block;
	position: relative;
	top: 4px;
}

#opaccredits .fa-phone {    background: url(../images/phone.svg) no-repeat !important;
	width: 14px !important;
	display: inline-block;
	position: relative;
	top: 4px;
}

#opaccredits .fa-envelope {background: url(../images/letter.svg) no-repeat !important;
	width: 14px !important;
	display: inline-block;
	position: relative;
	top: 4px;}

.breadcrumb li a, .bibliocol a, .menu-collapse a {
	color: #9069a8;
}

span.addto > select {

    height: 26px;

}

div.sort_by > select#sort_by {

    height: 26px;

}

.mastheadsearch label {
	display: none;
}

span#placehold > input.hold {

    margin-left: 10px;
    background: url("../images/flag-small.png") top left no-repeat;
        background-position-x: left;
        background-position-y: top;
    background-position: 5px 5px;
    border: 1px solid #ccc;
    padding-right: 5px;

}

.btn-success {

    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: none !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    border-color: #51a351 #51a351 #387038;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #51a351;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);

}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success {

    color: #fff;
    background-color: #9069a8 !important;

}

@media (max-width:767px) {
#logo {

    background: url(../images/home.svg) 0 0 no-repeat;
    margin: 14px 14px 0;
    width: 14px;
}
	
	div.footer #opaccredits {
		padding: 0 20px !important;
	}

	.footer + .container-fluid {
	background: #232222;
			padding: 0 20px !important;
	color: #fff;
}
	
	#header-region {
	margin-bottom: 80px;
}
	
	#logo a:after {
	content: '';
	background: url(../images/logo.svg) 0 no-repeat;
	width: 234px;
	height: 67px;
	display: block;
	position: absolute;
	top: 60px;
	left: 50px;
}

}


.itemdata_label{
	font-weight: bold;
	margin-top: 4px;
}
.itemdata_content{
	margin-left: 12px;
}
.itemTable {
    margin-top: 5px;
    width: 80%;
}
.itemTable th, .itemTable td {
	border-top: 1px solid #9069a8;
    padding: 8px;
}

.itemTable td {
	background-color: white;
}

.checkedout{
	color: #900;
}

.item-status {
	font-weight: bold;
}

@media screen and (max-width: 600px) {
.itemTable {
  width: 60%;
}
}


.no-image {
   background:url(../images/cover.png) left top; 
   width: 125px;
   height: 180px;
   display: block;
   float: left;
   font-size: 0px;
   border: 0px;
}

span.recent-covers{
    max-width: 130px;
    max-height: 185px;
    display: block;
    margin: 0px auto;
    float: none;
}

.span8 img{
	float: right;
	padding: 5%;
}


/*SCB version 24.11*/
.navbar {
	background: #9069a8 url(../images/banda.jpg) center center !important;
}

span.cartlabel, span.listslabel, span.langlabel, span.search_history_label, span.userlabel,
 .nav-link.dropdown-toggle {
    color: #fff;
}

a.dropdown-item {
	color: black;
}

.fa.fa-icon-header {
    color: #fff;
}

#wrapper {
    padding-left: 0;
    padding-right: 0;
}

.navbar {
    width: 100%;
    margin: 0;
    padding: 5;
    background-color: #9069a8;
}


#menu ul li a {
	color: #9069a8 !important;
}

#moresearches {
    display: flex;
	text-align: center;
    justify-content: center;
    width: 100%;
}

#opaccredits {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
	padding: 10px 0;
	display: flex;
	background: #232222;
	justify-content: space-around;
}

#opaccredits div.span4 {
    min-width: 1200px; 
    padding: 0 20px;
}

span.loggedinusername, a.login-link, a.logout {
    color: #000000;
}

#loggedinuser-menu .login-link, .logout, .fa-trash-can {
    color: #000000;
}

.clearsh {
	color: #000000 !important;
}

#logout {
	color: #000000 !important;
}

#backtotop, #changelanguage {
	display: none !important;
}

.h2-cookies {
	color: white;
}

#cookieConsentLi {
	display: none !important;
}

#popup-text p {
    margin: 0;
}

#consentMoreInfo {
	display:none;
}

.btn-primary {
    background-color: #9069a8;
    border-color: #9069a8;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:focus-visible {
    background-color: #462170 !important;
    border-color: #462170 !important;
    -webkit-box-shadow: 0 0 0 1px #619700;
    box-shadow: 0 0 0 1px #462170;
    color: #fff;
}

#OpacNav h3 {
	font-size: 120%;
}

#opaccredits h5 {
	font-size: 100%;
}

.no-image {
   background:
url(../images/cover.png) left top;
   width: 125px;
   height: 180px;
   display: block;
   float: left;
   font-size: 0px;
   border:
0px;
   background-position: center;
}


table.dataTable thead tr th span.dt-column-order::before {
    color: #9069a8;
}

table.dataTable thead tr th span.dt-column-order::after {
    color: #9069a8;
}


.nav-tabs .nav-link {
    color: #9069a8;
}
	
.nav_results {
    color: #9069a8;
}

td.dtr-control::before {
    background-color: #9069a8 !important;
    border-color: #462170 !important;
}

td.dtr-control::hover {
    background-color: #9069a8 !important;
    border-color: #462170 !important;
}

.hint {
    display: none !important;
}

.btn-link {
    color: #9069a8;
}

#action a i.fa, #action a i.fa-solid, #action button i.fa, #action button i.fa-solid {
    color: #9069a8;
}

#action a:hover, #action button:hover, #action button:hover i.fa::after, #action button:hover i.fa-solid {
    text-decoration: none;
    color: #462170 !important;
}

#action a:hover i.fa, #action a:hover i.fa-solid, #action button:hover i.fa, #action button:hover i.fa-solid {
    text-decoration: none;
    color: #462170 !important;
}

#social_networks, .twitter-btn {
    display: flex;
    align-items: center;
}

/*SCB 20250602/
/* td.covercol, th.covercol {
    display: none !important;
  } */
  
.cover-image img {
    margin: 0rem;
    width: 125px;
}

.bookcover .no-image{
    margin-right: 0;
}

a.title {
    font-size: 108%;
    font-weight: 700;
}

.itemTable {
    margin-bottom: 10px;
}

.page-link.active, .active>.page-link {
    background-color: #9069A8;
    border-color: #462170;
}

.page-link.active:hover, .active>.page-link:hover {
    background-color: #462170;
    border-color: #462170;
    color: white;
}

/*SCB 2025-06-12*/

#moresearches {
    width: calc(100% - 90px);
}

.main + .container-fluid .col{
    padding: 0;
}

#opaccredits {
    width: 100%;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px 10px;
}

#opaccredits .default_item{
    display: none;
}

#opaccredits .es-ES_item,#opaccredits .en_item {
    width: 100%;
}

#opaccredits2 {
    width: 100%;
	display: flex;
	justify-content: space-between;
}