html {
    overflow-y: scroll;
    min-width: 360px;
}

body {
    font-family: Verdana,Arial,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 12.5px;
    background: white;
}

table {
    border-collapse: separate;
    font-size: 100%;
    font-weight:normal;
}

.table-bordered, 
.table-bordered thead tr>th,
.table-bordered tbody tr>td  {
    border-radius: 0px !important;
}

.table thead th, .table .sorting_asc, .table .sorting_desc, .table .sorting, .table .nosort{
    background-color: #EAEAEA;
}

.table-striped tbody > tr:nth-child(odd) > td, .table-striped tbody > tr:nth-child(odd) > th {
    background-color: #fbfbfb;
}

label {
    font-size: 12.5px;
}

.ui-tabs .ui-tabs-nav {
    padding: 0px;
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 0;
}

.ui-tabs .ui-tabs-panel {
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #333;
}

a:hover, a:focus {
    color: #F01758;
    text-decoration: underline;
}

select {
    border-radius: 0px;
    box-shadow: none !important;
}

select:focus, select:active {
    border-radius: 0px;
    border: solid 1px #E4004F !important;
    box-shadow: none !important;
    outline: none !important;
}

input, a.btn {
    border-radius: 0px !important;
}

input.btn, a.btn {
    font-size: 12.5px;
    font-weight: bold;
    text-shadow: none;
    font-family: Verdana,Arial,Tahoma,"DejaVu Sans",sans-serif;
    border: none !important;
}

input:active, input:focus {
    border: solid 1px #e01752 !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn, .btn:active, .btn.active {
    color: #ffffff;
    background: #3B434B;
    box-shadow: none !important;
    border: none !important;
}

.btn:hover, .btn:focus{
    color: #ffffff;
    background: #465059;
    box-shadow: none !important;
    border: none !important;
}

.btn.disabled, .btn[disabled] {
    color: #ffffff;
    background: #647280;
    box-shadow: none !important;
    border: none !important;
}

.btn-success, .btn-success:active, .btn-success.active {
    color: #ffffff;
    background: #E4004F;
    box-shadow: none !important;
    border: none !important;
}

.btn-success:hover, .btn-success:focus{
    color: #ffffff;
    background: #F01758;
    box-shadow: none !important;
    border: none !important;
}

.btn-success.disabled, .btn-success[disabled] {
    color: #ffffff;
    background: #9C4C64;
    box-shadow: none !important;
    border: none !important;
}

.dropdown-menu {
    border-radius: 0;
    font-size: 12.5px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background: #E4004F;
}

#header-region { 
    height: 35px;
    background-color: #38414A;
}

#header-region .navbar-inner {
    min-height: 35px;
    border: none;
    background: none;
}

#header-region .navbar-inner .container-fluid{ 
    padding-left: 5px;
    padding-right: 5px;
    background-color: #38414A;
}

#header-region .navbar-inverse .nav li.dropdown>.dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}
#header-region .navbar-inverse .nav li.dropdown>.dropdown-toggle:hover .caret {
    border-top-color: #E4004F;
    border-bottom-color: #E4004F;
}

#header-region .navbar-inverse .divider-vertical {
    display: none;
}

#header-region .dropdown-menu>li>a {
    font-size: 100%;
}

#access-ui1 {
    float: left;
    height: 35px;
}

#access-ui1 a {
    display: block;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: url('../images/ui1/header_top_ui1.png') no-repeat left top;
    color: #ffffff;
}

#access-ui1 a:hover {
    background: url('../images/ui1/header_top_ui1.png') no-repeat left -36px;
    color: #E4004F;
}

#access-biblioteca {
    float: left;
    height: 35px;
    padding-left: 20px;
}

#access-biblioteca a {
    display: block;
    padding-left: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: url('../images/ui1/header_top_biblioteca.png') no-repeat left top;
    color: #ffffff;
}

#access-biblioteca a:hover {
    background: url('../images/ui1/header_top_biblioteca.png') no-repeat left -36px;
    color: #E4004F;
}

#access-ep {
    background: url('../images/ui1//access_ep.png') no-repeat left center #ebedee;
    height: 35px;
    float: right;
    padding: 0 25px 0 55px;
    margin-right: -25px;
}

#access-login-link {
    float: right;
    height: 35px;
}

#access-login-link>span, #access-login-link>a {
    font-weight: normal;
    display: block;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: url('../images/ui1/header_top_user.png') no-repeat 0 9px;
    color: #ffffff;
}

#access-login-link>span a {
    color: #ffffff;
    padding-left: 5px;
}

