
.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;
}

/* 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 */
/* .cat-panel-1 is the first panel. */

/* Introduction */
.cat-panel-1::before{
  content: "\f05a";
}
/* NC Server */
.cat-panel-2::before{

  content: "\f233";
}
/* NC Server Offline Manager */
.cat-panel-3::before{
  content: "\f108";
}

/* Appendix A - File Locations */
.cat-panel-4::before{
  content: "\f07b";
}

/* Change the content string for each product... */
.logo-link::after{
  content: " 2023.1 HxGN NC Server";
  color: white;
  font-size: 20pt
}

/* 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; }

 /* To fix table headers so they are always center-aligned */
.th {
  text-align: center;
}

th {
  text-align: center;
}


