::-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', sans-serif, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
}
/*a, a:focus {
	color: #0088cc;
	text-decoration: none;
}*/
a:hover {
	color: #005580;
	text-decoration: none;
}
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 ;
}*/
input, textarea {
	border: 1px solid #cccccc;
}
input:focus, textarea:focus {
	border: 1px solid rgba(82, 168, 236, 0.8);
}
/*headings css start*/
h3 {
	display: block;
	font-size: 1.17em;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: bold;
}
/*------------btn css start-------------*/
.btn {
	border-radius: 0px;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
}
.btn:active, .btn.active{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
    box-shadow: none;
}
.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;
}
.acg-link
{
    text-decoration: underline;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    color:#28A8E6;
}
.acg-link:hover{
	color:#098fd1;
}

/*.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;
}*/
.btn-secondary:focus, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.active, .btn-secondary.disabled, .btn-secondary[disabled] {
	background-color: #f38832;
	color: #fff !important;
	border:1px solid transparent;
}

/*------------btn css end-------------*/

@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;
}
/*------------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-------------*/

/*------------header css start-------------*/

.navbar-gkc {
	width: 400px;
	margin: 0;
}
.navbar-gkc li {
	padding: 5px 20px;
	margin: 0 10px;
	width: auto;
	height: auto;
	line-height: normal;
	font-size: 14px;
	color: #898989;
	cursor: pointer;
}
.navbar-gkc li:hover {
	color: #000;
	border-bottom: 3px solid #12a2e8;
}
.navbar-gkc li.active {
	color: #313131;
	border-bottom: 3px solid #12a2e8;
}
.navbar-gkc li:last-child {
	margin-right: 0;
}
.lib-badge-icon {
	background: #e76453;
	border-radius: 2px;
	line-height: 14px;
	color: #fff;
	position: absolute;
	top: 0;
	padding: 0 2px;
	font-size: 11px;
	margin-left: 2px;
	right: 0;
}
.lib-badge-icon.grey {
	background: #999;
}
.libSearch {
	display: block;
	width: 342px;
	float: right;
}
.libSearch .search-box {
	background: #fff;
	border: 1px solid #c9c9c9;
	display: block;
	margin-top: 26px;
/*	margin-bottom: 23px;*/
	padding: 7px 0 6px;
	position: relative;
}
.search-box input[type="button"] {
	border: 0;
	background-color: transparent;
	padding: 0;
	width: 30px;
	height: 30px;
	position: relative;
	z-index: 1;
}
.search-font-icon {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 0;
}
.search-box input[type="search"] {
	width: 91%;
	display: inline-block;
	-webkit-appearance: none;
	border: 0px;
	font-size: 13px;
	color: #555555;
	line-height: normal;
	padding: 0 10% 0 5px;
	margin: 0;
	border-right: 1px solid #c9c9c9;
}

.lib-search-clear {
	top: 0px;
	right: 30px;
	padding: 9px;
	left: auto;
	position: absolute;
	cursor: pointer;
	z-index: 1;
}
/*------------header css end-------------*/



/*-----------heading css start-----------------*/
.heading-container {
	border-bottom: 1px solid rgba(211, 211, 211, .5);
}
h4 {
	font-size: 14px;
	color: #7d7d7e;
	font-weight: normal;
}
.boldText {
	font-family: "open_sansbold", sans-serif;
}
/*-----------heading css end-----------------*/
/*-----------update bookshelf button css start-----------------*/
.opr-update-bookshelf{
	padding-left: 35px;
	margin-left: 10px;
	border-left: 1px solid rgba(211, 211, 211, .5);
	text-decoration: underline;
	position: relative;
	color: #3d3c38;
}
.opr-update-bookshelf:before {
    content: "\e627";
    font-size: 18px;
    color: #12a2e8;
    position: absolute;
    left: 10px;
}
.opr-up-shelf-wrapper{
	display: table;
	padding: 0 20px;
	border-radius: 2px;
    background-color: #fbfbfc;
    position:fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
    width: 220px;
    min-height: 152px;
    z-index: 99999;
    -webkit-box-shadow: 0 4px 10px 0px rgba(71, 73, 78, 0.40);
    box-shadow: 0 4px 10px 0px rgba(71, 73, 78, 0.40);
}
.opr-self-content{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
}
.opr-up-bookshelf-alert{
	position:fixed;
	top: 145px;
    left: 50%;
    z-index: 99999;
    -ms-transform: translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
     transform: translate(-50%,-50%);
     background-color: #dff0d8;
     border: 1px solid #b4e3a2;
     color: #177c3a;
     padding: 8px 25px;
}

/*-----------update bookshelf button css end-----------------*/

