/*.node-form fieldset.filter-wrapper>div>* {
  display: none;
}*/
/*.page-taxonomy fieldset.filter-wrapper>div>* {
  display: block;
}*/
.filter-guidelines-item {
  display: none !important; }

/*body.adminimal-theme div.cke_top, .cke_bottom > span {
}*/
/*body.adminimal-theme .ief-form div.cke_top, .cke_bottom > span {
  background-color: #DFD;
}*/
.content > .node-form {
  padding: 1ex; }

/*.field-name-field-policy-type {
  select {
    //height: 300px;
  }
}*/
.node-form {
  border: solid grey 1ex;
  background-color: #EEF;
  border-color: #008;
  /*tr.draggable {
    width: 33%;
    display: inline-block;
  }*/ }
  .node-form fieldset.filter-wrapper {
    margin-bottom: 0;
    padding: 0; }
  .node-form .tabledrag-toggle-weight-wrapper {
    display: none; }
  .node-form .mceToolbar, .node-form .cke_top, .node-form .cke_bottom {
    background-color: #DDF !important; }
  .node-form label, .node-form input[type="text"], .node-form .description {
    display: inline-block; }
  .node-form label {
    color: #FF6C0A;
    font-weight: 700; }
  .node-form .form-type-radio {
    display: inline-block; }
  .node-form .link-field-subrow {
    border-left: solid #DDD 1ex;
    margin-bottom: 1ex;
    padding-left: 1ex; }
    .node-form .link-field-subrow:last-child {
      margin-bottom: 1ex; }
    .node-form .link-field-subrow .link-field-title {
      float: none; }
      .node-form .link-field-subrow .link-field-title .description {
        display: none; }
    .node-form .link-field-subrow .link-field-url {
      float: none; }
  .node-form .field-multiple-table td {
    padding: 0; }
    .node-form .field-multiple-table td .form-type-textfield {
      position: relative;
      /*table {
          width: 90% !important;
          display:inline-block;
          position: relative;
        }
        .wysiwyg-toggle-wrapper {
          width: 10%;
          display:inline-block;
        }*/ }
      .node-form .field-multiple-table td .form-type-textfield .wysiwyg-toggle-wrapper {
        position: absolute;
        right: 4em;
        bottom: 0; }

.node-form[id^="summary-"], .node-form .field-name-field-summaries {
  padding: 1ex;
  background-color: #EFE;
  border: solid #080 1ex !important; }
  .node-form[id^="summary-"] .mceToolbar, .node-form[id^="summary-"] .cke_top, .node-form[id^="summary-"] .cke_bottom, .node-form .field-name-field-summaries .mceToolbar, .node-form .field-name-field-summaries .cke_top, .node-form .field-name-field-summaries .cke_bottom {
    background-color: #DFD !important; }

#attach-node-form, .node-form .field-name-field-attach {
  padding: 1ex;
  background-color: #FEE;
  border: solid #800 1ex !important; }
  #attach-node-form .mceToolbar, #attach-node-form .cke_top, #attach-node-form .cke_bottom, .node-form .field-name-field-attach .mceToolbar, .node-form .field-name-field-attach .cke_top, .node-form .field-name-field-attach .cke_bottom {
    background-color: #FDD !important; }

fieldset.filter-wrapper > div > .wysiwyg-toggle-wrapper {
  display: block; }

.mceEditor table {
  height: auto !important; }
