
nav.navbar-default {
	background: #3d423e;
	z-index: inherit;
}

body,
	nav.sub-nav {
	background-color: #552a5f;
}

.navbar-brand img {
	width: 280px;
}

header {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#969696+0,ffffff+100 */
	background: #969696; /* Old browsers */
	background: -moz-linear-gradient(left, #969696 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #969696 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #969696 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding-bottom: 20px;
	color: #333;
}



footer {
	margin-top: 0;
}

footer#last {
	background: #552a5f url("../../../ICPSR/images/find-footer-bg.jpg") top left no-repeat;
	padding: 0;
}

.navbar-brand {
	font-size: 2em;
}

#main {
	background: #fff;
}

#my-data {
    margin-top: 31px;
    float: right;
    color: #000;
}

#my-data a {
	color: #000;
	}

#my-data a:hover{
	color:#522D5D;
	}
	
#skip a:link,
#skip a:visited{
	color: #fff;
	}

h1 {font-size: 30px;}
h2 {font-size: 26px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}

label {font-weight: inherit;}

form label{
	font-weight:bold;
} 

.dropdown.find a.dropdown-toggle,
.navbar-default li.dropdown.find>a:hover,
.navbar-default li.dropdown.find>a:focus {
    color: #e8aff5;
}




#quickDownloadWrapper {
	margin-top: 10px;
}


article a.btn {
	text-decoration: none;
	}
	
article.crosswalk-table {
	padding-bottom: 20px;
	}

.fake-scroll {
	width: auto;
	height:auto;
	overflow: auto;
	position: relative;
	}

aside#facetsAside div.panel {
	box-shadow: none;
	border:none;
	border-radius: 0px;
	margin-bottom: 10px;
	}

aside#facetsAside div.panel ul li {
	font-size: 90%;
	}
	
article #accordion .panel-title a {
	text-decoration: underline;
	}
	
#facets .panel{
	max-width: 97%;
	} 

@media(max-width:1500px){
	#facets .panel {
		max-width:100%;
	}
}

@media(max-width:1200px){
	#facets .panel {
		max-width:97%;
	}
}

@media(max-width:992px){
	#facets .panel {
		max-width:100%;
	}
}


h3.panel-title.facet-field-heading {
	font-size: 14px;	
}

#facets .panel-heading {
	padding: 10px 7px;
}

.dropdown-toggle:focus {
	outline: -webkit-focus-ring-color auto 5px;
	}

.panel-body p strong{
	margin: 40px 0;
	}

/* end bootstrap overrides */
	
.search-tips div.panel-heading p {
	font-size: 100%;
	}

div.see-also {
	float: right;
	border: 1px solid black;
	margin: 5px 5px 5px 10px;
	padding: 0px 5px 0px 5px;
	width: 200px;
	}
	
div.see-also ul li {
	margin: 0px;
	padding: 0px;
	}
	
div.see-also p {
	margin-top: 0px;
	}

div#main article ol, div#main article ul {
	margin-left: 25px;
	padding-left: 5px;
	}




/* Customization for archonnex */

div#main article ul.nav-tabs {
	margin-left: 0;
	padding-left: 0;
	}


div#main article ul.dropdown-menu {
	margin-left: 0;	
	min-width: auto;
	padding-left: 0;
}

#ICPSR #ownerBlurb img{
	display: block;
	}
	
#ICPSR #ownerBlurb{
	float: initial;
	width: auto;
	margin: 15px 0;
	border-radius: 0;
	background: #fff;
	border: 1px solid #ddd;
	}
	
#ICPSR .col-md-10 #ownerBlurb {
	float: right;
	width: 250px;
	margin: 10px 0px 10px 10px;
}


@media (max-width: 400px){
	#search .nav-tabs li {
    	width: 100%;
	}
}

#search .nav-tabs {
	margin-top: 5px;
	}

#search .nav-tabs>li>a,
#search .nav-tabs>li>a {
	text-decoration:none;
	background-color:#eee;
	background-image: none;
	font-weight: bold;
	border: 1px solid #ccc;
	border-bottom: 1px solid #ddd;
	}

#search .nav-tabs>li.active>a,
#search .nav-tabs>li.active>a {
	background-color:#fff;
	background-image:none;
	border-bottom: 1px solid transparent;
	}	
	

/* begin new bootstrap column widths commenting this section out because it is in allsites-css.jsp 

.col-md-0point5, 
.col-md-11point5,
.col-md-0point25,
.col-md-11point75 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    display: inline-block;
}

@media (min-width: 768px) {
    .col-md-0point5, 
    .col-md-11point5,
	.col-md-0point25,
	.col-md-11point75 {
        float: left;
        display: inline-block;
    }
    .col-md-0point25 {
        width: 2.083333333%;
    }
    .col-md-11point75 {
        width: 97.916666667%;
    }
    .col-md-0point5 {
        width: 4.16666667%;
    }
    .col-md-11point5 {
        width: 95.83333333%;
    }
}

@media (max-width: 769px) {
    .col-md-0point5, 
    .col-md-11point5,
	.col-md-0point25,
	.col-md-11point75 {
        float: left;
        display: inline;
    }
    .col-md-0point25 {
        width: 2.083333333%;
    }
    .col-md-11point75 {
        width: 97.916666667%;
    }
    .col-md-0point5 {
        width: 4.16666667%;
    }
    .col-md-11point5 {
        width: 95.83333333%;
    }
}

 end new bootstrap column widths */	
	
.facet_select {
	margin-right: 5px;
}	
	
