input,
select {
    color: #000000;
    }
input[type=button],
input[type=submit]
 {
    color: #0063b6;
    background-color: #fff;
    border: 1px solid #0063b6;
   
}

input[type=button]:hover, input[type=submit]:hover {
  background-color: #0063b6;
  color: #fff;
  border: 1px solid #0063b6;  
}	
.stepTitle {
    color: #0063b6;
    }
.addlCovList > .inputPanel > .panelTitle:hover {
    color: #0063b6;
  }
span.covTitle { text-decoration: none;
  text-decoration-line: none;
    text-decoration-style: none;}
	
	span.covTitle::before {
    color: #0063b6;
    border: 1px solid #0063b6;
   }
  
.tooltip {
  color: #0063b6;
  border: 1px solid #0063b6;
  }  
.addlCovList > div.inputPanel.selectedAddlCov {
  background-color: #0063b6;
}
.stepTitleMed {
  color: #0063b6;
  }
.inputPanel:hover > div.panelImage > img {
    filter: invert(0.85) sepia(0.2) saturate(8) hue-rotate(175deg) brightness(0.75);
}
.panelTitle {
    color: #0063b6;
    }


