html {
	height: 100%;
}

body {
	font-family: sans-serif;
	background-color: white;
	width: 100%;
	height: 100%;
	overflow-x: hidden;

	color: #303030;

	-webkit-text-size-adjust: 100%;
}

input
{
	color: #303030;
}

*:not(input[type=checkbox]) {
	-webkit-transform: none;
	-webkit-appearance: none;
}

h1, h2, h3 {
	font-weight: bold;
	margin: 8px 8px 3px 8px;
}

h1 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: inherit;
}

/*#menu ul.menu-items li input{
	width: 80%;
	margin-top: 10px;
}
*/

.inline-input {
	background-color: white;

	height: 25px;
	width: 85%;

	margin-top: 10px;
	padding: 5px;

	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.inline-input input[type=text]{
	float: left;

	width: 75%;
	height: 100%;
	margin: 0;
	padding: 0;

	border: none;
}

.inline-input input[type=submit]{
	float: right;

	margin: 0;
	padding: 0;

	width: 18%;
	height: 100%;

	background-color: transparent;
	background-image: url('inlinesearch.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 20px;
}

.searchform input[type=submit]
{
	margin-left: 13px;
}

form{
	clear: both;
}

.floatleft {
	float: left;
}

.floatright {
	/*width: 70%;*/
	float: right;
}

#container {
	min-width: 319px;
	max-height: 100%;
	max-width: 100%;
}

#wrapper {
	transition-property: margin;
	transition-duration: 0.5s;
	transition-timing-function: linear;
}

#header, #footer {
	/* background-color: #282C37; */
	background-color: #1C43AE;
	color: white;
}

#content {
	background-color: white;
	box-sizing: border-box;
}

#header, #footer, #content {
	width: 100%;
}

#menu {
	overflow-y: auto;
	background-color: #00BEE8;
	/* background-color: #5F5F5F; */
	/*background-color: #4F4F4F;*/
	color: white;
}

#menu ul.menu-items a
{
	display: block;
}

#menu ul.menu-items a:hover
{
	background-color: #373737;
}

#menu ul.menu-items a:hover li
{
	border-color: transparent;
}

#menu ul.menu-items li
{
	border-bottom: 1px solid #fff;
	margin: 0 15px;
	padding: 15px 2px;
}

#menu ul.menu-items .noborder li
{
	border-color: transparent;
}

#menu ul.menu-items li.last-option
{
	border-bottom: none;
	margin-bottom: 20px;
}

#menu ul.menu-items li.section-header
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	/* border-bottom: 2px solid #989898; */
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
	margin-bottom: 2px;
	cursor: auto;
	/* color: #989898; */
	color: #fff;
	text-shadow: 1px 1px #373737;
	box-shadow: 0 1px 0 #373737;
}

#menu ul.menu-items li.section-header hr
{
	padding: 0;
	margin: 0;

	/* border-color: #6F6F6F; */
	border-color: #fff;
}

#footer {
	clear: both;
}

hr.red {
	background-color: #00BEE8;
}

hr.green {
	background-color: #9fc01b;
}

hr.blue {
	background-color: #24a2aa;
}

#footer p{
	float: right;
	text-align: right;
	width: 100%;
}

.hide {
	display: none;
}

.printfooter {
	display: none;
}

.cut {
	overflow: hidden;
}

.mode-marc {
	line-height: 20px;
	margin-bottom: 30px;
}

.leader strong{
	margin-right: 10px;
}

.subfield {
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 2px;

	border-right: 2px solid black;

	font-weight: bold;
}

.checkbtn {
	float: left;
	border: 1px solid #ccc;
	/*color: #555;*/
	padding: 9px 9px 9px 0;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 4px 8px 4px 0;
	font-size: 0.9em;
	line-height: normal;
	cursor: pointer;
}

