@charset "UTF-8";
/*

Author: MASmedios - Carolina V. - 2016


*/
/* --------------------------
  # FONTS
-------------------------- */
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/Arimo-Bold.eot") format("eot");
  src: url("fonts/Arimo-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Arimo-Bold.woff2") format("woff2"), url("fonts/Arimo-Bold.woff") format("woff"), url("fonts/Arimo-Bold.ttf") format("truetype"), url("fonts/Arimo-Bold.svg#Arimo") format("svg"); }
@font-face {
  font-family: "Arimo";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Arimo-Regular.eot") format("eot");
  src: url("fonts/Arimo-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Arimo-Regular.woff2") format("woff2"), url("fonts/Arimo-Regular.woff") format("woff"), url("fonts/Arimo-Regular.ttf") format("truetype"), url("fonts/Arimo-Regular.svg#Arimo") format("svg"); }
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/Arimo-BoldItalic.eot") format("eot");
  src: url("fonts/Arimo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/Arimo-BoldItalic.woff2") format("woff2"), url("fonts/Arimo-BoldItalic.woff") format("woff"), url("fonts/Arimo-BoldItalic.ttf") format("truetype"), url("fonts/Arimo-BoldItalic.svg#Arimo") format("svg"); }
@font-face {
  font-family: "Arimo";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/Arimo-Italic.eot") format("eot");
  src: url("fonts/Arimo-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/Arimo-Italic.woff2") format("woff2"), url("fonts/Arimo-Italic.woff") format("woff"), url("fonts/Arimo-Italic.ttf") format("truetype"), url("fonts/Arimo-Italic.svg#Arimo") format("svg"); }
/* --------------------------
  # COLUMNS
-------------------------- */
/*    VARIABLES    */
/*---colores nav------*/
/*----colores Generales----*/
/*----alto de header y logo----*/
/*----gral margins---*/
/*----posicionamiento navbars----*/
/*--masterhead----*/
/*---ALTO TABS----*/
/*--COVERS---*/
/*    MIXINS    */
input,
select,
button,
.breadcrumb,
.main,
#search-facets h4 a,
#menu h4 a,
#search-facets,
#menu,
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span,
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span,
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.table-bordered,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
#menu li a,
.btn,
.actions a,
.actions #login4tags,
.input-append input,
.input-append select,
.input-append .uneditable-input .input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle,
.newscontainer,
input[type="text"],
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child,
.suggestion,
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child,
.label {
  -webkit-border-radius: 0 !important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -moz-border-radius: 0 !important;
  /* Firefox 1-3.6 */
  border-radius: 0 !important;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */ }

/*--change img for bcakground ---*/
/*---LOGIN--*/
/*     RESETS    */
/*--------GENERAL RESETS---------*/
html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important; }

body {
  font-family: "Arimo", Sans-Serif;
  line-height: 1.35;
  background-color: white;
  /*
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  */
  color: black;
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: 13px; }

a {
  color: #e53e43; }

a:visited {
  color: #e53e43; }

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

label,
input,
button,
select,
textarea {
  font-size: 13px; }

::-moz-selection {
  /* Code for Firefox */
  background: #999999; }

::selection {
  background: #999999; }

th {
  background-color: #ebebeb; }

.table .nosort,
.table .nosort.sorting_asc,
.table .nosort.sorting_desc,
.table .nosort.sorting {
  background: #ebebeb; }

h1, h2, h3, h4, h5 {
  font-family: 'Amiri', serif; }

/* Change the white to any color ;) */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset !important; }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  min-height: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*-------HIDES important!-------*/
#opacheader,
#opac-main #login,
#opac-main #opacnav,
#opaccredits {
  display: none; }

/*-------NAV RESETS-------*/
.navbar-inner,
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner,
.navbar-static-top .navbar-inner {
  background: none;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  filter: none;
  padding: 0; }

.navbar {
  margin-bottom: 0; }

.navbar .nav {
  left: auto;
  display: block;
  float: none;
  margin: 0;
  right: 0;
  z-index: 2; }

.navbar .brand,
.navbar .nav > li > a {
  margin: 0;
  padding: 0;
  text-shadow: none; }

.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  text-shadow: none; }

#members::after,
#members::before {
  content: "";
  display: table; }

#members::after {
  clear: both; }
#members {
  position: absolute;
  top: 10px;
  right: 0;
  padding-right: calc((100% - 1210px) / (2)); }
  @media only screen and (max-width: 1334px) {
    #members {
      padding-right: 5%; } }
  #members a,
  #members p {
    color: black;
    font-size: 12px;
    transition: color 200ms ease-in-out; }
    #members a.listmenulink,
    #members p.listmenulink {
      color: #333333; }
  #members a:hover {
    color: gray; }
  #members a.logout {
    color: #e53e43; }
  #members a#logout {
    padding-right: 0;
    display: block;
    background-position: right 0;
    background-size: 19px; }
  #members .nav {
    float: right; }
  #members .nav.wrap-list-cart {
    margin-right: 20px; }

.navbar .nav::after,
.navbar .nav::before {
  content: "";
  display: table; }

.navbar .nav::after {
  clear: both; }
ul.nav {
  opacity: 0; }

.linkmediateca {
  color: #e53e43 !important;
  position: absolute;
  top: 5px;
  left: 219px;
  font-size: 14px !important;
  padding-left: 30px;
  background: url(imgs/logo_home.svg);
  background-repeat: no-repeat; }

.loggedinusername {
  color: #e53e43; }

.loggedinusername:hover {
  text-decoration: underline; }

/*----LOGO----*/
#wrap::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: white;
  background-position: 0;
  background-size: 100%;
  height: 278px;
  width: 100%;
  z-index: -1; }

#logo {
  background: none;
  border: 0;
  padding: 0;
  padding-top: 30px;
  float: none !important;
  width: 230px;
  position: relative;
  padding-left: calc((100% - 1210px) / (2)); }
  @media only screen and (max-width: 1334px) {
    #logo {
      padding-left: 5%; } }

#logo a {
  width: 230px;
  float: none;
  height: 95px !important;
  text-indent: -99999px;
  padding: 0;
  background: transparent url(imgs/logo_periodistes.png) no-repeat 0 center;
  background-size: 100%;
  background-position: 0; }

/*-------DROPDOWN GRIS-------*/
.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: black; }

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

.navbar .nav > li {
  float: left;
  margin-right: 15px; }

.navbar .nav > li:last-child {
  margin-right: 0; }

.navbar-text {
  line-height: 20px; }

/*----ICONOS----*/
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("../lib/bootstrap/img/glyphicons-halflings.png"); }

#user-menu-trigger {
  text-decoration: none; }

#user-menu-trigger .icon-user {
  background-image: url("../lib/bootstrap/img/glyphicons-halflings.png"); }

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("imgs/sprite.png"); }

