﻿.thumbnail {
    display: inline-block;
    width: 120px;
    height: 160px;
    background-color: #ccc;
    margin: 0 5px;
    cursor: pointer;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.fullscreen {
    background-color: #333;
}

.books > .thumbnail {
    background: url(../images/pdficon.png);
    position: relative
}

.books > .thumbnail > div {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.dflipCustomAnnotation {
    /*border-bottom: 2px solid #00a3db !important;
    /*padding-bottom: 3px !important;*/
    /*border-left: none !important;
    border-right: none !important;
    border-top: none !important;*/
    background-color: white;
    border: none !important;
    opacity:0.5;
}

.dflipCustomAnnotation a {
    background-color: #ccccff !important;
    text-decoration: underline;
}

.search {
    width: 100%;
    position: absolute;
}

.searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #00B4CC;
    padding: 5px;
    height: 20px;
    border-radius: 5px;
    outline: none;
    color: #9DBFAF;
}

    .searchTerm:focus {
        color: #00B4CC;
    }

.searchButton {
    position: absolute;
    right: -50px;
    width: 40px;
    height: 36px;
    border: 1px solid #00B4CC;
    background: #00B4CC;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.wrap {
    display:none;
    width: 30%;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999999999;
}

/* FIXED CART ON OLD SITE */
#topcartlink.activeFlipbook {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    background-color: white;
    padding: 5px 10px;
}