body {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* Bootstrap 5 compatibility: keep the classic link style (Bootstrap 2
   underlined links only on hover) */
a {
  color: #0088cc;
  text-decoration: none;
}
a:hover {
  color: #005580;
  text-decoration: underline;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
}
.container > hr {
  margin: 60px 0;
}


/* Customize the navbar links to be fill the entire space of the .navbar */
/* The bar's appearance came from Bootstrap 2; Bootstrap 5 does not style
   .navbar-inner, so the look is recreated here */
.navbar {
  padding: 0;
  margin-bottom: 20px;
  display: block;
}
.navbar .navbar-inner {
  padding: 0;
  background-color: #fafafa;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.navbar .navbar-inner .container {
  padding: 0;
}
.navbar .nav {
  margin: 0;
  display: table;
  width: 100%;
}
.navbar .nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.navbar .nav li a {
  display: block;
  padding: 10px 15px;
  color: #777;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  font-weight: bold;
  text-align: center;
  border-left: 1px solid rgba(255,255,255,.75);
  border-right: 1px solid rgba(0,0,0,.1);
}
.navbar .nav li a:hover {
  color: #333;
  text-decoration: none;
}
.navbar .nav li:first-child a {
  border-left: 0;
  border-radius: 3px 0 0 3px;
}
.navbar .nav li:last-child a {
  border-right: 0;
  border-radius: 0 3px 3px 0;
}

/* navbar on small screens: wrap the items into rows instead of a single
   overflowing line (three per row on tablets, two per row on phones) */
@media (max-width: 767.98px) {
  .navbar .nav {
    display: flex;
    flex-wrap: wrap;
  }
  .navbar .nav li {
    display: block;
    width: auto;
    flex: 0 0 33.3333%;
  }
  .navbar .nav li a {
    padding: 10px 6px;
  }
  .navbar .nav li:first-child a,
  .navbar .nav li:last-child a {
    border-radius: 0;
  }
  .navbar .nav li:nth-child(3n+1) a {
    border-left: 0;
  }
  .navbar .nav li:nth-child(3n) a {
    border-right: 0;
  }
  .navbar .nav li:nth-child(n+4) a {
    border-top: 1px solid rgba(0,0,0,.1);
  }
}
@media (max-width: 479.98px) {
  .navbar .nav li {
    flex: 0 0 50%;
  }
  .navbar .nav li:nth-child(3n+1) a {
    border-left: 1px solid rgba(255,255,255,.75);
  }
  .navbar .nav li:nth-child(3n) a {
    border-right: 1px solid rgba(0,0,0,.1);
  }
  .navbar .nav li:nth-child(2n+1) a {
    border-left: 0;
  }
  .navbar .nav li:nth-child(2n) a {
    border-right: 0;
  }
  .navbar .nav li:nth-child(n+3) a {
    border-top: 1px solid rgba(0,0,0,.1);
  }
  .navbar .nav li.active a {
    border-left: 0;
  }
}

/* inline code and code blocks: light gray boxes similar to the original site */
code {
  padding: 2px 4px;
  color: #333;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 3px;
}
pre {
  padding: 10px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.5;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  background-color: transparent;
  border: 0;
}

h2 {
  color:#0066DD;
}

h3 {
  color:#0066DD;

}

h4 {
  color:#0066DD;
  margin: 15px 0px 15px 0px;
}

/*div containing command texts and button for copying it to clipboard*/
.command-container{
  position:relative;

}
/* click to copy button layout */
.copyBtn{
  border-radius: 5px;
  background-color: #0066DD;
  color: white;
  opacity:0.8;
  padding:2px 5px;
  position:absolute;
  right:15px;
  bottom:9px;
}
.copyBtn:hover{
  background-color: #d4d4d4;/* Gray */
}
.copyBtnTooltip{
  /*visibility: hidden;*/
  width: 130px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 115%;
  right: 0;

  /*tooptip text formatting */
  font-size:12px;

}

/*image enlarge on hover*/
/*the commented out part display image on top of original page --> if using modal then use that code*/
/*img{*/
  /*!*transition: transform .3s;*!*/
  /*transition: width .6s, height .5s;*/
/*}*/
/*img:hover{*/
  /*!*-ms-transform: scale(1.5); !* IE 9 *!*!*/
  /*!*-webkit-transform: scale(1.5); !* Safari 3-8 *!*!*/
  /*!*transform: scale(1.5);*!*/
  /*width:110%;*/
  /*height:110%;*/

/*}*/

/*list of texts explaining each step*/
.textList li{
  padding: 0px 0px 5px 0px;
}

/*screenshots in the tutorial: centered, same width, natural aspect ratio*/
.tutorial-img{
  display:block;
  width:100%;
  max-width:800px;
  height:auto;
  margin:0 auto;
  border:#00008B 1px solid;
}
.textList > .tutorial-fig{
  margin-left:-2rem; /* undo the list indent so the image centers on the column */
}

/*to differentiate between bigger and smaller section titles in h4 == custom made <h3.5>*/
.sectionTitle{
  font-size:20px;
}
/*numbered sub-subsections (x.y.z) and the "File locations"/"Commands" headings below them*/
.subsectionTitle{
  font-size:18px;
  color:#0066DD;
  margin:15px 0px 10px 0px;
}
.stepTitle{
  font-size:16px;
  font-weight:bold;
  color:#0066DD;
  margin:12px 0px 8px 0px;
}
/*styling the div containing release notes and download graph*/
#bottom-div{
  display:flex;
}

/* Bootstrap 5 compatibility: two-column label/input layout of the
   registration form (Bootstrap 2 .form-horizontal) */
.form-horizontal .control-label {
  float: left;
  width: 190px;
  padding-top: 5px;
}
.form-horizontal .controls {
  margin-left: 200px;
}

/* benchmark page: responsive SVG charts and compact result tables */
.bench-chart {
  display: block;
  width: 100%;
  max-width: 460px;
  height: auto;
  margin: 0 auto 10px auto;
  font-family: inherit;
}
.bench-table {
  max-width: 900px;
  font-size: 14px;
}
.bench-table th,
.bench-table td {
  vertical-align: middle;
}
.bench-chart-wide {
  max-width: 940px;
}
.bench-caption {
  max-width: 900px;
  margin: 0 auto 16px auto;
  font-size: 14px;
  color: #555;
  text-align: center;
}
.bench-chart-small {
  max-width: 360px;
}

/* navbar: highlight the item of the current page (Bootstrap 2 active look) */
.navbar .nav li.active a,
.navbar .nav li.active a:hover {
  color: #555;
  background-color: #e5e5e5;
  border-left: 0;
  box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}
