#nova-application-maincontent-container {
  height: 100%;
}
#nova-application-maincontent-container #nova-application-maincontent {
  padding: 10px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-logo-container {
  background-color: transparent;
  background-image: var(--web-content-background-image);
  background-repeat: no-repeat;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container {
  border-bottom: 1px solid var(--borderColorContent);
  margin-bottom: 5px;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container {
  display: flex;
  justify-content: space-between;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header {
  display: flex;
  overflow: hidden;
  align-items: center;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header .ui-icon {
  flex-shrink: 0;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header .nova-detail-header-text-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 40px;
  padding: 0 5px;
  overflow: hidden;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header .nova-detail-header-text-container .nova-detail-header-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-weight: bold;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header .nova-detail-header-text-container .nova-detail-header-subtext {
  font-weight: normal;
  color: var(--fcDisabled);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  font-weight: bold;
}
#nova-application-maincontent-container #nova-application-maincontent .nova-detail-header-container .nova-form-container .nova-detail-header-addition {
  text-align: right;
}