#access-login-link>span a:hover {
    color: #E4004F;
    text-decoration: none;
}


#access-login-link>a:hover {
    background: url('../images/ui1/header_top_user.png') no-repeat 0 -27px;
    color: #E4004F;
}

#access-logout {
    float: right;
    height: 35px;
}

#access-logout a {
    font-weight: bold;
    display: block;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: #ffffff;
}

#access-logout a:hover {
    color: #E4004F;
}

#access-ep a {
    color: #ffffff;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none;
}

#access-ep a:hover {
    color: #ffe9f0;
}

ul[aria-labelledby='cartmenulink'] {
    margin-left: 40px;
    margin-top: 5px;
}

#cartDetails, #cartUpdate, #holdDetails, #listsDetails {
    margin-top: 10px;
    font-size:100%;
    border-radius: 0;
}

#cartmenulink {
    background: url('../images/ui1/header_top_cart.png') no-repeat left top;
    margin-left: 40px;
    padding: 5px 20px 0 35px;
    color: #ffffff;
    font-weight: inherit;
}

#cartmenulink:hover {
    background: url('../images/ui1/header_top_cart.png') no-repeat left -36px;
    color: #E4004F;
}

#cartmenulink #basketcount span {
    background-color: white;
    color: black;
}

#cartmenulink:hover #basketcount span {
    background-color: #CD0D50;
}

ul[aria-labelledby='listsmenu'] {
    margin-top: 5px;
}

#listsmenu {
    background: url('../images/ui1/header_top_list.png') no-repeat left top;
    padding: 5px 20px 0 35px;
    color: #ffffff;
    font-weight: inherit;
}

#listsmenu:hover {
    background: url('../images/ui1/header_top_list.png') no-repeat left -36px;
    color: #E4004F;
}

#langmenu {
    background: url('../images/ui1/header_top_flag.png') no-repeat left top;
    padding: 5px 20px 0 35px;
    color: #ffffff;
    font-weight: inherit;
}

#langmenu:hover {
    background: url('../images/ui1/header_top_flag.png') no-repeat left -36px;
    color: #E4004F;
}

#opacheader-logo img {
    margin: 0 auto;
    width: 190px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.container-fluid-without-padding {
    padding: 0;
}

.mastheadsearch {
    border: 0;
    margin: 0;
    border-radius: 0;
    background: #e4004f url('../images/ui1//arrow_white_magenta.png') no-repeat scroll right top;
    position: relative;
}

.mastheadsearch #searchform{
    border-radius: 0;
    margin: 20px 20% 55px 20%;
    display: block;
}

.mastheadsearch #searchform label{
    display: none;
}

.mastheadsearch #searchform select{
    max-width: unset;
    width: 250px;
    height: auto;
    font-size: 120%;
    padding:10px;
    border: solid 1px white;
    background: transparent;
    color: white;
    border-radius: 1px;
}

.mastheadsearch #searchform select:active{
    border: solid 1px white;
}

.mastheadsearch #searchform select *{
    background-color: white;
    color: #e4004f;
    border: solid 1px grey;
    padding: 5px;
}
.mastheadsearch #searchform select option:hover{
    background-color: #e4004f;
    color: white;
}
.mastheadsearch #searchform select option:hover{
    background-color: #e4004f;
    color: white;
}

.mastheadsearch #searchform .input-append {
    width: calc(100% - (225px + 0px));
    margin-top: -34px;
}

.mastheadsearch #searchform .input-append input {
    border: solid 1px white;
    border-radius: 0;
    height: 30px;
    font-family: Verdana,Arial,Tahoma,"DejaVu Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    margin-left: -4px;
    width: calc(100% - 60px);
}

.mastheadsearch #searchform .input-append button {
    background: url('../images/ui1/search.png') no-repeat center #38414A;
    color: white;
    height: 40px;
    border: solid 1px;
    border-radius: 0 10px 10px 0;
    font-size: 0px;
    min-width: 45px;
}

.mastheadsearch-advsearch {
    min-height: 60px;
}

#advsearch #booleansearch label {
    width: 20px;
    display: inline-block;
}


#opac-main-search .row-fluid {
    background-color: #e4004f;

}

#moresearches {
    margin: 10px 0 10px;
    padding: 0;
    display: none;
}

#moresearches ul {
    text-align: center;
}

#moresearches li {
    padding: 0 80px;
}

#moresearches li a {
    border: none;
    color: white;
    text-decoration: none;
}

#moresearches li:after {
    content: none;
}

#opac-main-search .row-fluid::after {
    background-color: red;
    height: 50px;
    width: 100%;
    background: white url('../images/ui1/arrow_magenta_white.png') no-repeat scroll right top;
}