/*------listing UI css start-----------*/
.book-item {
	/*max-width: 300px;*/
	position: relative;
}
.thumbnail-data {
	float: left;
	width: 100%;
	text-align: left;
}
.book-info {
	margin-left: 130px;
}
.book-info h2 {
	font-size: 14px;
	color: #36393b;
	line-height: 14px;
	margin-bottom: 5px;
	margin-top: 0;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
    min-height: 40px;
}
.book-info .author {
	font-size: 12px;
	color: #7d7d7e;
}
.expiry {
	font-size: 12px;
	color: #7d7d7e;/*width: 140px;*/
}
.gkc-block-view {
	text-align: center;
	margin: auto;
	white-space: normal;
}
.gkc-block-view .mt15.col-sm-6.col-md-4 {
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 30px;
}
.cover-img-block {
	padding: 3px;
	border: 1px solid #e2e2e2;
	width: 105px;
	height: 164px;
	background-color: #fff;
	float: left;
	margin-left: -100%;
	position: relative;
	cursor: pointer;
}
.cover-img-middle {
	display: table;
	width: 100%;
	height: 155px;
	vertical-align: middle;
}
.cover-img-center {
	display: table-cell;
	vertical-align: middle;
	max-width: 96px;
	max-height: 162px;
	overflow: hidden;
}
.cover-image {
	position: relative;
	vertical-align: middle;
}
.cover-img-center img {
	max-width: 100%;
	max-height: 156px;
/*	min-height: 156px;*/
}

/*library image cover overlay css end*/
.context-info-icon {
	background-color: transparent;
	width: 33px;
	height: 29px;
	margin: 0;
	padding: 0;
	border: none;
}
.book-interact {
	position: absolute;
	bottom: 0;
	left: 130px;
	right: 0;
}
.book-interact .float-l.mt5{
	margin-top:11px;
}
.book-interact .btn {
	padding: 2px 18px;
	font-size: 14px;
}
.book-context-div {
	font-size: 0;
	margin-top:8px;
}
.book-context-div ul:before, .book-context-div ul:after {
	display: none;
}
.book-context-div ul {
	background: #363c49;
	border: none;
	font-size: 12px;
	left: auto;
	right: 14px;
	top: auto;
	bottom: 32px;
}
.book-context-div ul li {
	text-align: left;
	border-bottom: 1px solid #66696f;
	color: #fff;
	background-position: 12px center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.book-context-div ul > li > a {
	padding: 10px 5px 10px 12px;
	color: #fff;
}
.book-context-div ul > li > a:hover, .book-context-div ul > li > a:focus {
	background-color: #0088cc;
	color: #fff;
}
/*------listing UI css end-----------*/

/*-----------borrowed tab css start-----------------*/
.borderall {
	border: 1px solid #e2e2e2;
}
.info-icon {
	width: 25px;
	height: 25px;
}
.borrowed-content .info-icon:before {
	line-height: 26px !important;
}
/*-----------borrowed tab css end-----------------*/
/*-----------assigned tab css start-----------------*/
.assign-heading {
	font-size: 16px;
	font-family: 'open_sansbold', sans-serif;
}
/*-----------assigned tab css end-----------------*/
/*-----------add more css start-----------------*/
.addMore {
	border: 1px dashed #bfbfbf;
	width: 105px !important;
	height: 164px;
	float: left;
	background-color: #fff;
	padding: 0;
	margin-left: 40px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.borrowdiv {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	font-size: 14px;
	color: #7d7d7e;
	max-height: 162px;
}
.borrowdiv span {
	display: block;
	vertical-align: middle;
	text-align: center;
}
.borrow-icon {
	height: 30px;
	margin-bottom: 5px;
}

/*-----------add more css end-----------------*/
/*---------------------------------------page loader (messagebox) css start---------------------------------------*/

.progressBox {
	width: auto;
    margin-left: -63px;
}


.progressBox #message {
    width: 55px;
    display:inline-block;
}
/*---------------------------------------page loader (messagebox) css end---------------------------------------*/

.downloadBtn{
	display: none;
}


/*cengage merge issues fixes start*/
/*#user-dropdown.user-info-dropdown .user-text{
padding-left: 15px;
padding-top:5px;
padding-bottom: 5px;
padding-right: 0;
border-right: none;
}*/
/*.top-right li a#context-menu.context-menu:after{
margin-left: 0;
}*/
/*cengage merge issues fixes end*/

@media screen and (min-width: 991px) and (max-width: 1199px) {
.gkc-block-view .mt15.col-sm-6.col-md-4{
	padding-left:20px;
	padding-right: 20px;
}
}
.user-info-dropdown .dropdown-toggle{
	display: none;
}
.opr-user-icon{
	display:none;
}