﻿.topPageControls {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    clear: both;
    flex-wrap: wrap;
}

.topPageSecondControls {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: flex-end;
}
.searchSortBy label {
    margin-right: .5em;
}

.searchSortBy select {
    color: #666;
    outline: 0;
}

.sli_select {
    color: #666;
    outline: 0;
}

.searchPerPage label {
    margin-right: .5em;
    color: #4a4947;
}


.searchPagination {
    padding: 5px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    clear:left;
    float: right;
}

.searchPagination div {
    float: left;
}

.searchPagination .emptyPage {
    min-width: 24px;
}

    .searchPagination .emptyPage a {
        border: none;
    }

.searchPagination a {
    padding: 3px 7px;
    border: solid 1px #ddd;
    margin: 0px 2px;
}

.searchPagination .active-page a {
    color: white;
    background-color: #217abd;
}

.topPageControls.bottomControls {
    margin: 10px 0px;
}

footer {
    clear: both;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
}

.anchor_container {
    overflow: auto;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

input.addToCartInput {
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    width: 37px;
    height: 25px;
    margin-right: 7px;
}

.anchor_wrapper {
    border: 1px solid #eee;
    padding: 10px;
}

.anchor_wrapper {
    border: 0;
    border-top: solid 1px #95a9be;
}

.addToCartDiv {
    margin-left: 30%;
}

.anchor_wrapper .anchor_col1 {
    width: 100%;
}


.anchor_wrapper .anchor_list_col1 {
    float: left;
    width: 150px;
    text-align: center;
}

.anchor_wrapper .anchor_list_col1 {
    width: 220px;
}

.anchor_wrapper .anchor_list_col2 {
    float: left;
    margin: 0 10px;
    width: 400px;
}

.anchor_wrapper .anchor_list_col2 {
    width: calc(100% - 220px);
    margin: 0;
    font-size: 11px;
}

.anchor_wrapper .anchor_image {
    text-align: left;
    position: relative;
    width: 167px;
    margin: auto;
    display: block;
}

    .anchor_wrapper .anchor_image img {
        display: inline;
        max-width: 160px;
    }

.anchor_wrapper h2.anchor_title {
    padding-bottom: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #333;
}

    .anchor_wrapper h2.anchor_title a {
        font-weight: bold;
        font-size: 12px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }

.anchor_wrapper .anchor_author_search, .anchor_publisher_search {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: 130%;
}

.anchor_wrapper .anchor_label {
    color: black;
    font-weight: bold;
    margin-right: .75em;
}

.anchor_wrapper .anchor_big_label {
    color: black;
    font-weight: bold;
    margin: 0 0.1em 0 1em;
}

.anchor_wrapper .status.active {
    color: green;
    font-size: 90%;
    line-height: 130%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.anchor_wrapper .productIDs {
    margin: 1em 0 .25em 0;
    float: left;
}

.anchor_wrapper .anchor_live_pricing_container {
    clear: both;
    font-size: 0;
    float: left;
    width: 100%;
}

.anchor_wrapper .anchor_price_wrapper {
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    border: 0;
}

.anchor_wrapper .anchor_login {
    color: #e43f40;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: bold;
    float: left;
    width: 100%;
}

.anchor_wrapper .anchor_login:hover {
    color: #34495E;
}

.anchor_wrapper .anchor_login a {
    color: inherit;
}

.anchor_wrapper .anchor_discount {
    color: #7b7b7b;
    font-weight: bold;
}

.anchor_wrapper .anchor_price {
    color: #2e7700;
    font-weight: bold;
}

.anchor_wrapper .anchor_net_price {
    color: #e43f40;
    font-weight: bold;
}

.discountResult {
    display: block;
}

.anchor_generic_container .anchor_wrapper .bobthebox777 {
    border-color: #ddd;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
    color: #888;
    font-size: 14px;
    margin-bottom: 10px;
    width: 37px;
    height: 25px;
    margin-right: 7px;
}

.anchor_wrapper .cartbutton777 {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
    border: 0;
    border-radius: 4px;
    padding: 7px;
    cursor: pointer;
    background-color: hsl(46,100%,44%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffd447,endColorstr=#e0ac00);
    background-image: -khtml-gradient(linear,left top,left bottom,from(#ffd447),to(#e0ac00));
    background-image: -moz-linear-gradient(top,#ffd447,#e0ac00);
    background-image: -ms-linear-gradient(top,#ffd447,#e0ac00);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#ffd447),color-stop(100%,#e0ac00));
    background-image: -webkit-linear-gradient(top,#ffd447,#e0ac00);
    background-image: -o-linear-gradient(top,#ffd447,#e0ac00);
    background-image: linear-gradient(#ffd447,#e0ac00);
    border-color: #e0ac00 #e0ac00 hsl(46,100%,39%);
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.33);
    -webkit-font-smoothing: antialiased;
    font-weight: bold !important;
    line-height: 14px;
}

.anchor_wrapper .anchor_urlkey {
    clear: both;
}

.anchor_wrapper .anchor_suggestions_label {
    font-weight: bold;
}

.anchor_wrapper .anchor_urlkeylink {
    color: #666;
    text-decoration: none;
}

.anchor_wrapper .display_none {
    display: none;
}

.anchor_wrapper .anchor_list_col3 {
    width: 0;
    float: right;
    width: 230px;
}

.anchor_wrapper .anchor_clear {
    clear: both;
}

#anchor_results {
    float: right;
    padding: 0 0;
    width: 75%;
}

#anchor_results.fullWidth {
    width: 100%;
}

#anchor_facets {
    float: left;
    width: 25%;
    padding: 0 15px 0px 0px;
}

.panel-group {
    margin-bottom: 20px;
}

#large_spinner {
    height: 8em;
    display: block;
    margin: auto;
}

div.anchor_heading h1 {
    margin: 0.5em 0 0.5em 0;
    padding: 0;
    font-size: 21px;
    letter-spacing: 0.6px;
    font-weight: 400;
    color: #636363;
    line-height: 35px;
    font-family: 'Source Sans Pro', sans-serif;
}

.searchResultsFor > span {
    font-weight: bold;
    letter-spacing:1.5px;
    font-family: arial, 'Source Sans Pro', sans-serif;
}

.minibutton777 {
    background-color: #62b5d5;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
    border: 0;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 0px 0 14px;
    width: 170px;
    margin-right: 2px;
    padding: 1.1px;
}

.minidropdown777, .searchSortBy select {
    background-color: #fff;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: x-small;
    border-width: 1px;
    border-radius: 4px;
    color: #000;
    height: 26px;
}

#merchTopResults img {
    max-width: 100%;
}

.anchor_bottom_border {
    border-bottom: solid 1px #e8e8e8;
    padding: .5em 0;
}

.anchor_top_left {
    left: 15px;
    top: 15px;
    left: 0;
    position: absolute;
    top: 0;
}

img.anchor_imprintable {
    display: inline;
}

.productIDs div {
    float: left;
    margin-right: .5em;
    padding-right: .5em;
    border-right: solid 1px #000;
    font-size: 90%;
    line-height: 130%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #34495e;
}

.anchor_wrapper .orderDetails.productIDs, .anchor_wrapper .publishDetails.productIDs {
    clear: both;
    float: left;
    margin-bottom: .25em;
    margin-top: 0px;
}

.productIDs div:last-child {
    border-right: 0;
}

.product_data {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 90%;
    line-height: 130%;
}

.status {
    font-size: 90%;
    line-height: 130%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: red;
    font-weight: bold;
}

    .status.Active {
        color: green;
    }
/* Panel */
.panel-title {
    font-weight: bold;
}

.anchor_generic_container {
    float: left;
    width: 25%;
    padding: 0 15px;
}

.anchor_pull_right {
    padding: 0;
}

.anchor_count {
    position: absolute;
    right: 0;
    top:0px;
}

.nav-stacked.tree > li a:hover {
    color: #d80000;
    font-weight: initial;
}
.anchor_facets ul li input[type="checkbox"] {
    margin: .45em 6px auto 0;
}

.anchor_facets ul li a {
    padding: 0 24px 0 0;
    font-size: 14px;
    width: 100%;
    position: relative;
}

.panel-default > .panel-heading {
    border-top: 4px solid #95A9BE;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.anchor_facets ul li {
    display:flex;
    border:0;
    flex-wrap:nowrap;
}

.collapseWill:before {
    content: "";
    position: relative;
    width: 0;
    height: 0;
    display: inline-block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #34495e;
    border-bottom: 0;
    top: 50%;
    margin-bottom: 3px;
    margin-right: 5px;
}

.collapseWill.collapsed:before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #34495e;
    border-right: 0;
    margin-bottom: 0;
}

.anchor_reset {
    float: right;
    display: none;
}

@media (min-width: 992px) {
    .searchResults.container {
        width: 100%;
        padding: 0px;
    }
}

@media (min-width:992px) {
    #anchor_facets .modal-dialog {
        width: 100%;
        margin: auto;
        transform: inherit;
    }
    .modalClose {
        display:none;
    }
    
    #anchor_facets.modal {
        float: left;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        display: block!important;
        position: relative;
        width: 25%;
        padding: 0 15px 0px 0px;
        opacity: 1;
        z-index: 1;
    }
    #anchor_facets.modal.ng-hide {
        display:none!important;
    }
    .filterMobile {
        display: none;
    }
}

