/* Search Page */

.blend blockquote {
    margin-bottom: 100px;
    line-height: 1.1;
}

.catalog-search-block .form-control {
    border: none;
    height: 48px;
    font-size: 16px;
    font-weight: 200;
}


.advanced-search-link {
    float: right;
}

.advanced-search-link a, .advanced-search-link a:hover {
    color: #CDDC39;
}

.bg-book-stack-1 {
    background: url("../../img/bg/book-stack-1.jpg");
}

/* Number of results and search type limiters */

.sort-list-btn {
    margin: 0 0 0 0;
}

li.sort-list-btn.search-bar-opts {
    padding-left: 15px;
    padding-right: 0px;
}

.limit-dropdown {
    min-width: 90px;
}

.searchtype-dropdown {
    min-width: 110px;
}

/* Results Pages */

.result-content {
    font-family: 'Open Sans', sans-serif;
}

/* Filter Section */

/* Filter Buttons */

.filter-reset-button {
    margin-bottom: 10px;
}

/* Checkboxes */

.checkbox-list .checkbox i {
    border-color: #90A4AE;
}

/* Slider */

.slider-pubdate {
    margin: 15px 10px 0px 10px;
}

.slider-pubdate-text {
    color: #999;
    margin: 10px 0px 0px 0px;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    text-align: center;
}

/* Navigation Elements */

/* Results Total */

.result-category {
    overflow: visible;
}

/* Number of results */

.result-category .badge-results {
    top: 8px;
}

.results-bg {
    background: #009688;
    white-space: nowrap;
}

.filter-results {
    padding: 15px 0px 0px 0px;
    margin-bottom: 0px;
    border-bottom: none;
}

.searchbox::selection {
    background: #4765a0;
    color: #fff;
}
.searchbox::-moz-selection {
    background: #4765a0;
    color: #fff;
}

/* Works Listing */

/* Cover Images */

.works-description img {
    padding: 3px;
    border: 1px solid #9E9E9E;
}

.work-description {
    padding-left: 0;
}

/* Work Title */

.work-title {
    margin-bottom: 0px;
}

.work-title h4 {
    margin-bottom: 0px;
}

.work-title a {
    color: #009688;
    font-size: 18px;
}

/* Work Author */
.work-author a {
    color: #687074;
    font-size: 18px;
}

/* Wishlist */

.add-to-wishlist {
    float: right;
}

.add-to-wishlist i {
    font-size: 12px;
}

.add-to-wishlist a {
    font-size: 12px;
}

.add-to-wishlist li {
    margin-right: 20px;
}

.add-to-wishlist li {
    margin-right: 20px;
    margin-bottom: 0px;
}

/* Format type tabs */

.format-tab-text {
    display: inline-block;
    margin-right: .5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7em;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #607D8B;
}


.material-tab-block {
    margin-right: 20px;
}

.table-search-results thead {
    color: #FF9800;
}

/* Format availability table */

.table-search-results tbody {
    color: #607D8B;
}

.table-search-results a {
    color: #1ABC9C;
}

.table-search-results tbody:before {
    content: '';
    display: block;
    height: 6px;
}

.table-search-results tr {
    margin-right: .5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .7em;
}

.table-search-results th {
    padding-bottom: 3px !important;
    border-bottom: 1px solid #ddd !important;
}

.table-search-results td {
    padding: 3px 9px 3px 9px !important;

    border-top: 0px !important;
}

/* Pagination */

.pagination li a {
    padding: 6px 12px;
}

/* Error reporting */

.catalog-avail-error {
    font-size: 60%;
    margin-bottom: 10px;
}

/* Action Links */

.catalog-action-links a:hover {
    cursor:pointer;
}

/* Cover Image Management */

.coverImgWrap {
    position: relative;
    margin-right: 30px;
}

.imgLinks {
    font-size: 1.8em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.30);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility, opacity 0.5s;
}

.imgLinks a {
    color: #fff;
    padding: 0px 10px 0px 10px;
}

.imgLinks a:hover {
    color: #f0ad4e;
}

.coverImgWrap:hover .imgLinks {
    visibility: visible;
    opacity: 1;
}