/* Docs sample */

.canvas{
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.book-zoom{
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	-ms-transition: -ms-transform 1s;
	-o-transition: -o-transform 1s;
	transition: transform 1s;
	padding-left: 30px;
}

.animated{
	-webkit-transition:margin-left 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out;
}

.sample-docs{
	margin: 20px;
	width:100%;
	cursor: nesw-resize;
}

#sno-pdf-flipbook-full .sample-docs {
	margin-top: 30px;
	margin-left: auto !important;
	margin-right: auto !important;
}

#sno-pdf-flipbook-full .book-zoom {
	padding-left: 50px;
}

#sno-pdf-flipbook-full .canvas,
#sno-pdf-flipbook-full .book-zoom,
#sno-pdf-flipbook-full .sample-docs {
	height: 100vh;
}

#sno-pdf-flipbook-full {
	height: 100vh;
	width: 100vw;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	z-index: 3000;
	margin: auto;
}

.sample-docs .page{
	width:471px;
	height:600px;
	background:white;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-ms-box-shadow:0 0 20px rgba(0,0,0,0.2);
	-o-box-shadow:0 0 20px rgba(0,0,0,0.2);
	box-shadow:0 0 20px rgba(0,0,0,0.2);
}

.sno-flipbook-arrow {
	position: absolute;
	top: 50%;
	cursor: pointer;
	font-size: 20px;
}

#sno-pdf-flipbook-full .sno-flipbook-arrow {
	font-size: 40px;
}

#sno-pdf-flipbook-full .close-flipbook {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	font-size: 40px;
}

.sno-flipbook-arrow-left {
	left: 10px;
}

.sno-flipbook-arrow-right {
	right: 10px;
}

.sample-docs .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-image:url(../pics/right-border.png);*/
	background-position:right top;
	background-repeat: repeat-y;
}

.sample-docs .odd .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background-image:url(../pics/left-border.png);*/
	background-position:left top;
	background-repeat: repeat-y;
}

.sample-docs .page-wrapper{
	-webkit-perspective:2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}


.sample-docs .loader{
	background-image:url(../pics/loader.gif);
	width:22px;
	height:22px;
	position:absolute;
	top:280px;
	left:219px;
}

.sample-docs .shadow{
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow:0 0 20px #ccc;
	-moz-box-shadow:0 0 20px #ccc;
	-o-box-shadow:0 0 20px #ccc;
	-ms-box-shadow:0 0 20px #ccc;
	box-shadow:0 0 20px #ccc;
}

.lockposition {    
	overflow: hidden !important;
	height: 88vh !important;
    position: absolute;   right: 0;
}