@media (max-width: 991px) {
    .flexControl {
        width:50%;
    }
    .searchNumberResults.flexControl {
        width:30%;
    }
    .searchPerPage {
        text-align: right;
    } 
    .hideDiscountCheckbox {
        width:80%
    }
    .filterButtonDiv {
        width: 20%;
        text-align: right;
    }
    .button.btn.filterMobile {
        background-color: #d6d6d6;
    }
    .button.btn.filterMobile:hover {
        background-color: #b3b3b3;
    }
    .searchPagination.flexControl {
        width: auto;
    } 
    button.close.modalClose {
        top: 0px;
        position: absolute;
        left: 0px;
        padding: 3px 20px;
        color: black;
        opacity: 1.0;
        font-size: 35px;
    }
    #anchor_facets {
        padding: 0px 15px;
        float: none;
        position: fixed;
        width: 100%;
        left: auto;
        top: 0;
        right: 0px;
        bottom: 0;
        padding: 0px !important;
    }

    #anchor_results {
        float: none;
        width: 100%;
    }

    #anchor_facets .modal-dialog {
        width: 300px;
        top: 149px;
        background-color: white;
        margin: 0px 0px 600px 600px;
        position: fixed;
        right: 0px;
        overflow: auto;
        padding: 40px 0px 160px;
        max-height: 750px;
    }
}
@media (max-width:767px) {
    #anchor_facets .modal-dialog {
        top: 78px;
    }
} 
@media (max-width: 619px) {
    .anchor_wrapper .anchor_list_col1 {
        width: 170px;
    }

    .anchor_wrapper .anchor_list_col2 {
        width: calc(100% - 190px);
    }

    .anchor_image {
        width: 160px;
    }

    .anchor_wrapper[data-tb-cid="986d3fa0-68d8-11e6-887d-49a70c42e7d2"] .anchor_list_col2 .anchor_title, [data-tb-cid="986d3fa0-68d8-11e6-887d-49a70c42e7d2"] .anchor_wrapper .anchor_list_col2 .anchor_title {
        line-height: 1;
    }

        .anchor_wrapper[data-tb-cid="986d3fa0-68d8-11e6-887d-49a70c42e7d2"] .anchor_list_col2 .anchor_title a, [data-tb-cid="986d3fa0-68d8-11e6-887d-49a70c42e7d2"] .anchor_wrapper .anchor_list_col2 .anchor_title a {
            line-height: 150%;
        }

    .anchor_wrapper .anchor_list_col2 div {
        width: 100%;
        border: 0;
    }

    .anchor_wrapper .anchor_list_col2 div {
        width: 100%;
        border: 0;
    }

    .orderDetails {
        margin: 1em 0;
    }

    .anchor_wrapper .anchor_list_col2 div {
        width: 100%;
        border: 0;
    }

    .anchor_wrapper .anchor_list_col2 .anchor_title a {
        line-height: 150%;
    }

    .selectedPage {
        background-color: #333;
    }
}

@media (max-width:420px) {
    .minidropdown777, .searchSortBy select {
        width: 81px;
    }
}

/* Search Results Promo Banner*/
.anchorSearchImage img {
    width: 100%;
    display: block;
}