#wrap {
    background:#3B434B;
}

.container-fluid {
    background: white;
}

.container-fluid-bottom {
    padding: 20px;
    color: #ffffff;
    border: none;
    min-height: 80px;
    background:  #38414a url('../images/ui1/arrow_white_marengo.png') no-repeat scroll right top;
}

#opaccredits {
    color: white;
    text-align:center;
}

#opaccredits ul {
    list-style: none;
}

#opaccredits ul li {
    display: inline;
    padding: 0px 8px 0px 8px;
    border-right: 1px solid gray;
}

#opaccredits ul li:last-child{
    border:none;
}

#opaccredits ul li a{
    color: white;
}

#opaccredits ul li a:hover{
    color: white;
}

div.main {
    background: white;
    margin: 0;
    border: none;
    border-radius: 0px;
}

div.main > div {
    width: 90%;
    max-width: 1255px;
    margin: 0 auto;
    min-height: 350px;
}

#wrap > form  {
    background: white;
    margin: 0;
    border: none;
}


ul.breadcrumb {
    display: none;
}

.toolbar select {
    font-size: 100%;
    padding: 2px;
}

.toolbar {
    border: none;
    background-color: #f6f6f6;
}

#selections-toolbar {
    background: none;
}

#selections-toolbar input.btn {
    font-size: 11px;
    font-weight: normal;
    padding: 2px 6px;
    line-height: 16px;
    text-shadow: none;
}

.alert-success, .alert, .alert-info {
    background: transparent;
    filter: none;
    border-radius: 0;
}

.alert-info {
    border-color: #bbb;
}

.results_summary {
    font-size: 12px;
    color: #222;
}

.results_summary .available {
    color: #38414A;
}

.results_summary .label {
    font-size: 12px;
    color: #555;
}

.results_summary .unavailable {
    font-weight: bold;
}

.no-image {
    display: none !important;
}

.coverimages img {
    border: none;
    border-radius: none;
    padding: 0px;
}

.coverimages .thumbnail {
    width: 86px;
}

a.rss-list-link, a.rsssearchlink {
    background: url('../images/ui1/rss-symbol.svg') no-repeat center;
    background-size: 13px;
}

a.rss-list-link img[src*="feed"], a.rsssearchlink img[src*="feed"] {
    opacity: 0;
}

a.newshelf, .newshelf {    
    background: url('../images/ui1/lista.svg') no-repeat 6px 2px;
    background-size: 14px;
    color: #e4004f;
}

a.addtocart, a.addtoshelf, a.brief, a.deleteshelf, a.deleteshelf.disabled, a.detail, a.download, a.editshelf, a.empty, a.hide, a.highlight_toggle, a.hold, a.hold.disabled, a.incart, a.new, a.print-small, a.print-large, a.removeitems, a.removeitems.disabled, a.reserve, a.send, a.tag_add, a.removefromlist, input.hold, input.hold.disabled, input.editshelf, .newshelf, .newshelf.disabled, .deleteshelf, .searchresults a.highlight_toggle, .actions a.addtocart, #tagsel_span input.submit, #tagsel_tag, .actions a.hold, .actions a.addtoshelf, #login4tags, #renewselected_link, #renewall_link, .addto a.addtocart, #shelfbrowser #browser_next, #shelfbrowser #browser_previous {
    background-image: url('../images/ui1/sprite.png');
}

.ui-tabs .ui-state-default a, .ui-tabs .ui-state-default a:link, .ui-tabs .ui-state-default a:visited {
    color: #e4004f;
}

#bibliodescriptions td img {
    display: none;
} 

div#bibliodescriptions th {
    font-size: 11px;
    color: #ffffff;
    background: #a1a5aa;
    padding: 5px 10px;
    vertical-align: top;
    line-height: 1.15;
}

div#bibliodescriptions td {
    font-size: 12px;
    padding: 5px 10px;
    background: none;
}

div#bibliodescriptions td .available {
    color: #38414A;
    font-weight: bold;
}

#catalogue_detail_biblio {
    min-height: 420px;
}

#catalogue_detail_biblio, #userauthdetails, #userauthMARCdetails {
    padding: 30px 30px 40px 40px;
    background: white;
    margin-top: 35px;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
    border: 1px solid #dfe0e0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

#catalogue_detail_biblio #views, #userauthdetails #views, #userauthMARCdetails #views {
    position: absolute;
    top: -35px;
    left: -1px;
    height: 35px;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border-bottom: 0;
}

