.nova-form-welcome-headerRow {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid var(--borderColorContent);
  color: var(--fcWelcomeHeader);
  margin-bottom: 32px;
}
.nova-form-welcome-footerRow {
  width: 100%;
  height: 20px;
  margin-top: 20px;
}
.nova-form-welcome-headerRow-welcomeIcon {
  margin-left: 8px;
}
.nova-form-welcome-headerRow-welcomeText {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  font-size: 18px;
  font-weight: bold;
}
.nova-form-welcome-headerRow-welcomeSubText {
  display: inline-block;
  margin-left: 26px;
  font-size: 12px;
  font-weight: bold;
}
.nova-form-welcome-footerRow-showWelcomeScreen,
.nova-form-welcome-headerRow-currentDate {
  display: inline-block;
  float: right;
  margin-top: 8px;
  font-size: 12px;
  font-weight: bold;
}
.nova-form-welcome-childScreens {
  height: calc(100% - 112px);
  overflow: auto;
}
.nova-form-welcome-childScreen {
  width: 300px;
  height: 320px;
  overflow: hidden;
  display: inline-block;
  margin-right: 32px;
  margin-bottom: 16px;
  vertical-align: top;
}
.nova-form-welcome-childScreen-OneByOne {
  width: 300px;
  height: 320px;
}
.nova-form-welcome-childScreen-TwoByOne {
  width: 610px;
  height: 320px;
}
.nova-form-welcome-childScreen-TwoByTwo {
  width: 610px;
  height: 650px;
}
.nova-form-welcome-childScreen-ThreeByOne {
  width: 910px;
  height: 320px;
}
.nova-form-welcome-childScreen-ThreeByTwo {
  width: 910px;
  height: 650px;
}
.nova-form-welcome-childScreen-ThreeByThree {
  width: 910px;
  height: 970px;
}
.nova-form-welcome-childScreen-content-loading,
.nova-form-welcome-childScreen-loading {
  margin-left: calc(50% - 7px);
  margin-top: 20%;
}
.nova-form-welcome-childScreen-viewPort {
  width: 99%;
  height: 99%;
}
.nova-form-welcome-childScreen-header {
  border-bottom: 1px solid var(--borderColorContent);
  padding-bottom: 4px;
  margin-bottom: 4px;
  cursor: default;
  height: 20px;
}
.nova-form-welcome-childScreen-header-icon {
  display: table-cell;
}
.nova-form-welcome-childScreen-header-displayName {
  display: table-cell;
  font-weight: bold;
  padding: 2px 10px 0 5px;
  max-width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nova-form-welcome-childScreen-header-link {
  display: table-cell;
}
.nova-form-welcome-childScreen-header-link:hover {
  cursor: pointer;
  background-color: var(--bgColorHover);
}
.nova-form-welcome-childScreen-content {
  height: calc(100% - 29px);
  overflow: hidden;
}
.nova-form-welcome-childScreen-content iframe {
  border: none;
}
.nova-form-welcome-childScreen-content.nova-form-welcome-childScreen-content-withFooter {
  height: calc(100% - 58px);
}
.nova-form-welcome-childScreen-content-row {
  cursor: pointer;
  font-size: 7pt;
  min-height: 20px;
  margin-bottom: 4px;
  display: block;
}
.nova-form-welcome-childScreen-content-row:hover {
  background-color: var(--bgColorHover);
}
.nova-form-welcome-childScreen-content-column {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.nova-form-welcome-childScreen-footer {
  height: 20px;
  padding-top: 4px;
  margin-top: 4px;
  border-top: 1px solid var(--borderColorContent);
}
