div.tree-multiselect {
  border: 1px solid #D8D8D8;
  display: table;
  height: inherit;
  width: 50%;
  max-width:840px;
  min-width:400px;
  margin-left:10px;
  float:left;
}

div.tree-multiselect > div.selected, div.tree-multiselect > div.selections {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: table-cell;
  padding: 1%;
  width:50%;
}

div.tree-multiselect > div.selections {
  border-right: solid 1px #D8D8D8;
}

div.tree-multiselect > div.selections.no-border {
  border-right: none;
}

div.tree-multiselect div.section > div.item, div.tree-multiselect div.section > div.section {
  padding-left: 14px;
}

div.tree-multiselect div.title, div.tree-multiselect div.item {
  margin-bottom: 2px;
}

div.tree-multiselect div.title {
  background: #f6f6f6;
  color: #444;
  padding: 2px;
  border: 1px solid #dddddd;
}

div.tree-multiselect div.title > * {
  display: inline-block;
}

div.tree-multiselect div.title > span.collapse-section {
  margin: 0 3px;
  width: 8px;
}

div.tree-multiselect div.title:hover {
  cursor: pointer;
}

div.tree-multiselect input[type=checkbox] {
  margin-right: 5px;
}

div.tree-multiselect input[type=checkbox]:hover {
  cursor: pointer;
}

div.tree-multiselect > div.selections div.item {
  /*margin-left: 16px;*/
  margin-left: 0px;
}

div.tree-multiselect > div.selected > div.item {
  padding: 5px;
  background: #dddddd;
  border:1px solid #bbbbbb;
}

div.tree-multiselect > div.selected.ui-sortable > div.item:hover {
  cursor: move;
}

div.tree-multiselect span.remove-selected, div.tree-multiselect span.description {
  padding: 0 3px;
  margin-right: 5px;
  background: #BB4444;
  color: white;
  border-radius: 2px;
}

div.tree-multiselect span.remove-selected:hover {
  cursor: pointer;
}

div.tree-multiselect span.description:hover  {
  cursor: help;
}

div.tree-multiselect div.temp-description-popup {
  background: #FAFAFA;
  padding: 5px;
  border: 1px solid #676767;
}

div.tree-multiselect span.section-name {
  float: right;
  font-style: italic;
}

div.tree-multiselect div.selections div.item.tussenkop,
div.tree-multiselect div.selections div.item.hoofdkop {
	/*background: #7faed4;*/
	background-color:#828CAF;
	margin-left:6px;
	padding: 2px 2px 2px 14px;
    color: #fff;
    height: auto;
    font-weight:normal;
}

div.tree-multiselect div.selections div.item.hoofdkop{
	background: #1D317D;
}

div.tree-multiselect div.selections div.item.tussenkop input[type='checkbox'],
div.tree-multiselect div.selections div.item.hoofdkop input[type='checkbox']{
	display:none;
}

form#crosstable input[type='submit']{
	float:left;
	margin:8px;
}

.selections .active > .title {
	background-color:#CFEFC4;
}

.selections .title.notactive {
	background-color:#EFC4C4;
}