/* Docs sample */
html{
	height:100%;
}
body{
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
}

#canvas{
	width: 850px;
	height: 700px;
	position: absolute;
	top:50%;
	margin-top: -200px;
	left:50%;
	margin-left: -525px;
}

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

.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-top:20px;
	width:1050px;
	height:700px;
}

.sample-docs .page{
	width:510px;
	height:700px;
	background:white;

	-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);
}
.sample-docs .hard{
	background-image:url(images/handbook/page_1.jpg);
}

.sample-docs .p2{
	background-position:-510px 0;
}

.sample-docs .p28{
	background:-webkit-gradient(linear, left top, right top, color-stop(0.95, #fff), color-stop(1, #dadada));
	background-image:-webkit-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-moz-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-ms-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:-o-linear-gradient(left, #fff 95%, #dadada 100%);
	background-image:linear-gradient(left, #fff 95%, #dadada 100%);
}

.sample-docs .p43{
	background-position:-1050px 0;
}

.sample-docs .p44{
	background-position:-1275px 0;
}

.sample-docs .even .gradient{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image:url(../../images/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(../../images/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(../../images/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;
}

.sample-docs .tabs{
	width:130px;
	top:0;
	left:-130px;
	position:absolute;
	z-index:1000;
}

.sample-docs .tabs > div{
	width:130px;
}

.sample-docs .tabs .left{
	text-align:left;
}


.sample-docs .tabs .right{
	text-align:right;
}

.sample-docs .tabs a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	margin-bottom: 5px;
	background: url("https://static.98ep.com/Img/GroupPortal/pics/nav_02.png") center center no-repeat;
	line-height: 18px;
	padding: 4px 10px;
	text-align: left;
	text-decoration: none;
}

/*.sample-docs .tabs .on,*/
/*.sample-docs .tabs .on:hover,.sample-docs .tabs a:hover{*/
	/*background: url("../pics/nav_01.png") center center no-repeat;*/
	/*cursor:default;*/
	/*color:#fff;*/
	/*margin-left: 0;*/
/*}*/
.sample-docs .tabs .on,
.sample-docs .tabs .on:hover{
	background: url("https://static.98ep.com/Img/GroupPortal/pics/nav_01.png") center center no-repeat;
	cursor:default;
	color:#fff;
	margin-left: 0;
}
.sample-docs .tabs a:hover{
	background: url("https://static.98ep.com/Img/GroupPortal/pics/nav_03.png") center center no-repeat;
	cursor:default;
	color:#fff;
	margin-left: 0;
}

/*.sample-docs .tabs a:hover{*/
	/*color:black;*/
	/*text-decoration: none;*/
	/*cursor:pointer;*/
	/*background: #f1f1f1;*/
/*}*/


/*add class start*/
.sample-docs .right a{
	display: block;
}
.sample-docs .left a{
	display: block;
}
/*.b_head_nav{*/
	/*-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;*/
/*}*/
.b_head_nav{
	background: #f5f5f5;
}
.b_download{
	background: #999;
	position: absolute;
	right:-150px;
	top: 20px;
	line-height: 20px;
	padding:5px 10px;
	border-radius: 5px;
	color:#fff;
	cursor: pointer;
}
.b_detail_msg_aBox{
	background: #999;
    position: absolute;
    right: 150px;
    top: 105%;
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: none;
    cursor: pointer;
}
.b_download:hover,.b_detail_msg_aBox:hover{
	background: #666;
}

#canvas {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Chrome/Safari/Opera */
-khtml-user-select: none; /* Konqueror */
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none; /* Non-prefixed version, currently
not supported by any browser */
}
/*@media all and (min-width: 1500px) {*/
/*@media all and (max-width: 1440px) {*/
	/*#canvas{*/
		/*height:500px;*/
		/*margin-top: -250px;*/
	/*}*/
	/*.sample-docs{*/
		/*height:500px;*/
	/*}*/
	/*.sample-docs .page{*/
		/*height:500px;*/
	/*}*/
/*}*/
/*add class end*/