.table .sorting_asc {
  padding-right: 19px;
  background: url("imgs/asc.png") no-repeat scroll right center #eaeaea; }

.table .sorting_desc {
  padding-right: 19px;
  background: url("imgs/desc.png") no-repeat scroll right center #eaeaea; }

.table .sorting {
  padding-right: 19px;
  background: url("imgs/ascdesc.png") no-repeat scroll right center #eaeaea; }

i#carticon {
  background: url("imgs/cart_ico_ok.svg") no-repeat center;
  height: 19px;
  width: 19px;
  background-size: 17px;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px; }

i.icon-list.icon-white {
  background: url("imgs/lista.svg") no-repeat center;
  height: 19px;
  width: 19px;
  background-size: 100%;
  display: inline-block;
  margin-top: -2px;
  margin-right: 5px; }

a.newshelf,
.newshelf {
  background: url("imgs/lista.svg") no-repeat 0 0;
  background-size: 15px;
  background-position: 6px 2px;
  color: #e53e43; }

i.icon-flag.icon-white {
  background: url("imgs/flag_ico_ok.svg") no-repeat center;
  height: 19px;
  width: 19px;
  background-size: 14px;
  display: inline-block;
  margin-top: -3px;
  opacity: 1; }

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

.searchresults a.highlight_toggle,
#action a.highlight_toggle {
  padding-right: 28px;
  background: url("imgs/resalt.svg") no-repeat 0 0;
  display: block;
  background-size: 19px; }

#action a.highlight_toggle {
  background-position: 5px 3px; }

/*-opac-user-list--*/
.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  background-color: transparent;
  color: black; }

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: gray; }

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: gray;
  border-bottom-color: gray; }

/*----label toggle-----*/
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: black; }

/*-----Caret Toogle----*/
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: black;
  border-bottom-color: black; }

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: black;
  border-bottom-color: black; }

/*----dropdown izquierda----*/
.dropdown-menu {
  left: auto;
  right: 0; }

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

.navbar .nav > li > .dropdown-menu:after {
  right: 11px; }

/*----Basket---*/
#basketcount span {
  background-color: black;
  color: #fff;
  margin-left: 0; }

/*-----basket & lists-----*/
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  background: #cccccc; }

a.listmenulink:link,
a.listmenulink:visited {
  color: #e53e43; }

/*----idiomas------*/
#langmenu + ul a:hover {
  color: white; }

#langmenu + ul a.menu-inactive {
  cursor: default;
  color: #333333 !important; }
  #langmenu + ul a.menu-inactive:hover {
    color: #333333 !important; }

div#changelanguage {
  display: none; }

/*-----MASTERHEAD------*/
.outer-wrap-search {
  width: 90%;
  margin: 0 auto;
  max-width: 1210px;
  margin-top: -34px; }

.mastheadsearch {
  background: transparent;
  border-radius: 0;
  margin-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  box-sizing: border-box; }

.mastheadsearch,
#moresearches {
  opacity: 1;
  padding: 0;
  margin: 0 0 0 auto;
  width: calc(80% - 100px); }

#opac-main-search::after,
#opac-main-search::before {
  content: "";
  display: table; }

#opac-main-search::after {
  clear: both; }
.mastheadsearch form::after,
.mastheadsearch form::before {
  content: "";
  display: table; }

.mastheadsearch form::after {
  clear: both; }
.mastheadsearch form,
.mastheadsearch form > *,
.mastheadsearch .input-append > * {
  display: block !important; }
.mastheadsearch form > *,
.mastheadsearch .input-append > * {
  float: left; }
.mastheadsearch .input-append #searchsubmit {
  width: 60px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px;
  background: black;
  color: white;
  text-transform: uppercase;
  border: 1px solid black;
  font-size: 13px; }
  .mastheadsearch .input-append #searchsubmit:hover {
    background: white;
    color: black;
    border: 1px solid black; }
.mastheadsearch .input-append select {
  width: 180px !important;
  box-sizing: border-box; }
.mastheadsearch form > * {
  box-sizing: border-box;
  margin: 0; }
.mastheadsearch form > input {
  min-width: 180px;
  margin: 0 10px; }
.mastheadsearch form > label {
  word-wrap: break-word;
  width: 0px;
  text-align: left;
  padding-right: 10px;
  box-sizing: border-box;
  padding-top: 4px;
  display: none !important; }
.mastheadsearch form > #translControl1 {
  height: 30px;
  width: calc(100% - ((180px * 2) + 0px + 60px + (10px * 2))) !important;
  background: transparent;
  border: 1px solid black;
  color: black; }
  .mastheadsearch form > #translControl1::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px; }
  .mastheadsearch form > #translControl1:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px; }
  .mastheadsearch form > #translControl1::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px; }
  .mastheadsearch form > #translControl1:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-size: 11px; }
.mastheadsearch .input-append.nolibrarypulldown {
  width: calc(100% - (180px + 0px)); }
  .mastheadsearch .input-append.nolibrarypulldown input[type="text"] {
    margin-left: 10px;
    width: calc(100% - (10px + 60px));
    background: transparent;
    border: 1px solid black;
    color: black; }
    .mastheadsearch .input-append.nolibrarypulldown input[type="text"]::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }
    .mastheadsearch .input-append.nolibrarypulldown input[type="text"]:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }
    .mastheadsearch .input-append.nolibrarypulldown input[type="text"]::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }
    .mastheadsearch .input-append.nolibrarypulldown input[type="text"]:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.5);
      text-transform: uppercase;
      font-size: 11px; }

/*-------- min width for slects----------*/
/*----RESET BOTONES-----*/
.btn-primary,
.btn-success,
.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #e53e43;
  border: 0;
  color: white;
  font-weight: normal;
  transition: background 300ms ease; }
  .btn-primary:hover,
  .btn-success:hover,
  .btn:hover {
    background: #929292;
    transition: background 300ms ease;
    color: white; }
  .btn-primary:focus,
  .btn-success:focus,
  .btn:focus {
    border: 0;
    outline: none;
    background: #505050;
    color: white; }

.btn-primary,
#usertags form input[type="submit"] {
  height: 30px; }

#tagsel_span input.submit,
#tagsel_tag {
  color: #e53e43; }

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #e53e43;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

/*------Layouts generals-----*/
.main {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  width: 90%;
  margin: 0 auto;
  max-width: 1210px;
  box-sizing: border-box; }

.main > .container-fluid {
  padding-top: 30px; }

.container-fluid {
  padding: 0; }

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; }
body:not(#opac-main) .breadcrumb {
  margin-top: 30px;
  font-size: 12px; }

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; }

/*--------BUSQUEDA AVANZADA----------*/
#advsearch input[type="submit"] {
  margin: 5px; }
  #advsearch input[type="submit"]:hover {
    background: #787878; }
#advsearch input + a.btn,
#advsearch input + a.btn + a.btn {
  margin: 5px;
  background: #929292; }
  #advsearch input + a.btn:hover,
  #advsearch input + a.btn + a.btn:hover {
    background: #787878; }
  #advsearch input + a.btn:visited,
  #advsearch input + a.btn + a.btn:visited {
    color: black; }
#advsearch #booleansearch label {
  width: 20px;
  display: inline-block; }
#advsearch #booleansearch select,
#advsearch #booleansearch input {
  margin: 5px 5px 5px 0; }

/*------MENU MORESEARCHES-----*/
#moresearches {
  text-align: center;
  margin-top: 15px; }
  #moresearches a {
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    transition: color 300ms ease; }
    #moresearches a:hover {
      text-decoration: none;
      color: gray; }
  #moresearches li:after {
    display: inline-block;
    padding: 0 15px; }

