#recommendation-popup{
	display: none;
    position: fixed;
    height: 150px;
    margin-bottom: -50px;
    z-index: 1;
}
.recommended-lists{
	background-color: #ecefef;
    border-top: 1px solid #d2d5d5;
	position: absolute;
    bottom: 50px;
    width: 997px;
    margin: 0px;
    height: 150px;
    margin-left: 3px;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}
 .bottomShadow.shadowBox{
    background: -moz-linear-gradient(top,  rgba(137,255,241,0) 45%, rgba(0,0,0,1) 60%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(45%,rgba(137,255,241,0)), color-stop(60%,rgba(0,0,0,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(137,255,241,0) 45%,rgba(0,0,0,1) 60%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(137,255,241,0) 45%,rgba(0,0,0,1) 60%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(137,255,241,0) 45%,rgba(0,0,0,1) 60%) !important; /* IE10+ */
    background: linear-gradient(top bottom,  rgba(137,255,241,0) 45%,rgba(0,0,0,1) 60%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0089fff1', endColorstr='#000000',GradientType=0 ) !important; /* IE6-9 */
}
.bottomShadow:hover {
    background: #ecefef;
}
.recommended-lists ul{
	display: inline-block;
    margin-left: 10px;
    width: 100%;
}
.recommended-lists ul li{
	float: left;
    width: 302px;
    margin-right: 10px;
    height: 120px;
    margin-left: 10px;
    background-color: white;
    box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -moz-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 8px 10px -5px rgba(0,0,0,.2),0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12);
}
.lists-header p{
	font-size: 14px;
    padding: 10px 0px;
    padding-left: 20px;
    font-weight: bold;
    color: #5f5959;
    float: left;
}
.recommended-lists .book-cover img{
	max-height: 80px;
    max-width: 70px;
}
.recommended-lists .book-cover{
	float: left;
    padding-top: 7px;
    padding-left: 10px;
}
.aBookContent{
	height: 102px;
    width: 100%;
    margin: 10px 0px;
}
.recommended-lists .book-name{
    display: -webkit-box;
    display: -moz-box;
    max-width: 400px;
    max-height: 53px;
    margin: 0 auto;
    font-size: 14.5px;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    cursor: pointer;
}
.recommended-lists .book-details{
	display: inline-block;
    width: 201px;
    padding: 10px 10px;
    color: #5f5959;
    line-height: 16px;
}
.recommended-lists .book-author{
    font-size: 11px;
    padding-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.close-icon{
    background: transparent url("//content.knovel.com/web/images/cancel.png") center center no-repeat;
    height: 20px;
    width: 20px;
    float: right;    
    padding-top: 5px;
    padding-right: 10px;
}
/* for IE 10+ UserAgents */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .recommended-lists .book-name{
        display: inline-block;  
     }
     .recommended-lists .book-author{
        display: block;
        white-space: nowrap;
     }
}
/* for Firefox userAgents */
@-moz-document url-prefix() {
    .recommended-lists .book-author{
        white-space: nowrap;
    }
    .recommended-lists .book-name{
        -moz-line-clamp: 3;
    }
}

.fadeout {
    position: relative;
    display: none;
    opacity: 0; 
    bottom: 4em;
    height: 4em;
    background: -webkit-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -o-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
    background-image: -ms-linear-gradient(
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 1) 100%
    );
} 

.fadeout-hide {
    display: none;
}/*  BUILD_VERSION: origin_Release_2016_12_16_Hotfix.11-01-17.74.14200.a44df36.TSTMP:1484169923  Time: 11-01-2017 18:22:11 UTC  */ 
