body {
  background-color: White;
  font-family: Helvetica,Arial,Verdana,sans-serif;
  max-width: 1200px;
}
.application-name {
  font-size: x-large;
  font-weight: normal;
  color: #000;
  background-color: White;
  font-style: normal;
}
#footer {
  font-size: small;
  font-weight: normal;
  color: #000;
  background-color: #fff;
  font-style: normal;
}
.active-stage {
  font-size: large;
  font-weight: bold;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.incomplete-stage {
  font-size: large;
  font-weight: normal;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.future-stage {
  font-size: large;
  font-weight: normal;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.complete-stage {
  font-size: large;
  font-weight: normal;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.active-screen {
  font-size: medium;
  font-weight: bold;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.incomplete-screen {
  font-size: medium;
  font-weight: normal;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.complete-screen {
  font-size: medium;
  font-weight: normal;
  color: White;
  background-color: #303030;
  font-style: normal;
}
.submit-progress {
  font-size: large;
  font-weight: normal;
  color: Black;
  background-color: #ffffff;
  font-style: normal;
}
.screen-title {
  font-size: x-large;
  font-weight: bold;
  color: White;
  font-style: normal;
}
.error {
  font-weight: normal;
  color: #e50000;
  font-style: italic;
}
.warning {
  font-weight: normal;
  color: #333;
  font-style: italic;
}
.owd-submit {
  font-size: medium;
  font-weight: bold;
  color: White;
  background-color: #023664;
  font-style: normal;
border:0px;
border-radius:0px;
color:White;
}
.owd-submit:hover {
background:none;
background-color:#023B6E;
}
.owd-submit:active {
background-color:#022B50;
}
.owd-back {
  font-weight: bold;
  color: White;
  background-color: #A3A3A3;
  font-style: normal;
border:0px;
border-radius:0px;
color:White;
}
.owd-back:hover {
background:none;
background-color:#B3B3B3;
}
.owd-back:active {
background-color:#828282;
}
.owd-add {
  color: Black;
  background-color: LightGray;
  font-style: normal;
border:0px;
border-radius:0px;
color:Black;
}
.owd-add:hover {
background:none;
background-color:#E8E8E8;
}
.owd-add:active {
background-color:#A9A9A9;
}
.owd-remove {
  color: Black;
  background-color: LightGray;
  font-style: normal;
border:0px;
border-radius:0px;
color:Black;
}
.owd-remove:hover {
background:none;
background-color:#E8E8E8;
}
.owd-remove:active {
background-color:#A9A9A9;
}
.Normal {
  font-weight: normal;
  font-style: normal;
}
.Heading1 {
  font-size: x-large;
  font-weight: bold;
  color: #023766;
  font-style: normal;
}
.Heading2 {
  font-size: large;
  font-weight: normal;
  color: #023766;
  font-style: normal;
}
.Heading3 {
  font-size: large;
  font-weight: normal;
  font-style: italic;
}
.Heading4 {
  font-weight: bold;
  font-style: normal;
}
.Heading5 {
  font-weight: bold;
  color: #000;
  font-style: normal;
}
.Heading6 {
  font-weight: normal;
  font-style: italic;
}
.Alert {
  font-weight: normal;
  font-style: normal;
}
.Comment {
  font-size: x-small;
  font-weight: normal;
  font-style: normal;
}
.eig-odd {
  font-weight: normal;
  color: black;
  background-color: White;
  font-style: normal;
}
.eig-even {
  font-weight: normal;
  color: black;
  background-color: White;
  font-style: normal;
}
.question {
  font-weight: normal;
  font-style: normal;
}
.control {
  font-weight: normal;
  font-style: normal;
}
.table-question-header {
  font-size: normal;
  font-weight: bold;
  color: white;
  background-color: #345A92;
  font-style: normal;
}
.clear-signature-button {
  color: #fff;
  background-color: #19739f;
  font-style: normal;
border:0px;
border-radius:6px 6px 6px 6px;
color:#fff;
}
.clear-signature-button:hover {
background:none;
background-color:#1C7EAF;
}
.clear-signature-button:active {
background-color:#145C7F;
}
#header {
  background-color: White;
}
#content {
  background-color: White;
}
.nested-eic {
  background-color: White;
}
#progress-stages {
  border-left: solid 1px #303030;
  border-right: solid 1px #303030;
  border-top: none;
  border-bottom: none;
  width: 250px;
}
.opm-progress-stages, .opm-interview.opm-navigation-side {
  background-color: #303030;
}
.opm-progress-screens {
  background-color: #303030;
}
body.opm-frame #header { display: none !important; }