/*-------CUADRO DETALLE-------*/
/*-------NAV LATERAL BUSQUEDA-------*/
#action a {
  font-weight: normal;
  min-height: 19px;
  display: block; }
#action a.print-large {
  background: url("imgs/print.svg") no-repeat 6px center;
  background-size: 17px; }
#action a.addtocart,
#action a.incart {
  background: url("imgs/cart_ico_ok.svg") no-repeat 6px center;
  background-size: 17px; }
#action a.addtoshelf {
  background: url("imgs/lista.svg") no-repeat 6px center;
  background-size: 17px; }

#results span.actions a.hold,
#selections-toolbar input.hold {
  background: url("imgs/reserva_black.svg") no-repeat 6px center #e6e6e6;
  background-size: 15px;
  cursor: pointer; }

#selections-toolbar input.hold.disabled {
  opacity: 0.5;
  cursor: default; }

#ulactioncontainer .nav_results {
  background: transparent; }
#ulactioncontainer .pg_menu {
  margin: 10px 0; }
#ulactioncontainer .pg_menu li {
  display: block;
  float: left;
  width: calc(100% / 3);
  box-sizing: border-box;
  border: 0;
  white-space: normal;
  line-height: 1;
  margin-top: 5px; }
  #ulactioncontainer .pg_menu li.left_results a,
  #ulactioncontainer .pg_menu li.left_results span {
    background: #eaeaea;
    margin: 0 auto;
    border-radius: 0;
    min-height: 26px;
    display: block;
    width: 95%;
    box-sizing: border-box;
    height: 34px;
    padding-top: 10px; }
  #ulactioncontainer .pg_menu li.back_results a,
  #ulactioncontainer .pg_menu li.back_results span {
    background: #eaeaea;
    margin: 0 auto;
    border-radius: 0;
    min-height: 26px;
    display: block;
    width: 95%;
    box-sizing: border-box;
    height: 34px; }
  #ulactioncontainer .pg_menu li.right_results {
    text-align: right; }
    #ulactioncontainer .pg_menu li.right_results a,
    #ulactioncontainer .pg_menu li.right_results span {
      background: #eaeaea;
      margin: 0 auto;
      border-radius: 0;
      min-height: 26px;
      display: block;
      width: 95%;
      box-sizing: border-box;
      height: 34px;
      padding-top: 10px; }
#ulactioncontainer .pagination_list .li_pag_index {
  color: #999999;
  font-size: 13px;
  font-weight: normal; }
#ulactioncontainer .pagination_list ul li {
  border-top: 1px solid #DDDDDD;
  border-bottom: 0;
  padding: 5px 10px; }
#ulactioncontainer .pagination_list li.highlight {
  background: white !important; }
#ulactioncontainer #listResults {
  margin-left: 10px; }
#ulactioncontainer #ul_pagination_list {
  margin-left: 0; }
#ulactioncontainer .results-pagination {
  background: white; }

/*-------NAV LATERAL USER-------*/
#menu h4,
#search-facets h4 {
  display: block;
  margin-bottom: 0;
  font-family: "Arimo"; }
  #menu h4 a,
  #search-facets h4 a {
    background: url(imgs/arr_up.png) no-repeat calc(100% - 15px) center;
    color: white;
    text-transform: uppercase;
    padding: 7px 10px;
    border-bottom: 0;
    text-align: left;
    padding-right: 25px;
    line-height: 1.25;
    background-color: #9e9e9e !important;
    transition: all 300ms ease;
    font-size: 12px; }
    #menu h4 a:hover,
    #search-facets h4 a:hover {
      background-color: gray !important; }
  #menu h4 a.menu-open,
  #search-facets h4 a.menu-open {
    background-image: url(imgs/arr_down.png); }
  #menu h4 a,
  #search-facets h4 a {
    padding: 8px 8px 8px 20px;
    background-color: transparent !important;
    font-size: 12.5px !important;
    font-weight: bold !important;
    height: auto !important;
    line-height: 1.25 !important; }
    #menu h4 a,
    #search-facets h4 a {
      border: 1px solid #999999;
      position: relative;
      height: 30px;
      line-height: 2.2;
      text-align: right;
      font-size: 13px;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0;
      box-sizing: border-box;
      padding-right: 10px;
      color: black;
      display: block;
      background: transparent; }
      #menu h4 a::before,
      #search-facets h4 a::before {
        content: "";
        display: block;
        position: absolute;
        background: url("imgs/navegar_ico.svg") no-repeat center;
        height: 100%;
        width: 26px;
        background-color: #e53e43;
        background-size: 13px; }
    #menu h4 a::before,
    #search-facets h4 a::before {
      background-color: black;
      top: 0;
      left: 0; }
    #menu h4 a:hover,
    #search-facets h4 a:hover {
      background-color: white !important;
      transition: background200ms ease-in-out; }
      #menu h4 a:hover::before,
      #search-facets h4 a:hover::before {
        background-position-y: 14px; }

#usermenu {
  margin: 20px 0; }

#menu {
  border: 0; }
  #menu ul {
    padding: 0;
    margin: 0; }
    #menu ul li {
      padding: 0;
      margin: 0; }
      #menu ul li a {
        display: block;
        padding: 10px;
        margin: 0;
        border: 0;
        border-bottom: 1px solid white;
        background: #eaeaea;
        color: black;
        transition: all 300ms ease;
        text-decoration: none; }
        #menu ul li a:hover {
          background: #cacaca; }
      #menu ul li:last-child a {
        border: 0; }
      #menu ul li.active a {
        background-color: #f9f9f9; }

#search-facets {
  border: 0; }
  #search-facets ul {
    padding: 0;
    margin: 0; }
    #search-facets ul li {
      padding: 3px 0;
      margin: 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 ul li:last-child a {
        border: 0; }
      #search-facets ul li span {
        display: block;
        float: left; }
        #search-facets ul li span a {
          padding: 0; }
        #search-facets ul li span.facet-count {
          padding-left: 5px;
          color: #e53e43; }
  #search-facets h5 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    color: black;
    padding-bottom: 6px;
    font-size: 12px; }
  #search-facets .menu-collapse > li {
    border-bottom: 1px solid #eaeaea;
    padding: 0 7px 12px 7px;
    margin-bottom: 12px; }
    #search-facets .menu-collapse > li:first-child {
      padding-top: 15px; }
  #search-facets li.showmore a {
    color: #e53e43;
    text-indent: 0;
    padding: 10px 0 0 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#availability_facet a,
#search-facets > ul > li#holdingbranch_id a {
  color: #e53e43;
  line-height: 1.25; }

input.editshelf,
.deleteshelf {
  color: #e53e43; }

/*------RESET TABLES--------*/
.ui-tabs .ui-tabs-nav {
  padding: 0; }

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

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

/*-------CUADRO DETALLE-------*/
#action {
  background: transparent;
  border: 0; }
  #action li {
    border-bottom: 1px solid #e8e8e8; }

.pg_menu li.back_results a {
  border: 0; }

.nav_results {
  border: 0; }
  .nav_results .pg_menu {
    border: 0; }

.nav_results .l_Results a {
  background: url(imgs/arr_up.png) no-repeat calc(100% - 15px) center;
  color: white;
  text-transform: uppercase;
  padding: 7px 10px;
  border-bottom: 0;
  text-align: left;
  padding-right: 25px;
  line-height: 1.25;
  background-color: #9e9e9e !important;
  transition: all 300ms ease;
  font-size: 12px; }
  .nav_results .l_Results a:hover {
    background-color: gray !important; }
