.c60, .c51, .c16 {
	font-weight: bold;
}

.c23, .c37 {
	background-color: #99ffcc;
	color: #000000;
}

#scrollUp {
  bottom: 40px;
  right: 10px;
  width: 90px; /* Width of image */
  height: 80px; /* Height of image */
  background: url(images/top.png) no-repeat;
}

/* Full Manual TOC */
.manual #wrap {
  position: absolute;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
}
.manual {position: relative;}
.manual .full-toc {
  top: 0;
  left: 0;
  width: 320px;
  height: 100%;
  position: fixed;
  z-index: 100;
  overflow-y: scroll;
  background: rgba(255,255,255,0.9);
  -webkit-box-shadow: 0 0 9px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 9px rgba(0,0,0,.4);
  box-shadow: 0 0 9px rgba(0,0,0,.4);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  -webkit-transform: translate3d(-100%,0,0);
  -moz-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.manual .full-toc-overlay {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  background: rgba(0,0,0,.7);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}

.ion-android-close {
  text-align: center;
  display: block;
  padding: 12px 21px;
}

.ion-android-close:before {
  position: relative;
  font-size: 1.25em;
  top: 2px;
}

.ion-android-close strong {
  font-family: 'Open Sans', helvetica, arial, sans-serif;
  display: inline-block;
  margin-left: 9px;
}

.manual.manual-toc-open .full-toc {
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.manual.manual-toc-open .full-toc-overlay {
  opacity: 1;
  z-index: 3;
}

.manual .full-toc-tab {
  left: 0;
  top: 150px;
  padding: 15px 8px;
  position: fixed;
  z-index: 4;
  background: #fff;
  box-shadow: 1px -5px 10px 5px rgb(0 0 0 / 10%);
  border-radius: 0 7px 7px 0;
}

.manual .full-toc-tab:hover,
.manual .full-toc-tab:focus {
  text-decoration: none;
}

.manual .full-toc-tab strong {
  word-wrap: break-word;
  font-size: 1.075em;
  text-align: center;
  display: block;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.manual-toc-open .full-toc-tab {
	display: none;
}

@media screen and (min-width: 768px) {
  .manual #navigation #manual-toc {
    display: none;
  }

  .manual .full-toc .full-toc-inner ul,
  .manual .full-toc .full-toc-inner ul li {
    float: none !important;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .manual .full-toc .full-toc-inner ul > li > ul a {border-left: 2px solid transparent; padding-left: 9px;}

  .manual .full-toc .full-toc-inner ul > .manual-toc--section-1 > ul .active {border-left-color: #618353; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-2 > ul .active {border-left-color: #c44f71; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-3 > ul .active {border-left-color: #9ec544; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-4 > ul .active {border-left-color: #9c64ce; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-5 > ul .active {border-left-color: #4a9bcc; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-6 > ul .active {border-left-color: #dc9c3b; padding-left: 9px;}
  .manual .full-toc .full-toc-inner ul > .manual-toc--revisions > ul .active {border-left-color: #111111; padding-left: 9px;}

  .manual .full-toc .full-toc-inner ul > li > ul li {
    padding: 0 12px;
    margin: 6px 0;
  }

  .manual .full-toc .full-toc-inner ul li a {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    padding: 0;
    line-height: 1.3;
  }

  .manual .full-toc .full-toc-inner ul > li > ul a {
    color: #26486E;
  }
  .manual .full-toc .full-toc-inner ul > li > ul a:hover,
  .manual .full-toc .full-toc-inner ul > li > ul a:focus {
    background: transparent;
  }

  .manual .full-toc .full-toc-inner ul > .manual-toc--section-1 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-1 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-1 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-1 > a.sfHover {
    background: #618353;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-2 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-2 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-2 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-2 > a.sfHover {
    background: #c44f71;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-3 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-3 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-3 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-3 > a.sfHover {
    background: #9ec544;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-4 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-4 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-4 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-4 > a.sfHover {
    background: #9c64ce;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-5 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-5 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-5 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-5 > a.sfHover {
    background: #4a9bcc;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-6 > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-6 > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-6 > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--section-6 > a.sfHover {
    background: #dc9c3b;
  }
  .manual .full-toc .full-toc-inner ul > .manual-toc--revisions > a,
  .manual .full-toc .full-toc-inner ul > .manual-toc--revisions > a:hover,
  .manual .full-toc .full-toc-inner ul > .manual-toc--revisions > a:focus,
  .manual .full-toc .full-toc-inner ul > .manual-toc--revisions > a.sfHover {
    background: #111111;
  }

  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > a {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-weight: 700;
    color: #fff;
  }

  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > .has-toc:after,
  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > .is-section:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: '\f0d7';
    color: inherit;
  }

  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] ul {
    display: none;
  }

  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] .has-toc.active + ul,
  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] .is-section.active + ul {
    display: block;
  }

  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > a:after {right: 12px;}

}

@media screen and (min-width: 1200px) {
  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > a {padding-right: 18px;}
}

@media screen and (min-width: 992px) and (max-width: 1199.98px) {
  .manual .full-toc .full-toc-inner ul > [class*="manual-toc--section"] > a {padding-right: 36px;}
}

@media screen and (max-width: 767.98px) {
  .manual #wrap #inner-wrap nav.full-toc,
  .manual .full-toc-tab {
      display: none;
  }
}

/* Chapter Controls */
.chapter-controls a[rel] {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.chapter-controls a {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none !important;
}
.chapter-controls a[title^="1"] {
  color: #618353 !important;
}
.chapter-controls a[title^="2"] {
  color: #c44f71 !important;
}
.chapter-controls a[title^="3"] {
  color: #9ec544 !important;
}
.chapter-controls a[title^="4"] {
  color: #9c64ce !important;
}
.chapter-controls a[title^="5"] {
  color: #4a9bcc !important;
}
.chapter-controls a[title^="6"] {
  color: #dc9c3b !important;
}
.chapter-controls a[rel="prev"]:before {
  font-family: 'FontAwesome';
  margin-right: 6px;
  content: '\f100';
  font-size: 1em;
  color: inherit;
}
.chapter-controls a[rel="next"]:after {
  font-family: 'FontAwesome';
  margin-left: 6px;
  content: '\f101';
  font-size: 1em;
  color: inherit;
}
.chapter-controls a:hover,
.chapter-controls a:focus {
  color: #26486E !important;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .chapter-controls {
    width: 100%;
  }
  .chapter-controls:before,
  .chapter-controls:after {
    clear: both;
    content: '';
    display: table;
  }
  .chapter-controls a {
    float: left;
  }
  .chapter-controls a + a {
    float: right;
  }
}

/* header buttons */
.btn-wrapper {
	padding: 4px;
}
a.btn-header {
  display: inline-block;
  padding: 6px 12px;
  border: 1px solid transparent;
  vertical-align: middle;
  text-align: center;
  outline: none;
  cursor: pointer;
  white-space: normal;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
/*  transition: all 0.2s ease-in-out; */
  transition: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1em;
  font-size: 18px;
  margin: 0;
  box-shadow:none;
  text-shadow:none;
}
a.btn-header_2  {
  background: #fff;
  border: 1px solid #999;
  color: #c44f71 !important;
}
a.btn-header_2:hover {
  background: #f1f1f1;
  border: 1px solid #999;
  color: #c44f71 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
a.btn-header_3  {
  background: #fff;
  border: 1px solid #999;
  color: #9ec544 !important;
}
a.btn-header_3:hover {
  background: #f1f1f1;
  border: 1px solid #999;
  color: #9ec544 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
a.btn-header_4  {
  background: #fff;
  border: 1px solid #999;
  color: #9c64ce !important;
}
a.btn-header_4:hover {
  background: #f1f1f1;
  border: 1px solid #999;
  color: #9c64ce !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
a.btn-header_5  {
  background: #fff;
  border: 1px solid #999;
  color: #4a9bcc !important;
}
a.btn-header_5:hover {
  background: #f1f1f1;
  border: 1px solid #999;
  color: #4a9bcc !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
a.btn-header_6  {
  background: #fff;
  border: 1px solid #999;
  color: #dc9c3b !important;
}
a.btn-header_6:hover {
  background: #f1f1f1;
  border: 1px solid #999;
  color: #dc9c3b !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}

/* Chapter Controls */
.chapter-controls a[rel] {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.chapter-controls a {
  display: block;
  text-decoration: none !important;
}
.chapter-controls a[title^="2"] {
  color: #c44f71 !important;
}
.chapter-controls a[title^="3"] {
  color: #9ec544 !important;
}
.chapter-controls a[title^="4"] {
  color: #9c64ce !important;
}
.chapter-controls a[title^="5"] {
  color: #4a9bcc !important;
}
.chapter-controls a[title^="6"] {
  color: #dc9c3b !important;
}
.chapter-controls a[rel="prev"]:before {
  font-family: 'FontAwesome';
  margin-right: 6px;
  content: '\f100';
  font-size: 1em;
  color: inherit;
}
.chapter-controls a[rel="next"]:after {
  font-family: 'FontAwesome';
  margin-left: 6px;
  content: '\f101';
  font-size: 1em;
  color: inherit;
}
.chapter-controls a:hover,
.chapter-controls a:focus {
  color: #26486E !important;
  text-decoration: none !important;
}

@media screen and (min-width: 768px) {
  .chapter-controls {
    width: 100%;
  }
  .chapter-controls:before,
  .chapter-controls:after {
    clear: both;
    content: '';
    display: table;
  }
  .chapter-controls a {
    float: left;
  }
  .chapter-controls a + a {
    float: right;
  }
}