#catalogue_detail_biblio #views .view, #userauthdetails #views .view, #userauthMARCdetails #views .view {
    padding: 0;
    margin: 0;
    display: block;
    float: left;
}

#catalogue_detail_biblio #views .view span#Normalview, #userauthdetails #views .view span#Normalview, #userauthMARCdetails #views .view span#Normalview {
    background-color: white;
    color: #e01752;
    border: 1px solid #dfe0e0;
    border-top: 2px solid #d91852;
    border-bottom: 0;
}

#catalogue_detail_biblio #views .view > span, #catalogue_detail_biblio #views .view > a, #userauthdetails #views .view > span, #userauthdetails #views .view > a, #userauthMARCdetails #views .view > span, #userauthMARCdetails #views .view > a {
    height: 35px;
    display: block;
    box-sizing: border-box;
    padding-left: 38px;
    padding-right: 20px;
    border: 0;
    text-transform: uppercase;
    background: url('../images/ui1/detail_ico_act.svg') no-repeat 0 center;
    background-position: 10px;
    line-height: 1.7;
    font-size: 12px;
    margin-right: 7px;
    border-bottom: 0;
}

.view {
    background-color: white;
    border: none;
}

.view a, .view span {
    padding: .4em .7em 5px 26px;
    text-decoration: none;
}

#bookcover {
    width: 150px;
    box-sizing: border-box;
    float: right;
    max-height: 200px;
    text-align: center;
}

#bookcover img {
    border: none;
    margin: 0;
}

#catalogue_detail_biblio > *:not(#views):not(#bookcover), #userauthdetails > *:not(#views):not(#bookcover), #userauthMARCdetails > *:not(#views):not(#bookcover) {
    width: calc(100% - (150px + 40px));
}

#catalogue_detail_biblio h1.title, #userauthdetails h1.title, #userauthMARCdetails h1.title {
    font-weight: normal;
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 10px;
}

#catalogue_detail_biblio h1.title span.title_resp_stmt, #userauthdetails h1.title span.title_resp_stmt, #userauthMARCdetails h1.title span.title_resp_stmt {
    /* display: none; */
    font-size: 15px;
    margin-top: 5px;
}

#catalogue_detail_biblio .registro > *, #userauthdetails .registro > *, #userauthMARCdetails .registro > * {
    width: 100%;
    display: block;
}

#catalogue_detail_biblio h5.author, #userauthdetails h5.author, #userauthMARCdetails h5.author {
    font-weight: normal;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 10px;
}

#catalogue_detail_biblio h5.author a, #userauthdetails h5.author a, #userauthMARCdetails h5.author a {
    color: #d91852;
}

#catalogue_detail_biblio .registro > *, #userauthdetails .registro > *, #userauthMARCdetails .registro > * {
    width: 100%;
    display: block;
}

.authlink {
    background: url('../images/ui1/filefind.png') no-repeat center;
    background-size: 15px;
}

.authlink img[src*="filefind"] {
    opacity: 0;
}

.tag_add, #login4tags {
    background-image: url('../images/ui1/tag.svg');
    background-position: 0;
    background-size: 15px;
    padding-left: 20px;
    display: inline-block;
}

#opac-detail .results_summary {
    border-top: 1px solid #dfe0e0;
    padding: 7px 0px;
    float: left;
    display: block;
    width: 100%;
    font-size: 13px;
}

#opac-detail .results_summary .wrapsumcont {
    margin-left: 130px;
}

#opac-detail .results_summary.ratings .wrapsumcont {
    margin-left: 0px;
}

#opac-detail .results_summary .label {
    color: #555;
    width: 120px;
    display: block;
    white-space: normal;
    float: left;
    padding-right: 12px;
    line-height: 1.4;
}

#catalogue_detail_biblio form {
    clear: both;
}

.results_summary.tags #login4tags {
    display: block;
    clear:left;    
    margin-top: 35px;
}

#action {
    background: transparent;
    border: 0;
}

#action li {
    border-bottom: 1px solid #e8e8e8;
}

#action a {
    font-weight: normal;
}

body:not(#opac-main) .row-fluid .span2 {
    width: 18.33333%;
    margin: 0;
    box-sizing: border-box;
}

body:not(#opac-main) .row-fluid .span10, body:not(#opac-main) .row-fluid .span7 {
    width: 81.66667%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: -20px;
}

body#opac-main .row-fluid .span2 {
    width: 20%;
    margin: 0;
    box-sizing: border-box;
}

body#opac-main .row-fluid .span10, body#opac-main .row-fluid .span7 {
    width: 80%;
    margin: 0;
    box-sizing: border-box;
    padding-left: 50px;
}

