﻿/**********************************************************************                       
 Colorado Parks and Wildlife                    
 SharePoint 2013                    
 Branding (Search)                  
 v 1.0                   
 ********************************************************************** */                 

/*
This override is for the "best bets" icon in search, to get the check boxes to display

*/	

div[class=ms-srch-bestBetItem-icon] > img {
  max-width: 122px!important;
  display: none;
}

.ms-srch-bestBetItem-icon
{
    margin-top: 10px;
    margin-right: 5px;
    background-image: url("/PublishingImages/Buttons/Best-Match-Icon.png");
    height: 16px;
    width: 61px;
    float: right;
	position: inherit;

}


.ms-srch-bestBetItem
{
	width:auto;
	background-color: #FFF;
	margin: 10px 0px 10px 10px;


}



ms-srch-item
{
	max-width:500px;
	min-width:100px;

}		
												
/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo                                                           
	SEARCH BEHAVIOR OVERRIDES
   oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
	
	/* oooooooooooooooooooooooooooooooooooooooo                      
		SHOW WHAT IS HIDDEN BY DEFAULT
	   oooooooooooooooooooooooooooooooooooooooo */


	
	/* oooooooooooooooooooooooooooooooooooooooo                      
		HIDE WHAT IS SHOWN BY DEFAULT
	   oooooooooooooooooooooooooooooooooooooooo */

		/* Search logo (side nav) */
		 #searchIcon {display: none !important;}
		 
	
	
/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo                                                           
	MAIN BRANDING OVERRIDES
   oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
   
	/* Side nav */
	#sideNavBox {}


/* oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo                                                           
	SEARCH AREA STYLING
   oooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo */
   
	/* Search home main wrapper */
	.ms-searchCenter-main {}
	
	/* Search home input box */    
	#DeltaPlaceHolderMain #SearchBox {width: 75%;}
	#DeltaPlaceHolderMain .ms-srch-sbLarge {background: none !important; width: 100%; margin-left: 100px !important;}
	#DeltaPlaceHolderMain .ms-srch-sbLarge-searchImg {max-width: none !important;}
	#DeltaPlaceHolderMain .ms-srch-sbLarge-fullWidth {width: 50% !important;}

	
	/* oooooooooooooooooooooooooooooooooooooooo                      
		SEARCH NAVIGATION (NOT GLOBAL NAV)
	   oooooooooooooooooooooooooooooooooooooooo */
	   
		/* Hover & selected states */
		.ms-srchnav-link:hover, 
		.ms-srchnav-link-selected:hover,
		.ms-srchnav-link-selected:link, 
		.ms-srchnav-link-selected:visited {}
		
   
	/* oooooooooooooooooooooooooooooooooooooooo                      
		SEARCH REFINER
	   oooooooooooooooooooooooooooooooooooooooo */
	   
		/* Main wrapper */
		 .ms-searchCenter-refinement {}
		 
		
	/* oooooooooooooooooooooooooooooooooooooooo                      
		SEARCH RESULTS AREA
	   oooooooooooooooooooooooooooooooooooooooo */
	   
		/* Main results wrapper */
		.ms-searchCenter-result-main {}

	
