.details-area-nav {
  margin-top: 15px;
}

#routing-url-block {
  display: none;
}

.hub-progress {
  top: 0px;
  /* override the default hub progress location */
}

.hub-content {
  top: 0px;
}

.hub-title {
  display: none;
}

#commonMessage, #common-message {
  border:  1px solid;
  border-color: rgba( 168, 0, 0 ,  1 );
  border-color: rgba( var(--palette-accent1-dark,168, 0, 0) ,  1 );
  background-color: rgba( 249, 235, 235 ,  1 );
  background-color: rgba( var(--palette-accent1-light,249, 235, 235) ,  1 );
  font-size: 10pt;
  padding: 3px 5px;
  display: none;
}

.header-title {
  font-size: 14pt;
  font-weight: normal;
}

/* Makes the navigation tree buttons taller than default */
.details-area-nav li.tree-drag-tile div.node-content, .details-area-nav .tree-view .tree-children div.node-content {
  height: 30px;
  vertical-align: middle;
}

.formlabel, .account-form-label {
  width: 100px;
  display: inline-block;
  vertical-align: top;
}

.action-link {
  color: #007acc;
}

.action-link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.error {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}

.wait {
  display: none;
  left: 5px;
  top: 5px;
  max-height: 20px;
  position: relative;
}

button.disabled, input.disabled {
  cursor: default;
}

button.icon-action {
  background-color: transparent;
  height: 20px;
  border: none;
}

.handleBar {
  display: none;
}

.leftPane {
  border-right: 1px solid #c8c8c8;
}
