.docs {
  background-color: #f9f9fc !important;
}
.view-article .docs {
  background-color: #fff !important;
}
.docs .article-content {
  line-height: 1.5;
}
@media (max-width: 991px) {
  .docs h1 {
    margin-top: 0;
  }
}
.docs h3 {
  margin-top: 52px;
  margin-bottom: 26px;
}
.docs h4 {
  margin-top: 26px;
  margin-bottom: 26px;
}
.docs section {
  padding-top: 78px;
  margin-top: 78px;
  border-top: 1px solid #f2f2f7;
  border-bottom: 0;
}
.docs section:first-child {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}
@media (min-width: 992px) {
  .docs section {
    padding-right: 52px;
  }
}
.docs .page-header {
  padding: 0;
  margin: 0 0 52px;
  border: 0;
}
.docs .bs-callout {
  padding: 26px;
  border-left: 5px solid #DFB5B4;
  margin: 10px 0;
}
.docs .bs-callout.bs-callout-danger {
  border-color: #DFB5B4;
  background-color: #FCF2F2;
}
.docs .bs-callout.bs-callout-info {
  background-color: #F0F7FD;
  border-color: #D0E3F0;
}
.docs p {
  margin-top: 26px;
  margin-bottom: 26px;
}
.docs .lead {
  max-width: 992px;
}
@media (max-width: 991px) {
  .docs .lead {
    margin-bottom: 0;
  }
}
.doc-container .docs-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .doc-container .docs-sidebar {
    display: block;
  }
}
@media (max-width: 992px) {
  .doc-container > .col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .doc-container > .col-xs-12 {
    float: left;
    width: 100%;
  }
}
.doc-container .thumbnails-list {
  padding: 0px;
  clear: both;
  float: left;
  list-style: none outside none;
  margin: 0 0 40px;
  padding: 0;
  width: 100%;
}
.doc-container .thumbnails-list li a {
  border: 1px solid #D9DBDD;
  border-radius: 3px;
  display: block;
  height: 200px;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.doc-container .thumbnails-list a {
  cursor: pointer;
}
.doc-container .thumbnails-list a p {
  background: #9EA1A6;
  bottom: 10px;
  color: #FFFFFF;
  left: 0;
  padding: 5px 10px;
  position: absolute;
}
.doc-container .thumbnails-list .full {
  float: none;
  margin-bottom: 3px;
  padding: 0;
  width: 100%;
}
.doc-container .thumbnails-list .full a:hover {
  text-decoration: none;
}
.doc-container .thumbnails-list .full a {
  height: 350px;
}
.doc-container .thumbnails-list .full p {
  background: #E7E8E9;
  border-top: 1px solid #F4F5F5;
  bottom: 0;
  color: #686A6F;
  font-weight: bold;
  margin-bottom: 0;
  padding: 8px 0;
  text-align: center;
  width: 100%;
}
.doc-container .thumbnails-list .modal-content {
  width: 900px;
  height: 430px;
  margin-top: 30px;
  overflow-x: hidden;
}
.doc-container .thumbnails-list .modal-body {
  padding: 0;
}
.doc-container .thumbnails-list .modal-body p {
  margin: 0;
}
.doc-container .checkbox-list {
  list-style: none;
  padding-left: 0px;
}
.doc-container .checkbox-list li {
  margin-bottom: 5px;
}
.doc-container .checkbox-list li i {
  color: #669900;
  margin-right: 7px;
}
.docs-sidebar {
  padding-left: 26px;
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .docs-sidebar {
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .docs-sidebar {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .docs-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.docs-sidebar ul > li > ul {
  display: none;
}
.docs-sidebar ul > li.active > ul {
  display: block;
}
.docs-sidebar .nav-list {
  padding: 0;
  margin: 0;
  width: 100%;
}
.docs-sidebar .nav-list:before {
  display: block;
  content: "Doc Navigation";
  background: #34c759;
  color: #ffffff;
  padding: 10px 15px;
  margin-bottom: 1px;
  text-align: center;
}
@media (max-width: 991px) {
  .docs-sidebar .nav-list.affix {
    position: relative;
  }
}
.docs-sidebar .nav-list.affix-bottom {
  position: relative;
}
@media screen and (max-width: 991px) {
  .docs-sidebar .nav-list.affix-bottom {
    top: auto !important;
  }
}
.docs-sidebar .nav-list ul {
  padding: 0 0 0 20px;
}
.docs-sidebar .nav-list li {
  position: relative;
  list-style: none outside none;
  white-space: nowrap;
}
.docs-sidebar .nav-list > li {
  margin-bottom: 1px;
  background: #f9f9fc;
}
.docs-sidebar .nav-list > li a {
  border: 0;
  border-left: 5px solid #f2f2f7;
  color: #1c1c1e;
  background: none;
  display: block;
  padding: 10px 15px;
  position: relative;
}
.docs-sidebar .nav-list > li a:hover,
.docs-sidebar .nav-list > li a:active,
.docs-sidebar .nav-list > li a:focus {
  border-left-color: #3a3a3c;
}
.docs-sidebar .nav-list li.active > a {
  border-left-color: #007aff;
}
.docs-sidebar .nav-list .docs-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  
  background: #f2f2f7;
}
.docs-sidebar.affix-button {
  top: auto;
  bottom: 0px;
}
@media (min-width: 992px) {
  .docs-sidebar .nav-list.affix {
    top: 84px;
    width: 235px;
  }
}
@media (min-width: 1200px) {
  .docs-sidebar .nav-list.affix {
    width: 285px;
  }
}
@media (min-width: 1600px) {
  .docs-sidebar .nav-list.affix {
    width: 315px;
  }
}
.docs-section {
  margin-bottom: 52px;
}
.docs-section .page-header {
  margin-bottom: 26px;
}
.docs-section .page-header h1 {
  font-size: 48px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 26px 0;
}
.example-colors .swatch-item {
  width: 100%;
  min-height: 100px;
  position: relative;
  background: #636366;
  color: #fff;
  margin-bottom: 26px;
}
.example-colors .swatch-item dl {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  margin: 0;
}
.example-colors .color-brand-primary {
  background: #007aff;
}
.example-colors .color-brand-secondary {
  background: #34c759;
}
.example-colors .color-brand-success {
  background: #34c759;
}
.example-colors .color-brand-danger {
  background: #ff3b30;
}
.example-colors .color-brand-warning {
  background: #ff9500;
}
.example-colors .color-brand-info {
  background: #17a2b8;
}
.example-colors .color-gray-darker {
  background: #3a3a3c;
}
.example-colors .color-gray-dark {
  background: #636366;
}
.example-colors .color-gray {
  background: #8e8e93;
}
.example-colors .color-gray-light {
  background: #d1d1d6;
  color: #636366;
}
.example-colors .color-gray-lighter {
  background: #f2f2f7;
  color: #636366;
}
.example-colors .color-gray-lightest {
  background: #f9f9fc;
  color: #636366;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  width: 100%;
  margin-bottom: 26px;
}
.docs-list {
  padding: 0;
  margin: 0 0 26px 0;
}
.docs-list li {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #dddddd;
}
.docs-list li:first-child {
  border-top: 1px solid #dddddd;
}
.docs-list li a {
  color: #007aff;
  margin: 0 0 0 10px;
  font-weight: bold;
}
.docs-list li a:hover,
.docs-list li a:focus {
  color: #0062cc;
  text-decoration: none;
}
.docs-section {
  margin-bottom: 40px;
}
.docs-section .page-header {
  margin-bottom: 20px;
}
.docs-section .page-header h1 {
  font-size: 42px;
}
.example-type h1,
.example-type h2,
.example-type h3,
.example-type h4,
.example-type h5,
.example-type h6 {
  margin: 20px 0;
}
.example-colors .swatch-item {
  background: #444;
  color: #fff;
  margin-bottom: 20px;
  min-height: 100px;
  position: relative;
  width: 100%;
}
.example-colors .swatch-item dl {
  bottom: 0;
  margin: 0;
  position: absolute;
  padding: 20px;
  width: 100%;
}
.example-colors .color-brand-primary {
  background: #07b;
}
.example-colors .color-brand-secondary {
  background: #3e9b52;
}
.example-colors .color-brand-success {
  background: #3e9b52;
}
.example-colors .color-brand-danger {
  background: #c00;
}
.example-colors .color-brand-warning {
  background: #f80;
}
.example-colors .color-brand-info {
  background: #09c;
}
.example-colors .color-gray-darker {
  background: #222;
}
.example-colors .color-gray-dark {
  background: #444;
}
.example-colors .color-gray {
  background: #666;
}
.example-colors .color-gray-light {
  background: #999;
  color: #444;
}
.example-colors .color-gray-lighter {
  background: #eee;
  color: #444;
}
.example-colors .color-gray-lightest {
  background: #f7f7f7;
  color: #444;
}
.example-buttons .btn,
.example-inputs .btn,
.example-buttons .form-control,
.example-inputs .form-control {
  margin-bottom: 20px;
  width: 100%;
}
article .doc-container img,
.article-intro .doc-container img {
  border: 1px solid #ddd;
  border-radius: 3px;
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.jadoc-content {
  padding-right: 52px;
}
.jadoc-content ol li {
  padding: 6.5px 0;
}
@media (max-width: 991px) {
  .jadoc-content {
    padding-right: 0;
  }
}
.jadoc-content img {
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
}
h1.jadoc-content-title {
  font-size: 34px;
}
h2.jadoc-content-title {
  font-size: 28px;
}
.jadoc-sidebar {
  background-color: #f8f8fb;
  padding: 60px 13px 26px;
  float: none;
}
@media screen and (max-width: 992px) {
  .jadoc-sidebar {
    max-height: unset !important;
  }
}
@media screen and (min-width: 992px) {
  .jadoc-sidebar {
    float: right;
  }
}
.jadoc-sidebar .jadoc-sidebar-title {
  background-color: #34c759;
  color: #ffffff;
  margin: 0;
  padding: 13px 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.jadoc-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.jadoc-sidebar ul li a.jadoc-link {
  color: #1c1c1e;
  padding: 8.66666667px 13px;
}
.jadoc-sidebar ul li a.jadoc-link:hover,
.jadoc-sidebar ul li a.jadoc-link:focus,
.jadoc-sidebar ul li a.jadoc-link:active {
  background-color: #ffffff;
  color: #007aff;
  text-decoration: none;
}
.jadoc-sidebar ul li a.jadoc-link:before {
  content: "\f104";
  display: inline-block;
  font-weight: 400;
  font-family: FontAwesome;
  margin-right: 8.66666667px;
}
.jadoc-sidebar ul li.current a.jadoc-link {
  color: #007aff;
}
.jadoc-sidebar ul ul {
  padding-left: 26px;
  position: relative;
}
.jadoc-sidebar ul ul:before {
  background-color: #e2e2ed;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 24px;
  width: 1px;
}
.jadoc-sidebar ul ul li a {
  color: #1c1c1e;
  display: block;
  padding: 8.66666667px 13px;
  position: relative;
  outline: none;
}
.jadoc-sidebar ul ul li a:hover {
  color: #0055b3;
  text-decoration: none;
}
.jadoc-sidebar ul ul li a:focus,
.jadoc-sidebar ul ul li a:active {
  color: unset;
  text-decoration: none;
}
.jadoc-sidebar ul ul li a.active {
  color: #007aff;
}
.jadoc-sidebar ul ul li.level-2 {
  padding-left: 13px;
}
.jadoc-sidebar ul ul li.level-2 a {
  font-size: 14px;
  line-height: 1.4;
}
.jadoc-sidebar ul ul li.active-point {
  background: #007aff;
  border: 3px solid #80bcff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  left: 19px;
  top: 14px;
  width: 12px;
  transition: top 0.25s ease-out;
}
.jadoc-sidebar ul ul li.progress-bar {
  background-color: #007aff;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 0;
  left: 24px;
  width: 1px;
  transition: height 0.25s ease-out;
}