/*
 * jquery.tocify.css 1.9.0
 * Author: @gregfranko
 */


/* The Table of Contents container element */

.tocify {
  margin-left: 20px;
  background-color: #ffffff;
  border: 1px solid #BDCDE6;
  padding: 14px;
  width: 259px;
  font-size: 13px !important;
}
.fixedSidebar {
  top: 82px;
  position: fixed;
}

/* The Table of Contents is composed of multiple nested unordered lists.  These styles remove the default styling of an unordered list because it is ugly. */

.tocify ul, .tocify li {
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
  line-height: 30px;
}

/* Top level header elements */

.tocify-header {
  /* text-indent: 10px; */
}

/* Top level subheader elements.  These are the first nested items underneath a header element. */

.nav-list > li > a {
  border-top: 1px solid #ECECEC;
  padding: 7px 15px 6px 15px;
  line-height: 23px;
}
.quickNavMenu > ul:first-of-type a {
  border-top: 0px;
  padding: 17px 15px 6px 15px;
}
.tocify-subheader > li > a {
  border-top: 1px solid #ECECEC !important;
  padding: 7px 15px 6px 25px !important;
  line-height: 23px !important;
}
.tocify-subheader {
  text-indent: 20px;
  display: none;
}
.tocify-subheader a {
  text-indent: 0px !important;
  line-height: 2em !important;
  padding: 5px 5px 5px 25px !important;
}

/* Makes the font smaller for all subheader elements. */

.tocify-subheader li {
  font-size: 12px;
}

/* Further indents second level subheader elements. */

.tocify-subheader .tocify-subheader {
  text-indent: 30px;
}

/* Further indents third level subheader elements. You can continue this pattern if you have more nested elements. */

.tocify-subheader .tocify-subheader .tocify-subheader {
  text-indent: 40px;
}

/* Twitter Bootstrap Override Style */

.nav-list > li > a, .nav-list .nav-header {
  margin: 0px !important;
}

/* Twitter Bootstrap Override Style */