#userauthhome {
    margin-bottom: 40px;
}

#userauthhome .btn {
    margin-left: 161px;
}

#usertags .btn {
    padding-bottom: 6px;
}

.wrapdatos .wrapmap {
    margin-top: 20px;
    height: 190px;
}

.wrapdatos .wraptxt {
    background: #e4004f;
    color: white;
    padding: 15px 15px 10px 15px;
    font-family: verdana;
    font-weight: 300;
}

.wrapdatos .wraptxt .tit {
    text-align: center;
    font-size: 18px;
    background: none;
    padding-left: 0;
    margin-bottom: 20px;
}
.wrapdatos .wraptxt span {
    display: block;
    padding-left: 30px;
    background: url('../images/ui1/localizacion.svg') no-repeat;
    background-size: 21px;
    min-height: 22px;
    font-size: 12px;
    margin: 5px 0;
}

.wrapdatos .wraptxt .mail {
    background-image: url('../images/ui1/mail.svg');
    padding-top: 5px;
}

.wrapdatos .wraptxt .tel {
    background-image: url('../images/ui1/telefono.svg');
    padding-top: 5px;
}

.wrapdatos .wraptxt .mail a {
    color: white;
    font-family: verdana;
    font-weight: 700;
}

#navigation {
    margin-top: -20px;
    margin-bottom: 30px;
}

#navigation h1 {
    display: none;
}

.wrapdatos .wrapmap iframe {
    height: 190px;
    filter: grayscale(100%);
}

#didyoumean.dym-loaded {
    background-color: transparent !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 0;
}

a.title .title_resp_stmt {
  /* display: none; */
  font-weight: normal;
  font-size: 12px;
}

/*---- wrapselectlist ----*/

select#masthead_search {
    display: none !important; 
}
  
.wrapselectlist {
    width: 220px;
    display: inline-block;
    background-color: #E10051;
}
  
.wrapselectlist ul {
    border: 1px solid #e6e6e6;
    border-top: 0;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16863) 1px 1px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16863) 1px 1px 8px;
    box-shadow: rgba(0, 0, 0, 0.16863) 1px 1px 8px; 
}
  
.actoption {
    padding: 9px 25px 9px 11px;
    background: url('../images/ui1/arrows.png') no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 11px;
    border: 1px solid white;
    border-radius: 10px 0px 0 10px;
    color: white;
    cursor: pointer;
    height: 40px;
    box-sizing: border-box;
    line-height: 22px;
    font-family: verdana;
    font-weight: 300;
    font-size: 15px;
    overflow: hidden;
    white-space: normal; 
}
  
.actoption::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: transparent; 
}
  
.actoption::selection {
    color: white;
    background: transparent; 
}
  
.actoption.up {
    background-image: url('../images/ui1/arrows_up.png'); 
}
  
.wrapselectlist li {
    transition: all 100ms ease;
    padding: 6px 10px;
    border-bottom: 1px solid #e6e6e6;
    cursor: default;
    cursor: pointer;
    font-size: 13px;
    white-space: normal; 
}
  
.wrapselectlist li::-moz-selection {
    /* Code for Firefox */
    color: white;
    background: transparent; 
}
  
.wrapselectlist li::selection {
    color: white;
    background: transparent; 
}
  
.wrapselectlist li:last-child {
    border-bottom: 0; 
}
  
.wrapselectlist li:hover,
.wrapselectlist li.seleccionado {
    background: #e01752;
    color: white; 
}
  
.wrapselectlist li:hover,
.wrapselectlist li.seleccionado {
    background: #e01752;
    color: white; 
}
 
.wrapselectlist li:hover,
.wrapselectlist li.seleccionado {
    background-color: #e01752;
}

/* Lateral de búsqueda */

#search-facets {
    border: 0;
    border-radius: 0;
    margin-top: -20px;
}

#menu h4, #search-facets h4 {
    border-bottom: solid 1px #ddd;
    display: block;
    margin-bottom: 0;
    background: transparent;
}

#menu h4 a, #search-facets h4 a {
    border: none;
    color: #E10051;;
    font-weight: bold;
    text-transform: none;
    text-align: left;
    padding-left: 6px;
    padding-bottom: 5px;
    font-size: 14px;
    display: block;
    background: transparent;
    border-radius: 0;
}

#search-facets ul {
    padding: 0;
    margin: 0;
}

#search-facets .menu-collapse > li:first-child {
    padding-top: 15px;
}