.nav_results .l_Results a {
  padding: 0;
  background-color: white !important; }
  .nav_results .l_Results a {
    border: 1px solid #999999;
    position: relative;
    height: 30px;
    line-height: 2.2;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    padding-right: 10px;
    color: black;
    display: block;
    background: transparent; }
    .nav_results .l_Results a::before {
      content: "";
      display: block;
      position: absolute;
      background: url("imgs/navegar_ico.svg") no-repeat center;
      height: 100%;
      width: 26px;
      background-color: #e53e43;
      background-size: 13px; }
  .nav_results .l_Results a::before {
    background-color: black;
    background-position-y: 11px;
    transition: background 300ms ease; }
  .nav_results .l_Results a:focus {
    outline: 0; }
  .nav_results .l_Results a:hover {
    background-color: white !important; }
    .nav_results .l_Results a:hover::before {
      background-position-y: 14px; }

.pg_menu a {
  color: black; }

#listResults {
  margin-top: 10px; }
  #listResults li:hover {
    background-color: #e53e43; }

.pg_menu li a,
.pg_menu li span {
  background-color: white; }

.pg_menu {
  background-color: white; }

.authlink {
  background: url(imgs/filefind.png) no-repeat center;
  background-size: 15px; }
  .authlink img[src*="filefind"] {
    opacity: 0; }

a.rsssearchlink {
  background: url(imgs/rss-symbol_ok.svg) no-repeat center;
  background-size: 17px; }
  a.rsssearchlink img[src*="feed"] {
    opacity: 0; }

a.rss-list-link {
  background: url(imgs/rss-symbol_ok.svg) no-repeat center;
  background-size: 17px; }
  a.rss-list-link img[src*="feed"] {
    opacity: 0; }

.link-rss-news {
  background: url(imgs/rss-symbol_ok.svg) no-repeat center;
  background-size: 17px; }
  .link-rss-news img[src*="feed"] {
    opacity: 0; }

#rssnews-container {
  display: none; }

.title_section_news {
  position: relative; }
  .title_section_news .link-rss-news {
    position: absolute;
    right: 11px;
    top: 5px;
    width: 11px;
    transform: opacity 200ms ease-in-out; }
    .title_section_news .link-rss-news:hover {
      opacity: 0.7; }

#numresults a.rsssearchlink {
  background: url(imgs/rss-symbol_ok.svg) no-repeat center;
  background-size: 17px; }
  #numresults a.rsssearchlink img[src*="feed"] {
    opacity: 0; }
#numresults .rsssearchlink {
  width: 19px;
  height: 19px;
  display: inline-block; }
#numresults strong {
  font-weight: normal;
  color: black; }

/*------RESET TABLES--------*/
.ui-widget-content a,
.ui-widget-content a:visited {
  color: #e53e43; }

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

.nav_pages .close_pagination a {
  position: absolute;
  top: 30px;
  right: 10px;
  color: gray; }

/*------RESET TAB VIEWS--------*/
#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 + h1,
    #userauthdetails #views + h1,
    #userauthMARCdetails #views + h1 {
      margin-top: 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, #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("imgs/isbd_ico_act.svg") no-repeat 0 center;
        background-position: 10px;
        line-height: 1.7;
        font-size: 12px;
        margin-right: 7px;
        border-bottom: 0; }
      #catalogue_detail_biblio #views .view > a,
      #userauthdetails #views .view > a,
      #userauthMARCdetails #views .view > a {
        font-weight: normal;
        background-color: white;
        color: black;
        transition: all 300ms ease;
        line-height: 2;
        border: 1px solid #dfe0e0; }
        #catalogue_detail_biblio #views .view > a:hover,
        #userauthdetails #views .view > a:hover,
        #userauthMARCdetails #views .view > a:hover {
          color: white;
          background-color: #4d4d4d;
          text-decoration: none; }
      #catalogue_detail_biblio #views .view > span,
      #userauthdetails #views .view > span,
      #userauthMARCdetails #views .view > span {
        background-color: white;
        color: black;
        border: 1px solid #dfe0e0;
        border-top: 2px solid black;
        border-bottom: 0; }
      #catalogue_detail_biblio #views .view a#Normalview,
      #userauthdetails #views .view a#Normalview,
      #userauthMARCdetails #views .view a#Normalview {
        background-image: url("imgs/detail_ico_act.svg"); }
      #catalogue_detail_biblio #views .view span#MARCview,
      #userauthdetails #views .view span#MARCview,
      #userauthMARCdetails #views .view span#MARCview {
        background-image: url("imgs/marc_ico_act.svg"); }
      #catalogue_detail_biblio #views .view a#ISBDview,
      #userauthdetails #views .view a#ISBDview,
      #userauthMARCdetails #views .view a#ISBDview {
        background-image: url("imgs/isbd_ico_act.svg"); }
      #catalogue_detail_biblio #views .view span#Normalview,
      #userauthdetails #views .view span#Normalview,
      #userauthMARCdetails #views .view span#Normalview {
        background-image: url("imgs/detail_ico_act.svg"); }
      #catalogue_detail_biblio #views .view a#MARCview,
      #userauthdetails #views .view a#MARCview,
      #userauthMARCdetails #views .view a#MARCview {
        background-image: url("imgs/marc_ico_act.svg"); }
      #catalogue_detail_biblio #views .view span#ISBDview,
      #userauthdetails #views .view span#ISBDview,
      #userauthMARCdetails #views .view span#ISBDview {
        background-image: url("imgs/isbd_ico_act.svg"); }
  #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-size: 20px;
    line-height: 1.15;
    margin-bottom: 10px; }
  #catalogue_detail_biblio h5.author,
  #userauthdetails h5.author,
  #userauthMARCdetails h5.author {
    font-weight: normal;
    font-size: 15px;
    color: #d91852;
    margin-top: 0;
    margin-bottom: 0; }
  #catalogue_detail_biblio h5.author + .results_summary,
  #userauthdetails h5.author + .results_summary,
  #userauthMARCdetails h5.author + .results_summary {
    border: 0;
    margin-top: 10px; }
  #catalogue_detail_biblio .registro > *,
  #userauthdetails .registro > *,
  #userauthMARCdetails .registro > * {
    width: 100%;
    display: block; }

#catalogue_detail_biblio .registro::after,
#catalogue_detail_biblio .registro::before {
  content: "";
  display: table; }

#catalogue_detail_biblio .registro::after {
  clear: both; }
span.star-rating-control::after,
span.star-rating-control::before {
  content: "";
  display: table; }

span.star-rating-control::after {
  clear: both; }
span.star-rating-control {
  display: block;
  float: left; }

#opac-detail .results_summary {
  border-top: 1px solid #dfe0e0;
  padding: 7px 0px;
  float: left;
  width: 100%;
  font-size: 13px; }
  #opac-detail .results_summary .label {
    color: #202020;
    width: 106px;
    display: block;
    white-space: normal;
    float: left;
    padding-right: 12px;
    line-height: 1.4; }
    #opac-detail .results_summary .label .term {
      background: transparent; }
  #opac-detail .results_summary .wrapsumcont {
    float: left;
    width: calc(100% - 118px); }
    #opac-detail .results_summary .wrapsumcont * {
      margin-left: 0; }