.checkbtn:hover {
	background-color: white;
	background-image: linear-gradient(top,white,#f3f3f3);
	background-image: -moz-linear-gradient(top,white,#f3f3f3);
	background-image: -ms-linear-gradient(top,white,#f3f3f3);
	background-image: -o-linear-gradient(top,white,#f3f3f3);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#f3f3f3));
	background-image: -webkit-linear-gradient(top,white,#f3f3f3);
}

.checkbtn label{
	cursor: pointer;

	padding-left: 24px;

	background-image: url('tickbox.png');
	background-repeat: no-repeat;
	background-position: left center;

	color: #777;
}

.checkbtn.selected label{
	background-image: url('tick.png');

	color: #303030;
}

.checkbtn input[type=checkbox] {
	display: none;
}

div.row {
	padding: 4px 10px;
}

input[type=text], input[type=password] {
	/*width: 100%;*/
	border: 1px solid #ccc;
	padding: 8px;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 0.9em;
}

input[type=submit] {
	/*background-color: #0047b9;*/
	background-color: #00BEE8;
	font-size: 14px;

	border: none;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

	color: white;
}

input[type=submit]:hover {
	cursor: pointer;
}

.btn {
	font-size: 14px;
	border: 1px solid #ccc;
	float: left;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
}

.btn:hover {
	cursor:pointer;
}

#header h1 {
	display: inline;

	font-size: 1.5em;
	font-weight: normal;

	padding: 0;
	margin: 0;
}

button:hover {
	cursor: pointer;
}

hr.separator {
	visibility: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

.error-msg {
	margin: 20px 10px 20px 30px;
}

.userstatus .th {
	font-weight: bold;
}

hr.division {
	clear:both;
	margin: 20px 0;
}

#tot-fine .td {
	color: red;
}

div.marc div.th {
	font-weight: bold;
}

.marc {
	margin-top: 10px;
}

.marc a {
	color: #1C43AE;
	text-decoration: underline;
}

.copia .tiempo-prestamo, .copia .barcode {
	font-size: 0.9em;
}

.copia .status, .copia .prefijo {
	font-size: 0.8em;
	font-weight: bold;
	/*color: #0047b9;*/
}

#go-back {
	float: right;
}

th {
	font-weight: bold;
}

td,th {
	padding: 5px;
}

.scrollx {
	overflow-x: auto;
	max-width: 99%;
}

/*.w50 {
	width: 50%;
}
*/
.barcode {
	min-width: 85px;
}

#header #back-btn {
	background-image: url('backarrow.png');
	background-size: 75%;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#header #go-back button {
	background-image: url('backarrow.png');
	background-size: 75%;
}

/* Temporary */
.advanced-search {
	width: 90%;
}

.value {
	vertical-align: top;
}

/* Loan Stats */
.stats-info, .related, .usage {
	margin: 8px;
}

.related .col1{
	display: inline-block;
	width: 10px;
	vertical-align: top;
	text-align: center;
}
.related .col2{
	display: inline-block;
	width: 90%;
}

.usage .col1 {
	display: inline-block;
	width: 100px;
	padding: 0 5px;
	font-size: 0.8em;
}
.usage .col2{
	display: inline-block;
	width: 50%;
	padding: 0 5px;
	font-size: 0.8em;
}

.col1{
	text-align: right;

}

.col2{
	text-align: left;
}

.bold {
	font-weight: bold;
}

.col2 span {
	display:inline-block;
	width: 25px;
	text-align: right;
}

.col2 hr{
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 5px;
	padding: 0;
	display:inline-block;
	height: 0.6em;
	border-radius: 0;
	border: 0;
}

.general-collapse .collapser {
	background-image: url('collapse-up.png');
	background-repeat: no-repeat;
	background-position: 5px 12px;
}

.general-collapse.collapsed .collapser {
	background-image: url('collapse-down.png');
}

.general-collapse.collapsible h2 {
	padding: 10px 40px 10px;

	font-size: 1.1em;

	border-bottom: 1px solid #ccc;
}

.general-collapse.collapsible h2 {
	cursor: pointer;
}

.general-collapse.collapsible .collapse {
	transition: height linear 0.5s;
}

.general-collapse.collapsible.collapsed .collapse {
	height: 0;
	overflow: hidden;
}

.general-collapse.collapsible.collapsed hr.separator {
	display: none;
}

.bookthumbnail img
{
	max-width: 90%;
}

.bookinfo a
{
	color: #1C43AE;
}

.bookinfo a:hover
{
	text-decoration: underline;
}

#cover
{
	width: 30%;
	float: right;
	padding: 0 10px 10px 10px;
}

#cover img
{
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.td
{
	word-wrap: break-word;
}

#booking-details, #loan-details, #fine-details {
	font-size: 0.9em;
	margin-left: 10px;
}


/* Vista del thumbnail */
.cover.overlay {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 50;
	width: 100%;

	background-color: black;
	opacity: 0.8;
}

.cover.container {
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 100;
	width: 100%;
	text-align: center;
}

.cover.container img {
	max-height: 75%;
	max-width: 80%;
	border: 5px solid white;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cover .close, .cover .document {
	color: white;
	font-weight: bold;
	cursor: pointer;
	clear: both;
}

.cover .document {
	font-size: 0.8em;
}

.cover .document a:hover {
	text-decoration: underline;
}

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

	.notmobile {
		display: none;
	}

	.minimized {
		margin-left: 80%;
		width:100%;
		overflow: hidden;
	}

	#header {
		height: 55px;
		line-height: 55px;

		text-align: center;

		white-space: -moz-pre-wrap;
		white-space: -o-pre-wrap;
		white-space: pre-wrap;
		white-space: -pre-wrap;
		word-wrap: break-word;
	}

	#header img#logo {
		float: left;

		height: 75px;

		margin: 1px;
	}

	.ns-0 #logo {
		display: none;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 65% 65%;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 8px 4.5%;

		height: 40px;
		width: 12%;
	}

	#header button:hover {
		cursor:pointer;
	}

	#header button#show-options {
		background-image: url('options.png');
	}

	#header #refine button {
		float: right;

		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 8px 4.5%;
	}

	#header #share button {
		float: right;

		background-image: url('share.png');
		background-size: 68% 65%;
		margin: 8px 4.5%;
	}

	#header #shareButton button {
		float: right;
		background-color: #ffffff;
		
		border-color: #9c9c9c;
		background-size: 68% 65%;
		margin: 8px 4.5%;
	}
	
	#header #shareContainer{
		display:	none;
		float: right;
		color: black;
		width: 40px;
		margin: 0px 3%;"
	}
	#header h1 {
		line-height: 55px;
		font-size: 1.2em;
		margin-left: 10px;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 55px;
	}

