.custom-combobox {
    position: relative;
    display: inline-block;
}

.custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    /* support: IE7 */
    *height: 1.7em;
    *top: 0.1em;
}

.custom-combobox-input {
    margin: 0;
    padding: 0.3em;
}

.combobox-container .add-on{
      height:34px !important;
      width:30px;
}

.combobox-selected{

}

.combobox-selected .caret{
      display:inline-block;
}

.customDropdown {
    /*display: block;
    width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#btnSearch{
    margin-left:5px;
}

.searchLI{
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}

#searchContainer {
	margin-top: -1px;
}

#searchContainer .combobox-container:before, #searchContainer .combobox-container:after {
	display: none;
	
}

.search {
	min-width:310px; width: auto !important; width: 310px;
}