.results_summary.tags {
  font-size: 11px; }

#opac-detail a.tag_add {
  background: url(imgs/add.svg) no-repeat 0 0 white;
  color: #e53e43;
  border-radius: 3px;
  font-size: 12px;
  padding: 3px 7px 3px 26px;
  background-size: 12px;
  background-position: 7px 5px;
  margin: 9px 0;
  border: 1px solid #e53e43;
  transition: all 300ms ease; }
  #opac-detail a.tag_add:hover {
    text-decoration: none;
    background-color: #e53e43;
    background-image: url(imgs/add_w.svg);
    color: white; }
  #opac-detail a.tag_add .term {
    background: transparent; }

.tag_results_input {
  margin-bottom: 10px; }

.results_summary.tagsinput {
  border-top: 0 !important; }

#bookcover {
  width: 150px;
  box-sizing: border-box;
  position: absolute;
  right: 30px;
  max-height: 200px;
  overflow: hidden;
  text-align: right; }
  #bookcover a {
    width: 100%;
    display: block; }
  #bookcover img {
    margin: 0;
    width: 100% !important; }

#catalogue_detail_biblio::after,
#catalogue_detail_biblio::before {
  content: "";
  display: table; }

#catalogue_detail_biblio::after {
  clear: both; }
div.star-rating,
div.star-rating a,
div.rating-cancel,
div.rating-cancel a {
  background-image: url(imgs/ratings_new.png) !important; }

#opac-marcdetail #catalogue_detail_biblio {
  padding-bottom: 0; }
  #opac-marcdetail #catalogue_detail_biblio table#items {
    position: relative;
    left: -40px;
    border: 0;
    padding: 20px; }
    #opac-marcdetail #catalogue_detail_biblio table#items tbody {
      display: block;
      border: 1px solid #EEE; }
    #opac-marcdetail #catalogue_detail_biblio table#items caption {
      background: white;
      padding: 30px 20px 10px 20px; }

/*----MARC----*/
#marc {
  background: transparent;
  border: 0; }
  #marc th {
    border-top: 1px solid #c3c3c3;
    padding: 10px 0 5px 10px; }
  #marc tr:first-child th {
    border: 0; }
  #marc td {
    padding: 0 0 5px 10px; }
  #marc td:first-child {
    width: 30%;
    text-indent: 0; }
  #marc td:last-child {
    width: 70%; }

/*----BREADCRUMB----*/
.breadcrumb {
  margin: 10px 0 20px 0;
  background: transparent;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  padding-right: 0;
  padding: 0;
  width: auto;
  display: inline-block; }
  .breadcrumb a {
    color: black;
    text-shadow: none;
    font-size: 14px; }

#opac-main .breadcrumb {
  display: none; }

/*---RESALT---*/
.term {
  color: inherit;
  background-color: #ffffc7; }

/*-------RESULTADOS-------*/
td.bibliocol,
#listcontents tr td:last-child,
#mytagst tr td:nth-child(2) {
  padding: 8px 25px 25px 5px; }
  td.bibliocol a.title,
  #listcontents tr td:last-child a.title,
  #mytagst tr td:nth-child(2) a.title {
    font-size: 13px;
    color: #e53e43;
    font-weight: 700;
    padding-bottom: 5px;
    display: block; }
  td.bibliocol a.title + p,
  td.bibliocol span.author,
  #listcontents tr td:last-child a.title + p,
  #listcontents tr td:last-child span.author,
  #mytagst tr td:nth-child(2) a.title + p,
  #mytagst tr td:nth-child(2) span.author {
    font-size: 12px;
    color: #0a0a0a;
    padding-bottom: 10px; }
  td.bibliocol span.results_summary,
  #listcontents tr td:last-child span.results_summary,
  #mytagst tr td:nth-child(2) span.results_summary {
    font-size: 11px;
    color: #585858;
    padding-bottom: 2px; }
  td.bibliocol span.label,
  #listcontents tr td:last-child span.label,
  #mytagst tr td:nth-child(2) span.label {
    font-size: 11px;
    color: #585858; }
  td.bibliocol .results_summary.ratings,
  #listcontents tr td:last-child .results_summary.ratings,
  #mytagst tr td:nth-child(2) .results_summary.ratings {
    padding: 5px 0; }

.available {
  color: black; }

.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }

span.actions a {
  margin-top: 10px !important;
  display: block; }

#results span.actions,
#opac-userlists span.actions,
#opac-lists span.actions {
  margin-bottom: 13px;
  display: inline-block; }
  #results span.actions a,
  #opac-userlists span.actions a,
  #opac-lists span.actions a {
    background-color: #e6e6e6;
    background-size: 14px;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding: 5px 10px;
    margin-right: 5px;
    color: black;
    text-transform: uppercase;
    font-size: 11px;
    padding-left: 25px;
    transition: all 300ms ease;
    -webkit-box-shadow: 1px 1px 0px #bfbfbf;
    -moz-box-shadow: 1px 1px 0px #bfbfbf;
    box-shadow: 1px 1px 0px #bfbfbf; }
    #results span.actions a.addtocart,
    #opac-userlists span.actions a.addtocart,
    #opac-lists span.actions a.addtocart {
      background-image: url("imgs/cart_ico_ok.svg"); }
    #results span.actions a.addtoshelf,
    #opac-userlists span.actions a.addtoshelf,
    #opac-lists span.actions a.addtoshelf {
      background-image: url("imgs/lista.svg"); }
    #results span.actions a.tag_add,
    #opac-userlists span.actions a.tag_add,
    #opac-lists span.actions a.tag_add {
      background-image: url("imgs/tag.svg"); }
    #results span.actions a.cartRemove,
    #opac-userlists span.actions a.cartRemove,
    #opac-lists span.actions a.cartRemove {
      padding-left: 10px; }
    #results span.actions a.removefromlist,
    #opac-userlists span.actions a.removefromlist,
    #opac-lists span.actions a.removefromlist {
      background-image: url("imgs/close-button.svg");
      background-size: 10px;
      padding-left: 22px; }
    #results span.actions a:hover,
    #opac-userlists span.actions a:hover,
    #opac-lists span.actions a:hover {
      background-color: #b3b3b3;
      color: white; }
#results .actions-menu,
#opac-userlists .actions-menu,
#opac-lists .actions-menu {
  margin-top: 10px; }

.results_material_type img {
  display: none; }

/*----TOOLBAR---*/
.toolbar {
  background-color: #f7f7f7;
  border: 0;
  padding: 5px 0; }

select#sort_by,
select#addto {
  min-height: 25px; }

#selections-toolbar,
.selections-toolbar {
  background: transparent;
  margin: 0 0 1em 0;
  padding-top: .5em;
  padding-left: 10px;
  border-top: 0; }

input.hold {
  color: #e53e43 !important; }

input.hold.disabled {
  color: gray !important; }

.highlight_controls {
  height: 25px;
  padding-top: 3px;
  box-sizing: border-box;
  padding-left: 11px; }

/*----footer----*/
#koha_url {
  float: none;
  clear: both;
  width: 100%;
  text-align: right; }
  #koha_url p {
    float: none;
    color: white;
    margin: 0;
    color: #888888;
    text-transform: uppercase;
    padding-right: 5px; }
    #koha_url p .koha_url {
      margin-left: 0;
      text-transform: uppercase;
      color: #888888;
      font-weight: bold; }
      #koha_url p .koha_url:hover {
        color: #e53e43; }

