vsd-db .nav-tabs-custom {
  margin-bottom: 0;
  box-shadow: none;
}

vsd-db svg {
  width: 100%;
  height: 400px;
}

vsd-db button.expand {
  right: 5px;
  position: absolute;
  display: block;
}

vsd-db button.collapse {
  right: 5px;
  position: absolute;
  display: none;
}

vsd-db .expanded {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 0.9);
}

vsd-db .expanded svg {
  width: 100%;
  height: 100%;
}

vsd-db .expanded button.expand {
  display: none;
}

vsd-db .expanded button.collapse {
  display: block;
}

vsd-routes h4 {
  margin-top: 0;
}

vsd-routes table {
  cursor: pointer;
  margin-top: 20px;
}

#file-menu {
  z-index: 10001;
  position: absolute;
}

#file-menu ul.dropdown-menu {
  display: block;
  font-size: small;
}

#file-menu ul.dropdown-menu li a {
  cursor: pointer;
}

html, body, .wrapper, .content-wrapper,
section.content, #workspace, #ace, #db, #routes {
  height: 100% !important;
}

#workspace #ace {
  -webkit-font-smoothing: auto;
  display: none;
}

#workspace.ace #ace {
  display: block;
}

#workspace #db {
  display: none;
  overflow: auto;
}

#workspace.db #db {
  display: block;
}

#workspace #routes {
  display: none;
  overflow: auto;
  background-color: #fff;
}

#workspace.routes #routes {
  display: block;
}

.sidebar .open-editors .clear, .sidebar .open-editors .save, .sidebar .open-editors .clear-all, .sidebar .open-editors .save-all {
  z-index: 10;
  display: none;
  margin-left: 10px;
}

.sidebar .open-editors li:hover .clear, .sidebar .open-editors li:hover .save, .sidebar .open-editors li:hover .clear-all, .sidebar .open-editors li:hover .save-all {
  display: block;
}

a {
  cursor: pointer;
}

.tree, .tree ul {
  margin: 0;
  list-style-type: none;
  position: relative;
}

.tree {
  padding: 0 0 0 6px;
  display: block;
}

.tree ul {
  padding: 0 0 0 16px;
}

.tree li {
  margin: 0;
  padding: 0;
  position: relative;
  white-space: nowrap;
}

.tree li i {
  margin-right: 3px;
  cursor: pointer;
  min-width: 8px;
}

.tree li a {
  padding: 1px 4px;
  margin: 1px 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
}

text {
  font-weight: 300;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serf;
  font-size: 14px;
}

.node rect {
  stroke: #333;
  fill: #fff;
  stroke-width: 1.5px;
}

.edgePath path.path {
  stroke: #333;
  fill: none;
  stroke-width: 1.5px;
}

.arrowhead {
  stroke: blue;
  fill: blue;
  stroke-width: 1.5px;
}

.popover {
  font-family: inherit;
}

:-webkit-full-screen {
  width: 100%;
  height: 100%;
}

.box:-webkit-full-screen {
  margin: 0;
  overflow: auto;
}

.pad-10 {
  padding: 10px;
}

/* Layout mods */
header.main-header {
  position: fixed;
  width: 100%;
}

section.content {
  padding: 0;
  padding-top: 50px;
}

@media (max-width: 768px) {
  section.content {
    padding-top: 100px;
  }
}

.main-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
}

.main-sidebar .sidebar {
  flex-grow: 1;
  overflow: auto;
}

.sidebar-collapse .main-sidebar .sidebar {
  overflow: initial;
}

.control-sidebar {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: fixed;
}

.control-sidebar vsd-tree {
  flex-grow: 1;
  overflow: auto;
}

.file-editor {
  padding: 5px;
}

vsd-notify {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 10px;
  opacity: 0.9;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  font-family: 'ren__stimpyregular';
  font-size: 18px;
}
