@charset "UTF-8";
/**
*@date create date 2016-12-29 for poseidon darkness
*@version v1.4 for less
*@author zhuzeyou;
**/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 24px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container[dir="@rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 24px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  display: inline-block;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  padding-left: 0;
  margin-top: 1px;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #cdcbc7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 22px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  font-size: 16px;
  padding-right: 5px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-selection__arrow {
  height: 22px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 21px;
  background: url(images/IconAll.png) no-repeat -111px -2px;
  display: block;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #7e7e7e transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
  display: none;
}
.select2-container--default[dir="@rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="@rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: pointer;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7e7e7e transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #cdcbc7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  position: relative;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 20px;
  font-size: 16px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e8e8e8;
  border: 0 solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-right: 5px;
  margin-top: 3px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="@rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="@rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}
.select2-container--default[dir="@rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="@rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #cdcbc7;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: pointer;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option[aria-selected=true] .checkbox_false_full {
  background: url(images/IconAll.png) no-repeat -91px -4px;
  width: 14px;
  height: 14px;
  margin: 0 2px 0 0;
  cursor: auto;
  display: inline-block;
  vertical-align: middle;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}
.select2-container--default .select2-results__group {
  cursor: pointer;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-fff', endColorstr='@bg-color-EEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #333;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-EEE', endColorstr='@bg-color-ccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #7e7e7e transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="@rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="@rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #7e7e7e transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-fff', endColorstr='@bg-color-EEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@bg-color-EEE', endColorstr='@bg-color-fff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e8e8e8;
  border: 1px solid #aaa;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #747e82;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #585858;
}
.select2-container--classic[dir="@rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="@rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="@rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: #747e82;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #316AC5;
  color: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: pointer;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-selection--multiple .select2-selection__arrow {
  top: -1px;
  right: 0;
  cursor: pointer;
}
.ui-multiselect {
  border: solid 1px;
  font-size: 13px;
}
.ui-multiselect ul {
  -moz-user-select: none;
}
.ui-multiselect ul.selected {
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 0;
  position: relative;
  width: 100%;
}
.ui-multiselect ul .available {
  position: relative;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  background: #fff;
  margin: 0;
  list-style: none;
  border: 0;
  width: 100%;
}
.ui-multiselect ul .available li {
  padding-left: 10px;
}
.ui-multiselect li {
  margin: 0;
  padding: 0;
  cursor: pointer;
  line-height: 20px;
  height: 20px;
  font-size: 11px;
  list-style: none;
}
.ui-multiselect li.ui-draggable-dragging {
  padding-left: 10px;
}
.ui-multiselect li a {
  color: #999;
  text-decoration: none;
  padding: 0;
  display: block;
  float: left;
  cursor: pointer;
}
.ui-multiselect div.selected {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
}
.ui-multiselect div.available {
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  float: left;
  border-left: 1px solid;
}
.ui-multiselect .ui-state-default {
  border: none;
  margin-bottom: 1px;
  position: relative;
  padding-left: 20px;
}
.ui-multiselect .ui-state-hover {
  border: none;
}
.ui-multiselect .ui-widget-header {
  border: none;
  font-size: 11px;
  margin-bottom: 1px;
}
.ui-multiselect .add-all {
  float: right;
  padding: 7px;
}
.ui-multiselect .remove-all {
  float: right;
  padding: 7px;
}
.ui-multiselect .search {
  float: left;
  padding: 4px;
}
.ui-multiselect .count {
  float: left;
  padding: 7px;
}
.ui-multiselect li span.ui-icon-arrowthick-2-n-s {
  position: absolute;
  left: 2px;
}
.ui-multiselect li a.action {
  position: absolute;
  right: 2px;
  top: 2px;
}
.ui-multiselect input.search {
  height: 14px;
  padding: 1px;
  opacity: 0.5;
  margin: 4px;
  width: 100px;
}
.amber .comboEditor {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #555;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.amber .comboEditor:hover {
  border: 1px solid #3C7FB1;
}
.amber .comboEditor #inputContainer {
  position: absolute;
  left: 0;
  top: 0;
  right: 13px;
  bottom: 0;
}
.amber .comboEditor #inputContainer input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: url(images/drop_down_list_bg.png);
  cursor: pointer;
}
.amber .comboEditor:hover #inputContainer input,
.comboEditor #inputContainer input:hover {
  background: url(images/drop_down_list_hover_bg.png);
}
.amber .comboEditor.droppedDown #deleteContainer {
  position: absolute;
  top: 0;
  right: 16px;
  width: 12px;
  height: 100%;
}
.amber .comboEditor.droppedDown #deleteContainer span {
  display: block;
  width: 100%;
  height: 100%;
  background: url(images/drop_down_delete_bg.png) center center no-repeat;
}
.amber .comboEditor.droppedDown #deleteContainer span:hover {
  background: url(images/drop_down_delete_hover.png) center center no-repeat;
}
.amber .comboEditor #dropDownButton {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 19px;
  background: url(images/drop_down_list_button_bg.png);
}
.amber .comboEditor.droppedDown:hover #dropDownButton,
.amber .comboEditor.droppedDown #inputContainer:hover + a[id=dropDownButton],
.amber .comboEditor.droppedDown #dropDownButton:hover {
  border-left: 0;
  background: url(images/drop_down_list_button_active.png);
}
.amber .comboEditor:hover #dropDownButton,
.amber .comboEditor #inputContainer:hover + a[id=dropDownButton],
.amber .comboEditor #dropDownButton:hover {
  border-left: 0;
  background: url(images/drop_down_list_button_hover.png);
}
.amber .comboEditor #dropDownButton:active,
.amber .comboEditor.droppedDown #dropDownButton,
.amber .comboEditor #inputContainer:active + a[id=dropDownButton] {
  background: url(images/drop_down_list_button_active.png);
}
.amber .comboEditor:active #inputContainer input,
.amber .comboEditor #inputContainer:active input,
.amber .comboEditor.droppedDown #inputContainer input {
  background: url(images/drop_down_list_active_bg.png);
}
.amber .comboEditor.disabled #dropDownButton,
.amber .comboEditor.disabled:hover #dropDownButton,
.amber .comboEditor.disabled #inputContainer:hover + a[id=dropDownButton],
.amber .comboEditor.disabled #dropDownButton:hover {
  background: url(images/drop_down_list_button_disabled_bg.png);
}
.amber .comboEditor.disabled:hover #inputContainer input,
.amber .comboEditor.disabled #inputContainer:hover input,
.amber .comboEditor.disabled #inputContainer input:hover {
  background: url(images/drop_down_list_bg.png);
}
.amber .comboEditor.allowEditing:hover #dropDownButton,
.amber .comboEditor.allowEditing #inputContainer:hover + a[id=dropDownButton] {
  background: url(images/drop_down_button_bg.png);
}
.amber .comboEditor.allowEditing.droppedDown:hover #dropDownButton,
.amber .comboEditor.allowEditing.droppedDown #inputContainer:hover + a[id=dropDownButton] {
  border: 1px solid #2C628B;
  background: url(images/drop_down_button_active.png);
}
.amber .comboEditor.allowEditing #inputContainer input {
  background: none;
  cursor: text;
}
.amber .comboEditor #dropDownButton {
  position: absolute;
  top: -1px;
  bottom: 0;
  right: -1px;
  border: 1px solid transparent;
  width: 15px;
  height: 19px;
  background: url(images/drop_down_button_bg.png);
}
.amber .comboEditor #dropDownButton:hover {
  background: url(images/drop_down_button_hover.png);
}
.amber .comboEditor.allowEditing #dropDownButton:active,
.comboEditor.allowEditing.droppedDown #dropDownButton {
  border: 1px solid #2C628B;
  background: url(images/drop_down_button_active.png);
}
.amber .comboEditor.allowEditing.disabled {
  background-color: #eee;
}
.amber .comboEditor.allowEditing.disabled #dropDownButton {
  background: url(images/drop_down_button_disabled_bg.png);
}
.amber .comboEditor.allowEditing.disabled:hover #dropDownButton,
.amber .comboEditor.allowEditing.disabled #inputContainer:hover + a[id=dropDownButton],
.amber .comboEditor.allowEditing.disabled #dropDownButton:hover,
.amber .comboEditor.allowEditing.disabled #dropDownButton:active {
  top: 0;
  bottom: 0;
  right: 0;
  border: none;
  background: url(images/drop_down_button_disabled_bg.png);
}
.amber .comboEditor.allowEditing.disabled:hover #inputContainer input,
.amber .comboEditor.allowEditing.disabled #inputContainer:hover input,
.amber .comboEditor.allowEditing.disabled #inputContainer input:hover {
  background: none;
}
.listEditor.dropDown,
.amber .calendar.dropDown {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.listEditor.dropDown li:hover {
  background-color: #3399FF;
}
.om-combo .om-combo-clear {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background: url(images/jGrowlClose.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 25px;
  top: 5px;
  *top: 7px;
}
.om-combo {
  white-space: nowrap;
  display: inline-block;
  height: 24px;
}
.om-combo input {
  margin: 0;
  height: 22px;
  line-height: 22px;
  border: none;
  vertical-align: top;
}
.om-combo .om-combo-trigger {
  cursor: pointer;
  display: inline-block;
  height: 22px;
  vertical-align: top;
  width: 25px;
}
.om-combo span.om-combo-trigger {
  position: absolute;
  right: 0;
  *top: 1px;
  *right: -5px;
}
.om-combo .om-combo-trigger18 {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
.om-combo .om-combo-trigger18l {
  cursor: pointer;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  width: 18px;
}
.om-widget.om-combo {
  background: none;
  position: relative;
  width: 100%;
}
.om-combo-list-row {
  height: 22px;
  line-height: 22px;
  padding: 0 5px;
  margin: 1px;
  overflow-x: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.om-combo-trigger {
  background: url(images/IconAll.png) no-repeat -106px -2px;
}
.om-combo-trigger18 {
  background: url(images/IconAll.png) no-repeat -432px -5px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  left: -20px;
}
.om-combo-trigger18l {
  background: url(images/IconAll.png) no-repeat -432px -5px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 44px;
  *left: 49px !important;
}
.om-combo-selected,
.om-state-hover.om-combo-selected {
  background: none repeat scroll 0 0 #f5a42a;
  color: #fff;
}
.om-widget-content {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-family: arial, helvetica, sans-serif;
}
.om-droplist {
  border: 2px solid #f5a42a;
}
.om-droplist .om-state-hover {
  background-color: #e2eaf3;
  color: #333;
}