/*----ALERTS----*/
.alert-success,
.alert,
.alert-info {
  background: transparent;
  filter: none;
  border-color: #e53e43;
  margin-top: 40px; }

/*----SELECT STYLES----*/
select#masthead_search {
  display: none !important; }

.wrapselectlist {
  width: 180px; }

.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: 4px 20px 4px 6px;
  background: url(imgs/arrows.png) no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 11px;
  border: 1px solid black;
  color: black;
  cursor: pointer;
  height: 30px;
  box-sizing: border-box;
  line-height: 22px;
  font-size: 13px;
  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(imgs/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: #b3b3b3;
  color: white; }

#login {
  opacity: 0; }
  #login legend {
    border: 1px solid #999999;
    position: relative;
    height: 30px;
    line-height: 2.2;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    padding-right: 10px;
    color: black;
    display: block;
    background: transparent; }
    #login legend::before {
      content: "";
      display: block;
      position: absolute;
      background: url("imgs/acceso.svg") no-repeat center;
      height: 100%;
      width: 26px;
      background-color: #e53e43;
      background-size: 13px; }
  #login #userid,
  #login #password {
    width: 100%;
    background: #b0b0b0;
    border: 0;
    border-bottom: 1px solid #333333;
    margin-top: 20px;
    margin-bottom: 0;
    color: black; }
    #login #userid::-webkit-input-placeholder,
    #login #password::-webkit-input-placeholder {
      color: #4d4d4d;
      text-transform: uppercase;
      font-size: 11px; }
    #login #userid:-moz-placeholder,
    #login #password:-moz-placeholder {
      /* Firefox 18- */
      color: #4d4d4d;
      text-transform: uppercase;
      font-size: 11px; }
    #login #userid::-moz-placeholder,
    #login #password::-moz-placeholder {
      /* Firefox 19+ */
      color: #4d4d4d;
      text-transform: uppercase;
      font-size: 11px; }
    #login #userid:-ms-input-placeholder,
    #login #password:-ms-input-placeholder {
      color: #4d4d4d;
      text-transform: uppercase;
      font-size: 11px; }
  #login fieldset.action {
    text-align: right; }

#navigation {
  margin-top: 0; }

#opacnav {
  display: none;
  margin-bottom: 30px; }
  #opacnav h1 {
    border: 1px solid #999999;
    position: relative;
    height: 30px;
    line-height: 2.2;
    text-align: right;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    margin: 0;
    box-sizing: border-box;
    padding-right: 10px;
    color: black;
    display: block;
    background: transparent; }
    #opacnav h1::before {
      content: "";
      display: block;
      position: absolute;
      background: url("imgs/datos.svg") no-repeat center;
      height: 100%;
      width: 26px;
      background-color: #e53e43;
      background-size: 13px; }

#opacnavbottom h1 {
  border: 1px solid #999999;
  position: relative;
  height: 30px;
  line-height: 2.2;
  text-align: right;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  box-sizing: border-box;
  padding-right: 10px;
  color: black;
  display: block;
  background: transparent; }
  #opacnavbottom h1::before {
    content: "";
    display: block;
    position: absolute;
    background: url("imgs/links.svg") no-repeat center;
    height: 100%;
    width: 26px;
    background-color: #e53e43;
    background-size: 13px; }
#opacnavbottom ul {
  list-style: none;
  margin-left: 0; }
  #opacnavbottom ul li a {
    display: block;
    border-bottom: 1px solid #999999;
    padding: 10px 10px 10px 30px; }
  #opacnavbottom ul li:hover a {
    background-color: #efefef;
    text-decoration: none; }
#opacnavbottom .place {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada; }
  #opacnavbottom .place:first-child {
    margin-top: 15px; }
#opacnavbottom .contacto .info,
#opacnavbottom .contacto .mail,
#opacnavbottom .contacto .timetable {
  background: url(imgs/localiza-ico.svg) no-repeat;
  background-position: 0 3px;
  background-size: 10px;
  padding-left: 17px;
  margin-bottom: 10px; }
#opacnavbottom .contacto .mail {
  background-image: url(imgs/mail-ico.svg); }
  #opacnavbottom .contacto .mail a {
    color: black; }
#opacnavbottom .contacto .timetable {
  background-image: url(imgs/horario-ico.svg); }

#login label[for="userid"],
#login label[for="password"] {
  display: none; }

/*----DATOS HOME----*/
#map {
  margin-bottom: 30px; }

#shelfbrowser #browser_previous {
  background: url(imgs/prev-news.svg) no-repeat center;
  background-size: 14px; }

#shelfbrowser #browser_next {
  background: url(imgs/next-news.svg) no-repeat center;
  background-size: 14px; }

#news,
#opacmainuserblock {
  margin: 0;
  border: 0;
  width: 50%;
  float: left;
  box-sizing: border-box; }
  #news h2,
  #opacmainuserblock h2 {
    font-family: "Arimo";
    margin: 0;
    display: block;
    background-color: black;
    text-transform: uppercase;
    color: white;
    padding: 15px 5px 5px 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    height: 34px;
    box-sizing: border-box; }

#opacmainuserblock {
  padding-left: 20px; }
  #opacmainuserblock .wrap-link {
    width: 100%;
    height: 270px;
    background: url(imgs/docu.png) no-repeat;
    background-size: cover;
    position: relative;
    margin-bottom: 17px; }
    #opacmainuserblock .wrap-link a {
      color: white;
      font-family: 'Amiri', serif;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      box-sizing: border-box;
      width: 60%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      transition: background 200ms ease-in-out; }
      #opacmainuserblock .wrap-link a:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    #opacmainuserblock .wrap-link .inner {
      position: absolute;
      bottom: 20px;
      left: 20px; }
      #opacmainuserblock .wrap-link .inner:hover {
        text-decoration: none; }
    #opacmainuserblock .wrap-link:nth-of-type(1) {
      margin-top: 17px; }
    #opacmainuserblock .wrap-link:nth-of-type(2) {
      background-image: url(imgs/consulta.png); }
    #opacmainuserblock .wrap-link:nth-of-type(3) {
      background-image: url(imgs/memoria.jpg); }
    #opacmainuserblock .wrap-link:nth-of-type(4) {
      background-image: url(imgs/recursos.jpg); }

#news .portada-libro::after,
#news .portada-libro::before {
  content: "";
  display: table; }

#news .portada-libro::after {
  clear: both; }
