﻿
body, html {
	height: 100%;
	margin: 0;
}

body {
	background: url('img/bg7.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

	.book {
		padding: 15px 0 0 0;
		margin: auto;
		transition: transform 250ms;
		/*border: 1px solid #555;*/
		z-index: 0;
	}


	.book:hover {
		transform: scale(1.1);
		z-index: 50; /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	}

a:before { /* Just to give a little puddle of a shadow without adding another element */
	content: '';
    display: block;
    width: 80%;
    height: 1em;
    background: rgba(0,0,0,.35);
    border-radius: 50%;
    position: absolute;
    bottom:-10px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    z-index:-5;
}
.shelf { /*
	border-bottom: 50px solid #a5a5a5;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;*/
	top: -25px;
	z-index: -10;
	float:left
}
/*
.shelf:after {
	content: '';
	background:#686868;
	height: 20px;
	width: calc(100% + 40px); 
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: 0 -20px;
}*/
/* LOGIN form*/

.modal-login {
	width: 320px;
}

	.modal-login .modal-content {
		border-radius: 1px;
		border: none;
	}

	.modal-login .modal-header {
		position: relative;
		justify-content: center;
		background: #f2f2f2;
	}

	.modal-login .modal-body {
		padding: 30px;
	}

	.modal-login .modal-footer {
		background: #f2f2f2;
	}

	.modal-login h4 {
		text-align: center;
		font-size: 26px;
	}

	.modal-login label {
		font-weight: normal;
		font-size: 13px;
	}

	.modal-login .form-control, .modal-login .btn {
		min-height: 38px;
		border-radius: 2px;
	}

	.modal-login .hint-text {
		text-align: center;
	}

	.modal-login .close {
		position: absolute;
		top: 15px;
		right: 15px;
	}

	.modal-login .checkbox-inline {
		margin-top: 12px;
	}

	.modal-login input[type="checkbox"] {
		position: relative;
		top: 1px;
	}

	.modal-login .btn {
		min-width: 100px;
		background: #3498db;
		border: none;
		line-height: normal;
	}

		.modal-login .btn:hover, .modal-login .btn:focus {
			background: #248bd0;
		}

	.modal-login .hint-text a {
		color: #999;
	}

.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}



.bookshelf-logout {
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(../img/logout1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1000
}

.bookshelf-logout-in {
	background-position: 0 0;
	cursor: pointer;
}

.bluRosso {
	color: Black;
	/*background-color: #004A99*/
}


.bluBianco {
	color: White;
	/*background-color: #004A99;*/
	background-color: gray;
	text-decoration: underline;
}