.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*/
    height: 44px;
    border: 1px solid #e3e3e3;
}

.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*/
    height: 44px;
    border: 1px solid #e3e3e3;
    
}

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



.hp-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default, .ip-quick-search button.btn.dropdown-toggle.bs-placeholder.btn-default {
    height: 44px;
    border: 1px solid #e3e3e3;
    outline: none !important;
}


.hp-quick-search  span.filter-option.pull-left {
    color: #4c4c4c !important;
    padding-left: 32px;
    font-size: 12px !important;
    padding-top: 1px;
}

.ip-quick-search  span.filter-option.pull-left{
    color: #4c4c4c !important;
    padding-left: 29px;
    font-size: 12px !important;
    padding-top: 1px;
}


.ip-quick-search .bootstrap-select.btn-group .dropdown-toggle .filter-option{
    width: 95%;
}

.qs-input-field i.icon.ai-font-magnifying-glass-b{
    z-index:1;
}

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