#news {
  padding-right: 20px; }
  #news .wrapimg {
    height: 270px;
    overflow: hidden;
    position: relative; }
    #news .wrapimg img {
      width: 100%;
      min-height: 270px;
      min-width: 100.1%;
      max-width: 1000%;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      object-fit: cover; }
  #news .portada-libro .wrapimg {
    width: 40%;
    float: left;
    margin: 0px 20px 15px 0;
    height: auto; }
    #news .portada-libro .wrapimg img {
      width: 100%;
      height: auto;
      min-height: 0;
      min-width: 0;
      max-width: none;
      position: static;
      left: 0;
      top: 0;
      -webkit-transform: none;
      -ms-transform: translate(-50%, -50%);
      transform: none;
      object-fit: initial; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* Para que el contenedor tenga relación de aspecto 16/9 */
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px 0; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.newsitem {
  margin-top: 17px;
  padding: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 15px; }
  .newsitem .newsheader {
    background-color: transparent;
    border-bottom: 0;
    margin: 0;
    padding: 8px;
    color: #000000;
    font-size: 24px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 7px;
    margin-top: 15px; }
  .newsitem .newsbody p:last-child {
    margin-bottom: 0; }
  .newsitem:last-child {
    border-bottom: 0; }

.newsfooter {
  border-bottom: 0;
  font-style: normal;
  padding: 4px 8px;
  color: #949898;
  text-align: right;
  display: none; }

.newsbody {
  padding: 0; }
  .newsbody p {
    line-height: 1.4; }

/*----FOOTER-----*/
footer {
  background: black url(imgs/logo_periodistes_w.png) no-repeat 15px 15px;
  background-size: 144px auto;
  padding: 15px 15px 15px 180px;
  box-sizing: border-box;
  text-align: center;
  color: white;
  font-size: 12px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1210px; }
  footer ul {
    margin-top: 10px;
    list-style: none;
    text-align: center; }
    footer ul li {
      display: inline-block;
      padding-right: 5px;
      margin-right: 5px; }
      footer ul li:last-child {
        border-right: 0;
        margin-right: 0; }
      footer ul li a {
        color: white;
        line-height: 1; }
        footer ul li a:hover {
          color: white; }

.footer-text {
  text-align: left;
  float: left;
  font-family: 'Arimo', sans-serif;
  font-size: 13px; }

.footer-links {
  float: right; }
  .footer-links a {
    font-family: 'Arimo', sans-serif;
    font-size: 13px;
    text-transform: uppercase; }

/*-----AJUSTES DE TABLA------*/
.searchresults table tr td,
#listcontents table tr td {
  padding-top: 15px !important; }

.table thead th {
  vertical-align: middle; }

/*-----VARIOS-----*/
.suggestion {
  border: 0;
  text-align: center;
  line-height: 1.25;
  font-size: 12px;
  background: #f0f0f0; }

.required {
  color: #e53e43; }

.thumbnailok {
  min-width: 100px;
  max-width: 150px;
  opacity: 1 !important; }

.close {
  color: #e53e43; }

/*--limpiar portadas---*/
.coverimages {
  width: 120px;
  margin-left: 20px; }
  .coverimages img {
    width: 100%; }

#results #bookcover img,
#results .coverimages img,
#results #shelfbrowser img,
#opac-userlists #bookcover img,
#opac-userlists .coverimages img,
#opac-userlists #shelfbrowser img,
#opac-detail #bookcover img,
#opac-detail .coverimages img,
#opac-detail #shelfbrowser img {
  display: none; }
  #results #bookcover img.imgok,
  #results .coverimages img.imgok,
  #results #shelfbrowser img.imgok,
  #opac-userlists #bookcover img.imgok,
  #opac-userlists .coverimages img.imgok,
  #opac-userlists #shelfbrowser img.imgok,
  #opac-detail #bookcover img.imgok,
  #opac-detail .coverimages img.imgok,
  #opac-detail #shelfbrowser img.imgok {
    display: inline;
    width: auto;
    height: auto; }
#results .coverimages img.imgok,
#opac-userlists .coverimages img.imgok,
#opac-detail .coverimages img.imgok {
  width: 100px; }
#results #shelfbrowser img.imgok,
#opac-userlists #shelfbrowser img.imgok,
#opac-detail #shelfbrowser img.imgok {
  width: 90px; }

.no-image {
  display: none !important;
  border: 1px solid #dadada;
  color: #979797;
  font-size: 86%;
  font-weight: bold;
  text-align: center;
  width: 75px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 23px 5px;
  margin: 0 auto;
  font-weight: normal; }

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

/*-------TABLA EXISTENCIAS-----*/
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; }
  div#bibliodescriptions td img {
    display: none; }

.ui-tabs .ui-tabs-nav li.ui-state-default a {
  color: #878c92; }

#opac-marcdetail #items.tablersp {
  width: 100% !important;
  left: 0 !important;
  padding: 0 !important; }
  #opac-marcdetail #items.tablersp tbody {
    border: 0 !important; }
  #opac-marcdetail #items.tablersp tr {
    display: block;
    width: calc(50% - 20px);
    border: 2px solid #e3e3e3;
    padding: 15px;
    box-sizing: border-box;
    margin: 10px 20px 10px 0;
    float: left; }
    #opac-marcdetail #items.tablersp tr td {
      display: block;
      width: 100%;
      background-color: transparent !important; }
      #opac-marcdetail #items.tablersp tr td span {
        display: block;
        float: left;
        white-space: normal;
        word-break: break-word;
        box-sizing: border-box; }
    #opac-marcdetail #items.tablersp tr:first-child {
      display: none; }
    #opac-marcdetail #items.tablersp tr:not(:first-child) td {
      border: 0;
      border-bottom: 1px solid #dfe3e7;
      box-sizing: border-box; }
#opac-marcdetail .thtext {
  padding-right: 10px;
  color: #8b9094;
  width: 145px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
  font-weight: bold; }
#opac-marcdetail .tdtext {
  width: calc(100% - 145px);
  color: black; }

#opac-marcdetail #items.tablersp tr:not(:first-child) td::after,
#opac-marcdetail #items.tablersp tr:not(:first-child) td::before {
  content: "";
  display: table; }

#opac-marcdetail #items.tablersp tr:not(:first-child) td::after {
  clear: both; }
/*------LOADER------*/
#opac-main .span7 {
  position: relative; }

.loader {
  font-size: 10px;
  position: absolute;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(55, 64, 73, 0.2);
  border-right: 0.7em solid rgba(55, 64, 73, 0.2);
  border-bottom: 0.7em solid rgba(55, 64, 73, 0.2);
  border-left: 0.7em solid rgba(55, 64, 73, 0.5);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: spin 1.1s infinite linear;
  animation: spin 1.1s infinite linear;
  top: 75px;
  left: 50%; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 3.5em;
  height: 3.5em; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*---SOCIALS ICONS---*/
#social_networks span {
  display: block;
  color: gray;
  width: 100%; }
#social_networks #facebook,
#social_networks #linkedin,
#social_networks #delicious,
#social_networks #email {
  background: url(imgs/facebook_ico.svg) no-repeat center;
  width: 25px;
  height: 25px !important;
  display: block;
  background-size: 25px;
  margin-right: 10px; }
#social_networks #linkedin {
  background-image: url(imgs/linkedin_ico.svg); }
#social_networks #delicious {
  background-image: url(imgs/delicious_ico.svg); }
#social_networks #email {
  background-image: url(imgs/mail_ico.svg); }

/*------QR CODE-------*/
#qrcode {
  position: absolute;
  right: 30px;
  width: 150px !important;
  top: 230px;
  box-sizing: border-box;
  padding: 40px 20px 20px 20px; }

.opac-credits::after,
.opac-credits::before {
  content: "";
  display: table; }

.opac-credits::after {
  clear: both; }
