/*   
 * Template Name: PrettyDocs - Responsive Website Template for documentations
 * Version: 1.0
 * Author: Xiaoying Riley
 * License: Creative Commons Attribution 3.0 License - https://creativecommons.org/licenses/by/3.0/
 * Twitter: @3rdwave_themes
 * Website: http://themes.3rdwavemedia.com/
*/
code.literal,
.admonition cite {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.admonition cite {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
code.literal {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
/* Theme default */
/* ======= 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%;
}
.page-wrapper {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}
.page-wrapper:after {
  content: "";
  display: block;
  height: 50px;
}
.footer {
  height: 50px;
}
p {
  line-height: 1.5;
}
a {
  color: #3aa7aa;
  transition: all 0.4s ease-in-out;
  -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,
.admonition cite {
  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,
a.btn {
  transition: all 0.4s ease-in-out;
  -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;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5;
}
.btn .fa,
a.btn .fa {
  margin-right: 5px;
}
.btn-primary,
a.btn-primary {
  background: #40babd;
  border: 1px solid #40babd;
  color: #fff !important;
}
.btn-primary:hover,
a.btn-primary:hover,
.btn-primary:focus,
a.btn-primary:focus,
.btn-primary:active,
a.btn-primary:active,
.btn-primary.active,
a.btn-primary.active,
.btn-primary.hover,
a.btn-primary.hover {
  background: #3aa7aa;
  color: #fff !important;
  border: 1px solid #3aa7aa;
}
.btn-green,
a.btn-green {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff !important;
}
.btn-green:hover,
a.btn-green:hover,
.btn-green:focus,
a.btn-green:focus,
.btn-green:active,
a.btn-green:active,
.btn-green.active,
a.btn-green.active,
.btn-green.hover,
a.btn-green.hover {
  background: #63b971;
  color: #fff !important;
  border: 1px solid #63b971;
}
.body-green .btn-green,
.body-green a.btn-green {
  color: #fff !important;
}
.body-green .btn-green:hover,
.body-green a.btn-green:hover,
.body-green .btn-green:focus,
.body-green a.btn-green:focus,
.body-green .btn-green:active,
.body-green a.btn-green:active,
.body-green .btn-green.active,
.body-green a.btn-green.active,
.body-green .btn-green.hover,
.body-green a.btn-green.hover {
  color: #fff !important;
}
.btn-blue,
a.btn-blue {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff !important;
}
.btn-blue:hover,
a.btn-blue:hover,
.btn-blue:focus,
a.btn-blue:focus,
.btn-blue:active,
a.btn-blue:active,
.btn-blue.active,
a.btn-blue.active,
.btn-blue.hover,
a.btn-blue.hover {
  background: #41b2ec;
  color: #fff !important;
  border: 1px solid #41b2ec;
}
.btn-orange,
a.btn-orange {
  background: #F88C30;
  border: 1px solid #F88C30;
  color: #fff !important;
}
.btn-orange:hover,
a.btn-orange:hover,
.btn-orange:focus,
a.btn-orange:focus,
.btn-orange:active,
a.btn-orange:active,
.btn-orange.active,
a.btn-orange.active,
.btn-orange.hover,
a.btn-orange.hover {
  background: #f77e17;
  color: #fff !important;
  border: 1px solid #f77e17;
}
.btn-red,
a.btn-red {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff !important;
}
.btn-red:hover,
a.btn-red:hover,
.btn-red:focus,
a.btn-red:focus,
.btn-red:active,
a.btn-red:active,
.btn-red.active,
a.btn-red.active,
.btn-red.hover,
a.btn-red.hover {
  background: #f66553;
  color: #fff !important;
  border: 1px solid #f66553;
}
.btn-pink,
a.btn-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff !important;
}
.btn-pink:hover,
a.btn-pink:hover,
.btn-pink:focus,
a.btn-pink:focus,
.btn-pink:active,
a.btn-pink:active,
.btn-pink.active,
a.btn-pink.active,
.btn-pink.hover,
a.btn-pink.hover {
  background: #e73c87;
  color: #fff !important;
  border: 1px solid #e73c87;
}
.btn-purple,
a.btn-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff !important;
}
.btn-purple:hover,
a.btn-purple:hover,
.btn-purple:focus,
a.btn-purple:focus,
.btn-purple:active,
a.btn-purple:active,
.btn-purple.active,
a.btn-purple.active,
.btn-purple.hover,
a.btn-purple.hover {
  background: #7b3995;
  color: #fff !important;
  border: 1px solid #7b3995;
}
.btn-cta {
  padding: 7px 15px;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #f0f0f0;
}
.form-control::-moz-placeholder {
  color: #afb3bb;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #afb3bb;
}
.form-control::-webkit-input-placeholder {
  color: #afb3bb;
}
.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;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
#topcontrol {
  background: #40babd;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 35px;
  height: 35px;
  border: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  transition: all 0.4s ease-in-out;
  -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;
  z-index: 30;
}
#topcontrol:hover {
  background: #52c2c4;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
}
.video-container iframe {
  max-width: 100%;
}
/* ====== Header ====== */
.header {
  background: #494d55;
  color: rgba(255, 255, 255, 0.85);
  border-top: 5px solid #40babd;
  padding: 30px 0;
}
.header a {
  color: #fff;
}
.branding {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.branding .logo {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0;
}
.branding .logo a {
  text-decoration: none;
}
.branding .text-highlight {
  color: #40babd;
}
.body-green .branding .text-highlight {
  color: #75c181;
}
.body-blue .branding .text-highlight {
  color: #58bbee;
}
.body-orange .branding .text-highlight {
  color: #F88C30;
}
.body-red .branding .text-highlight {
  color: #f77b6b;
}
.body-pink .branding .text-highlight {
  color: #EA5395;
}
.body-purple .branding .text-highlight {
  color: #8A40A7;
}
.branding .text-bold {
  font-weight: 800;
  color: #fff;
}
.branding .icon {
  font-size: 24px;
  color: #40babd;
}
.body-green .branding .icon {
  color: #75c181;
}
.body-blue .branding .icon {
  color: #58bbee;
}
.body-orange .branding .icon {
  color: #F88C30;
}
.body-red .branding .icon {
  color: #f77b6b;
}
.body-pink .branding .icon {
  color: #EA5395;
}
.body-purple .branding .icon {
  color: #8A40A7;
}
.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb li {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb li a:hover {
  color: #fff;
}
.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.4);
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
/* ======= Doc Styling ======= */
.doc-wrapper {
  padding: 45px 0;
  background: #f9f9fb;
}
.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: #75c181;
}
.body-blue .doc-header .doc-title {
  color: #58bbee;
}
.body-orange .doc-header .doc-title {
  color: #F88C30;
}
.body-red .doc-header .doc-title {
  color: #f77b6b;
}
.body-pink .doc-header .doc-title {
  color: #EA5395;
}
.body-purple .doc-header .doc-title {
  color: #8A40A7;
}
.doc-header .icon {
  font-size: 30px;
}
.doc-header .meta {
  color: #a2a6af;
}
.doc-content {
  margin-left: 230px;
}
.doc-section,
.section {
  padding-top: 15px;
  padding-bottom: 15px;
}
.doc-section .section-title,
.section h1 {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #d7d7d7;
}
.doc-section h1 {
  font-size: 24px;
  font-weight: bold;
}
.doc-section h2 {
  font-size: 22px;
  font-weight: bold;
}
.doc-section h3,
.section h2 {
  font-size: 20px;
  font-weight: bold;
}
.doc-section h4,
.section h3 {
  font-size: 18px;
  font-weight: bold;
}
.doc-section h5,
.section h4 {
  font-size: 16px;
  font-weight: bold;
}
.doc-section h6,
.section h5 {
  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;
}
.question {
  font-weight: 400 !important;
  color: #3aa7aa;
}
.question .body-green {
  color: #63b971;
}
.body-blue .question {
  color: #41b2ec;
}
.body-orange .question {
  color: #f77e17;
}
.body-pink .question {
  color: #e73c87;
}
.body-purple .question {
  color: #7b3995;
}
.question .fa {
  filter: alpha(opacity=60);
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.question .label {
  font-size: 11px;
  vertical-align: middle;
}
.answer {
  color: #616670;
}
.code-block {
  margin-top: 30px;
  margin-bottom: 30px;
}
.callout-block {
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
}
.callout-block a {
  color: rgba(0, 0, 0, 0.55) !important;
}
.callout-block a:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.callout-block .icon-holder {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.25);
}
.callout-block .content {
  margin-left: 60px;
}
.callout-block .content p:last-child {
  margin-bottom: 0;
}
.callout-block .callout-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
}
.callout-info {
  background: #58bbee;
  color: #fff;
}
.callout-success {
  background: #75c181;
  color: #fff;
}
.callout-warning {
  background: #F88C30;
  color: #fff;
}
.callout-danger {
  background: #f77b6b;
  color: #fff;
}
.table > thead > tr > th {
  border-bottom-color: #8bd6d8;
}
.body-green .table > thead > tr > th {
  border-bottom-color: #bbe1c1;
}
.body-blue .table > thead > tr > th {
  border-bottom-color: #b5e1f7;
}
.body-orange .table > thead > tr > th {
  border-bottom-color: #fbc393;
}
.body-pink .table > thead > tr > th {
  border-bottom-color: #f5aecd;
}
.body-purple .table > thead > tr > th {
  border-bottom-color: #b87fce;
}
.table-bordered > thead > tr > th {
  border-bottom-color: inherit;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}
.screenshot-holder {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}
.screenshot-holder img {
  border: 1px solid #f0f0f0;
}
.screenshot-holder .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}
.screenshot-holder .mask .icon {
  color: #fff;
  font-size: 42px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -21px;
}
.screenshot-holder:hover .mask {
  visibility: visible;
}
.jumbotron h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}
.author-profile {
  margin-top: 30px;
}
.author-profile img {
  width: 100px;
  height: 100px;
}
.speech-bubble {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
.speech-bubble .speech-title {
  font-size: 16px;
}
.jumbotron .speech-bubble p {
  font-size: 14px;
  font-weight: normal;
  color: #616670;
}
.speech-bubble:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.card {
  text-align: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 30px;
  position: relative;
}
.card .card-block {
  padding: 15px;
}
.card .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}
.card .mask .icon {
  color: #fff;
  font-size: 42px;
  margin-top: 25%;
}
.card:hover .mask {
  visibility: visible;
}
/* Color Schemes */
.body-green .header {
  border-color: #75c181;
}
.body-green a {
  color: #75c181;
}
.body-green a:hover {
  color: #52b161;
}
.body-blue .header {
  border-color: #58bbee;
}
.body-blue a {
  color: #58bbee;
}
.body-blue a:hover {
  color: #2aa8e9;
}
.body-orange .header {
  border-color: #F88C30;
}
.body-orange a {
  color: #F88C30;
}
.body-orange a:hover {
  color: #ed7108;
}
.body-pink .header {
  border-color: #EA5395;
}
.body-pink a {
  color: #EA5395;
}
.body-pink a:hover {
  color: #e42679;
}
.body-purple .header {
  border-color: #8A40A7;
}
.body-purple a {
  color: #8A40A7;
}
.body-purple a:hover {
  color: #6c3282;
}
.body-red .header {
  border-color: #f77b6b;
}
.body-red a {
  color: #f77b6b;
}
.body-red a:hover {
  color: #f4503b;
}
/* Sidebar */
.doc-sidebar {
  width: 200px;
}
.doc-menu {
  list-style: none;
  padding-left: 0;
}
.doc-menu > li {
  margin-bottom: 5px;
}
.doc-menu > li > a {
  display: block;
  padding: 5px 15px;
  border-left: 4px solid transparent;
  color: #616670;
}
.doc-menu > li > a:hover,
.doc-menu > li > a:focus {
  color: #40babd;
  text-decoration: none;
  background: none;
}
.body-green .doc-menu > li > a:hover,
.body-green .doc-menu > li > a:focus {
  color: #75c181;
}
.body-blue .doc-menu > li > a:hover,
.body-blue .doc-menu > li > a:focus {
  color: #58bbee;
}
.body-orange .doc-menu > li > a:hover,
.body-orange .doc-menu > li > a:focus {
  color: #F88C30;
}
.body-red .doc-menu > li > a:hover,
.body-red .doc-menu > li > a:focus {
  color: #f77b6b;
}
.body-pink .doc-menu > li > a:hover,
.body-pink .doc-menu > li > a:focus {
  color: #EA5395;
}
.body-purple .doc-menu > li > a:hover,
.body-purple .doc-menu > li > a:focus {
  color: #8A40A7;
}
.doc-menu > li.active > a {
  background: none;
  border-left: 4px solid #40babd;
  color: #40babd;
  font-weight: 600;
}
.body-green .doc-menu > li.active > a {
  color: #75c181;
  border-color: #75c181;
}
.body-blue .doc-menu > li.active > a {
  color: #58bbee;
  border-color: #58bbee;
}
.body-orange .doc-menu > li.active > a {
  color: #F88C30;
  border-color: #F88C30;
}
.body-red .doc-menu > li.active > a {
  color: #f77b6b;
  border-color: #f77b6b;
}
.body-pink .doc-menu > li.active > a {
  color: #EA5395;
  border-color: #EA5395;
}
.body-purple .doc-menu > li.active > a {
  color: #8A40A7;
  border-color: #8A40A7;
}
.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}
.doc-sub-menu > li {
  margin-bottom: 10px;
  font-size: 12px;
}
.doc-sub-menu > li:first-child {
  padding-top: 5px;
}
.doc-sub-menu > li > a {
  display: block;
  color: #616670;
  padding: 0;
  padding-left: 34px;
  background: none;
}
.doc-sub-menu > li > a:hover {
  color: #40babd;
  text-decoration: none;
  background: none;
}
.body-green .doc-sub-menu > li > a:hover {
  color: #75c181;
}
.body-blue .doc-sub-menu > li > a:hover {
  color: #58bbee;
}
.body-orange .doc-sub-menu > li > a:hover {
  color: #F88C30;
}
.body-red .doc-sub-menu > li > a:hover {
  color: #f77b6b;
}
.body-pink .doc-sub-menu > li > a:hover {
  color: #EA5395;
}
.body-purple .doc-sub-menu > li > a:hover {
  color: #8A40A7;
}
.doc-sub-menu > li > a:focus {
  background: none;
}
.doc-sub-menu > li.active > a {
  background: none;
  color: #40babd;
}
.body-green .doc-sub-menu > li.active > a {
  color: #75c181;
}
.body-blue .doc-sub-menu > li.active > a {
  color: #58bbee;
}
.body-orange .doc-sub-menu > li.active > a {
  color: #F88C30;
}
.body-red .doc-sub-menu > li.active > a {
  color: #f77b6b;
}
.body-pink .doc-sub-menu > li.active > a {
  color: #EA5395;
}
.body-purple .doc-sub-menu > li.active > a {
  color: #8A40A7;
}
.affix-top {
  position: absolute;
  top: 15px;
}
.affix {
  top: 15px;
}
.affix,
.affix-bottom {
  width: 230px;
}
.affix-bottom {
  position: absolute;
}
/* ===== Promo block ===== */
.promo-block {
  background: #3aa7aa;
}
.body-green .promo-block {
  background: #63b971;
}
.body-blue .promo-block {
  background: #41b2ec;
}
.body-orange .promo-block {
  background: #f77e17;
}
.body-pink .promo-block {
  background: #e73c87;
}
.body-purple .promo-block {
  background: #7b3995;
}
.promo-block a {
  color: rgba(0, 0, 0, 0.5);
}
.promo-block a:hover {
  color: rgba(0, 0, 0, 0.6);
}
.promo-block .promo-block-inner {
  padding: 45px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.promo-block .promo-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 45px;
}
.promo-block .promo-title .fa {
  color: rgba(0, 0, 0, 0.5);
}
.promo-block .figure-holder-inner {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.promo-block .figure-holder-inner img {
  border: 5px solid #fff;
}
.promo-block .figure-holder-inner .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.65);
  cursor: pointer;
  text-decoration: none;
}
.promo-block .figure-holder-inner .mask .icon {
  color: #fff;
  font-size: 42px;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  margin-top: -21px;
}
.promo-block .figure-holder-inner .mask .icon.pink {
  color: #EA5395;
}
.promo-block .figure-holder-inner:hover .mask {
  visibility: visible;
}
.promo-block .content-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.promo-block .content-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.promo-block .highlight {
  color: rgba(0, 0, 0, 0.4);
}
.promo-block .btn-cta {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff !important;
  margin-bottom: 15px;
}
.promo-block .btn-cta:hover {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff !important;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .doc-content {
    margin-left: 0;
  }
  .jumbotron {
    padding: 30px 15px;
  }
  .jumbotron h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .promo-block .promo-block-inner {
    padding: 30px 15px;
  }
  .promo-block .content-holder-inner {
    padding: 0;
  }
  .promo-block .promo-title {
    margin-bottom: 30px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/* ======= Landing Page ======= */
.landing-page .header {
  background: #494d55;
  color: rgba(255, 255, 255, 0.85);
  padding: 60px 0;
}
.landing-page .header a {
  color: #fff;
}
.landing-page .branding {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.landing-page .branding .logo {
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-page .branding .text-bold {
  font-weight: 800;
  color: #fff;
}
.landing-page .branding .icon {
  font-size: 32px;
  color: #40babd;
}
.landing-page .tagline {
  font-weight: 600;
  font-size: 20px;
}
.landing-page .tagline p {
  margin-bottom: 5px;
}
.landing-page .tagline .text-highlight {
  color: #266f71;
}
.landing-page .fa-heart {
  color: #EA5395;
}
.landing-page .cta-container {
  margin-top: 30px;
}
.landing-page .social-container {
  margin-top: 30px;
}
.landing-page .social-container .twitter-tweet {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}
.landing-page .social-container .fab-like {
  display: inline-block;
}
.cards-section {
  padding: 60px 0;
  background: #f9f9fb;
}
.cards-section .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
}
.cards-section .intro {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 60px;
  color: #616670;
}
.cards-section .cards-wrapper {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}
.cards-section .item {
  margin-bottom: 30px;
}
.cards-section .item .icon-holder {
  margin-bottom: 15px;
}
.cards-section .item .icon {
  font-size: 36px;
}
.cards-section .item .title {
  font-size: 16px;
  font-weight: 600;
}
.cards-section .item .intro {
  margin-bottom: 15px;
}
.cards-section .item-inner {
  padding: 45px 30px;
  background: #fff;
  position: relative;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cards-section .item-inner .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url("../images/empty.gif");
  /* for IE8 */
}
.cards-section .item-inner:hover {
  background: #f5f5f5;
}
.cards-section .item-primary .item-inner {
  border-top: 3px solid #40babd;
}
.cards-section .item-primary .item-inner:hover .title {
  color: #2d8284;
}
.cards-section .item-primary .icon {
  color: #40babd;
}
.cards-section .item-green .item-inner {
  border-top: 3px solid #75c181;
}
.cards-section .item-green .item-inner:hover .title {
  color: #48a156;
}
.cards-section .item-green .icon {
  color: #75c181;
}
.cards-section .item-blue .item-inner {
  border-top: 3px solid #58bbee;
}
.cards-section .item-blue .item-inner:hover .title {
  color: #179de2;
}
.cards-section .item-blue .icon {
  color: #58bbee;
}
.cards-section .item-orange .item-inner {
  border-top: 3px solid #F88C30;
}
.cards-section .item-orange .item-inner:hover .title {
  color: #d46607;
}
.cards-section .item-orange .icon {
  color: #F88C30;
}
.cards-section .item-red .item-inner {
  border-top: 3px solid #f77b6b;
}
.cards-section .item-red .item-inner:hover .title {
  color: #f33a22;
}
.cards-section .item-red .icon {
  color: #f77b6b;
}
.cards-section .item-pink .item-inner {
  border-top: 3px solid #EA5395;
}
.cards-section .item-pink .item-inner:hover .title {
  color: #d61a6c;
}
.cards-section .item-pink .icon {
  color: #EA5395;
}
.cards-section .item-purple .item-inner {
  border-top: 3px solid #8A40A7;
}
.cards-section .item-purple .item-inner:hover .title {
  color: #5c2b70;
}
.cards-section .item-purple .icon {
  color: #8A40A7;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .cards-section .item-inner {
    padding: 30px 15px;
  }
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
/*
  Darkly Pygments Theme
  (c) 2014 Sourcey
  http://sourcey.com
*/
.highlight {
  border-radius: 4px;
}
.highlight pre {
  background-color: inherit;
  border: inherit;
  border-radius: inherit;
  color: inherit;
}
.highlight .hll {
  background-color: #f1fa8c;
}
.highlight {
  background: #282a36;
  color: #f8f8f2;
}
.highlight .c {
  color: #6272a4;
}
/* Comment */
.highlight .err {
  color: #f8f8f2;
}
/* Error */
.highlight .g {
  color: #f8f8f2;
}
/* Generic */
.highlight .k {
  color: #ff79c6;
}
/* Keyword */
.highlight .l {
  color: #f8f8f2;
}
/* Literal */
.highlight .n {
  color: #f8f8f2;
}
/* Name */
.highlight .o {
  color: #ff79c6;
}
/* Operator */
.highlight .x {
  color: #f8f8f2;
}
/* Other */
.highlight .p {
  color: #f8f8f2;
}
/* Punctuation */
.highlight .ch {
  color: #6272a4;
}
/* Comment.Hashbang */
.highlight .cm {
  color: #6272a4;
}
/* Comment.Multiline */
.highlight .cp {
  color: #ff79c6;
}
/* Comment.Preproc */
.highlight .cpf {
  color: #6272a4;
}
/* Comment.PreprocFile */
.highlight .c1 {
  color: #6272a4;
}
/* Comment.Single */
.highlight .cs {
  color: #6272a4;
}
/* Comment.Special */
.highlight .gd {
  color: #8b080b;
}
/* Generic.Deleted */
.highlight .ge {
  color: #f8f8f2;
  text-decoration: underline;
}
/* Generic.Emph */
.highlight .gr {
  color: #f8f8f2;
}
/* Generic.Error */
.highlight .gh {
  color: #f8f8f2;
  font-weight: bold;
}
/* Generic.Heading */
.highlight .gi {
  color: #f8f8f2;
  font-weight: bold;
}
/* Generic.Inserted */
.highlight .go {
  color: #44475a;
}
/* Generic.Output */
.highlight .gp {
  color: #f8f8f2;
}
/* Generic.Prompt */
.highlight .gs {
  color: #f8f8f2;
}
/* Generic.Strong */
.highlight .gu {
  color: #f8f8f2;
  font-weight: bold;
}
/* Generic.Subheading */
.highlight .gt {
  color: #f8f8f2;
}
/* Generic.Traceback */
.highlight .kc {
  color: #ff79c6;
}
/* Keyword.Constant */
.highlight .kd {
  color: #8be9fd;
  font-style: italic;
}
/* Keyword.Declaration */
.highlight .kn {
  color: #ff79c6;
}
/* Keyword.Namespace */
.highlight .kp {
  color: #ff79c6;
}
/* Keyword.Pseudo */
.highlight .kr {
  color: #ff79c6;
}
/* Keyword.Reserved */
.highlight .kt {
  color: #8be9fd;
}
/* Keyword.Type */
.highlight .ld {
  color: #f8f8f2;
}
/* Literal.Date */
.highlight .m {
  color: #bd93f9;
}
/* Literal.Number */
.highlight .s {
  color: #f1fa8c;
}
/* Literal.String */
.highlight .na {
  color: #50fa7b;
}
/* Name.Attribute */
.highlight .nb {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Builtin */
.highlight .nc {
  color: #50fa7b;
}
/* Name.Class */
.highlight .no {
  color: #f8f8f2;
}
/* Name.Constant */
.highlight .nd {
  color: #f8f8f2;
}
/* Name.Decorator */
.highlight .ni {
  color: #f8f8f2;
}
/* Name.Entity */
.highlight .ne {
  color: #f8f8f2;
}
/* Name.Exception */
.highlight .nf {
  color: #50fa7b;
}
/* Name.Function */
.highlight .nl {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Label */
.highlight .nn {
  color: #f8f8f2;
}
/* Name.Namespace */
.highlight .nx {
  color: #f8f8f2;
}
/* Name.Other */
.highlight .py {
  color: #f8f8f2;
}
/* Name.Property */
.highlight .nt {
  color: #ff79c6;
}
/* Name.Tag */
.highlight .nv {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Variable */
.highlight .ow {
  color: #ff79c6;
}
/* Operator.Word */
.highlight .w {
  color: #f8f8f2;
}
/* Text.Whitespace */
.highlight .mb {
  color: #bd93f9;
}
/* Literal.Number.Bin */
.highlight .mf {
  color: #bd93f9;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #bd93f9;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #bd93f9;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #bd93f9;
}
/* Literal.Number.Oct */
.highlight .sa {
  color: #f1fa8c;
}
/* Literal.String.Affix */
.highlight .sb {
  color: #f1fa8c;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #f1fa8c;
}
/* Literal.String.Char */
.highlight .dl {
  color: #f1fa8c;
}
/* Literal.String.Delimiter */
.highlight .sd {
  color: #f1fa8c;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #f1fa8c;
}
/* Literal.String.Double */
.highlight .se {
  color: #f1fa8c;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #f1fa8c;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #f1fa8c;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #f1fa8c;
}
/* Literal.String.Other */
.highlight .sr {
  color: #f1fa8c;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #f1fa8c;
}
/* Literal.String.Single */
.highlight .ss {
  color: #f1fa8c;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #f8f8f2;
  font-style: italic;
}
/* Name.Builtin.Pseudo */
.highlight .fm {
  color: #50fa7b;
}
/* Name.Function.Magic */
.highlight .vc {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Variable.Instance */
.highlight .vm {
  color: #8be9fd;
  font-style: italic;
}
/* Name.Variable.Magic */
.highlight .il {
  color: #bd93f9;
}
/* Literal.Number.Integer.Long */
body {
  background-color: #f9f9fb;
}
p {
  margin-top: 6px;
  margin-bottom: 6px;
}
.logo {
  display: inline-block;
}
.logo .icon {
  width: 30px;
}
.affix-top {
  width: 230px;
}
.rubric {
  font-size: 22px;
  font-weight: 600;
}
.section h1 {
  margin-bottom: 4px;
}
.section {
  padding: 10px 0;
}
.section a.toc-backref,
.section a.toc-backref:hover {
  color: #494d55;
  text-decoration: none;
}
.section a.headerlink {
  padding-left: 10px;
  visibility: hidden;
}
.section a.headerlink:before {
  visibility: visible;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0c1";
}
.section a.headerlink:before.fa-pull-left {
  margin-right: .3em;
}
.section a.headerlink:before.fa-pull-right {
  margin-left: .3em;
}
.section a.headerlink:before.pull-left {
  margin-right: .3em;
}
.section a.headerlink:before.pull-right {
  margin-left: .3em;
}
h2,
h3,
h4 {
  margin-top: 0;
}
table.docutils {
  border: none;
  width: 100%;
  margin-bottom: 15px;
}
table.docutils td,
table.docutils th {
  padding: 8px 0px;
  border: none;
  border-bottom: 1px #c3c3c3 solid;
}
code.literal {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  font-weight: normal;
}
code.descclassname {
  background: none;
  color: #c3c3c3;
  padding: 0;
}
code.descname {
  background: none;
  color: #40babd;
  padding: 0;
}
dl.class > dt,
dl.function > dt,
dl.exception > dt {
  padding-bottom: 10px;
}
dl.class .sig-paren,
dl.function .sig-paren,
dl.exception .sig-paren {
  padding: 0 2px;
}
dl.class dl.method,
dl.function dl.method,
dl.exception dl.method,
dl.class dl.staticmethod,
dl.function dl.staticmethod,
dl.exception dl.staticmethod,
dl.class > dd,
dl.function > dd,
dl.exception > dd {
  padding-left: 20px;
}
table.docutils.field-list tr,
table.docutils.field-list th,
table.docutils.field-list td {
  border: none;
  padding: 0;
}
table.docutils > thead > tr > th {
  border-bottom-color: #8bd6d8;
  border-width: 2px;
}
.body-green table.docutils > thead > tr > th {
  border-bottom-color: #bbe1c1;
}
.body-blue table.docutils > thead > tr > th {
  border-bottom-color: #b5e1f7;
}
.body-orange table.docutils > thead > tr > th {
  border-bottom-color: #fbc393;
}
.body-pink table.docutils > thead > tr > th {
  border-bottom-color: #f5aecd;
}
.body-purple table.docutils > thead > tr > th {
  border-bottom-color: #b87fce;
}
a.reference.external:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  font-size: 0.8em;
  margin-right: 4px;
  vertical-align: top;
  margin-top: 2px;
}
a.reference.external:after.fa-pull-left {
  margin-right: .3em;
}
a.reference.external:after.fa-pull-right {
  margin-left: .3em;
}
a.reference.external:after.pull-left {
  margin-right: .3em;
}
a.reference.external:after.pull-right {
  margin-left: .3em;
}
.admonition {
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
  padding: 8px;
  margin-bottom: 5px;
}
.admonition a {
  color: rgba(0, 0, 0, 0.55) !important;
}
.admonition a:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}
.admonition .icon-holder {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.25);
}
.admonition .content {
  margin-left: 60px;
}
.admonition .content p:last-child {
  margin-bottom: 0;
}
.admonition .callout-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
}
.admonition .admonition-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 18px;
  font-weight: bold;
}
.admonition .first:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.25);
  left: 25px;
  top: 25px;
}
.admonition .first:before.fa-pull-left {
  margin-right: .3em;
}
.admonition .first:before.fa-pull-right {
  margin-left: .3em;
}
.admonition .first:before.pull-left {
  margin-right: .3em;
}
.admonition .first:before.pull-right {
  margin-left: .3em;
}
.admonition .first,
.admonition .last {
  padding-left: 60px;
}
.admonition cite {
  border-radius: 4px;
}
.admonition.important {
  background: #75c181;
  color: #fff;
}
.admonition.important .first:before {
  content: "\f05a";
}
.admonition.caution {
  background: #F88C30;
  color: #fff;
}
.admonition.caution .first:before {
  content: "\f188";
}
.admonition.danger {
  background: #f77b6b;
  color: #fff;
}
.admonition.danger .first:before {
  content: "\f05e";
}
.admonition.error {
  background: #f77b6b;
  color: #fff;
}
.admonition.error .first:before {
  content: "\f071";
}
.admonition.hint {
  background: #58bbee;
  color: #fff;
}
.admonition.hint .first:before {
  content: "\f05a";
}
.admonition.attention {
  background: #75c181;
  color: #fff;
}
.admonition.attention .first:before {
  content: "\f164";
}
.admonition.note {
  background: #58bbee;
  color: #fff;
}
.admonition.note .first:before {
  content: "\f058";
}
.admonition.tip {
  background: #58bbee;
  color: #fff;
}
.admonition.tip .first:before {
  content: "\f040";
}
.admonition.warning {
  background: #F88C30;
  color: #fff;
}
.admonition.warning .first:before {
  content: "\f071";
}
.admonition.admonition-and-by-the-way {
  background: #75c181;
  color: #fff;
}
.admonition.admonition-and-by-the-way .first:before {
  content: "\f00e";
}
.admonition.versionmodified {
  background: #75c181;
  color: #fff;
  background: #F8D773;
  padding: 2px;
}
.admonition.versionmodified .first:before {
  content: "\f067";
  left: 20px;
  top: 8px;
  font-size: 20px;
}
.admonition.versionmodified p {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: bold;
  padding-left: 25px;
  font-style: italic;
}
.admonition.versionmodified .admonition-title {
  font-size: 0px;
}
.versionadded {
  background: #75c181;
  color: #fff;
  background: #F8D773;
  padding: 2px;
  border-radius: 6px;
  position: relative;
  padding-left: 30px;
}
.versionadded .first:before {
  content: "\f067";
  left: 20px;
  top: 8px;
  font-size: 20px;
}
.versionadded p {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-weight: bold;
  padding-left: 25px;
  font-style: italic;
}
.versionadded .admonition-title {
  font-size: 0px;
}
.versionadded p:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f067";
  left: 20px;
  top: 8px;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.25);
}
.versionadded p:before.fa-pull-left {
  margin-right: .3em;
}
.versionadded p:before.fa-pull-right {
  margin-left: .3em;
}
.versionadded p:before.pull-left {
  margin-right: .3em;
}
.versionadded p:before.pull-right {
  margin-left: .3em;
}
#doc-nav ul.current > li.current > a {
  font-weight: 600;
}
#doc-nav li.current > ul {
  display: block;
}
#doc-nav li.toctree-l1 > ul {
  padding-left: 30px;
}
#doc-nav li.toctree-l2 > ul {
  padding-left: 15px;
}
#doc-nav li.toctree-l3 > ul {
  display: none;
}
#doc-nav li.toctree-l3.active > ul {
  display: block;
}
#doc-nav > ul {
  list-style: none;
  padding-left: 0;
}
#doc-nav > ul > li {
  margin-bottom: 5px;
}
#doc-nav > ul > li > a {
  display: block;
  padding: 5px 15px;
  border-left: 4px solid transparent;
  color: #616670;
}
#doc-nav > ul > li > a:hover,
#doc-nav > ul > li > a:focus {
  color: #40babd;
  text-decoration: none;
  background: none;
}
.body-green #doc-nav > ul > li > a:hover,
.body-green #doc-nav > ul > li > a:focus {
  color: #75c181;
}
.body-blue #doc-nav > ul > li > a:hover,
.body-blue #doc-nav > ul > li > a:focus {
  color: #58bbee;
}
.body-orange #doc-nav > ul > li > a:hover,
.body-orange #doc-nav > ul > li > a:focus {
  color: #F88C30;
}
.body-red #doc-nav > ul > li > a:hover,
.body-red #doc-nav > ul > li > a:focus {
  color: #f77b6b;
}
.body-pink #doc-nav > ul > li > a:hover,
.body-pink #doc-nav > ul > li > a:focus {
  color: #EA5395;
}
.body-purple #doc-nav > ul > li > a:hover,
.body-purple #doc-nav > ul > li > a:focus {
  color: #8A40A7;
}
#doc-nav > ul > li.active > a {
  background: none;
  border-left: 4px solid #40babd;
  color: #40babd;
  font-weight: 600;
}
.body-green #doc-nav > ul > li.active > a {
  color: #75c181;
  border-color: #75c181;
}
.body-blue #doc-nav > ul > li.active > a,
#doc-nav ul.current > li.current > a {
  color: #58bbee;
  border-color: #58bbee;
}
.body-orange #doc-nav > ul > li.active > a {
  color: #F88C30;
  border-color: #F88C30;
}
.body-red #doc-nav > ul > li.active > a {
  color: #f77b6b;
  border-color: #f77b6b;
}
.body-pink #doc-nav > ul > li.active > a {
  color: #EA5395;
  border-color: #EA5395;
}
.body-purple #doc-nav > ul > li.active > a {
  color: #8A40A7;
  border-color: #8A40A7;
}
#doc-nav > ul li {
  list-style: none;
  line-height: 20px;
}
#doc-nav > ul ul > li a {
  color: #666;
  font-size: 12px;
}
#doc-nav > ul ul > li ul {
  display: none;
}
#doc-nav > ul ul > li.active {
  padding-left: 9px;
  margin-left: -10px;
}
#doc-nav > ul ul > li.active > a {
  color: #58bbee;
}
#doc-nav > ul ul > li.active ul {
  font-size: 12px;
}
img {
  max-height: 400px;
  max-width: 400px;
  border: 1px solid #c3c3c3;
  border-radius: 4px;
}
img.noborder {
  border: none;
  border-radius: 0;
}
.figure.inline img {
  max-width: 100%;
  max-height: none;
}
.figure.noborder > img {
  border: none;
  border-radius: 0;
}
.figure.thumbnail {
  background: none;
  border-radius: 0;
  border: none;
  max-height: 200px;
  max-width: 200px;
}
.figure p.caption {
  font-style: italic;
  font-size: 11px;
}
.btn-version {
  color: #c3c3c3;
  background-color: #494d55;
  border-color: #616670;
  font-size: 12px;
  padding: 4px;
}
.btn-version:focus,
.btn-version.focus {
  color: #c3c3c3;
  background-color: #31343a;
  border-color: #26282c;
}
.btn-version:hover {
  color: #c3c3c3;
  background-color: #31343a;
  border-color: #444850;
}
.btn-version:active,
.btn-version.active,
.open > .dropdown-toggle.btn-version {
  color: #c3c3c3;
  background-color: #31343a;
  border-color: #444850;
}
.btn-version:active:hover,
.btn-version.active:hover,
.open > .dropdown-toggle.btn-version:hover,
.btn-version:active:focus,
.btn-version.active:focus,
.open > .dropdown-toggle.btn-version:focus,
.btn-version:active.focus,
.btn-version.active.focus,
.open > .dropdown-toggle.btn-version.focus {
  color: #c3c3c3;
  background-color: #212326;
  border-color: #26282c;
}
.btn-version:active,
.btn-version.active,
.open > .dropdown-toggle.btn-version {
  background-image: none;
}
.btn-version.disabled:hover,
.btn-version[disabled]:hover,
fieldset[disabled] .btn-version:hover,
.btn-version.disabled:focus,
.btn-version[disabled]:focus,
fieldset[disabled] .btn-version:focus,
.btn-version.disabled.focus,
.btn-version[disabled].focus,
fieldset[disabled] .btn-version.focus {
  background-color: #494d55;
  border-color: #616670;
}
.btn-version .badge {
  color: #494d55;
  background-color: #c3c3c3;
}
.version-select {
  display: inline-block;
  margin-left: 20px;
  text-transform: none;
}
.version-select .dropdown-menu {
  width: 300px;
}
.version-select .tag-list,
.version-select .branch-list {
  display: inline-block;
  min-width: 120px;
  vertical-align: top;
}
.version-select .tag-list h5,
.version-select .branch-list h5 {
  color: #494d55;
  margin: 3px 0;
  font-weight: 600;
}
.version-msg {
  margin-left: 10px;
  font-size: 12px;
  color: #c3c3c3;
  text-transform: none;
  display: inline-block;
}
.version-msg .version-latest {
  color: #58bbee;
}
.version-msg .version-previous {
  color: #f77b6b;
}
.topic-title.first {
  font-size: 24px;
  font-weight: 600;
}
.todo {
  background: yellow;
  color: red;
}
.github-edit {
  float: right;
  font-size: 16px;
}
.github-edit a {
  color: #666;
  text-decoration: none;
}
.github-edit a:hover {
  color: #58bbee;
}