#search-facets .menu-collapse > li {
    border-bottom: 1px solid #eaeaea;
    padding: 0 7px 12px 7px;
    margin-bottom: 12px;
}

#search-facets ul li {
    padding: 3px 0;
    margin: 0;
}

#search-facets ul li::after, #search-facets ul li::before {
    content: "";
    display: table;
}

#search-facets ul li::after {
    clear: both;
}

#search-facets ul li::after, #search-facets ul li::before {
    content: "";
    display: table;
}

#search-facets > ul > li#availability_facet a, #search-facets > ul > li#holdingbranch_id a {
    color: #e01752;
    line-height: 1.25;
}

#search-facets ul li:last-child a {
    border: 0;
}

#search-facets ul li a {
    display: block;
    padding: 3px 0;
    margin: 0;
    border: 0;
    color: #525252;
    transition: all 300ms ease;
    text-decoration: none;
    font-size: 12px;
}

#search-facets ul li a:hover {
    text-decoration: underline;
}

#search-facets a, #menu a {
    font-weight: normal;
    text-decoration: underline;
}

#search-facets h5 {
    color: #333333;
    padding: 0;
    margin: 0;
    padding-bottom: 6px;
    font-size: 12px;
}

#search-facets li li, #menu li li {
    line-height: 100%;
}

.bibliocol .actions-menu {
    padding-top: 15px;
}

#usermenu {
    margin: -20px 0 20px;
}

#usermenu #menu h4 {
    display: none;
}

#menu {
    border: 0;
}

#menu ul li {
    padding: 0;
    margin: 0;
}

#menu ul li a {
    display: block;
    padding: 10px;
    margin: 0;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid white;
    background: #eaeaea;
    color: black;
    transition: all 300ms ease;
    text-decoration: none;
    font-size: 13px;
}

#menu ul li.active a {
    background-color: #E10051;
    color: white;
    font-weight: normal;
}

#menu ul li.active a:hover {
    background-color: #E10051;
}

#qrcode {
    position: absolute;
    right: 30px;
    width: 148px !important;
    top: 230px;
    box-sizing: border-box;
    padding: 40px 10px 20px 10px;
}

#advanced-search {
    margin-top: -5px;
    float: right;
}

#advanced-search a {
    font-weight: bold;
    font-size: 15px;
    color: white;
}

#advanced-search a::after {
    content: '+';
    padding: 0px 35px 0 5px;
}

.banners-listas > div {
    width: calc(50% - 40px);
    box-sizing: border-box;
    margin: 0 20px;
    float: left;
    background: #5F666D;
    position: relative;
}

.banners-listas > div::after {
    clear:both;
}

.banners-listas > div .wrapimagen {
    background: url('../images/ui1/listanovedades.jpg') no-repeat;
    background-size: cover;
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banners-listas > div .text a {
    padding: 15px 30px;
    float: right;
    width: calc(100% - 40%);
    box-sizing: border-box;
    text-align: right;
    display: block;
    color: white;
    font-family: verdana;
    font-weight: 300;
    font-size: 15px;
    transition: all 300ms ease;
}
.banners-listas > div .text a:hover {
    text-decoration: none;
    background-color: #374049;
    padding-right: 25px;
    padding-left: 35px;
}

  
#opacmainuserblock .wraptxt {
    clear:both;
    display:block;
    padding-top: 20px;
}

#opacmainuserblock h1 {
    margin-left: 20px;
    font-size: 24px;
    font-weight: normal;
    margin-top: 40px;
}

#opacmainuserblock #coverflow {
    margin-left: 20px;
    margin-right: 20px;
}

.flipster__item  .flipster__item__content img {
    max-width: 180px;
    padding:5px;
}

.flipster__item .flipster__item__content a {
    width: 190px;
    padding: 10px;
    text-align: center;
    display: block;
}

.loggedinusername {
    white-space: nowrap;
    max-width: 150px;
    display: block;
    text-overflow: ellipsis;
    height: 21px;
    overflow: hidden;
}

.navbar .pull-right>li>.dropdown-menu, .navbar .nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: -80px;
}

.navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
    left: auto;
    right: 95px;
}

#listResults li:hover {
   background-color: #E10051;
}

#ulactioncontainer .nav_results {
    margin-bottom: 50px;
    border: none;
    background-color: transparent;
    margin-top: 0px;
}

#ulactioncontainer .nav_results .l_Results a {
    background: none;
    color: #E10051;
    display: block;
    padding: 8px 28px;
    text-decoration: none;
    font-size: 14px;
    padding-left: 8px;
}

#ulactioncontainer .nav_results .l_Results a:hover {
    color: #F2005B;
}