.opac-credits a {
  color: white; }
  .opac-credits a:hover {
    color: #e53e43;
    text-decoration: none; }

/*    MEDIA QUERIES    */
@media (max-width: 1100px) {
  #opac-marcdetail #items.tablersp tr {
    width: calc(100% - 20px); } }
@media (max-width: 768px) {
  body#opac-main .main {
    padding-right: 0;
    padding-left: 0; }
  body#opac-main .row-fluid .span2,
  body#opac-main .row-fluid .span10,
  body#opac-main .row-fluid .span7 {
    width: 100%; }
  body#opac-main .row-fluid .span7 {
    padding-left: 0; }

  .banners-listas > div {
    width: 100%;
    margin: 0 0 20px 0; }

  #opac-main-search > .span12 {
    height: auto;
    box-sizing: border-box; }

  .outer-wrap-search {
    margin-top: 130px; }
    .outer-wrap-search .mastheadsearch {
      width: 100%; }

  .mastheadsearch .input-append {
    width: 100% !important; }

  .wrapselectlist {
    width: 100%; }

  .mastheadsearch .input-append #searchsubmit {
    width: 100% !important;
    margin: 5px 0 !important; }

  #logo {
    position: absolute;
    padding: 0;
    height: 130px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 28px 0 0 0; }

  #logo a {
    background-position: center;
    margin: 14px auto 0 auto; }

  #moresearches {
    width: 100%; }

  #advsearch #moresearches {
    margin-top: 120px; } }
@media (max-width: 767px) {
  #menu h4 a,
  #menu h4 a.menu-open {
    font-size: 14px;
    padding: 0 10px 0 0; }

  body:not(#opac-main) .row-fluid .span2 {
    width: 100%; }
  body:not(#opac-main) .row-fluid .span10,
  body:not(#opac-main) .row-fluid .span7 {
    width: 100%;
    padding-left: 0; }

  #userresults {
    width: 100%;
    margin: 0; }

  .mastheadsearch .input-append.nolibrarypulldown input[type="text"] {
    width: 100%;
    margin: 5px 0; }

  .breadcrumb {
    margin-left: 0; } }
@media only screen and (max-width: 700px) {
  #advsearch #moresearches {
    margin-top: 0; }
  #advsearch .main {
    box-sizing: border-box; }

  .outer-wrap-search {
    margin-top: -34px; }

  .navbar .nav {
    top: 10px;
    right: 51px; }

  .navbar #members .nav {
    top: 50px;
    right: 0;
    width: 100%;
    background: white;
    z-index: 1;
    margin-right: 0; }
    .navbar #members .nav li {
      margin: 0;
      padding: 8px 26px;
      border-bottom: 1px solid #e4e4e4; }

  #members {
    width: calc(100% - 20px);
    box-sizing: border-box;
    padding: 0;
    top: 30px;
    padding-bottom: 30px;
    background: #ffffff; }

  #members li:first-child {
    border-top: 1px solid #e4e4e4; }

  .mastheadsearch {
    padding-right: 0; }

  #opac-main-search label {
    display: none !important; }

  .mastheadsearch {
    padding: 15px;
    padding-bottom: 0;
    width: 100% !important;
    margin: 5px 0 !important; }
    .mastheadsearch .input-append {
      width: 100% !important; }
      .mastheadsearch .input-append #searchsubmit {
        width: 100% !important;
        margin: 5px 0 !important; }
      .mastheadsearch .input-append select {
        width: 100% !important;
        margin: 5px 0 !important; }
    .mastheadsearch form > #translControl1 {
      width: 100% !important;
      margin: 5px 0 !important; }
    .mastheadsearch #masthead_search {
      width: 100% !important;
      margin: 5px 0 !important; }

  #moresearches {
    width: 100%; }

  #opac-main-search select {
    width: 100% !important; }

  #langmenu + ul a {
    text-align: left; }

  #members li:first-child,
  #members li:last-child {
    border: 0; }

  .wrapselectlist {
    width: 100%; }

  .actoption {
    margin: 5px 0; }

  #members::before {
    display: none; }

  #members a,
  #members p {
    color: black;
    font-size: 14px; }

  .navbar #members .nav {
    top: 13px; }

  #header-region .navbar-inner {
    background: white; }

  div#coverflow {
    padding: 18px;
    box-sizing: border-box; }

  #opac-marcdetail #items.tablersp tr {
    width: calc(100% - 20px);
    margin: 10px 20px 10px 0; }
  #opac-marcdetail .thtext {
    width: 100%; }
  #opac-marcdetail .tdtext {
    width: 100%; }

  i.icon-flag.icon-white {
    background: none; }

  .linkmediateca {
    display: none; }

  #opac-main-search {
    margin-top: 130px; }

  #logo {
    position: absolute;
    padding: 0;
    height: 130px;
    margin-top: 40px;
    width: 100%;
    box-sizing: border-box;
    margin: 28px 0 0 0; }
    #logo a {
      background-position: center;
      margin: 14px auto 0 auto; }

  #opac-main-search > .span12 {
    padding-top: 0; }

  td.bibliocol a.title,
  #listcontents tr td:last-child a.title,
  #mytagst tr td:nth-child(2) a.title {
    font-size: 14px; }

  footer {
    padding: 140px 0 20px 0; }

  #coverflow ul li a.imglink {
    height: 210px; }

  #qrcode {
    display: none; }

  #opac-main-search > .span12::after,
  #opac-main-search > .span12::before {
    display: none; }

  #news,
  #opacmainuserblock {
    width: 100%;
    margin: 20px 0;
    padding: 0; } }
@media only screen and (max-width: 608px) {
  .actions a,
  .actions #login4tags {
    background-color: transparent;
    border: 0;
    margin: 0 0 8px 0;
    font-size: 14px;
    font-weight: normal; }

  #advsearch #booleansearch select,
  #advsearch #booleansearch input {
    width: 100%; }

  #opac-main-search input {
    width: 100%; }

  .main {
    padding: 15px 0px; }

  fieldset.rows li {
    padding-bottom: .5em;
    padding-left: 0 !important; } }
@media (max-width: 480px) {
  #moresearches li {
    width: 100%;
    display: block; }
    #moresearches li:after {
      display: none; }

  #bookcover {
    position: relative;
    width: 100%;
    margin-left: 32px;
    margin-bottom: 20px; }

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

  #catalogue_detail_biblio h1.title {
    font-size: 22px; }

  #catalogue_detail_biblio h5.author {
    font-size: 14px; }

  #catalogue_detail_biblio,
  #userauthdetails,
  #userauthMARCdetails {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
    #catalogue_detail_biblio #views .view,
    #userauthdetails #views .view,
    #userauthMARCdetails #views .view {
      width: calc(100% + 2px);
      margin: 2px 0 2px -1px; }
      #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 {
        margin-right: 0; }

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

  .coverimages {
    width: 100%;
    margin-bottom: 17px; }

  #bookcover {
    text-align: left; }
    #bookcover a {
      width: auto;
      display: inline; }
    #bookcover img {
      margin: 0;
      width: auto !important; } }
@media only screen and (max-width: 390px) and (min-width: 0) {
  .view a,
  .view span {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; } }
#didyoumean {
  background-color: transparent !important;
  border: 1px solid #d91952 !important; }

/*# sourceMappingURL=periodistes_theme.css.map */