/*	#content {
		width: 85%;
		padding: 5%;
	}
*/
	#menu {
		z-index: -1;

		position: absolute;
		top: 0;
		left: 0;

		width: 0;

		transition: width linear 0.5s;

		overflow: hidden;
		overflow-y: scroll;
	}

	#menu.easein{
		z-index: 5;
		display: block;
		width: 80%;
		min-height: 100%;
	}

	#menu * {
		display: none;
	}

	#menu.easein * {
		display: block;
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		margin-right: 3%;
		margin-top: 3%;
	}

	#footer img#powered-by {
		width: 20%;
		margin-left: 1%;
	}

	.td {
		min-height: 35px;
		width: 100%;
		line-height: 35px;
	}

	input[type=text], input[type=password] {
		padding: 8px 3%;
		width: 94%;
	}

	select {
		width: 100%;
		padding: 8px 3%;
/*		background-color: white;
		border: 1px solid #ccc;
*/	}

	input[type=submit] {
		width: 45%;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 45%;
		padding: 11.5px 0;
		margin: 8px 5px 8px 12px;
	}

	.floatright {
		min-width: 315px;
	}

	.row {
		width: 93%;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 30%;
		margin-bottom: 30px;
	}

	.bookthumbnail img{
		width: 90%;
		height: auto;
		max-height: 120px;
		margin: 0 auto;
	}

	.bookinfo {
		/*float: left;*/
		/*min-height: 120px;*/
		width: 70%;
		margin-bottom: 30px;
		margin-left: 30%;
		line-height: normal;
	}

	.page-title {
		margin: 20px 10px 20px 30px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.input-field {
		display: block;
		padding-top: 10px;
	}

	.th {
		min-height: 35px;
		line-height: 35px;
	}

	.marc .td {
		line-height: 16px;
		min-height: 10px;
	}

	.row.copia {
		margin-left: 10%;
		margin-bottom: 30px;
		width: auto;
		line-height: 20px;
	}

	.collapser {
		background-image: url('collapse-up.png');
		background-repeat: no-repeat;
		background-position: 5px 12px;
	}

	.collapsed .collapser {
		background-image: url('collapse-down.png');
	}

	.collapsible h2 {
		padding: 10px 40px 10px;

		font-size: 1.1em;

		border-bottom: 1px solid #ccc;
	}

	.collapsible h2 {
		cursor: pointer;
	}

	.collapsible .collapse {
		transition: height linear 0.5s;
	}

	.collapsible.collapsed .collapse {
		height: 0;
		overflow: hidden;
	}

	.collapsible.collapsed hr.separator {
		display: none;
	}

	#header #go-back button {
		width: 38px;
	}