#ulactioncontainer .nav_results .l_Results:hover {
    background: none;
}

#ulactioncontainer .nav_results .pg_menu li {
    border: none;
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

#ulactioncontainer .nav_results .pg_menu li a, #ulactioncontainer .nav_results .pg_menu li span {
    background-color: white;
    float: none;
    text-align: left;
    padding-left: 36px;
    border: 0;
}

#ulactioncontainer #action li:first-child {
    border-top: solid 1px #D0D0D0;
}

#ulactioncontainer #action-title {
    padding-left: 10px;
    font-size: 14px;
}

#listResults li {
    min-width: 17px;
}

#listResults {
    margin: 0 auto 10px auto;
    width: 216px;
}

.pagination_list ul#ul_pagination_list {
    margin-left:0px;
}

.suggestion {
    width: 300px;
}

.pages {
    margin: 20px 0 20px 40px;
}

@media only screen and (max-width: 1280px) {
    #access-ep a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
    }
}

@media only screen and (max-width: 1140px) {
    #access-ui1 a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
    }
    #access-biblioteca a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
    }

    #listResults li {
        min-width: 15px;
    }
    
    #listResults {
        width: 192px;
    }

    #ulactioncontainer #close_pagination {
        display: none;
    }
}

@media only screen and (max-width: 984px) {
    #access-ep a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
    }
    #cartmenulink .cartlabel {
        display: none;
    }
    #langmenu .langlabel {
        display: none;
    }
    #listsmenu .listslabel {
        display: none;
    }

    .mastheadsearch {
        background-image: url('../images/ui1/arrow-small-white-transparent.png');
    }

    #opac-main-search .row-fluid::after {
        background-image: url('../images/ui1/arrow-small-magenta-transparent.png');
    }

    .container-fluid-bottom {
        background-image: url('../images/ui1/arrow-small-white-transparent.png');
    }
    
    .mastheadsearch #searchform {
        border-radius: 0;
        margin: 20px 100px 55px 80px;
    }

    #listResults li {
        min-width: 11px;
    }
    
    #listResults {
        width: 146px;
    }

    ul#action>li>a,  ul#action li div.dropdown>a{
        background: none;
        padding-left: 0;
    }

    #ulactioncontainer .nav_results .pg_menu li a, #ulactioncontainer .nav_results .pg_menu li span {
        background: none;
        padding-left: 0;
    }

    #ulactioncontainer .nav_results .l_Results a {
        padding-left: 0;
    }

    #ulactioncontainer #action-title {
        padding-left: 0;
    }

    #bookcover img {
        margin: 10px 5px;
    }

    #catalogue_detail_biblio > *:not(#views):not(#bookcover), #userauthdetails > *:not(#views):not(#bookcover), #userauthMARCdetails > *:not(#views):not(#bookcover) {
        width: 100%;
    }

    #qrcode {
        display: none;
    }
}

@media only screen and (max-width: 608px) {

    .ui-tabs-panel tr td:last-child {
        border: 1px solid #ddd !important;
        padding: 5px;
        background-color: #fbfbfb !important;   
    }

}

