
.inlinemediaobject {
  vertical-align: baseline;
}

.portal-header::before, .site-sidebar, div.toolbar {
  background-color: #20515C;
}

.portal-single-publication .publication-icon {
  background-color: #20515C;
}

#header-navigation-prev:hover, #header-navigation-next:hover{
  background-color: #073843;
}

div.note h3.title, div.tip h3.title, div.important h3.title, div.notice h3.title {
  background-color: #20515C;
}

div.caution h3.title {
  background-color: #F19602;
}

/* For procedure steps */
.theme1 .procedure > li::before {
  background-color:#073843;
}

/* This is to attempt to fix some large images in prodedure steps. Doesn't work. */
/* .step .mediaobject img.resize {
  width: 50%;
  height: auto;
} */

#header-navigation-prev::before{
 content:"< ";
}

#header-navigation-next::after{
  content:" >";
 }

#header-navigation-prev, #header-navigation-next{
  background-color: #20515C;
  color: white;
}

.breadcrumb{
  color:white;
}

#feedback-yes-btn, #feedback-no-btn{
  background-color: #20515C;
}

#feedback-yes-btn:hover, #feedback-no-btn:hover{
  background-color: #2a6b79;
}

#feedback-yes-btn, #feedback-no-btn{
  color: white;
}

#feedback-yes-btn:active, #feedback-no-btn:active {
  background-color: #073843;
}


.portal-header .portal-search button, .publication-contents h4 span{
  background-color: #20515C;
}

.portal-header .portal-search button:hover {
  background-color: #073843;
}

#header-navigation-prev:hover, #header-navigation-next:hover{
color:white;
}

a, a:link {
  color: #0097BA; 
}

a:hover {
  color: #9B9B9B; 
}

a:visited{
  color: #0097BA; 
}

/* These define the icons for the panels on the landing page. 
They use font awesome 4.6.3 codes https://www.fontawesomecheatsheet.com 
If you can't find 4.6.3 there, use this
https://lab.artlung.com/font-awesome-sample/
*/

/* .cat-panel-1 is the first panel. */

/* About 1 */
.cat-panel-1::before{
  content: "\f05a";
}
/* Setting up Swift Check */
.cat-panel-2::before{

  content: "\f0cb";
}
/* Temp Comp */
.cat-panel-3::before{
  /* content: "\f046";  Check box */ 
  /* content: "\f2c8"; Thermometer - But is in 4.7 and later - not supported */
  content: "\f1ec";
}

/* Configuring Settings  */
.cat-panel-4::before{
  content: "\f0cb";
}

/* Running the Measurement Routine  */
.cat-panel-5::before{
  content: "\f0cb";
}

/* Swift Check Troubleshooting  */
.cat-panel-6::before{
  content: "\f0ad"; 
}

/* Change the content string for each product... */
.logo-link::after{
  content: " Swift-Check Add-on Installation Guide";
  color: white;
  font-size: 20pt;
  background: rgba(30, 64, 71, .3);
}

/* To fix bullet indent inside of a note boxes */
.tip .itemizedlist,.note .itemizedlist,.caution .itemizedlist,.warning .itemizedlist,.important .itemizedlist,.danger .itemizedlist{
  padding-left: 40px;
 }

 /* To fix the Double-Index title */
 .index .titlepage{ display: none; }

