/* FOR PROJECT-SPECIFIC STYLES*/

/* For search tool */

.raceGraph {
	width: 100%;
	height: 55px;
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 0em 0 0em 0;
	color: #3f4245;
}

.mismatchKey {
  padding-top: 20px;
  font-family: Helvetica, sans-serif;
  float: left;
  margin: 0em 0 1em 0;
  width: 100%;
  color: #3f4245;
  font-style: italic;
  font-size: 0.9em;

}
#resultsHeader {
	font-weight: bold;
	font-size: 20px;
	padding-bottom: 15px;
	padding-top: 10px;
}
#resultsNameHeader, #resultsHeader, .resultsSubhed {
/*	margin: 1em auto;*/
	clear: both;
	font-size: 2em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	color: #D99C2C;
	font-family: "BebasNeue", Helvetica, sans-serif;
/*	padding: 35px 0 0 0;*/
	font-weight: 100;
}
#resultsNameBoilerplate,
#resultsNameRank,
#resultsNameCount, 
.resultCountLabel{
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 0em 0 0em 0;
	width: 100%;
	color: #3f4245;
}

.resultCountNumber {
	padding-bottom: 20px;
}

.resultSubclassCount {
	line-height: 30px;
}
.racePercent {
	
	float: left;
	margin-left: 1%;
}
.raceBar {
	height: 20px;
	background-color: #D99C2C;
	float: left;
	
}
#searchwrapper {
	
}

#searchHeader {
	font-size: 36px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
#searchExplainer {
	padding-bottom: 20px;
}
#searchTool {
	
}
.searchPrompt {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 20px;
}

#searchResults {
	clear: both;
}

#searchResults *::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
	}
#searchResults *::-webkit-scrollbar-thumb {
	    border-radius: 4px;
	    background-color: rgba(0,0,0,.5);
	    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.searchBoxRow {
	height: 35px;
	width: 100%;
	margin-bottom: 5px;
}
#searchBox, #searchFirst {
	font-family: Helvetica, sans-serif;
	height: 35px;
	width: 200px;
	text-indent: 12px;
}
#resultTable {
	width: 100%;
        border-collapse: collapse;
	
}
#resultTable td {
  text-transform: uppercase;
}

.mismatch {
  background-color: #F7EBD5;


}
#searchResultCount {
	
	
	line-height: 35px;
	width: 300px;
}
.searchChoice {
	cursor: pointer;
    color: #649CCF;
}
.searchChoice:hover {
	border-bottom: solid 1px #649CCF;
}

#searchResults #resultTable tr:nth-of-type(odd) {
}

.navlink {
	cursor: pointer;
	color: #ECCE96;
	font-family:  Helvetica, sans-serif;
	font-size: 1em;
}


#search-wrapper p{
	font-family: Helvetica, sans-serif;
	float: left;
	margin: 0em 0 1em 0;
	width: 100%;
	color: #3f4245;
}

#search-bar{
	background-color: #F7EBD5;
	height: auto;
	float: left;
	width: 100%;
	padding: 40px 20px;
}

h3{
	margin: 1em auto;
	clear: both;
	font-size: 2em;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	color: #D99C2C;
	font-family: "BebasNeue", Helvetica, sans-serif;
}

.search-container{
	float:left;
	position: relative;
	padding: 0px 15px 0px 0px;
	width:33%;
}

#searchStates{
	clear:both;
}

#checklist-header{
	position: relative;
	clear: both;
	width: 100%;
	max-width: 900px;
	margin: 0 auto;

}

.searchPrompt{
	font-family: 'BebasNeue', Helvetica, sans-serif;
	font-weight: 100;
	color:#D99C2C;
}

#searchSubmit{
	padding: 10px 20px;
	color: white;
	border: solid 3px #ECCE96;
	cursor: pointer;
	font-size: 20px;
	float:left;
	width: 20%;
	text-align: center;
	margin: 15px 0 30px 0;
	background-color: #D99C2C;
	font-family: 'BebasNeue', Helvetica, sans-serif;
	border: solid 3px #ECCE96;
}

#checklist-header h3{
	color:red;

}

#searchResultCount{
	clear:both;
	clear:both;
	/*padding: 15px 0 0 0;*/
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: #3f4245;

}

#searchChoices{
	clear: both;
	padding: 35px 0 0 0;
	font-style: italic;
	font-family: Helvetica, sans-serif;
	color: #A2A2A2;
}

label{
	font-family: Helvetica, sans-serif;
	color: #3f4245;
}


.numberDisplay{
	font-family: 'BebasNeue';
	font-size: 30px;
	line-height: 1em;
	color: #ECCE96!important;
}

.resultNav{
	margin: 40px 0 15px 0;
	font-family:  Helvetica, sans-serif;
	color: #3f4245;
	font-size: 1em;
}

.placeholderRow td{
  border-top: solid 1px #cccccc;
  border-collapse: collapse;
}

#resultTable tr.placeholderRow {

}

/* End search tool */
@media all and (max-width: 768px) {
	.search-container{
		width:100%;
	}
	#searchBox, #searchFirst{
		width:100%;

	}
	#searchSubmit{
		width:50%;
	}
}

@media all and (max-width: 480px) {
	#searchSubmit{
		width:100%;
	}
}