.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.help-container table th,
.help-container table td {
  border: 1px solid #ddd;
  padding: 20px 10px;
}

.help-container table {
  margin-bottom: 45px;
  margin-top: 15px;
}

.help-container thead tr {
  background-color: #F8F8F8;
}


h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-family: 'Open Sans', helvetica, Arial, sans-serif;
}

body {
  overflow-x: hidden;
}

a {
  color: #428BCA;
}

hr {
  margin-bottom: 25px;
}

body {
  font-family: 'Open Sans', helvetica, Arial, sans-serif;
}

p {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin: 8px 0;
}

.help-content img {
  max-width: 100%;
  border: 1px solid #ddd;
  margin: 10px 0;
}

.header-title {
  color: #fff;
  font-size: 18px;
  float: left;
  margin: 17px 0;
  padding: 0 17px;
  border-left: 1px solid #fff;
}

blockquote > p {
  margin-top: 0;
}

.navbar {
  min-height: 60px;
  background: #2E8FD9;
  font-size: 16px;
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  .ze-top-nav .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .header-title {
    display: none;
  }
}

.help-container {

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.help-sidebar {
  top: 60px;
  left: 0;
  bottom: 0;
  min-width: 184px;
  width: 22%;
  overflow: auto;
  padding: 30px 0;
  border-right: 1px solid #ededed;
  background: #fff;
  z-index: 1;
  float: left;
  min-height: 100%;
  position: fixed;
}

.help-sidebar > .nav-stacked {
  width: 185px;
  float: right;
  margin-bottom: 320px;
}

.sidebar-toggler {
  background: transparent;
  display: none;
  float: left;
  margin: 0;
  padding: 21px;
}

.sidebar-close {
  padding: 14px;
  width: 100%;
  background: #ededed;
  font-size: 18px;
  margin-bottom: 20px;
  color: #666;
  display: none;
  cursor: pointer;
}

.icon-close {
  font-size: 22px;
  margin-right: 8px;
  color: #888;
}

.icon-home {
  background: url(/books/help/images/common/help-doc-sprites.png) no-repeat -3px -44px;
  width: 24px;
  height: 22px;
}

.line-arrow {
  width: 6px;
  height: 6px;
  border-color: #ccc;
  display: inline-block;
  float: right;
  margin-top: 5px;
  border-top: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
  transition: all 100ms linear;

  margin-right: 15px;
  margin-top: 17px;
  position: relative;
  z-index: 1;
  visibility: hidden;
}

#single-menu.active .line-arrow, .nested-menu .line-arrow {
  visibility: visible;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ccc;
  margin-top: 4px;
}
.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  margin-top: 4px;
  border-left: 5px solid #ccc;
}

.line-arrow.right {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.line-arrow.down {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.help-content {
  max-width: 1280px;
  padding: 60px 30px 50px 25%;
  opacity: 0;
  transition: opacity 350ms ease;
  min-height: 100vh;
}

.help-content.show {
  opacity: 1;
}

.help-footer {
  background: #fafafa;
  padding: 65px;
  position: relative;
  z-index: 1;
}

.support-img {
  margin-top: 50px;
}

.footer-header {
  font-size: 23px;
}

.footer-section {
  margin-top: 30px;
  color: #666;
}

.footer-section b {
  font-weight: 600;
  margin-right: 10px;
}

.help-main-menu.nav-pills li > a:hover,
.help-main-menu.nav-pills li.active>a,
.help-main-menu.nav-pills li.active>a:hover {
  background: #fefefe;
  color: #444;
}

.nav>li>a:focus, .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background: #fefefe;
}

.help-content ul {
  margin-top: 20px;
}

.help-content li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 20px;
  padding-top: 15px;
  color: #666;
}


/* Scroll Top */
.scroll-top {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 2;
  margin-top: -35px;
  padding: 5px;
  background-color: #9a9a9a;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.scroll-top .bg-img{
  background: url(/books/welcome-guide/images/wg-sprite.png) no-repeat 0 -455px;
	width: 22px;
	height: 25px;
  margin: 5px;
}

.scroll-top:hover {
  background-color: #444;
  box-shadow: #e5e5e5 0 0 6px 3px;
}

.scroll-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.scroll-hidden {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.2s, opacity 0.2s linear;
}


/*** Custom search element ***/
.scroll-searchband {
    display:none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
}
.searchband {
  width: 100%;
  background-color: #f6f6f6;
  border-bottom: 1px solid #DDD;
  padding: 0;
  height: 75px;
  z-index: 100;
}

.searchband input.gsc-input {
    padding: 6px 10px;
    height: 35px;
}
.searchband input.gsc-search-button {
    padding: 8px 20px;
    height: auto;
    color: #fff;
}

.searchband table td {
  border: none;
  padding: 0;
}

.searchband h3 {
    color: #888893;
    font-weight: 400;
    font-size: 20px;
}
.search-box {
  overflow: auto;
}

/*** Clear btn for search input box ***/
.gsc-clear-button {
    display: none;
}
/*** Summary of the results **/

.gsc-above-wrapper-area {
    display: none;
}

.gsc-resultsHeader {
        display: none;
}
.gsc-resultsRoot {

}
.gs-image-box .gs-image {
  margin: 25px 0 0 -3px;
}
/*** Web and Images tab ***/
.gsc-tabsArea {
    display: none;
}

.searchband .s-head {
        margin: 0;
        padding: 5px 0 0;
}
.searchband .container-fluid {
        padding-top: 20px;
}

.help-container .gsc-control-cse td {
        padding: 0;
        border: none;
}

.help-container .gsc-table-result {
        margin: 0;
}
.gsc-input input.gsc-input {
 background: none repeat scroll 0% 0% white !important;
}
.menu-icon {
    display: none;
    height: 20px;
    cursor: pointer;
}

@media (max-width: 993px) {
  .searchband .container-fluid {
          padding-top: 5px;
          text-align: left;
  }
}


@media (max-width: 768px) {
  .sidebar-toggler {
    display: block;
    transition: left 200ms linear;
    z-index: 2;
  }
  .menu-icon {
    display: block;
  }
  .searchband {
    padding: 15px;
  }
  #search-head {
    display: none;
  }

  .sidebar-close {
    display: block;
  }

  .help-sidebar {
    border-right: 1px solid #ccc;
    left: -185px;
    transition: left 200ms linear;
    z-index: 1030;
    padding-top: 0;
    top: 0;
    position: fixed;
  }

  .help-content {
    padding-left: 30px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .help-container.open .help-sidebar {
    left: 0;
  }

  .help-container.open .sidebar-toggler {
    left: 184px;
  }
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
  color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.searchband .navbar-toggle .icon-bar {
  background-color: #C5C5C5;
}
.searchband .navbar-toggle, .searchband .navbar-toggle:hover, .searchband .navbar-toggle:focus {
  border-color: #F6F6F6;
  background-color: #F6F6F6;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .searchband .gsc-search-button {
  border-color: #2E8FD9;
  background-color: #2E8FD9;
}

.nested-menu .sub-menu {
  margin-left: 15px;
  display: none;
}

.nested-menu.open .sub-menu {
  display: block;
}

.help-container .help-content *[id]:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 95px;
  visibility: hidden;
}