/*	.userstatus .separator {
		display: none;
	}
*/

	.searchform input[type=submit]
	{
		margin-left: 10px;
	}

	.cover.container {
		padding-top: 33px;
	}

}

@media screen and (min-width: 321px) and (max-width: 720px) {

	.row {
		clear: both;
		width: 95%;
	}

	.marc .row {
		clear: left;
	}

	.notmobile {
		display: none;
	}

	.minimized {
		margin-left: 80%;
		width:100%;
		overflow: hidden;
	}

	#header {
		height: 62px;
		text-align: center;
	}

	#header img#logo {
		float: left;

		height: 75px;

		margin: 1px;
	}

	.ns-0 #logo {
		display: none;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 9px 0 0 25px;

		height: 40px;
		width: 40px;
	}

	#header button:hover {
		cursor: pointer;
	}

	#header button#show-options {
		background-image: url('options.png');
	}

	#header #refine button {
		float: right;

		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 9px 3%;
	}

	#header #share button {
		float: right;

		background-image: url('share.png');
		background-size: 68% 65%;
		margin: 9px 3%;
	}

	#header #shareButton button {
		float: right;
		background-color: #ffffff;
		
		border-color: #9c9c9c;
		background-size: 68% 65%;
		margin: 9px 3%;
	}
	
	#header #shareContainer{
		display: none;
		float: right;
		color: black;
		width: 40px;
		margin: 0px 3%;"
	}

	#header h1 {
		line-height: 55px;
		font-size: 1.2em;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 55px;
	}

	#menu {
		z-index: -1;

		position: absolute;
		top: 0;
		left: 0;

		width: 0;

		transition: width linear 0.5s;

		overflow: hidden;
		overflow-y: auto;
	}

	#menu.easein{
		z-index: 5;
		display: block;
		width: 80%;
		min-height: 100%;
	}

	#menu * {
		display: none;
	}

	#menu.easein * {
		display: block;
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		clear: both;
		margin-right: 3%;
		margin-top: 7px;
	}

	#footer img#powered-by {
		width: 65px;
		margin-left: 1%;
	}

	input[type=text], input[type=password] {
		padding: 8px 3%;
		width: 94%;
	}

	select {
		width: 100%;
		padding: 8px 3%;
/*		background-color: white;
		border: 1px solid #ccc;
*/	}

	input[type=submit] {
		width: 45%;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 45%;
		padding: 11.5px 0;
		margin: 8px 5px 8px 12px;
	}

	.floatright {
		min-width: 315px;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 20%;
		margin-bottom: 30px;
		text-align: center;
	}

	.bookthumbnail img{
		height:120px;
		width: auto;
	}

	.bookinfo {
		/*float: left;*/
		/*min-height: 120px;*/
		width: 78%;
		margin-bottom: 30px;
		margin-left: 22%;
		line-height: normal;
	}

	.digital-link {
		font-weight: bold;
		color: #888;
	}

	.digital-link:hover {
		text-decoration: underline;
	}

	.page-title {
		margin: 20px 10px 20px 30px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	.input-field {
		display: block;
		padding-top: 10px;
	}

	.th {
		min-height:20px;
		line-height: 20px;
		float:left;
		padding-right: 8px;
	}

	.td {
		min-height: 20px;
		line-height: 20px;
	}

	.userstatus .userinfo .th {
		min-width: 150px;
		text-align: right;
	}

	.th {
		line-height: normal;
	}

	.marc .th {
		width: 120px;
		text-align: right;
	}

	.marc .td {
		line-height: 16px;
		margin-left: 130px;
	}

	.row.copia {
		margin-left: 10%;
		width: auto;
	}

	.collapsible .collapser {
		padding: 10px 40px 10px;

		font-size: 1.1em;

		border-bottom: 1px solid #ccc;
	}

	.collapser {
		background-image: url('collapse-up.png');
		background-repeat: no-repeat;
		background-position: 5px 12px;
	}

	.collapsed .collapser {
		background-image: url('collapse-down.png');
	}

	.collapsible h2 {
		cursor: pointer;
	}

	.collapsible .collapse {
		transition: height linear 0.5s;
	}

	.collapsible.collapsed .collapse {
		height: 0;
		overflow: hidden;
	}

	.collapsible.collapsed hr.separator {
		display: none;
	}

	.spanall {
		clear: both;
	}

/*	.userstatus .separator {
		display: none;
	}*/

	.cover.container {
		padding-top: 36px;
	}

}

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

	input[type=submit]
	{
		border: 1px solid #1C43AE;
		padding: 9px 0 10px;
	}

	.submit
	{
		width: 90%;
	}

	.submit input[type=submit]
	{
		float:right;
	}

}

