* {
  margin: 0;
  padding: 0;
  font-family: "Xing Sans", helvetica, sans-serif;
}

a {
  text-decoration: none;
}

body {
  font-size: 1rem;
  background-color: #eee;
  color: #545454;
}

img {
  border: none;
}

i {
  font-style: normal;
}

ol,
ul {
  list-style: none;
}

strong {
  font-weight: 600;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary,
video {
  display: block;
}

::-webkit-input-placeholder {
  color: #bbbbbb;
}

:-moz-placeholder {
  color: #bbbbbb;
}

::-moz-placeholder {
  color: #bbbbbb;
}

.text:-ms-input-placeholder {
  color: #bbbbbb;
}

form input.placeholder,
form textarea.placeholder {
  color: #bbbbbb;
}

fieldset {
  border: none;
}

.group:after {
  content: "";
  display: table;
  clear: both;
}

.fr {
  float: right;
}

@font-face {
  font-family: "xtmFont";
  src: url(/assets/xtm/4e7e2852e987d4b7afbd.woff) format("woff");
}

.icon-list-expanded:before,
.icon-list-collapsed:before,
.icon-last-run:before,
.icon-dropdown:after,
.select2-search-choice-close:before,
.icon-breadcrumb:before,
.icon-warn:before,
.icon-success:before,
.icon-search:before,
.icon-messages:before,
.icon-loading:before,
.icon-help:before,
.icon-edit:before,
.icon-expanded:before,
.icon-collapsed:before,
.icon-close:after {
  font-family: xtmFont;
  font-variant: normal;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:after {
  content: "\e966";
}

.icon-collapsed:before {
  content: "\e95e";
}

.icon-expanded:before {
  content: "\e95c";
}

.icon-edit:before {
  content: "\e919";
}

.icon-help:before {
  content: "\e920";
}

.icon-loading:before {
  content: "\e945";
}

.icon-messages:before {
  content: "\e928";
}

.icon-search:before {
  content: "\e932";
}

.icon-success:before {
  content: "\e96e";
}

.icon-warn:before {
  content: "\e966";
}

.icon-breadcrumb:before {
  content: "\e95e";
}

.select2-search-choice-close:before {
  content: "\e966";
}

.icon-dropdown:after {
  content: "\e95c";
}

.icon-last-run:before {
  content: "\e94d";
}

.icon-list-collapsed:before {
  content: "\e982";
}

.icon-list-expanded:before {
  content: "\e983";
}

.icon-messages:before {
  position: relative;
  top: 0.1vh;
}

.align-left {
  text-align: left;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dl.inline dt,
dl.inline dd {
  float: left;
}

dl.inline dt {
  clear: left;
  margin-right: 0.25rem;
}

dl.inline dt:after {
  content: ":";
}

a {
  color: #000;
  text-decoration: none;
}

body {
  background-color: white;
  font-size: 12px;
  font-family: "Xing Sans", helvetica, sans-serif;
}

p {
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

h4 {
  -webkit-margin-after: 0;
}

.summary-region .summary {
  min-height: 80px;
  width: 30rem;
}

.summary-region .summary .info {
  color: #989898;
  font-size: 0.875rem;
}

.summary-region .summary .media {
  float: left;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
}

.summary-region .summary .media-body h1 {
  font-size: 1.875rem;
  line-height: 2.5rem;
}

.summary-region .summary .media-body h2 {
  line-height: 2rem;
  margin-bottom: 0.5rem;
}

.summary-region .summary .media-body span {
  font-weight: normal;
}

.main-region h3 {
  color: #989898;
  font-size: 1.375rem;
  font-weight: normal;
  margin-bottom: 1.5rem;
}

.main-region .card,
#app-header {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: -1px;
  margin-left: 0;
  padding: 1.5rem 0;
}

.main-region section header,
.main-region section .content,
.summary,
.container,
.main-region section {
  margin: auto;
  width: 36rem;
}

.container section {
  border: none;
}

.container header,
.container .content {
  width: auto !important;
}

.container h3 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 1rem;
}

#app-banner {
  display: none;
}

#app-nav,
#header-region,
.tooltip,
.breadcrumbs-region,
#app-call-to-action,
.header-actions,
.navigation,
.summary .actions {
  display: none;
}

#app-section {
  margin: 0 !important;
}

#app-body {
  position: static !important;
}

#project-content {
  display: inline-table;
  position: initial;
}

#tab-content {
  display: contents;
}

#profile-main-section {
  flex-direction: column;
}

