/* IMPORTED, PROBABLY NOT NEEDED */

.container,.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}

#autocollapse .navbar-header {
  margin-left: 0;
  margin-right: 0;
}

#autocollapse .form-control {
  width: 100%;
}

#autocollapse.collapsed .navbar-toggle {
  display: block;
}

.navbar-collapse.collapse{height:auto;padding-bottom:0;overflow:visible}

.navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin: 1px 15px 0 0;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-brand{float:left;}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-brand>img{display:block}

.article {
  margin-top: 115px;
  margin-bottom: 115px;
}

@media (min-width: 768px) {
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
}

#search {
  display: none;
}

#search-results {
  max-width: 960px !important;
  margin-top: 150px;
  margin-bottom: 115px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
  display: none;
}

/*********************************/
*,:after,:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font: 16px/135% 'Roboto', sans-serif;
  height: 100%;
  margin: 0;

  /* Default stylings & others */
  -webkit-tap-highlight-color: transparent;
}

body {
  background-color:#fff;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word
}

#wrapper {
    min-height: 100%;
    position: absolute;
    width: -webkit-fill-available;
}

/* HEADINGS */

h1 {
    font-weight: 600;
    font-size: 32px;
    color: #000;
}

h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.8;
    color: #000;
}

h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.8;
    color: #000;
}

h5 {
    font-size: 14px;
    padding: 10px 0px;
    color: #000;
    font-weight: bold;
}

article h1, article h2, article h3, article h4 {
    margin-top: 35px;
    margin-bottom: 15px;
}

article h4 {
    padding-bottom: 8px;
    border-bottom: 2px solid #ddd;
}

/* NAVBAR */

/* @media only screen and (max-width: 768px) {
  header {
    position: static;
  }
} */

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.navbar-header {
  float: left;
  padding: 10px 0 10px 13px;
  height: 60px;
}

.navbar-header>a {
  height: 100%;
}

.navbar-brand>img {
    color: #fff;
}

.navbar-brand>svg path, .navbar-brand>svg polygon {
    fill: #fff;
}

.navbar-brand>svg {
    width: 38px;
}

.navbar-brand>svg:hover path, .navbar-brand>svg:hover polygon {
    fill: #00cccc;
}

.navbar {
    position: relative;
    border: none;
    min-height: 60px;
    background-color: #222c37;
    z-index: 1000;
}

@media (max-width: 768px) {
  .navbar {
    background-color: #000000;
  }
}

.navbar-nav {
  float: right;
  margin-right: 25px;
  padding: 5px;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 1px 0 0;
  display: inline-block;
}

.navbar-nav>li>a {
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -ms-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
}

.navbar-nav>li>a.active:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    background: #00cccc;
}

.navbar .navbar-nav {
  display: inline-block;
}

.navbar-form {
  width: 250px;
  padding: 0px;
  border: none;
  margin: 0px;
}

/* Hide search on mobile devices */
@media (max-width: 768px) {
  .navbar-form>div.form-group {
    display: none;
  }
}

.search-angle {
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 60px solid white;
  position: absolute;
  margin-left: -16px;
}

@media (max-width: 768px) {
  .search-angle {
    display: none;
  }
}

.search-icon {
  position: absolute;
  width: 18px;
  right: 15px;
  top: 21px;
}

.subnav {
    min-height: 40px;
    background-color: #e6e6e6;
    z-index: 1000;
}