.facet-count:before {
	content: "(";
}

.facet-count:after {
	content: ")";
}
	
.facet-values li {
	margin: 4px 0;
}
	
.facet-values span {
	display:inline-block;
}

  
.panel-heading.collapse-toggle .panel-title:after {
 	font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: grey;
    font-size: 0.7em;
    line-height: normal;
	}   









div#main article ol ol, 
div#main article ol ul, 
div#main article ul ol, 
div#main article ul ul {
	margin-left: 40px;
	padding-left: 5px;
	}

article #accordion .panel-title.helpPanel-Title a{
	text-decoration: none;
	}	
	
article #accordion .panel-title.helpPanel-Title a:hover,
article #accordion .panel-title.helpPanel-Title a:focus{
	text-decoration: underline;
	}
	
.panel-group > .helpPanel-Default{
	border-radius: 0;
	}

.helpPanel-Default >.helpPanel-Heading{
	background-image:none;
	background-color: #efefef;
	}

#accordion .glyphicon {
	margin-right: 10px;
	}

a.closeBTN{
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	}
	
#footnote {
	border-top: 1px solid #072a4a;
	font-size: 10px;
	}

img.flavorImage {
	float: right;
	border: 1px solid black;
	margin: 0px 0px 10px 10px;
	}
	
img.researchPaperImage {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.prizeWinnerColumn {background-color: #efefef;}


h2.form-row {
	border-bottom: 1px solid rgba(224, 222, 208, .8);
	margin-bottom: 10px; 
	padding-bottom: 10px;
	margin-top: 45px;
}


#research_paper_page .noExternal {background-image: none;}

.grayBackground {background-color: #8080803b;}


#research_paper_page .btn-primary,
#research_paper_page .btn-default {
	margin: 33px auto;
}

.center {
	text-align: center;
	display: block;
	margin: 0 auto:
}

#research_paper_page .btn-default {
	background-image: none;
	background-color: #fff;
}
.paperName{

	font-size: 1.3em;
	text-align:center;
	padding-top: 15px;
}
.paperName .undergrad,
.paperName .masterPaper {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
}

div#floatingNavigation {
	width: 175px;
	}

.asideNavigation{
	margin-top: 82px;
	}

article li {margin-bottom: 5px;}	


 .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;
}

.no-gutter {
	margin-bottom: 30px;
}


.findAnalyzeIcon{
	padding: 5px;
}

.statsStudies,
.statsVariables,
.statsPublications {
	font-size: 1.4em;
}

.statsStudies a{
	color: #478B3B;
}

.statsVariables a{
	color: #275CCD;
}

.statsPublications a{
	color: #B434AA;
}


/* quick download button */

#quickDownloadWrapper .btn-primary {
    background-image: linear-gradient(to bottom,#733880 0,#552a5f 100%);
 	background-color: #552a5f;
    } 
    
/* new owner blurb style */

div#ownerBlurb {
	display: block;
	float: right;
	width: 250px;
	margin: 0px 0px 10px 10px;
	background-color: #efefef;
	background-color: #dccddf;
	
	background-color: #eeeeee;
	border-radius: 20px;
	}

div#ownerBlurb p {
	padding: 15px 15px 15px 15px;
	}

div#ownerBlurb h2 {
	padding: 0 15px;
	display: block;
	}
	
div#ownerBlurb img {
	margin: 15px 15px 0px 15px;
	border: none;
	}

html#ICPSR div#Blurb {
	background-color: #dccddf;
	}

/* end owner blurb */

/* change password form */

#chng-pswd-form input[type="submit"] {
	display: block; 
	margin: 15px auto;
}

h2 i.fa-question-circle {font-size: 14px;}


.separator{
	border-bottom: 1px solid #ddd; 
	 
	margin-bottom: 20px;
	padding-bottom: 20px;
	}


/************************  TOPIC CLASSIFICATION PAGE ************************/
.card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
    margin-top: 15px;
	min-height: 400px;
	
}

.card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: .5em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.card-img-top {
    display: block;
    width: 100%;
    height: auto;
}

.card-title {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.2857em;
    padding: .5em;
    text-align: center;

}

.card-title-well {
	font-size: 1em;
    font-weight: 700;
}

.card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    word-wrap: break-word;
}
.btn-warning {
	color: #000;
	}


/*******************end topic classification page *************/

/******************* Account Information Page *****************/

.indent{
	margin-left: 20px;
}

.bottomBorder{
	border-bottom: 1px solid #ddd; 
	padding: 5px 0 5px; 
	margin-bottom: 20px;
	width:50%;
	}
	
.font1x{
	font-size:1.1em;
	}
	
#del_account.btn.btn-warning{
	background-image:none;
	background-color: #f04e4e;
	border-color: #c34d13;
}
#del_account.btn.btn-warning:hover,
#del_account.btn.btn-warning:focus{
	background-color: #b7301b;
	border-color: #9a3807;
}

/*****************************************************************************  MEDIA QUERIES  ****************************************************************/


@media(max-width:992px){
	
	.asideNavigation{
		margin-top: 20px;
	}
	
	div#main article ol.breadcrumb {
		margin-left: initial;
		
	}
}

@media(max-width:768px){
	#research_paper_page .btn-primary,
	#research_paper_page .btn-default {
		margin: 25px auto;
		display: block;
	}
	
	
	.borderBox{
 		min-height: 360px;
 		max-height: 360px;
	} 
	header {
		background: #969696; 
		padding-bottom: 0;
	}
}