@media screen and (min-width: 721px) {

	body {
		background-color: white;
	}

	#header, #footer, #content {
		width: 100%;

		transition: none;
	}

	#header {
		height: 80px;
		text-align: center;
	}

	#header img#logo {
		float: left;

		height: 75px;

		margin: 1px;
	}

	.userstatus #header img#logo {
		float: right;
	}

	#header button {
		float: left;

		background-color: transparent;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;

		border: 1px solid white;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		margin: 20px 0 0 25px;

		height: 40px;
		width: 40px;
	}

	#header button#show-options {
		display: none;
	}

	#header #refine button {
		float: right;
		background-image: url('search.png');
		background-size: 68% 65%;
		margin: 20px 3%;
	}

	#header #share button {
		float: right;
		background-image: url('share.png');
		background-size: 58%;
		margin: 20px 3%;
	}

	#header #shareButton button {
		float: right;
		background-color: #9c9c9c;
		
		border-color: #9c9c9c;
		background-size: 91%;
		margin: 20px 3%;
	}
	
	#header #shareContainer{
		float: right;
		color: black;
		width: 40px;
		margin: 0px 3%;"
	}

	#header #shareContainer #share{
		float: right; 
		color: black; 
		width: 40px; 
		margin: 0px 3%;
	}

	#header #shareContainer #shareBox{
		float: right;
		color: black;
		width: 40px;
		position:absolute;
		top:65px; 
		display:none;
	}
	#header h1 {
		line-height: 80px;
		font-size: 1.2em;
	}

	#header #results-count {
		margin-left: 5px;
		font-size: 0.9em;
		line-height: 80px;
	}

	#content {
		margin-left: 31%;
		width: 67%;
		padding: 0;
		padding-top: 10px;
		padding-left: 10px;
	}

	#wrapper.no-menu #content {
		margin:0;
		overflow: hidden;
		width: 100%;
	}

	#menu {
		/*float: left;*/
		position: absolute;
		top:80px;

		/*min-height: 90%;*/
		width: 32%;

		/*padding-bottom: 80px;*/
	}

	#menu ul.menu-items {
		width: 99%;
	}

	#footer {
		height: 60px;
	}

	#footer p{
		clear: both;
		margin-right: 3%;
		margin-top: 7px;
	}

	#footer img#powered-by {
		width: 65px;
		height: auto;
		margin-left: 5px;
	}

	.row {
		/*float: none;*/
		clear: both;

		width: 95%;

		margin: 10px;
	}

	.marc .row {
		clear: left;
	}

	.th {
		float: left;
		min-height: 25px;

		line-height: 25px;
		text-align: right;

		min-width: 140px;
		margin-right: 10px;

		clear: left;
	}

	th.spanall {
		/*float: none;*/
		clear: both;
		/*text-align: left;*/
	}

	.td {
		float: left;
		min-height: 25px;
		width: 63%;
	}

	.marc .td
	{
		float: none;
		width: auto;
		max-width: 63%;
		margin-left: 140px;
		padding: 0 10px 0 10px;
	}

	.td.spanall {
		width: 85%;
	}
	.th.spanall+.td.spanall{
		width: 63%;
	}

	input[type=text], input[type=password] {
		width: 100%;
	}

	select {
		height: 35px;
		padding: 4px;
		width: 105%;
	}

	input[type=submit] {
		width: 120px;
		padding: 10px 0;
		margin: 8px 2px;
	}

	.btn {
		width: 150px;
		padding: 10px 0;
		margin: 8px 2px;
		-webkit-padding-start: 0px;
	}

	.row.floatright {
		width: 50%;
		min-width: 300px;
	}

	#results-nav {
		padding: 10px 15px;

		width: 90%;
		height: 35px;

		margin: 0 auto;

		line-height: 35px;
		text-align: center;
	}

	#results-nav button {
		background-color: white;
		background-size: 65% 65%;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('pagearrow.png');

		border: 2px solid #888;
		-webkit-border-radius: 2px;
	    -moz-border-radius: 2px;
	    border-radius: 2px;

		width: 35px;
		height: 35px;
	}

	#results-nav #next {
		float: right;
	}

	#results-nav #prev {
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);

		float: left;
	}

	.bookthumbnail {
		float: left;
		width: 130px;
		/*margin-bottom: 30px;*/
		text-align: center;
	}

	.bookthumbnail img{
		height:120px;
		width: auto;
		max-width: 100%;
	}

	.bookinfo {
		float: none;
		/*min-height: 120px;*/
		width: 65%;
		/*margin-bottom: 30px;*/
		margin-left: 140px;
		line-height: normal;
	}

	.digital-link {
		font-weight: bold;
		color: #888;
	}

	.digital-link:hover {
		text-decoration: underline;
	}

	.page-title {
		width:90%;
		margin: 0 auto 20px;
	}

	.field-row {
		margin-bottom: 20px;
		margin-left: 5%;
		max-width: 27%;
		float: left;
	}

	.input-field {
		padding-top: 10px;
		width: 25%;
	}

	.input-field input{
		width: 100%;
	}

	.marc .th {
		line-height: normal;
		width: 130px;
	}

	.row.copia {
		margin-left: 50px;
		width: auto;
	}

	.userstatus .td {
		line-height: 25px;
	}

	.advanced-search .field select{
		width: 100%;
	}

	.advanced-search .op{
		padding-left: 20px;
	}

	.advanced-search .op select {
		width: 100%;
	}

	select[name=sortby] {
		width: 66.15%;
	}

	.empty .dk_label{
		color: white;
	}

	::-webkit-input-placeholder { color:transparent; }
	::-moz-placeholder { color:transparent; } /* firefox 19+ */
	:-ms-input-placeholder { color:transparent; } /* ie */
	input:-moz-placeholder { color:transparent; }

	.suscriptions {
		max-width: 50%;
		padding-bottom: 10px;
	}

	.cover.container {
		padding-top: 45px;
	}

	}

