form.no-text-format .filter-wrapper {
 display: none;
} 

#sections-list li, #components-list li {
  cursor: -webkit-grab;
  cursor: grab;
}

#sections-list li.selected {
  background: #FCA758;
}

#sections-list li .section-actions, #components-list li .component-actions {
  display: none;
}

#sections-list li:hover .section-actions, #sections-list li.selected .section-actions, #components-list li:hover .component-actions, #components-list li.selected .component-actions {
  display: inline-block;
}

#component-panel {
  display: none;
}

#component_text_section {
  display: none;
}

#component-panel div.component-details {
  display: none;
}

fieldset.token-doc legend a.panel-title {
  font-size: 0.6em;
}

.form-inline .checkbox {
  margin-right: 15px;
}

.form-inline input.form-checkbox {
  margin-right: 2px;
}

.font-size-select .form-type-select, .font-size-select .form-checkboxes, .font-size-select .form-type-textfield {
  display: inline-block;
  width: auto;
  margin-right: 20px;
}
.font-size-select .form-type-textfield {
  width: 95px;
}

.font-size-select .form-checkboxes {
  /*width: 215px;*/
  margin-right: 0px;
  margin-top: 0px;
}

.font-size-select .checkbox {
  display: inline-block;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

#compendium-color-settings .form-type-textfield {
  display: inline-block;
  margin-right: 20px;
  width: 100px;
}

.table.section_icon_selection > thead > tr > th, .table.section_icon_selection > tbody > tr > th, .table.section_icon_selection > tfoot > tr > th, .table.section_icon_selection > thead > tr > td, .table.section_icon_selection > tbody > tr > td, .table.section_icon_selection > tfoot > tr > td {
  vertical-align: middle;
}

.section_icon_selection img {
  width: 40px;
  height: 40px;

}


#edit-tags .term-reference-tree-button, #edit-tags .no-term-reference-tree-button {
  display: none;
}

#edit-tags .checkbox input[type="checkbox"] {
  float: none;
  margin-left: 0;
  margin-right: 5px;
}


.search-form-holder {
  float: left;
  width: 300px;
}

.search-result-holder {
  float: left; 
  margin-left: 40px;
  width: calc(100% - 345px);
}

.search-result {
  border-bottom: 2px solid #f2f2f2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.search-result h3 a, .search-result a.view-report-link {
  text-decoration: none;
}

.search-result a.view-report-link:hover {
  text-decoration: underline;
}

.search-info-holder {
  font-weight: bold;
  font-size: 0.9em;
  margin-bottom: 30px;
}

.highlighted {
  background: #FCF8E3;
}

.start-numbering {
  display: inline-block;
  margin-left: 15px;
}

#compendium-background-settings div.form-item {
  margin-bottom: 0px;
}
