.custom-combobox {
    position: relative;

  }
  .DTE_Field_InputControl .custom-combobox {
    display: inline-block;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 14px;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
    border:0px !important;
    background-color: transparent !important;
  }

  div.DTE_Body .custom-combobox-toggle {
    top: 0px;
  }

  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
    color: #555;
    background: #fff;
    width:100%;
    font-size: 13px;
    font-weight:normal;
  }
  .custom-combobox-input:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
  }

span.custom-combobox{
    width:100%;
}
.ui-widget{
    font-family:"Open Sans"
}

ul.ui-widget-content {
    border: 1px solid #ddd;
    background: #fcfcfc;
    color: #333;
    max-height:300px;
    overflow:auto;
}