/* ======= Base ======= */
body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html, body {
  height: 100%;
}
.themecolor{
  color: #FB7222;
}
.page-wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}
.page-wrapper:after {
  content: "";
  display: block;
  height: 50px;
}
.footer {
  height: 60px;
}
.body-green .footer a:hover {
  color: #ffffff;
}
p {
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:focus {
  text-decoration: none;
}
code {
  background: #222;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  padding: 2px 8px;
  padding-top: 4px;
  display: inline-block;
}
.btn-cta {
  padding: 7px 15px;
}
.search-btn {
  height: 40px;
}
.search-btn .svg-inline--fa {
  top: 0;
  margin-right: 0;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #f0f0f0;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}
.form-control:focus {
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* ====== Header ====== */
.header {
  background: #f7f7f7;
  color: rgba(255, 255, 255, 0.85);
  border-top: 5px solid #40babd;
  padding: 30px 0;
}
.header a {
  color: #fff;
}
.header .container {
  position: relative;
}
.branding .logo a {
  text-decoration: none;
}
.branding .text-bold {
  font-weight: 800;
  color: #fff;
}
.branding .icon {
  font-size: 24px;
  color: #40babd;
}
.body-green .branding .icon {
  color: #FB7222;
}
.body-red .branding .icon {
  color: #f77b6b;
}
.search-form {
  position: relative;
}
.search-form .search-input {
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 4px;
}
.search-form .search-input:focus {
  border-color: #616670;
}
.search-form .search-btn {
  color: #797f8b;
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 0px;
  margin-right: 0;
}
.search-form .search-btn:active, .search-form .search-btn:focus, .search-form .search-btn:hover {
  outline: none !important;
  color: #31343a;
}
.top-search-box {
  position: absolute;
  right: 15px;
  top: 15px;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
@media (max-width: 575.98px) {
  .top-search-box {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
}
/* ======= Doc Styling ======= */
.doc-wrapper {
  padding: 45px 0;
  background: #f7f7f7;
}
.doc-body {
  position: relative;
}
.doc-header {
  margin-bottom: 30px;
}
.doc-header .doc-title {
  color: #40babd;
  margin-top: 0;
  font-size: 36px;
}
.body-green .doc-header .doc-title {
  color: #FB7222;
}
.doc-header .icon {
  font-size: 30px;
}
.doc-header .meta {
  color: #a2a6af;
}
.doc-section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.doc-section .section-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d6d6;
}
.doc-section h1 {
  font-size: 24px;
  font-weight: bold;
}
.doc-section h2 {
  font-size: 22px;
  font-weight: bold;
}
.doc-section h3 {
  font-size: 20px;
  font-weight: bold;
}
.doc-section h4 {
  font-size: 18px;
  font-weight: bold;
}
.doc-section h5 {
  font-size: 16px;
  font-weight: bold;
}
.doc-section h6 {
  font-size: 14px;
  font-weight: bold;
}
.section-block {
  padding-top: 15px;
  padding-bottom: 15px;
}
.section-block .block-title {
  margin-top: 0;
}
.section-block .list > li {
  margin-bottom: 10px;
}
.section-block .list ul > li {
  margin-top: 5px;
}
.code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
/* Color Schemes */
.body-green .header {
  border-color: #FB7222;
}
.body-green a {
  color: #FB7222;
}
.body-green a:hover {
  color: #000000;
}
/* Sidebar */
.doc-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}
.doc-menu {
  list-style: none;
}
.doc-menu .nav-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 15px;
  color: #616670;
}
.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
  color: #494d55;
  text-decoration: none;
  background: none;
}
.doc-menu .nav-link.current {
  font-weight: 600;
}
.body-green .doc-menu .nav-link.current {
  color: #FB7222;
  border-color: #FB7222;
}
.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}
.doc-sub-menu .nav-link {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #616670;
  padding: 0;
  padding-left: 34px;
  background: none;
}
.doc-sub-menu .nav-link:first-child {
  padding-top: 5px;
}
.doc-sub-menu .nav-link:hover {
  color: #494d55;
  text-decoration: none;
  background: none;
}
.doc-sub-menu .nav-link:focus {
  background: none;
}
.doc-sub-menu .nav-link.active {
  background: none;
  color: #40babd;
}
.body-green .doc-sub-menu .nav-link.active {
  color: #FB7222;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}
.sticky:before,
.sticky:after {
  content: '';
  display: table;
}
/* ======= Landing Page ======= */
/*  */
ul.list.hand-list {
  list-style: none;
  padding-left: 20px;
}
ul.list.hand-list li {
  position: relative;
  padding-left: 25px;
  font-weight: 600;
}
ul.list.hand-list svg {
  position: absolute;
  left: 0;
  top: 3px;
}
.sub-title{
  margin: 15px 0 20px;
}
.margin-top{
  margin-top: 15px;
}
.margin-bottom-40{
  margin-bottom: 40px;
}
.margin-bottom-15{
  margin-bottom: 15px;
}
.doc-body img{
  width: 100%;
}
ul.list.hand-list .font-weight-700{
  font-weight: 700;
}
.margin-top-10{
  margin-top: 10px;
}
nav.doc-sub-menu.nav.flex-column a{
  position: relative;
}
nav.doc-sub-menu.nav.flex-column a:before {
  content: url(../images/side-menu.png);
  position: absolute;
  left: 12px;
}
.doc-content {
  background: #fff;
  padding: 50px 50px 0;
}


ul.social {
  list-style: none;
  float: right;
  margin-bottom: 0px;
}
ul.social li {
  display: inline-block;
  font-size: 24px;
  margin-left: 5px;
}
.footer-logo{
  float: left;
  padding: 5px 0px;
}
@media only screen and (max-width: 767px){
  .doc-nav{
    position: unset;
    margin-bottom: 20px;
  }
  .doc-wrapper {
    padding: 0px 0 45px;
  }
  .doc-content {
    padding: 30px 30px 0;
  }
}