.editable-select {
   font-style: normal !important;
    padding: 2px 17px 2px 4px !important;
   margin: 0  !important;
   width: 128px !important;
}

.edit_wrap_select {
  background: #FFF url(../../index.html) left center no-repeat;
	width:150px !important;
	height: 20px !important;
	margin: 0 0 6px !important;
}

.editable-select input{ width:100%; padding: 0 !important; padding:5px 0; font-style: normal;}
.editable-select-options {
  position: absolute;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: #FFF;
  border: 1px solid #CCC;
  z-index: 10;
  width:147px !important;
}
.editable-select-iframe {
  position: absolute;
  background: #FFF;
  z-index: 9;
  display: none;
}
.editable-select-options ul {
  margin: 0;
  padding: 0;
  z-index: 10;
  list-style: none;
  list-style-image: none;
}
.editable-select-options li {
  border: 1px solid #EFEFEF;
  cursor: default;
  font-size: 11px;
  padding: 5px;
}
.editable-select-options li.selected {
  background: #3582C4;
  color: #fff;

}
