.hp-quick-search .bootstrap-select.btn-group {
	/*select width, display and position are set here and set to !important
	no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
	
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle {
	/*form appearance should be set here
	no height attribute. set the height by setting the padding*/
	
}

.hp-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	/*font size, family, etc. should be set here*/
	
}


/**INNER PAGES**/
.ip-quick-search .bootstrap-select.btn-group {
    /*select width, display and position are set here and set to !important
    no height attribute. padding in .hp-quick-search .bootstrap-select.btn-group .dropdown-toggle sets the height*/
    
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle {
    /*form appearance should be set here
    no height attribute. set the height by setting the padding*/
    
}

.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    /*font size, family, etc. should be set here*/    
}

.ip-quick-search  .bootstrap-select.btn-group .dropdown-menu {
    
}

/* MEDIA QUERIES ARE AUTOMATICALLY REMOVED FROM THIS FILE, they must be placed in custom-qs-media.css */