.sp-element .chosen-container-single .chosen-single,
.sp-element .chosen-container-active.chosen-with-drop .chosen-single{
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
    border-color: #d1d1d1;
    border-radius: 1px;
    height: 36px;
    line-height: 34px;
    padding-left: 12px;
}
.sp-element .chosen-container-single .chosen-single div{
    top: 7px;
}
.sp-element .chosen-container .chosen-results {
    padding: 0;
    margin: 0;
    border-top: 1px solid #d1d1d1;
}
.sp-element .chosen-container .chosen-results li {
    padding: 10px 14px;
}
.sp-element li.highlighted,
.sp-element .chosen-container .chosen-results li.highlighted{
    background-color: #52b3d9;
    background-image: none;
}
.sp-element .chosen-container .chosen-drop{
    border-color: #d1d1d1;
}
.sp-element.sp-field-number input{
    background: #fff;
    border-color: #d1d1d1;
    height: 36px;
    line-height: 34px;
    padding-left: 12px;
}
.sp-element .chosen-container-multi .chosen-drop .result-selected{
    display: none;
}
.sp-element .chosen-container-multi .chosen-choices{
    background: #fff;
    border-color: #d1d1d1;
    border-radius: 1px;
    line-height: 34px;
    box-shadow: 0 0 0;
}
.sp-element .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top: 9px;
    transition: inherit;
}
.sp-element .chosen-container-multi .chosen-choices li.search-choice {
    margin: 5px 0 0 5px;
    border: 0;
    background: #e5e5e5;
    padding: 8px 22px 8px 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sp-element input[type="text"] {
    padding: 8px 12px!important;
    min-height: 36px;
}
.sp-element .wp-picker-container input[type=text].wp-color-picker{
    width: 76px;
    padding: 7px 8px!important;
    min-height: 32px;
}
.sp-element .chosen-container-multi .chosen-choices{
    padding: 0;
}