.breadcrumb {
    padding: 8px 0px;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li>a {
  color: #455463;
  text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-text {
    color: #fff;
    padding-bottom: 12px;
    text-decoration: none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #00cccc;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #00cccc;
    text-decoration: none;
}

.navbar-form .form-control {
  width:100%;
  height:34px;
  min-height: 60px;
  padding: 20px 50px 20px 20px;
  font-size: 15px;
  background-color:#fff;
  background-image:none;
  border: none;
}

/* SIDEBAR */
.toc {
    margin: 0px 1px 0px 0px;
}

.toc .level1>li {
    font-weight: 400;
}

.toc .nav > li > a {
    color: #455463;
    text-decoration: none;
    font-size: 14px;
    margin-left: 12px;
    display: block;
    padding: 0;
}

.toc .nav > li > a:hover {
    color: #455463;
    text-decoration: underline;
}

/*selected element in sidebar at level 2*/
ul.nav.level2>li.active.in>a.active {
    background: #222c37;
    color: #fff;
    padding: 5px 8px;
    text-decoration: none;
    font-weight: normal;
}

.toc .nav > li > .expand-stub::before {
  width: 14px;
  height: 14px;
  cursor: pointer;
  border: #19e3b1 1px solid;
  font-size: 0;
  background: #19e3b1;
  display: table;
  margin-top: 4px;
  padding: 2px 2px 2px 2px;
  text-align: center;
}

.toc .nav>li.active>.expand-stub::before, .toc .nav>li.in>.expand-stub::before, .toc .nav>li.in.active>.expand-stub::before, .toc .nav>li.filtered>.expand-stub::before {
  width: 14px;
  height: 14px;
    cursor: pointer;
    border: #19e3b1 1px solid;
    font-size: 0;
    background: #19e3b1;
    color: #fff;
    content: url(../styles/icons/minus.svg);
    display: table;
    margin-top: 4px;
  padding: 2px 2px 2px 2px;
    text-align: center;
}

.toc .nav>li>.expand-stub::before, .toc .nav>li.active>.expand-stub::before {
    width: 14px;
    height: 14px;
    cursor: pointer;
    border: #19e3b1 1px solid;
    font-size: 0;
    background: #19e3b1;
    color: #fff;
    content: url(../styles/icons/plus.svg);
    display: table;
    margin-top: 4px;
    padding: 2px 2px 2px 2px;
    text-align: center;
}

.sidefilter {
  position: fixed;
  border-left: none;
  border-right: none;
  width: 260px;
  padding: 10px;
  z-index: 1;
}

@media (max-width: 768px) {
  .sidenav {
    transition: margin 0.2s ease-out;
    margin-left: -15px;
    margin-right: -15px;
  }

  .sidenav-hidden {
    margin-left: -300px;
  }
}

.toc-filter {
    padding: 10px;
    margin: 0;
}

.toc-filter>input {
    border: 2px solid #ddd;
    border-radius: 20px;
    padding-right: 25px;
}

.toc-filter>.filter-icon {
    display: none;
}

.toc-filter > .clear-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  cursor: pointer;
}

.sidetoc>.toc {
    background-color: #fff;
    overflow-x: hidden;
    margin-top: 60px;
}

.sidetoc {
  position: fixed;
  width: 260px;
  top: 100px;
  bottom: 0;
  padding-right: 8px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  z-index: 1;
}

.sidetoc-separator {
  position: fixed;
  margin-left: 260px;
  width: 8px;
  background-color: #A7DBDB;
  height: 200%;
  top: -200px;
  z-index: 1;
}

@media (max-width: 768px) {
  .sidetoc {
    padding-left: 15px;
    width: 275px;
    -moz-box-shadow: 8px 0 8px 1px rgba(30,30,30, 0.5);
    -webkit-box-shadow: 8px 0 8px 1px rgba(30,30,30, 0.5);
    box-shadow: 8px 0 8px 1px rgba(30,30,30, 0.5);
  }

  .sidetoc-separator {
    margin-left: 275px;
  }
}

.footer {
    padding: 7px 7px;
}
.footer .info {
    font-size: 10px;
    margin: 0;
}

.pull-right {
    margin-top: 2px;
}

/* ALERTS */

.alert {
    padding: 0px 0px 5px 0px;
    color: inherit;
    background-color: inherit;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(100, 100, 100, 0.4);
}

.alert>p {
    margin-bottom: 0;
    padding: 5px 10px;
}

.alert>ul {
    margin-bottom: 0;
    padding: 5px 40px;
}

.alert>h5 {
    padding: 10px 15px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
}

.alert-info>h5 {
    color: #1976d2;
    border-bottom: 4px solid #1976d2;
    background-color: #e3f2fd;
}

/*custom tip alert*/
.alert-tip>h5 {
    color: #d54473;
    border-bottom: 4px solid #d54473;
    background-color: #ffdfe9;
    content: "\e162";
}

.alert-tip h5:before {
    content: "\e162";
}

.alert-warning>h5 {
    color: #f57f17;
    border-bottom: 4px solid #f57f17;
    background-color: #fff3e0;
}

.alert-danger>h5 {
    color: #d32f2f;
    border-bottom: 4px solid #d32f2f;
    background-color: #ffebee;
}

.toc .nav>li.active>a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.toc .nav>li.active>a:hover {
    color: #000;
    text-decoration: underline;
}

.toc .nav>li.active>a:focus {
    color: #000;
    text-decoration: underline;
}

button, a {
    color: #d54473;
    cursor: pointer;
    text-decoration: underline;
}

button:hover, button:focus, a:hover, a:focus {
    color: #d54473;
    text-decoration: none;
}

.affix>ul>li.active>a, .affix>ul>li.active>a:before {
    color: #d54473;
    font-weight: bold;
}

.affix ul>li.active>a, .affix ul>li.active>a:before {
    color: #d54473;
}

.affix ul > li > a {
  padding: 5px 12px;
  color: #666666;
  text-decoration: none;
}

/* CODE HIGHLIGHT */

pre {
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    padding: 20px;
    margin: 0 0 30px 0;
    border: #ddd 1px solid;
    background: #fff;
    font-size: 0.9375em;
    color: #455463;
    overflow: auto;
    border-radius: 0px;
}

.container {
    width: 100%;
}