@media screen and (min-width: 1025px) {
	#menu {
		width: 19%;
	}

	#content {
		margin-left: 19%;
	}

	#cover {
		margin-right: 5%;
		max-width: 200px;
		padding: 0 0 15px;
	}

	#cover img {
		float: right;
	}
}

@-moz-document url-prefix()
{
	input[type=submit]
	{
		padding: 8px 0 9px;
	}
}

/* Utilities */
#ajax-loading
{
	display: inline-block;
	background-image: url('ajax-loader.gif');
	width: 16px;
	height: 16px;
	margin: 3px 5px 0;
}

/* Google-style buttons */

*.cool_button, input[type=submit].cool_button, button.cool_button {
	background-image: linear-gradient(top,white,#EEEEEE);
	background-image: -moz-linear-gradient(top,white,#EEEEEE);
	background-image: -ms-linear-gradient(top,white,#EEEEEE);
	background-image: -o-linear-gradient(top,white,#EEEEEE);
	background-image: -webkit-gradient(linear,left top,left bottom,from(white),to(#EEEEEE));
	background-image: -webkit-linear-gradient(top,white,#EEEEEE);

	border: 1px solid #ccc;

	color: #555;
	font-weight: bold;

	cursor: pointer;
}

*.cool_button:hover, input[type=submit].cool_button:hover, button.cool_button:hover {
	border-color: #999;
}

*.cool_button:disabled, input[type=submit].cool_button:disabled, button.cool_button:disabled {
	color: #999;
}

*.cool_button:disabled:hover, input[type=submit].cool_button:disabled:hover, button.cool_button:disabled:hover {
	border-color: #ccc;
	cursor: default;
}

*.cool_button.blue, input[type=submit].cool_button.blue, button.cool_button.blue {
	background-color: #4D90FE;
	background-image: linear-gradient(top,#4D90FE,#4787ED);
	background-image: -moz-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -ms-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -o-linear-gradient(top,#4D90FE,#4787ED);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#4D90FE),to(#4787ED));
	background-image: -webkit-linear-gradient(top,#4D90FE,#4787ED);

	border: 1px solid #3079ED;

	color: white;
	font-weight: bold;
}

*.cool_button.blue:hover, input[type=submit].cool_button.blue:hover, button.cool_button.blue:hover {
	border-color: #2f5bb7;
}

*.cool_button.red, input[type=submit].cool_button.red, button.cool_button.red {

	background-color: #D14836;
	background-image: -webkit-linear-gradient(top,#DD4B39,#D14836);
	background-image: -moz-linear-gradient(top,#DD4B39,#D14836);
	background-image: -ms-linear-gradient(top,#DD4B39,#D14836);
	background-image: -o-linear-gradient(top,#DD4B39,#D14836);
	background-image: linear-gradient(top,#DD4B39,#D14836);

	border: 1px solid #C6322A;

	color: white;
	font-weight: bold;
}

*.cool_button.red:hover, input[type=submit].cool_button.red:hover, button.cool_button.red:hover {

	border-color:#b0281a;
	background-color: #D14836;
	background-image: -webkit-linear-gradient(top,#DD4B39,#c53727);
	background-image: -moz-linear-gradient(top,#DD4B39,#c53727);
	background-image: -ms-linear-gradient(top,#DD4B39,#c53727);
	background-image: -o-linear-gradient(top,#DD4B39,#c53727);
	background-image: linear-gradient(top,#DD4B39,#c53727);
}

/* Shelf */

.shelf input[type=text], .shelf input[type=password] {
	padding: 10px;
}

.shelf .column.first {
	width: 60%;
}

.shelf .column {
	float: left;
	width: 40%;
}

.shelf .left {
	float: left;
}

.shelf .right {
	float: right;
}

.shelf .center {
	text-align: center;
}

.shelf .align-right {
	text-align: right;
}

.shelf .overlay {
	background-color:#000;

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 250;

	filter:alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;

}

.shelf .overlay div {
	color: white;
	font-weight: bold;
	text-align: center;

	width: 30%;
	margin: 100px auto;
}

.shelf .dialog {
	position: absolute;
	top: 50px;
	left: 0;

	background-color: white;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	width: 80%;
	max-height: 400px;
	margin: 10%;
	padding: 10px;

	font-size: 1.1em;

	z-index: 300;
}

.shelf #scanned_codes .num_inventario.manual {
	color: #444;
}

.shelf .barcode {
	text-decoration: underline;
}

.shelf button {
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.shelf #container {
	overflow:hidden;
}

.shelf .dk_toggle {
	padding-top: 6px;
	padding-bottom: 5px;
}

.shelf .page-title {
	margin-top: 20px;
}

.shelf #login {
	background-color: #F6F6F6;

	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;

	z-index: 100;

	font-size: 1.1em;
}

#shelf_header {
	background-color: #F6F6F6;
	color: black;
	padding: 5px;
}

#shelf_header p {
	margin: 5px 10px;
}

.shelf .input_controls_holder {
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

	/*padding: 7px 0 10px;*/
	padding: 10px 0;
	background-color: white;
}

.shelf .input_controls_holder.disabled {
	background-color: #EBEBE4;
}

.shelf #input_controls {
	margin-top: 15px;
}

.shelf #scanner_input {
	position: absolute;
	top: -9999px;
}

.shelf #manual_input {
	margin: 0;
	width: 75%;
	height: 16px;
	background-color: transparent;
	border: none;
}

.shelf #input_mode {
	border-right: none;
	border-top: none;
	border-bottom: none;
	width: 15%;
	padding: 0;
}

.shelf #input_mode div {
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 60%;
	padding: 10px;
}

.shelf #input_mode.manual div {
	background-image: url('shelf_keyboard.png');
}

.shelf #input_mode.scanner div {
	background-image: url('shelf_cancel.png');
	background-size: auto 50%;
}

.shelf #scanned_codes {
	background-color: #F5F5F5;
	background-image: -moz-linear-gradient(center top , #F5F5F5, #F1F1F1);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	moz-border-radius: 2px;

	color: #444;
	font-weight: bold;
	line-height: 25px;

	width: 90%;
	min-width: 90%;
	max-width: 90%;
	margin: 10px auto;
}

/*.shelf #scanned_codes .filler{
	background-color: white;
}*/

.shelf #scanned_codes .fh_lectura {
	font-size: 0.9em;
	width: 150px;
	min-width: 150px;
	max-width: 150px;
	text-align: center;
}

.shelf #scanned_codes .num_inventario {
	font-weight: bold;
	text-decoration: underline;
	cursor: pointer;
	font-size: 1.2em;
	color: #4173A1;

	word-wrap: break-word;
	ms-word-break: break-all;
	 /* Be VERY careful with this, breaks normal words wh_erever */
	 word-break: break-all;
	 /* Non standard for webkit */
	 word-break: break-word;

	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	        hyphens: auto;
}

.shelf #scanned_codes .filler {
	font-weight: bolder;
	letter-spacing: 5px;
	font-size: 20px;
}

.shelf #session_id {
	font-weight: bold;
}

.shelf #display_cataloguer {
	font-weight: bold;
}

#total_session_items, #unsent_session_items {
	font-size: 0.9em;
}

p#total_session_items {
	margin: 10px 10px 5px;
}

#unsent_session_items {
	color: red;
}

.shelf .marc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;

	background-color: #F6F6F6;
	padding: 10px 0;

	border-top: 1px solid #CCC;
}

.shelf .marc .close {
	font-weight: bold;
	cursor: pointer;
	float: right;
	margin-right: 10px;
}

.shelf .marc .th {
	min-width: 80px;
	width: 80px;
	line-height: 20px;
}

.shelf .marc .td {
	margin-left: 88px;
	line-height: 20px;
}

.shelf .marc #cover {
	margin-top: 15px;
	max-height: 160px;
	max-width: 120px;
}

.shelf .dialog button {
	margin: 10px;
	min-width: 80px;
}

.shelf .centerize {
	text-align: center;
}

.shelf .dialog p {
	margin: 10px;
}

.store
{
	text-align: center;
	margin-top: 10px;
}

.store.amazon
{
	background-color: #FFCC66;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	padding: 5px 8px;

	color: black;
	text-decoration: none;
	font-size: .9em;
}

.unbook {
	cursor: pointer;
}

#processing-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.8;
	z-index: 500;
	color: white;
}

.morose
{
	background-color: #ffcccc;
}
.loaned
{
	background-color: #ffff80;
}
.reserved
{
	background-color: #fde5cc;
}
.renew-lock {
	text-align: center;
}