.combobox .filterWrapper{
        display: block !important;
    padding: 10px !important;
    height: 40px;
    line-height: 40px;
    box-sizing: content-box;
}
.combobox #filter{
        border: 1px solid #9d9a95;
    width: 100%;
    margin: auto;
    position: relative;
}

a,body,p{font-size:14px}body{font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif}a,p{line-height:20px}.custom-select{position:relative;padding:0;height:32px;font-size:13px;display:block;line-height:14px;color:#333;vertical-align:middle;background-color:#fff;border:1px solid #ccc;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.custom-select input{-webkit-box-sizing:content-box;box-sizing:content-box;line-height:32px;margin:0;padding:0 10px;font-size:14px;top:0;position:absolute;border:none}.custom-select>span{position:absolute;right:6px;top:4px}.custom-select .list{-webkit-box-sizing:content-box;box-sizing:content-box;position:absolute;top:32px;left:-1px;background-color:#FFF;border-style:solid;border-color:#ccc;border-width:1px;width:auto;z-index:1100;min-width:100%;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.custom-select .list ul{list-style:none;margin:0;display:block;padding:0;overflow:auto;max-height:200px;position:relative}.custom-select .list ul a{display:block}.custom-select .list ul a:before{background:0 0;-webkit-box-sizing:border-box;box-sizing:border-box;content:'';height:2em;left:0;margin-top:-.5em;position:absolute;right:0}.custom-select .list ul li{display:block;padding:.5em .5em .5em 1em}.custom-select .list ul li:hover>a:before{background:rgba(90,90,90,.1)}.custom-select .list ul li a{color:#333;text-decoration:none;font-weight:700}.custom-select .list ul li.active>a:before{background:rgba(90,90,90,.2)}.custom-select .list ul li ul{margin-bottom:-.5em;position:static}.custom-select .list ul li ul li a{font-weight:400}.custom-select .icon-sort-down{background:url(icn.png) 0 -12px no-repeat #FFF;height:20px;width:10px;display:block}.custom-select:focus{border-color:#1F1F1F}.custom-select[disabled],.custom-select[readonly],fieldset[disabled] .custom-select{cursor:not-allowed;background-color:#eee}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}