.theme_background-color, .theme_background-color:hover {
  background-color: #44799b !important;
}

.theme_icon-color:hover {
  color: #44799b !important;
  cursor: pointer !important;
}

.theme_color, .theme_color:hover {
  color: white !important;
}

.theme_background-color-inverse, .theme_background-color-inverse:hover {
  background-color: white !important;
}

.theme_color-inverse, .theme_color-inverse:hover {
  color: #44799b !important;
}

.theme_button_color:hover {
  color: #44799b !important;
}

.modal-title-customization {
  color: #44799b !important;
}

/*#5f9ea0*/
/*white*/
.optctrl-img {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 2.375rem;
  text-align: center;
  cursor: pointer;
  color: #aaa;
}

.option_heading {
  padding: 0px 5px;
  word-wrap: break-word;
  position: relative;
  background-clip: padding-box;
  font-size: 12px !important;
  height: 30px;
  border: none !important;
}

.option_container {
  height: 200px;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc !important;
  background-color: white;
}

.option_data {
  font-weight: normal;
}

.option_row {
  /*height: 20px;*/
}

.option_row:hover {
  cursor: pointer;
}

.option_row_selected {
  cursor: pointer;
  /*font-weight: bold;*/
  color: black;
  background-color: #FCF69C;
}

.option_row_selected:hover {
  color: black !important;
  background-color: #FCF69C;
}

.option_column {
  font-family: Segoe UI,sans-serif;
  font-size: 12px;
  height: 20px;
}

.option_row_selected .option_column {
  color: black;
}

.option_thead {
  display: block;
  overflow: hidden;
  border-radius: unset !important;
}

.option_tbody {
  display: block;
  overflow: auto;
  min-height: 130px;
  max-height: 260px;
}

.ltr .option-btn-table {
  width: unset !important;
  border: unset !important;
  float: right;
  margin-top: 2px !important;
  margin-right: 5px !important;
  position: absolute;
  right: 0;
}

.rtl .option-btn-table {
  width: unset !important;
  border: unset !important;
  float: left;
  margin-top: 2px !important;
  margin-left: 5px !important;
  position: absolute;
  left: 0;
}

.option-btn-table-row:hover {
  background-color: transparent;
}

.ltr .optctrl-input-gap2 {
  padding-right: 45px !important;
}

.rtl .optctrl-input-gap2 {
  padding-left: 45px !important;
}

.option_multiselect {
  border: 1px solid lightgray;
  background-color: #f7f7f7;
}

.option_multiselect_child {
  background: #a2e8f8;
  border: 1px solid #78c6d8;
  border-radius: 3px;
  display: inline-block;
  margin: 0 4px 4px 0;
  position: relative;
  white-space: nowrap;
  margin: 2px;
  padding: 2px;
}

.option_multiselect_child_close {
  font-weight: bold;
  font-size: 12px;
  color: red;
  cursor: pointer;
}
