::-webkit-scrollbar {
 width: 5px;
 height: 10px;
}
/* Track */

::-webkit-scrollbar-track {
 background: rgba(213, 213, 213, 1);
}
/* Handle */

::-webkit-scrollbar-thumb {
 background: rgba(172, 171, 171, 1);
}
::-webkit-scrollbar-thumb:window-inactive {
 background: rgba(172, 171, 171, 1);
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: url(../images/body-bg.png) repeat;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
a, a:focus {
	color: #0088cc;
}
a:hover {
	color: #005580;
}
ul, ol {
	margin: 0;
	list-style: none;
	padding: 0;
}
:focus, .btn:focus, .btn:active:focus, .btn.active:focus, input:focus, textarea:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus, a:focus {
	outline: -webkit-focus-ring-color auto 5px;
}
 @media (min-width: 1230px) {
.container {
	width: 1200px;
}
}
.main-container {
	min-height: 100%;
	margin: 0 auto -42px;
}
.main-container:after {
	content: "";
	display: block;
	height: 42px;
}
.body-bg {
	background-color: #f5f4f4;
	box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
}
/*------------btn css start-------------*/
.btn {
	border-radius: 0px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.btn-primary {
	color: #fff;
	background-color: #47b3e7;
	border-color: #47b3e7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	text-decoration: none;
	background-color: #37a5da;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: transparent;
}
.btn-secondary {
	color: #fff;
	background-color: #f18d2b;
}
/*------------btn css end-------------*/


/*------------user blocker css start-------------*/
.user-nav-blocker {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 1000;
	background: rgba(0, 0, 0, 0);
}
/*------------user blocker css end-------------*/


/*------------overview container css start-------------*/
.lib-over-container {
	/*position: relative;*/
	padding: 25px;
	margin: 0 18px;
	background-color: #fff;
}
/*------------overview container css end-------------*/
/*------------overview image view css start-------------*/
.lib-over-img {
	width: 225px;
	float: left;
	position: relative;

}
.opr-overview-image-wrapper {
	border: 1px solid #e6e6e6;
	width: 225px;
	height: 293px;
	display: table;
	text-align: center;
}
.opr-overview-img{
	display: table-cell;
    vertical-align: middle;
    max-width: 223px;
    max-height: 291px;
    overflow:hidden;
}
.opr-overview-img img{
	max-width: 100%;
    max-height: 291px;
}

.modal-buttons .btn-secondary {
	width: 100%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 0;
	font-size: 20px;
}
/*.modal-buttons .btn-secondary:hover, .modal-buttons .btn-secondary:active, .modal-buttons .btn-secondary.active, .modal-buttons .btn-secondary.disabled, .modal-buttons .btn-secondary[disabled] {
	background-color: #f38832;
	color: #fff;
}*/
/*------------overview image view css end-------------*/
/*------------overview tabs view css start-------------*/
.lib-content-main {
	float: right;
	width: 100%;
	margin-left: -225px;
}
.lib-over-content {
	margin-left: 255px;
}
.lib-header {
	margin-top: -10px;
}
.lib-header span {
	display: block;
}
.lib-header h2 {
	font-size: 24px;
	color: #36393b;
	font-family: 'open_sanssemibold', sans-serif;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
}
.lib-edition {
	font-size: 14px;
	color: #36393b;
	vertical-align: top;
	margin-top: -5px;
}
.lib-author {
	font-size: 18px;
	color: #f9770f;
}
/*tabs start*/
.lib-over-content .nav-tabs {
	background: transparent;
	border-bottom: none;
	position: relative;
	margin: 20px 0 20px;
}
.lib-over-content .nav-tabs > li {
	font-size: 16px;
	margin-right: 40px;
	margin-bottom: 0;
}
.device-tabbing-none .lib-over-content .nav-tabs > li{
    margin-right: 30px;
}
.lib-over-content .nav-tabs > li:last-child{
	margin-right: 0;
}
.lib-over-content .nav-tabs > li > a {
	margin: 0;
	border-radius: 0;
	color: #898989;
	border: 0px solid transparent;
	padding: 10px 0;
}
.lib-over-content .nav-tabs > li > a:hover, .lib-over-content .nav-tabs > li.active > a, .lib-over-content .nav-tabs > li.active > a:hover, .lib-over-content .nav-tabs > li.active > a:focus {
	border: 0px solid transparent;
	color: #313131;
	-webkit-box-shadow: 0px 3px 0px -1px rgba(18,162,232,1);
	-moz-box-shadow: 0px 3px 0px -1px rgba(18,162,232,1);
	box-shadow: 0px 3px 0px -1px rgba(18,162,232,1);
	background-color: transparent;
}
/*tabs end*/

/*tabs data start*/
.modal-detail-discription {
	margin-bottom: 20px;
	color: #36393b;
	font-size: 14px;
	font-weight: normal;
}
.overview-info-fixed {
	float: left;
	width: 100px;
	font-family: 'open_sanssemibold', sans-serif;
}
.overview-info-box {
	float: right;
	width: 100%;
	margin-left: -100px;
}
.overview-info-fluid {
	margin-left: 100px;
}
/*tabs data end*/
.widgetDownload{
	display: none !important;
}
.enrichlist_adjustment .preview,
ul.customToc li a.preview{
	display:none;
}
.opr-header-logo img{ vertical-align:top;}
.titlebar{ border-bottom:none;    margin-bottom: 4px;}
.backToLib{ font-size:14px;}
.group-belowHeader a{ margin-left:1px;}

.user-info-dropdown .opr-user-icon
{
	display: none;
}

.downLoadTimer{
	display: none;
}
.lib-over-img .cover-img-overlay
{
	cursor:pointer;
}
/*#userMenu{
	padding: 0;
}*/
.context-icon .opr-teacher-icon , .context-icon .opr-user-icon{
	display: none;
}
/*img.details-cover-image{
	border: 1px solid #e6e6e6;
    width: 225px;
    height: 293px;
}*/
.opr-user-icon{
	display:none;
}

.opr-add-book-header-top{
	display:none!important;
}