
/*------------------------------------------------------------*/


/*								Results           		        */


/*-----------------------------------------------------------*/


.journalTitleLink {
    border: 1px solid gray;
    margin-top: 5px;
}

.resultsPane,
.newSearchPanel {
    border: none;
    border-right: 1px solid #ddd;
}


/*------------------------------------------------------------*/


/*								Filters Side Panel													*/


/*-----------------------------------------------------------*/


/* Make Clear Refinements Link more noticeable */

.clearRefinements {
    background: #f4a319;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
}


/* Headers */

.quickFilters h3,
.facetFields h3>a,
.dateSlider h3 {
    font-size: 1.5rem;
    display: block;
    padding: 5px;
    color: #000;
}


/* lists of links in each section */

.quickFilters .values,
.facetFields .values {
    margin-left: 15px;
}

/* possible extra indenting
.quickFilters ul>li:nth-child(3)>a {
    padding-left: 20px;
}
*/

/* Material Type Section */


/*
  .facetField:first-of-type > ul > li:nth-child(4),
  .facetField:first-of-type > ul > li:nth-child(5) {
    display: none;
  }
*/


/* Date filter */

.dateSlider {
    margin: 0 20px;
}

.dateSlider h3 {
    border: none;
    margin-top: 5px;
    margin-left: -1.5em;
}

.sliderContainer {
    margin: 8px 15px 8px -15px;
}


/* Facet sections */

.quickFilters>div {
    padding-bottom: 3rem;
    border-bottom: 1px solid gray;
    margin-left: 1rem;
}

.quickFilters>div {
    margin-bottom: 1rem;
}

.facetFields .facetField {
    padding-bottom: 1rem;
    margin: 1rem;
    margin-bottom: 3rem;
    border-bottom: 1px solid gray;
}


/* Back to Top Option */

#backToTop .btn {
    color: #333;
    background-color: #fff;
    font-size: 120%;
    padding: 10px 20px;
    border: solid #303030 1px;
    box-shadow: 0 4px 3px -3px #303030;
}

#backToTop .btn:hover {
    box-shadow: 0 8px 6px -6px #303030;
    font-size: 121%;
}

/*------------------------------------------------------------*/


/*								Right Panel              									*/


/*-----------------------------------------------------------*/

.topicSummary,
.customSections,
.bxRecommender {
    margin: 0 1em;
}

.relatedItems,
.relatedItems .navContainer {
    top: 156px !important;
}

