
.searchResultsWrapper {
	overflow: hidden;
}

.searchResultsWrapper .topPagination .pagination {
	margin-top: 0;
}


.searchResultsWrapper .noResults {
	font-weight: bold;
	margin-top: 1rem;
}

.searchResultsBody ul{
	list-style-type: none;
}

li.searchResult{
	height: 8rem;
}

li.searchResult:hover {
    background-color: #d8d8d8;
}

li.searchResult img{
	height: 4rem;
}

.textSearchItem {
	float: left;
}

.textSearchForm > input[type='search'] {
	-webkit-appearance: textfield;
	padding-right: 1.25rem;
	border-radius: 0 !important;
    border: 1px solid rgba(255, 255, 255, 1);	
}

.textSearchForm > input[type='submit'] {
	background-color: #000;
	border: none;
	color: #fff;
	width: 4rem;
	height: 4rem;
	font-weight: bold;
	font-size: 1.25rem;
	margin-left: -1.3rem;
	padding: 0;
}

.textSearchForm > input[type='submit']:hover {
	background-color: #3C3C3C;
}

.searchResultContent {
    margin-top: 2rem;
}

.searchResultHint {
	margin-left: 1rem;
}

.searchResultsWrapper .popover {
    white-space: pre-wrap;
    width: 50rem !important;
    
    max-width: 100%;
}

body > .popover {
    white-space: pre-wrap;
    max-width: 100%;
}


/* ------------facet search ----------------------------------------------*/

.facets {
    font-size: 0.9em;
}

.facetHeader, .facetFooter {
    width: 96%;
    border-bottom: 3px solid #E6E6E6;
}

.facetHeader.noborder {
    border-bottom: none;
}

.facetHeader {
	color: white;
}

.facetHeader *:not(.minimizeFacets) i.fa {
    font-size: 1.6rem;
}

.facetFooter {
    margin-top: -0.5rem;
}

.resetAllFilters {
    display: none;
    position: absolute;
    float: right;
    right: 63%;
    background-color: black;
    border: solid 2px white;
    border-radius: 15px !important;
}

.facetContainerTitle {
    float: right;
    position: relative;
    top: 0.7rem;
}

.minimizeFacets {
    background-color: black;
    color: white;
    font-size: 3rem;
    padding: 0 0.7rem;
    height: 3rem;
    border: solid 2px white;
    margin-bottom: 0.8rem;
}

.minimizeFacets:focus {
	outline: 0;
}

.minimizeFacets:active {
    background-color: #545454 !important;
}

.minimizeFacets i.fa {
    position: relative;
    bottom: 0.6rem;
}

.filterText {
    position: relative;
    bottom: 1rem;
}

.facetContainer {
    background-color: #6a6a6a;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 0 0 5px 5px;
    padding: 10px;
    position: relative;   
    max-height: 30rem; 
    margin-top: 1rem;
}

.facetNavigator {
    overflow: auto;
    vertical-align: top;
    width: 37%;	
    display: inline-block;
    margin-top: 1rem;
    height: 22rem;
    color: #ffffff;
}

.facetNavigator ul {
    list-style: none;
    padding: 0;	
}

.facetNavigate {
	cursor: pointer;
	margin-bottom: 0.3rem;
    padding: 0.2rem;
}

.facetNavigate.active {
	color: black;
    background-color: #E6E6E6;
}

.facetNavigate.hasSelectedFilter {
    font-weight: bold;
}

.facetNavigate.fixedFacet:last-child {
    border-bottom: solid 3px black;
}

.facetBoxes {
	display: inline-block;
    background-color: #E6E6E6;
    overflow: auto;
    padding: 10px;
    width: 59%;	
    height: 23rem;
}

.facetItemsWrap.throbbing {
    height: 100%;
}

.facetBoxes .facetItemsWrap.throbbing .facetItem {
	display: none;
}

.facetBoxes .togglableTabs {
    padding: 0;
}

.facetItem {
	display: none;
	margin: 1rem;
}

.facetItem.active {
	display: block;
}

.facetValue {
    margin-bottom: 1rem;
}

.facetClass {
    border: dotted 1px #b0b0b0;
    margin-left: 2rem;
}

p.facetValueGroupLabel {
    margin-bottom: 1rem;
}

span.facetValueDisplay {
    line-height: 2.5rem;
}

.facetBoxes .nav-tabs>li.active>a, 
.facetBoxes .nav-tabs>li.active>a:focus, 
.facetBoxes .nav-tabs>li.active>a:hover {
    background-color: #E6E6E6;
}

.facetBoxes .tab-content {
    margin-left: 1rem;
}


@media (max-width: 1200px) {
    
	li.facetValueGroupLabel {
	    max-width: 13rem;
	}
}




/* ------------facet search end -------------------------------------------*/


.searchLinkedInstanceResult .bottomPagination, .searchLinkedInstanceResult .contentLanguageWrapper {
	display: none;
}


/*
@media screen and (max-height: 41rem), all and (orientation: portrait) {
	.textSearchItem {
		margin: 0 0 0 1.5rem;
	}
}

 @media screen and (max-width: 650px) {	
	.textSearchItem {
	    position: absolute;
	    top: 5rem !important;
	    left: -50px !important;
	    z-index: 63;
	}
	
	.viewStack {
		top: 65px;
	}
} 

@media screen and (max-width: 800px) {
	
	header.anonymousUser .textSearchItem {
	    position: absolute;
	    top: 4.5rem;
	    left: 130px;
	    z-index: 63;
	}
	
	header.anonymousUser + .wrapper > .viewStack {
		top: 65px;
	}
}

@media screen and (max-width: 750px) {	
 	header.anonymousUser .textSearchItem {
	    top: 5rem;
	    left: -50px;
	} 
}

@media screen and (max-width: 1200px) {
	header.anonymousUser .headerButton > button > span:nth-child(2) {
		display: none;
	}
}
*/
