h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  margin: 1rem 0;
  font-size: 1.5rem;
  font-weight: 300;
}

h2 {
  font-size: 1.25rem;
}

h3 {
  font-size: 1rem;
}

h4, p {
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}

h5 {
  font-size: 0.75rem;
}

h4 {
  font-weight: 600;
}

/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800'); */
/* @mixin border-radius{
  border-radius: 2px;
} */
/* box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); */
.end {
  display: flex;
  justify-content: flex-end;
}

.align-center {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.info-panel {
  margin: 0;
  font-size: 0.75rem;
  padding: 1.25rem;
  box-sizing: border-box;
  background: #FFFFFF;
  border-left: 1px solid #BFBFC6;
}

.info-panel > section {
  margin: 1rem 0 2rem 0;
}

.info-panel > section h2 {
  text-align: center;
  margin-top: 0;
  color: #8C8B96;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 400;
}

.info-panel > section h2.name {
  font-size: 1.25rem;
  color: #6A6976;
}

.info-panel > section .section-title {
  height: 2.5rem;
  line-height: 2.5rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.info-panel > section .section-title label {
  color: #8C8B96;
}

.info-panel > section .section-title button {
  display: flex;
}

.info-panel > section ul li.list-item {
  display: flex;
  margin-bottom: 0.75rem;
}

.info-panel > section ul li.list-item:last-child {
  margin-bottom: 0;
}

.info-panel > section ul li.list-item span.value {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}

.info-panel > section ul li.list-item span.value.role {
  color: #005F9E;
}

.info-panel > section ul li.list-item label.field {
  flex: 1;
  color: #8C8B96;
}

.info-panel > section ul li.list-item-image {
  background: #f9f9fb;
  height: 50px;
  margin-bottom: 0.75rem;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0 15px;
}

.info-panel > section ul li.list-item-image .app-icon {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #E2E2E7;
  border-radius: 50%;
  flex: 0 2.5rem;
}

.info-panel > section ul li.list-item-image .app-icon img {
  width: auto;
  height: 100%;
  border-radius: 50%;
}

.info-panel > section ul li.list-item-image .app-details {
  display: flex;
  flex-flow: column nowrap;
  margin-left: 1rem;
  color: #8C8B96;
  min-width: 0;
}

.info-panel > section ul li.list-item-image .app-details .name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #363545;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info-panel > section ul li.list-item-image .app-status {
  margin-left: auto;
}
