.b-panel .body.odd .chosen-container-multi .chosen-choices,
.b-panel .body.odd .chosen-container-single .chosen-single {
  background-color: #fff;
  border: 1px solid #ece6d2;
}

.chosen-container-multi .chosen-choices,
.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  min-height: 34px !important;
  height: auto;
  padding: 0px 12px !important;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 1.42857143;
  color: #545454;
  box-shadow: none;
  background-color: #f7f2e5;
  background-image: none;
  border: 1px solid #f7f2e5;
  border-radius: 0;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.chosen-container-single.chosen-container-active .chosen-single {
  border-color: #c19939;
  box-shadow: none;
  background: none;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"],
.chosen-container-single .chosen-single span {
  padding: 6px !important;
  width: auto;
  height: 32px;
  box-sizing: border-box;
  font-size: 12px;
  color: #545454;
  line-height: 1.42857143;
}

.chosen-container-multi .chosen-choices li.search-choice {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #545454;
  box-shadow: none;
  margin-top: 7px;
  margin-bottom: 0;
  border: none;
  background: #eeebe0;
  padding: 5px 20px 5px 5px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /*   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
  background: none;
  font-size: 15px;
  color: #545454;
  top: 3px;
  width: 15px;
  height: 15px;
}

.chosen-container-single .chosen-single div b {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /*   -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; */
  background: none;
  font-size: 15px;
  color: #545454;
  position: absolute;
  top: 10px;
  width: 15px;
  height: 15px;
}

.chosen-container-single .chosen-single div b:before {
  content: "\e982";
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:hover {
  text-decoration: none;
  opacity: 0.8;
}

.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:before {
  content: "\e9ad";
}

.b-panel .body.odd .chosen-container .chosen-drop {
  background-color: #fff;
}

.chosen-container .chosen-drop {
  border: 1px solid #f7f2e5;
  color: #545454;
  background-color: #f7f2e5;
}
.chosen-container .chosen-results li.highlighted {
  background: #7c2a23;
}

/* uploadfile */
.uploadifive-button {
  /* background: #7C2A23;
  line-height: 34px;
  height: 34px;
  color: white; */
  background: #fff;
  border: 1px solid #ece6d2;
  line-height: 21px !important;
  height: 34px !important;
  color: #545454;
  padding: 6px 12px;
  font-size: 11px;
  width: 100% !important;
  position: relative;
  text-align: left !important;
  cursor: pointer;
}
.success .uploadifive-button:hover {
  border-color: #575d3e;
}
.success .uploadifive-button:hover:before {
  color: #575d3e;
}
.primary .uploadifive-button:hover {
  border-color: #7c2a23;
}
.primary .uploadifive-button:hover:before {
  color: #7c2a23;
}
.warning .uploadifive-button:hover {
  border-color: #c19939;
}
.warning .uploadifive-button:hover:before {
  color: #c19939;
}
.uploadifive-button:before {
  content: "\e9a9";
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  background: #fff;
  padding: 0 10px;
  display: inline-block;
  height: 32px;
  line-height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
}
.uploadifive-button input {
  font-size: 30px;
  opacity: 0;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0 !important;
  height: 34px;
  left: 0 !important;
  right: 0 !important;
  cursor: pointer;
}
.uploadifive-queue-item {
  margin-top: 10px !important;
  background-color: rgba(255, 255, 255, 0.6) !important;
  border: none !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 400 !important;
}

.uploadifive-queue-item .progress {
  border: none !important;
}
.success .uploadifive-queue-item .progress .progress-bar {
  background-color: #575d3e;
}
.success .uploadifive-queue-item .progress .progress-bar:after {
  background: #575d3e;
}
.primary .uploadifive-queue-item .progress .progress-bar {
  background-color: #7c2a23;
}
.primary .uploadifive-queue-item .progress .progress-bar:after {
  background: #7c2a23;
}
.warning .uploadifive-queue-item .progress .progress-bar {
  background-color: #c19939;
}
.warning .uploadifive-queue-item .progress .progress-bar:after {
  background: #c19939;
}

.mce-panel {
  border: 1px solid #ece6d2 !important;
}
