html {
  height: 100%;
}

body {
  margin: 0;
  height: 100%;
  font-family: 'Arial';
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
}

label {
  font-weight: normal !important;
}

.disable-all-transitions,
.disable-all-transitions * {
  transition: none !important;
}

text {
  font-family: Arial;
}

.super-formula-icon {
  fill: transparent;
  stroke: #35a02d;
  stroke-width: 1.5px;
}

.splash .vertical-center {
  height: 100%;
  width: 100%;
  text-align: center; /* align the inline(-block) elements horizontally */
  font: 0/0 a; /* remove the gap between inline(-block) elements */
}

.splash .vertical-center:before {
  /* create a full-height inline block pseudo=element */
  content: ' ';
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  height: 100%;
}

.splash .vertical-center > div {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
  /* reset the font property */
}

.splash {
  text-align: center;
  width: 100%;
  height: 100%;
}

.logo-block .message {
  font-size: 72px;
  line-height: 72px;
  fill: #35a02d;
}

.logo-block .message .message-text {
  fill: black;
}

.splash .mainTitle #invest {
  width: 180px;
}

.logo-block .sub-title {
  font-size: 20px;
  line-height: 20px;
  fill: #35a02d;
}

.logo-block .version-indicator {
  font-size: 15px;
  line-height: 15px;
  fill: lightgrey;
}

.logo-block .bootstrap-message {
  font-size: 15px;
  line-height: 15px;
  fill: lightgrey;
}

.logo-block .data-access-warning-message,
.logo-block .data-access-error-message {
  opacity: 0;
  display: none;
}

.logo-block .no-data-url-message {
  opacity: 0;
}

.logo-block .data-access-check-message-text {
  font-size: 15px;
  line-height: 15px;
  fill: darkgrey;
  text-anchor: start;
}

.logo-block .data-access-url,
.logo-block .licenseEntry-url {
  font-size: 15px;
  line-height: 15px;
  text-anchor: start;
  fill: #35a02d;
}

.logo-block .data-access-url .data-access-check-message-text {
  fill: #35a02d;
}

.logo-block .no-data-url-message .data-access-check-message-text {
  text-anchor: middle;
}

section {
  margin: 0;
}

.main-app {
  opacity: 0.1;
  display: none;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.main-app .patience-message {
  position: absolute;
  display: inline-block;
  height: 20px;
  width: 100%;
  top: calc(50% - 10px);
  text-align: center;
  color: darkgrey;
}

.main-app .patience-message .patience-message-spinner {
  color: #35a02d;
}

.component-viewer {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.license-error-message {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 20px;
  color: red;
  display: none;
}

.unauthorized-error-message {
  font-family: 'Arial';
  font-size: 14px;
  line-height: 20px;
  color: red;
}

#_proprofs_trk_main_header_ {
  width: 22px !important;
  height: 22px !important;
  right: 10px !important;
}

#_proprofs_trk_main_header_ #__ppBubbleIcon5 {
  width: 20px !important;
  height: 22px !important;
  padding: 3px !important;
}
