html {
  font-family: Open Sans, Roboto, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  background: white;
  color: #666666;
  padding: 0;
  margin: 0;
}

.delphi-header {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 5px -1px;
  padding: 20px 15px 0 15px;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
}

.delphi-header-logo {
  position: relative;
  width: 220px;
  height: 50px;
  margin-right: 30px;
  margin-bottom: 5px;
}

.delphi-header-logo > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}

.delphi-header-title h1 {
  text-transform: uppercase;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin: 0;
}

.delphi-root {
  display: -webkit-flex;
  display: flex;
  min-height: 100vh;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.delphi-root > .container-fluid {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  min-width: 0;
  margin: 0;
}

.delphi-root > .container-fluid > .row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 0;
}

.delphi-credits {
  font-size: 0.75rem;
}

.delphi-sidebar {
  display: -webkit-flex;
  display: flex;
}

.delphi-sidebar > .well {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  background: #fafafc;
}

.delphi-sidebar .delphi-sidebar-container {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

a:active,
a:hover {
  outline: none;
}

a {
  color: #1e87f0;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #0f6ecd;
  text-decoration: underline;
}

.delphi-main-panel {
  padding: 10px;
  display: -webkit-flex;
  display: flex;
}

.delphi-main-panel > .tabbable {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  min-width: 0;
}

.delphi-main-panel > .tabbable > .tab-content {
  padding: 0.5rem;
  border-left: 1px solid #bdbec2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
