.formfield.customSelectBox .selectBox, .formfield.customMultiSelectBox .selectBox {
  width: 100%;
  overflow: visible; }
.formfield.customSelectBox .displayedValue, .formfield.customMultiSelectBox .displayedValue {
  width: 100%;
  height: 34px;
  overflow: hidden;
  cursor: pointer;
  overflow: hidden;
  background-image: url("../../templates/admin/img/selectBox.gif");
  background-repeat: no-repeat;
  background-position: calc(100% - 6px);
  z-index: 50; }
.formfield.customSelectBox .options, .formfield.customMultiSelectBox .options {
  background-color: #FFFFFF;
  display: none;
  margin: -2px 0px 0px 0px;
  padding: 0px;
  border: 1px solid #777777;
  overflow: auto;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  max-height: 346px;
  _height: expression(this.scrollHeight > 346 ? "346px" : "auto" );
  position: absolute;
  z-index: 5000; }
  .formfield.customSelectBox .options > span, .formfield.customSelectBox .options > label, .formfield.customMultiSelectBox .options > span, .formfield.customMultiSelectBox .options > label {
    display: block;
    background-repeat: no-repeat;
    background-color: #EEEEEE;
    height: 26px;
    line-height: 26px;
    margin: 1px 0px 1px 0px;
    padding: 0px;
    text-align: left;
    overflow: hidden;
    width: 100%; }
    .formfield.customSelectBox .options > span:before, .formfield.customSelectBox .options > label:before, .formfield.customMultiSelectBox .options > span:before, .formfield.customMultiSelectBox .options > label:before {
      content: ''; }
    .formfield.customSelectBox .options > span input, .formfield.customSelectBox .options > label input, .formfield.customMultiSelectBox .options > span input, .formfield.customMultiSelectBox .options > label input {
      min-height: 0; }
  .formfield.customSelectBox .options .category, .formfield.customMultiSelectBox .options .category {
    background-color: #DDDDDD; }
  .formfield.customSelectBox .options .active, .formfield.customMultiSelectBox .options .active {
    cursor: pointer; }
    .formfield.customSelectBox .options .active:hover, .formfield.customSelectBox .options .active.selected, .formfield.customMultiSelectBox .options .active:hover, .formfield.customMultiSelectBox .options .active.selected {
      background-color: #356AA0;
      color: #FFFFFF; }
  .formfield.customSelectBox .options .checkbox, .formfield.customMultiSelectBox .options .checkbox {
    width: auto;
    float: right;
    margin: 6px 8px 0px 0px; }
.formfield.customSelectBox .depth0, .formfield.customMultiSelectBox .depth0 {
  text-indent: 5px; }
.formfield.customSelectBox .depth1, .formfield.customMultiSelectBox .depth1 {
  text-indent: 25px; }
.formfield.customSelectBox .depth2, .formfield.customMultiSelectBox .depth2 {
  text-indent: 45px; }
.formfield.customSelectBox .depth3, .formfield.customMultiSelectBox .depth3 {
  text-indent: 65px; }
.formfield.customSelectBox .depth4, .formfield.customMultiSelectBox .depth4 {
  text-indent: 85px; }
.formfield.customSelectBox .depth5, .formfield.customMultiSelectBox .depth5 {
  text-indent: 105px; }
.formfield.checkbox .formContent .item, .formfield.radio .formContent .item {
  display: flex; }
  .formfield.checkbox .formContent .item input, .formfield.radio .formContent .item input {
    width: auto;
    flex-grow: 0;
    min-height: 0px; }
  .formfield.checkbox .formContent .item label, .formfield.radio .formContent .item label {
    width: auto;
    flex-grow: 1; }
.formfield.wysiwyg .cke {
  border: none !important; }
.formfield.file .currentFile {
  position: relative; }
  .formfield.file .currentFile .icoDel {
    text-decoration: none; }
    .formfield.file .currentFile .icoDel:before {
      content: '\f1f8';
      font-family: FontAwesome; }
    .formfield.file .currentFile .icoDel span {
      display: none; }
.formfield.file.image a.file {
  opacity: 0.9; }
  .formfield.file.image a.file:hover {
    opacity: 1; }
.formfield.file.image .icoDel {
  position: absolute;
  opacity: 0.8; }
  .formfield.file.image .icoDel:hover {
    opacity: 1; }

/*# sourceMappingURL=forms.css.map */
