/*

READ BEFORE USING!

Style changes in this CSS file are intended to appear on every site that uses the search manager. 
Use sparingly and test thoroughly.

*/

div#publicationsDisclaimer {
	margin-top: 10px;
}

a.external {
    background: url("../images/external.png") no-repeat 100% 2px;
    padding-right: 16px;
}

div#noResultsNotes {
	margin-top: 20px;	
}

.no-var-results {
	padding: 10px;
}

img.noResultsKitty {
	margin: 10px 0px 0px 10px;	
}
    
.busyModal {
	position: fixed;
	z-index: 999;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: url("../images/ajax-busy.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.displayCitation {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.publicationsIcon {
    padding-right: 20px;
    padding-left: 6px;
}

.journal-article-icon {
    background: url("../images/journal-article.png") center center no-repeat;
    background-size: contain;
    padding-left: 6px;
}

.legendIcon {
    /*padding: 0 0 0 20px;*/
    padding-left: 6px;
}

.book-section-icon {
    background: url("../images/book-section.png") center center no-repeat;
    background-size: contain;
    padding-left: 8px;
}

.conf-pres-icon {
    background: url("../images/conference-presentation.png") center center no-repeat;
    background-size: contain;
    padding-left: 8px;
}

.mag-article-icon {
    background: url("../images/mag-article.png") center center no-repeat;
    background-size: contain;
    padding-left: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.searchResult .collapse,
.searchResult .collapsing {
	clear: right;
}

#variables-display div.results-header div.row, 
#publications-display div.results-header div.row {
	background-color: #5782AA;
    color: #fff;
	}

#variables-display div.row:nth-child(odd), 
#publications-display div.row:nth-child(odd) {
	background-color: #efefef;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#variables-display div.row:nth-child(even), 
#publications-display div.row:nth-child(even)  {
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	}

div.exportLinks,
div.fullText {
	margin-top: 0px;
	padding-top: 0px;
	}
	
div.exportLinks {
	float: left;
}

.relStudies {
	clear: both;
}

a.citationCollapseLink {
	position: relative;
    z-index: 1000;
	}
	
.borderBox{
 	border: 2px solid #ddd;
 	min-height: 400px;
 	max-height: 400px;
 	overflow: auto;
 	margin: 0 13px 15px;
} 
 
.borderBox p{
 	padding: 5px;
 } 
 
.borderBox > ol > li,
.borderBox > ul > li {
	line-height: 1.5;
}