@media only screen and (max-width: 767px) {

    body:not(#opac-main) .row-fluid .span2 {
        width: 100%;
        margin: 0 auto 50px;
    }
    
    body:not(#opac-main) .row-fluid .span10, body:not(#opac-main) .row-fluid .span7 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        padding-left: 0px;
    }

    #menu li:last-child a {
        border-radius: 0;
    }

     #menu h4,#search-facets h4 {
        border: none;
    }

    #usermenu #menu h4 {
        display: block;
        border: solid 1px #ccc;
    }

    #facetcontainer {
        border: solid 1px #ccc;
    }

    #search-facets {
        margin-top: 0px;
    }

    body #opacnavbottom {
        display: none;
    }

    body#opac-main #opacnavbottom {
        display: block;
    }


    body {
        padding-left: 0px;
        padding-right: 0px;
    } 

    #access-login-link.notloggedin  {
        padding-left: 40px;
    }

    #access-login-link.notloggedin span {
        background-image :none;
        padding-left: 0px;
        line-height: 0;
    }

    #access-login-link.notloggedin span a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
        padding-left: 25px;
        display: block;
        margin-left: -25px;
        background: red;
        background: url('../images/ui1/header_top_user.png') no-repeat 0 3px;
    }

    #access-login-link.notloggedin span a:hover {
        background: url('../images/ui1/header_top_user.png') no-repeat 0 -33px;
    }



    #access-login-link {
        padding-left: 20px;
    }

    #access-login-link a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
    }

    #access-login-link a .loggedinusername {
        display:none;
    }
    
    #access-logout {
        float: right;
        height: 35px;
        padding-left: 20px;
    }

    #access-logout a {
        width: 0px;
        overflow: hidden;
        height: 25px;   
        padding-left: 35px;
        background: url('../images/ui1/header_top_logout.png')  no-repeat 0 9px;
    }

    #access-logout a:hover {
        background: url('../images/ui1/header_top_logout.png') no-repeat 0 -27px;;
        color: #E4004F;
    }  

    #userresults {
        margin: 0;
    }

    .mastheadsearch {
        background-image: url('../images/ui1/arrow-verysmall-white-transparent.png');
    }

    #opac-main-search .row-fluid::after {
        background-image: url('../images/ui1/arrow-verysmall-magenta-transparent.png');
    }

    .container-fluid-bottom {
        background-image: url('../images/ui1/arrow-verysmall-white-transparent.png');
    }

    .mastheadsearch #searchform .input-append {
        width: 100%;
        margin-top: -5px;
        margin-left: 4px;
    }

    .mastheadsearch #searchform .input-append input {
        border-radius: 0 0 0 10px !important;
        display: inline-block;    
        margin: 0px;
        margin-left: -4px;
        width: calc(100% - 60px);
        padding: 4px 6px;
        box-sizing: initial;
    }

    .mastheadsearch #searchform .input-append button {
        border-radius: 0 0 10px 0;
        width: 46px;
        display: inline-block;
        border: solid 1px white !important;
        
    }
    
    .mastheadsearch #searchform .input-append input:active, .mastheadsearch #searchform .input-append input:focus {
        border: solid 1px white !important;
    }

    .mastheadsearch #searchform div.input-append.nolibrarypulldown {
        display: table;
    }

    .actoption {
        border-radius: 10px 10px 0 0;
        border-bottom: none;
    }

    #advanced-search {
        margin-top: 0px;
    }
    
    .wrapselectlist {
        width: 100%;
    }

    .wrapselectlist ul {
        margin: 0px 3px 0px -1px !important;
        width: 100% !important;
    }

    .actions {
        display: inline;
    }

    .actions a, .actions #login4tags {
        background: none;
        border: none;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        font-weight: normal;
        display: initial;
        font-size: 100%;
        margin: inherit;

    }

    body#opac-main #opacmainuserblock .banners-listas > div{
        width: 100%;
        margin: 0;
    }

    body#opac-main #opacmainuserblock .wraptxt ul {
        column-count: 1 !important;
    }

    body#opac-main .row-fluid .span2 {
        width: 100%;
        margin: 0;
        box-sizing: border-box;
    }

    body#opac-main .row-fluid .span10, body#opac-main .row-fluid .span7 {
        width: 100%;
        padding-left: 0px;
    }
    
    .pages {
        margin: 20px 0;
    }

    #opac-detail .results_summary .label {
        width: 100%;
        margin-bottom: 5px;
    }

    #opac-detail .results_summary .wrapsumcont {
        margin-left: 0px;
    }
    
    .main {
        padding: 15px 0px;
    }

    #access-login-link>span, #access-login-link>a {
        font-size: 0px;
    }

    .login-parentesis {
        display: none;
    }

    #access-login-link>span>a, #access-login-link>a>a {
        font-size: 12.5px;
    }

}

@media only screen and (max-width: 560px) {

    .mastheadsearch #searchform {
        border-radius: 0;
        margin: 20px auto 55px auto;
        max-width: 300px;
    }

    #access-biblioteca {
        padding-left: 0px;
    }
    #access-biblioteca {
        padding-left: 0px;
    }
    #access-ep {
        display: none;
    }
    #access-login-link {
        padding-left: 10px;
    }
    
    #access-logout {
        padding-left: 0px;
    }
    
    #access-logout a {
        padding-left: 20px;
    }

    #langmenu {
        padding: 5px 5px 0 25px;
    }

    #listsmenu {
        padding: 5px 5px 0 25px;
    }

    #cartmenulink {
        margin-left: 0;
        padding: 5px 5px 0 25px;
    }

    #catalogue_detail_biblio > *:not(#views):not(#bookcover), #userauthdetails > *:not(#views):not(#bookcover), #userauthMARCdetails > *:not(#views):not(#bookcover) {
        width: 100%;
    }

    #bookcover {   
        width: 100%;
        box-sizing: border-box;
        display: block;
        position: initial;
        text-align: center;
    }

    .pages .inactive, .pages .currentPage, .pages a {
        padding: 4px 9px;
    }

}
