.page-code-editor .page {
  height: -webkit-calc(56%);
  height: calc(56%);
}
.page-code-editor .page-main,
.page-code-editor .page-content {
  padding: 0;
  height: 100%;
}
.page-code-editor .treeview .list-group-item.node-selected {
  background-color: #f0ecde;
}
.page-code-editor .treeview .list-group-item.node-selected,
.page-code-editor .treeview .list-group-item.node-selected .node-icon {
  color: #b7942b;
}
.page-code-editor .CodeMirror {
  height: 100%;
}
