
/*!
 * The Styling below is from:
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see https://creativecommons.org/licenses/by/3.0/.
 */

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */

/* By default it's not affixed in mobile views, so undo that */
.bs-docs-sidebar.affix {
  position: static;
}
@media (min-width: 768px) {
  .bs-docs-sidebar {
    padding-left: 20px;
  }
}

/* First level of nav */
.bs-docs-sidenav {
  /*margin-top: 20px;*/
  margin-bottom: 20px;
}

/* All levels of nav */
.bs-docs-sidebar .nav > li > a {
  display: block;
  padding: 4px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
}
.bs-docs-sidebar .nav > li > a:hover,
.bs-docs-sidebar .nav > li > a:focus {
  padding-left: 19px;
  color: #800080;
  text-decoration: none;
  background-color: transparent;
  border-left: 1px solid #800080;
}
.bs-docs-sidebar .nav > .active > a,
.bs-docs-sidebar .nav > .active:hover > a,
.bs-docs-sidebar .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: bold;
  color: #800080;
  background-color: transparent;
  border-left: 2px solid #800080;
}

/* Nav: second level (shown on .active) */
.bs-docs-sidebar .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
}
.bs-docs-sidebar .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
}
.bs-docs-sidebar .nav .nav > li > a:hover,
.bs-docs-sidebar .nav .nav > li > a:focus {
  padding-left: 29px;
}
.bs-docs-sidebar .nav .nav > .active > a,
.bs-docs-sidebar .nav .nav > .active:hover > a,
.bs-docs-sidebar .nav .nav > .active:focus > a {
  padding-left: 28px;
  font-weight: 500;
}
/* Back to top (hidden on mobile) */
.back-to-top,
.bs-docs-theme-toggle {
  display: none;
  padding: 4px 10px;
  margin-top: 10px;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  color: #999;
}
.back-to-top:hover,
.bs-docs-theme-toggle:hover {
  color: #800080;
  text-decoration: none;
}
.bs-docs-theme-toggle {
  margin-top: 0;
}

@media (min-width: 768px) {
  .back-to-top,
  .bs-docs-theme-toggle {
    display: block;
  }
}

/* Show and affix the side nav when space allows it */ 
@media (min-width: 992px) { 
  .bs-docs-sidebar .nav > .active > ul {
    display: block;
  }
  /* Widen the fixed sidebar */
  .bs-docs-sidebar.affix,
  .bs-docs-sidebar.affix-bottom {
    width: 213px;
  }
  .bs-docs-sidebar.affix {
    position: fixed; /* Undo the static from mobile first approach */
    top: 20px;
  }
  .bs-docs-sidebar.affix-bottom {
    position: absolute; /* Undo the static from mobile first approach */
  }
  .bs-docs-sidebar.affix-bottom .bs-docs-sidenav,
  .bs-docs-sidebar.affix .bs-docs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  /* Widen the fixed sidebar again */
  .bs-docs-sidebar.affix-bottom,
  .bs-docs-sidebar.affix {
    width: 263px;
  }
}
/* ---- Now styles for the site ---- */

body {
  padding-top: 70px;
  overflow:scroll;
  font-family: 'Open Sans', sans-serif;
  height: 800px;
  font-weight: 200;
  font-size: 16px;
}
h1 {
  font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  text-align: center;
  margin-top: 30px; 
}

h2 {
  font-family: 'Open Sans', sans-serif;
    font-weight: 300;
  text-align: left;
  margin-top: 10px;
}

h3 {
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  margin-top: 20px;
  font-weight: 400;
}

strong {
  font-weight: 600;
}

.layout-right-content {
  width: 100%;
}

ul.list {
  list-style: disc;
  margin: 30px;
}
.warning, .note {
  padding: 0.5em 1em;
  margin: 1em;
  border-radius: 5px;
}

.warning {
  background: #fff3a5;
}

.note {
  background: #5bc0de;
  color: #fff;
}

ol li {
  margin-top: 20px;
}

nav.navbar-info {
  border-top: 4px solid #108040;
}
nav.navbar-html {
  border-top: 4px solid #3387EB;
}

nav.navbar-css {
  border-top: 4px solid #800080;
}

nav.navbar-compliance {
	border-top: 4px solid #ff8052;
}

nav.navbar-module {
  border-top: 4px solid #333;
}
pre code {
  font-size: 16px;
}

nav.no-margin-bottom {
  margin-bottom: 0;
  border-radius: 0;
}

#sidebar.affix {
    top: 60px;
}

.group, .subgroup {
    padding-top: 60px;
    margin-top: -60px;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
}

.square {
	height: 120px; 
	width: 120px;
	text-align: center;
	display: inline-block;
	margin-right: 40px;
}
.center {
	text-align: center;
}


@media (max-width: 992px) {.navbar-header {
  float: none;
}.navbar-left,.navbar-right {
  float: none !important;
}.navbar-toggle {
  display: block;
}.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}.navbar-collapse.collapse {
  display: none!important;
}.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}.navbar-nav>li {
  float: none;
}.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}
}