/*
Bootstrap 4 Cheat Sheet
Author: Alexander Rechsteiner
Author URI: https://hackerthemes.com
 */
/*Variables to use for @media queries.*/
.cheatsheet-main, .ht-font {
  font-family: 'Source Sans Pro', 'Helvetica', sans-serif;
  font-weight: 400; }

body {
  background: #f5f5f5; }

.ht-header {
  background: #252e44;
  color: #fff; }
  .ht-header h1,
  .ht-header h2,
  .ht-header h3 {
    /* offset-x | offset-y | blur-radius | color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.38); }
  .ht-header h1 {
    font-size: 36px;
    font-weight: 400;
    line-height: 41px; }
  .ht-header h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 35px; }
  .ht-header h3,
  .ht-header h4 {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px; }

.ht-header-headline {
  font-size: 36px;
  font-weight: 400;
  line-height: 41px; }

.ht-header-front {
  padding-bottom: 124px; }
  @media (min-width: 768px) {
    .ht-header-front {
      background-image: url("/images/ht-assets/ht-header-front-icons-bg.png");
      background-position: center 46px;
      background-repeat: no-repeat; } }

.ht-header-charming {
  padding-bottom: 45px; }

.ht-header-drawing {
  overflow: hidden; }
  @media (max-width: 575px) {
    .ht-header-drawing {
      display: none; } }

.ht-header-tagline {
  display: inline-block; }
  @media (min-width: 768px) {
    .ht-header-tagline {
      margin-top: 44px; } }

.ht-header-tagline-main {
  display: block;
  font-size: 44px;
  line-height: 44px;
  color: #24B470; }

.ht-header-tagline-after {
  display: block;
  line-height: 35px;
  margin-top: 5px;
  font-size: 30px; }
  @media (min-width: 768px) {
    .ht-header-tagline-after {
      text-align: right; } }

.ht-ampersand {
  font-size: .75em; }

@media (min-width: 768px) {
  .ht-header-content-3 {
    background-image: url("/images/ht-assets/ht-header-content-3.svg");
    min-height: 170px; } }

.ht-header-teaser {
  max-width: 100%;
  position: relative;
  height: 287px;
  width: 445px;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .ht-header-teaser {
      width: 100%;
      height: 225px;
      overflow: hidden; } }
  .ht-header-teaser.ht-header-teaser-small {
    height: 155px;
    width: 215px; }

.ht-header-teaser-item {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.3);
  image-rendering: optimize-contrast;
  image-rendering: -webkit-optimize-contrast;
  width: 377px; }
  @media (max-width: 1199px) {
    .ht-header-teaser-item {
      width: 325px; } }
  @media (max-width: 767px) {
    .ht-header-teaser-item {
      width: 275px; } }
  .ht-header-teaser-small .ht-header-teaser-item {
    width: 178px; }
    @media (max-width: 1199px) {
      .ht-header-teaser-small .ht-header-teaser-item {
        width: 178px; } }
    @media (max-width: 767px) {
      .ht-header-teaser-small .ht-header-teaser-item {
        width: 178px; } }

.ht-header-teaser-item-front {
  position: absolute;
  top: 95px;
  left: 115px; }
  @media (max-width: 1199px) {
    .ht-header-teaser-item-front {
      top: 85px;
      left: 85px; } }
  @media (max-width: 767px) {
    .ht-header-teaser-item-front {
      top: 45px;
      left: 65px; } }
  .ht-header-teaser-small .ht-header-teaser-item-front {
    top: 30px;
    left: 30px; }
    @media (max-width: 1199px) {
      .ht-header-teaser-small .ht-header-teaser-item-front {
        top: 30px;
        left: 30px; } }
    @media (max-width: 767px) {
      .ht-header-teaser-small .ht-header-teaser-item-front {
        top: 30px;
        left: 30px; } }

.ht-header-teaser-item-back {
  position: absolute;
  top: 0;
  left: 0; }

.ht-charming-message {
  display: flex;
  flex-flow: row nowrap;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 24px 12px 12px 15px;
  border-radius: 3px; }
  @media (max-width: 991px) {
    .ht-charming-message {
      margin-top: 24px; } }
  @media (max-width: 767px) {
    .ht-charming-message {
      flex-flow: column nowrap; } }

.ht-charming-message-text {
  display: block;
  font-size: 20px;
  margin-left: 18px;
  font-weight: 300; }
  .ht-charming-message-text a,
  .ht-charming-message-text a:hover,
  .ht-charming-message-text a:focus,
  .ht-charming-message-text a:active {
    color: #fff; }
  @media (max-width: 767px) {
    .ht-charming-message-text {
      padding-left: 0; } }

.ht-charming-message-button {
  margin-top: 12px; }

.ht-header-subline {
  font-weight: 300;
  font-size: 18px; }

.ht-header-licenses {
  font-weight: 300;
  margin: 6px 0; }

.ht-header-buttons {
  margin-top: 12px;
  margin-bottom: 12px; }

.ht-header-licenses {
  margin: 24px 0 18px 0; }
  .ht-header-licenses a,
  .ht-header-licenses a:hover,
  .ht-header-licenses a:focus,
  .ht-header-licenses a:active {
    color: #fff; }

.ht-license-switch {
  margin-left: 12px;
  text-decoration: none; }
  .ht-license-switch:first-child {
    margin-left: 15px; }
  .ht-license-switch:active, .ht-license-switch:focus {
    text-decoration: none; }
  .ht-license-switch.active {
    text-decoration: underline; }

.ht-button-hidden {
  display: none; }

.ht-license-help {
  margin-left: 15px; }

.ht-header-meta {
  font-weight: 300;
  margin-top: 12px;
  display: flex;
  align-items: center; }
  .ht-header-meta .fa {
    font-size: 26px;
    margin-right: 5px; }

.ht-header-meta-text {
  display: inline-block;
  margin-top: -2px; }

.ht-bottom-cta {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    .ht-bottom-cta {
      flex-flow: column nowrap;
      align-items: flex-start; } }
  .ht-bottom-cta a,
  .ht-bottom-cta a:hover,
  .ht-bottom-cta a:focus,
  .ht-bottom-cta a:active {
    color: #fff; }

.ht-bottom-cta-wrapper {
  color: #fff;
  padding: 50px;
  background-color: #333F61;
  margin-top: 120px; }

.ht-bottom-cta-callout {
  font-size: 30px; }
  @media (max-width: 991px) {
    .ht-bottom-cta-callout {
      margin-bottom: 12px; } }

.ht-bottom-cta-button {
  margin-left: auto;
  margin-right: 24px; }
  @media (max-width: 991px) {
    .ht-bottom-cta-button {
      margin-left: 0;
      order: 3;
      margin-top: 12px; } }

.ht-header-content {
  padding-top: 70px;
  padding-bottom: 50px; }

.ht-header-inverse {
  color: #fff; }

.ht-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  z-index: 999; }
  .ht-navbar a {
    text-decoration: none; }

.ht-nav-link, .ht-nav-link:focus, .ht-nav-link:active, .ht-nav-link:hover {
  color: #404040;
  text-decoration: none; }
  .ht-navbar-inverse .ht-nav-link, .ht-navbar-inverse .ht-nav-link:focus, .ht-navbar-inverse .ht-nav-link:active, .ht-navbar-inverse .ht-nav-link:hover {
    color: #fff; }

ul.ht-nav {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0; }
  ul.ht-nav li.ht-nav-item {
    padding: 0;
    margin: 0 11px; }
    ul.ht-nav li.ht-nav-item:last-child {
      margin-right: 0; }
    ul.ht-nav li.ht-nav-item:first-child {
      margin-left: 0; }

.ht-nav-dropdown {
  position: relative; }

.ht-nav-dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 7px;
  margin-bottom: 2px;
  vertical-align: middle;
  content: "";
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent; }

.ht-nav-dropdown-menu {
  background-color: #f5f5f5;
  border: 1px solid #C2C4CA;
  border-radius: 5px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  width: 400px;
  right: -40px;
  position: absolute;
  top: 35px;
  padding: 0;
  display: none; }

.ht-nav-dropdown-menu-triangle {
  position: absolute;
  width: 13px;
  height: 13px;
  display: none;
  left: 0;
  right: 0;
  top: 29px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
  background-color: #f8f8f8;
  border: 1px solid #C2C4CA;
  border-bottom: 0;
  background: linear-gradient(135deg, #f5f5f5 50%, transparent 0);
  border-right: 0; }

.ht-nav-dropdown-menu-link {
  display: block;
  padding: 15px;
  color: #404040 !important;
  border-top: 1px solid #dddee2; }
  .ht-nav-dropdown-menu-link:first-child {
    border-top: 0;
    border-radius: 5px 5px 0; }
  .ht-nav-dropdown-menu-link:last-child {
    border-radius: 0 0 5px 5px; }
  .ht-nav-dropdown-menu-link:active, .ht-nav-dropdown-menu-link:hover, .ht-nav-dropdown-menu-link:focus {
    color: #404040;
    text-decoration: none; }
  .ht-nav-dropdown-menu-link:hover {
    background-color: #F0F0F0; }

.ht-nav-dropdown-menu-link-icon {
  float: left;
  margin-top: 4px; }

.ht-nav-dropdown-menu-link-heading {
  font-weight: 600;
  display: block;
  margin-left: 55px; }
  .ht-nav-dropdown-menu-link-heading .ht-foss-tag {
    font-weight: normal;
    background-color: #BCBDC9;
    padding: 1px 4px;
    margin-left: 10px;
    color: #fff;
    border-radius: 3px;
    font-size: 14px; }

.ht-nav-dropdown-menu-link-desc {
  margin-left: 55px;
  display: block; }

.ht-section {
  margin-top: 72px;
  margin-bottom: 72px; }

.ht-section-mt {
  margin-top: 144px; }

.ht-merits-charming {
  margin-top: 96px; }

.ht-table-licenses .thead-inverse th {
  background: #252e44; }
.ht-table-licenses .fa-check {
  color: #24B470; }

.ht-merit {
  margin: 36px 0; }

.ht-merit-icon {
  margin-bottom: 24px; }

.ht-merit-title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600; }

.ht-merit-text a {
  text-decoration: underline; }

.ht-about-iconlink {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin: 12px 36px 12px 0; }
  .ht-about-iconlink .fa {
    font-size: 28px;
    margin: 0 10px 0 0; }
  .ht-about-iconlink:hover, .ht-about-iconlink:active, .ht-about-iconlink:focus {
    text-decoration: none; }

.ht-section-factsheet {
  background-image: url("/images/ht-assets/ht-factsheet-bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 170px 0;
  margin-top: 120px; }
  @media (min-width: 2000px) {
    .ht-section-factsheet {
      padding: 300px 0 220px; } }

.ht-factsheet {
  border-radius: 5px;
  background: #f5f5f5;
  box-shadow: 8px 8px 63px rgba(0, 0, 0, 0.16);
  padding: 48px 72px; }
  @media (max-width: 767px) {
    .ht-factsheet {
      padding: 24px; } }
  .ht-factsheet h2 {
    margin-bottom: 24px;
    font-size: 25px;
    font-weight: 600; }
  .ht-factsheet table td:first-child {
    font-weight: 600;
    padding-right: 48px; }
    @media (max-width: 767px) {
      .ht-factsheet table td:first-child {
        padding-right: 12px; } }

.ht-factsheet-logos {
  margin-top: 12px;
  text-align: center; }
  .ht-factsheet-logos img {
    opacity: .85;
    margin: 12px;
    display: inline-block; }

.ht-section-header {
  margin-bottom: 48px; }
  .ht-section-header h2 {
    font-size: 25px;
    font-weight: 600; }

.ht-section-header-margin {
  margin-bottom: 72px; }

.ht-section-header-subtitle {
  color: #767676;
  font-size: 20px; }

#bootstrap-themes {
  text-align: center;
  padding: 0 15px; }

.ht-item-column {
  text-align: center; }

.ht-item {
  display: inline-block;
  margin-bottom: 72px;
  text-decoration: none; }
  .ht-item:hover {
    text-decoration: none; }

.ht-item-image {
  display: block;
  position: relative;
  box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.33); }
  .ht-item-image img {
    max-width: 100%; }

.ht-item-image-demoscreenshot {
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.37); }

.ht-item-hoverlay {
  position: absolute;
  background: rgba(37, 46, 68, 0.95);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity .5s; }
  .ht-item-image:hover .ht-item-hoverlay {
    opacity: 1; }

.ht-item-meta {
  display: block;
  text-align: left; }

.ht-item-title {
  display: block;
  margin-top: 12px;
  font-weight: 600; }

.ht-item-description {
  display: block; }

.ht-item-price {
  float: right;
  color: #fff;
  background: #3E4E7A;
  padding: 0 5px;
  border-radius: 3px; }

.ht-body {
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.ht-main {
  flex: 1 0 auto; }

.ht-footer a,
.ht-footer a:focus,
.ht-footer a:hover,
.ht-footer a:active {
  color: #4B5266; }

.ht-footer-container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  padding: 12px 0 12px 0; }
  @media (max-width: 767px) {
    .ht-footer-container {
      flex-flow: column nowrap; } }

.ht-footer-logo {
  line-height: 0;
  margin-bottom: 3px; }
  @media (max-width: 767px) {
    .ht-footer-logo {
      order: 0;
      margin-bottom: 12px; } }

@media (max-width: 767px) {
  .ht-footer-left {
    order: 1; } }

.ht-footer-link {
  margin: 0 8px; }
  .ht-footer-link:first-child {
    margin-left: 0; }
  .ht-footer-link:last-child {
    margin-right: 0; }

.ht-demo-bar-logo {
  line-height: 19px; }

.ht-demo-iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 72px; }
  @media (min-width: 768px) and (max-width: 1140px) {
    .ht-demo-iframe {
      padding-bottom: 108px; } }

.ht-demo-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 72px; }
  @media (min-width: 768px) and (max-width: 1140px) {
    .ht-demo-bar {
      min-height: 108px; } }

.ht-demo-bar-border {
  height: 6px;
  border-top: 1px solid #515151;
  box-shadow: inset 0px 1px #5C5C5C;
  background: #2a2a2a; }

.ht-demo-bar-info {
  margin-left: 24px; }

.ht-demo-bar-buy {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin-left: auto; }
  @media (max-width: 1140px) {
    .ht-demo-bar-buy {
      margin-left: 12px; }
      .ht-demo-bar-buy .ht-bottom-cta-licenses .ht-license-switch {
        display: block;
        margin-left: 0; }
      .ht-demo-bar-buy .ht-bottom-cta-licenses .ht-license-help {
        margin-left: 0; } }

.ht-demo-bar-content {
  min-height: 72px;
  background: #f4f4f4;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 6px 12px; }

.ht-dl-modal-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  overflow: auto;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition-duration: 250ms;
  transition-property: opacity; }
  .ht-dl-modal-backdrop.ht-hidden {
    opacity: 0;
    transition-duration: 0ms;
    transition-property: opacity;
    visibility: hidden; }

.ht-dl-modal-message {
  background: #DFDFDF;
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding: 24px 48px;
  border-radius: 5px;
  margin: auto 24px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #939393; }

.ht-dl-modal-x {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .7;
  text-decoration: none !important; }

.ht-mailchimp-form {
  display: flex;
  flex-flow: row;
  justify-content: center; }

.ht-mailchimp-form-email {
  flex-grow: 1; }

.ht-cursor-link {
  cursor: pointer; }

/* Using bootstrap button mixin for some custom buttons */
/*.btn-primary {*/
/*@include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);*/
/*}*/
.btn-ht-green {
  color: #fff;
  background-color: #24B470;
  border-color: #24B470; }
  .btn-ht-green:hover {
    color: #fff;
    background-color: #1c8a56;
    border-color: #1a8150; }
  .btn-ht-green:focus, .btn-ht-green.focus {
    box-shadow: 0 0 0 2px rgba(36, 180, 112, 0.5); }
  .btn-ht-green.disabled, .btn-ht-green:disabled {
    background-color: #24B470;
    border-color: #24B470; }
  .btn-ht-green:active, .btn-ht-green.active, .show > .btn-ht-green.dropdown-toggle {
    color: #fff;
    background-color: #1c8a56;
    background-image: none;
    border-color: #1a8150; }
  .btn-ht-green:active, .btn-ht-green:focus {
    color: #fff; }

.btn-ht-blue {
  color: #fff;
  background-color: #262F49;
  border-color: #262F49; }
  .btn-ht-blue:hover {
    color: #fff;
    background-color: #151927;
    border-color: #111521; }
  .btn-ht-blue:focus, .btn-ht-blue.focus {
    box-shadow: 0 0 0 2px rgba(38, 47, 73, 0.5); }
  .btn-ht-blue.disabled, .btn-ht-blue:disabled {
    background-color: #262F49;
    border-color: #262F49; }
  .btn-ht-blue:active, .btn-ht-blue.active, .show > .btn-ht-blue.dropdown-toggle {
    color: #fff;
    background-color: #151927;
    background-image: none;
    border-color: #111521; }
  .btn-ht-blue:active, .btn-ht-blue:focus {
    color: #fff; }

.btn-ht-black {
  color: #fff;
  background-color: #303030;
  border-color: #303030; }
  .btn-ht-black:hover {
    color: #fff;
    background-color: #171717;
    border-color: #111111; }
  .btn-ht-black:focus, .btn-ht-black.focus {
    box-shadow: 0 0 0 2px rgba(48, 48, 48, 0.5); }
  .btn-ht-black.disabled, .btn-ht-black:disabled {
    background-color: #303030;
    border-color: #303030; }
  .btn-ht-black:active, .btn-ht-black.active, .show > .btn-ht-black.dropdown-toggle {
    color: #fff;
    background-color: #171717;
    background-image: none;
    border-color: #111111; }
  .btn-ht-black:active, .btn-ht-black:focus {
    color: #fff; }

.btn-ht-facebook-blue {
  color: #fff;
  background-color: #4267B2;
  border-color: #4267B2; }
  .btn-ht-facebook-blue:hover {
    color: #fff;
    background-color: #34518d;
    border-color: #314d85; }
  .btn-ht-facebook-blue:focus, .btn-ht-facebook-blue.focus {
    box-shadow: 0 0 0 2px rgba(66, 103, 178, 0.5); }
  .btn-ht-facebook-blue.disabled, .btn-ht-facebook-blue:disabled {
    background-color: #4267B2;
    border-color: #4267B2; }
  .btn-ht-facebook-blue:active, .btn-ht-facebook-blue.active, .show > .btn-ht-facebook-blue.dropdown-toggle {
    color: #fff;
    background-color: #34518d;
    background-image: none;
    border-color: #314d85; }
  .btn-ht-facebook-blue:active, .btn-ht-facebook-blue:focus {
    color: #fff; }

.btn-ht-twitter-blue {
  color: #fff;
  background-color: #38A6EE;
  border-color: #38A6EE; }
  .btn-ht-twitter-blue:hover {
    color: #fff;
    background-color: #138fe0;
    border-color: #1289d6; }
  .btn-ht-twitter-blue:focus, .btn-ht-twitter-blue.focus {
    box-shadow: 0 0 0 2px rgba(56, 166, 238, 0.5); }
  .btn-ht-twitter-blue.disabled, .btn-ht-twitter-blue:disabled {
    background-color: #38A6EE;
    border-color: #38A6EE; }
  .btn-ht-twitter-blue:active, .btn-ht-twitter-blue.active, .show > .btn-ht-twitter-blue.dropdown-toggle {
    color: #fff;
    background-color: #138fe0;
    background-image: none;
    border-color: #1289d6; }
  .btn-ht-twitter-blue:active, .btn-ht-twitter-blue:focus {
    color: #fff; }

.btn-ht-md {
  padding: 11px 20px;
  font-size: 18px;
  border-radius: 5px; }
  .btn-ht-md .fa {
    font-size: 18px;
    margin-right: 10px;
    top: 0px; }

.btn-ht-icon .fa {
  font-size: 16px;
  margin-right: 10px;
  top: 0px; }

.ht-btn-cta {
  margin: 6px 0;
  padding: 13px 46px; }
  .ht-btn-cta:focus {
    color: #fff; }

.ht-license-buy-dev,
.ht-license-buy-ent {
  min-width: 200px; }

.ht-btn-outline-secondary:hover {
  background-color: rgba(255, 255, 255, 0.1); }
.ht-btn-outline-secondary:focus {
  color: #fff; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

#topArea {
  color: #fff;
  background: #7474BF;
  background: -webkit-linear-gradient(to left, #7474BF, #348ac7);
  background: linear-gradient(to left, #7474BF, #348ac7); }
  #topArea a, #topArea a:focus, #topArea a:hover {
    color: #fff; }
  #topArea .jumbotron {
    background-color: transparent; }
  #topArea #ht-navbar {
    background-color: transparent; }

.cheatsheet {
  margin-top: 60px; }
  .cheatsheet .collapse-buttons {
    margin-bottom: 20px; }
  .cheatsheet .share-buttons {
    margin-bottom: 20px; }
    .cheatsheet .share-buttons span.share-title {
      font-size: 14px;
      margin-right: 10px; }
  .cheatsheet #whats-new {
    margin-left: 5px;
    margin-bottom: 20px; }
    .cheatsheet #whats-new.btn-success {
      background-color: rgba(116, 191, 171, 0.44);
      border-color: rgba(116, 191, 171, 0.44);
      color: #232323; }
      .cheatsheet #whats-new.btn-success:hover {
        background-color: rgba(81, 175, 150, 0.44);
        border-color: rgba(81, 175, 150, 0.44); }
  .cheatsheet a:hover, .cheatsheet a:focus, .cheatsheet a:active {
    text-decoration: none; }
  .cheatsheet .category {
    margin-bottom: 1rem; }
    .cheatsheet .category h3.category-heading {
      background: #484848;
      margin-bottom: 0;
      padding: 10px;
      font-size: 20px;
      border-radius: 3px 3px 0 0;
      color: white; }
    .cheatsheet .category .doc-link {
      color: white; }
    .cheatsheet .category ul {
      padding: 0;
      margin: 0;
      /*border:1px #f1f1f1 solid;*/
      /*border-top:none;*/
      /*border-radius: 0 0 3px 3px;*/ }
    .cheatsheet .category li {
      list-style: none;
      line-height: 1.3;
      /*&:last-child {*/
      /*border-radius: 0 0 3px 3px;*/
      /*}*/ }
      .cheatsheet .category li .copy-links {
        display: none; }
      .cheatsheet .category li:nth-child(odd) {
        background-color: #F1F1F1; }
      .cheatsheet .category li:hover {
        background-color: rgba(52, 138, 199, 0.44) !important; }
        .cheatsheet .category li:hover .copy-links {
          display: inline-block; }
      .cheatsheet .category li.active {
        background-color: rgba(116, 116, 191, 0.44) !important; }
      .cheatsheet .category li.v4newActive {
        background-color: rgba(116, 191, 171, 0.44); }
        .cheatsheet .category li.v4newActive:nth-child(odd) {
          background-color: rgba(81, 175, 150, 0.44); }
      .cheatsheet .category li a.item-link {
        padding: 3px 10px;
        display: inline-block;
        width: calc(100% - 60px);
        color: black; }
      .cheatsheet .category li span.copy-links a {
        color: #232323;
        display: inline-block;
        padding: 3px; }
      .cheatsheet .category li i.screenindicator {
        color: #454545;
        font-size: 14px; }

@media print {
  .hide-print {
    display: none; } }

.showcase-placeholder {
  min-height: 240px; }

.footer-text {
  font-size: 20px;
  text-align: center; }
  .footer-text a, .footer-text a:hover, .footer-text a:focus {
    color: inherit;
    text-decoration: underline; }

.credits {
  margin-top: 150px; }
  .credits a:hover {
    color: #555555; }

.showcase {
  z-index: 999;
  background-color: #232323;
  color: white;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  max-height: 100%;
  bottom: 0;
  display: none; }
  @media (max-width: 991px) {
    .showcase {
      padding-top: 25px; } }
  .showcase #close-showcase {
    display: block;
    position: absolute;
    z-index: 99;
    top: -3px;
    border-radius: 0 0 8px 8px;
    right: 12px;
    width: 50px;
    height: 50px;
    background-color: #535353;
    border: 3px solid #232323; }
    .showcase #close-showcase:hover {
      background-color: #434343; }
    .showcase #close-showcase i.fa {
      margin-top: 9px;
      margin-left: 12px;
      font-size: 25px;
      color: #232323;
      color: white; }
  .showcase h3.showcase-title {
    margin-top: 15px;
    margin-left: 15px; }
  .showcase .navigation {
    text-align: center;
    /*background-color:#2d2d2d;*/
    font-size: 22px;
    padding-bottom: 4px; }
    .showcase .navigation #current-item-title {
      display: inline-block;
      min-width: 220px;
      padding: 1px; }
    .showcase .navigation .arrow-nav {
      display: inline-block;
      padding: 5px 25px;
      border-radius: 8px;
      margin-bottom: 5px;
      /*background:fuchsia;*/
      background-color: #535353;
      color: #fff;
      font-size: 19px; }
      @media (min-width: 992px) {
        .showcase .navigation .arrow-nav {
          margin: 0 20px; } }
      .showcase .navigation .arrow-nav:focus, .showcase .navigation .arrow-nav:active, .showcase .navigation .arrow-nav:hover {
        text-decoration: none;
        background: #434343; }
    @media (max-width: 543px) {
      .showcase .navigation {
        font-size: 18px; }
        .showcase .navigation #current-item-title {
          min-width: 211px; }
        .showcase .navigation .arrow-nav {
          padding: 3px 10px; } }

.showbox-wrapper {
  position: relative; }
  .showbox-wrapper .showbox-copy-buttons {
    position: absolute;
    top: -26px;
    right: 0px;
    font-size: 16px;
    padding: 0;
    color: #232323; }
  .showbox-wrapper .showbox-copy {
    color: white;
    display: inline-block;
    background: #535353;
    padding: 1px 7px;
    border-radius: 3px 3px 0 0; }
    .showbox-wrapper .showbox-copy:hover, .showbox-wrapper .showbox-copy:active, .showbox-wrapper .showbox-copy:focus {
      text-decoration: none; }
    .showbox-wrapper .showbox-copy:hover {
      background-color: #434343; }
  .showbox-wrapper #showbox-code {
    border-radius: 3px 0 3px 3px;
    background-color: #fff; }
    .showbox-wrapper #showbox-code .harder-highlight {
      font-weight: bold;
      background-color: #F5E7EA; }
    .showbox-wrapper #showbox-code figure.highlight {
      background-color: transparent;
      padding: 0;
      margin: 0; }
      .showbox-wrapper #showbox-code figure.highlight pre {
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
        /*margin-bottom:-25px;*/ }

#showbox-example {
  position: relative; }
  #showbox-example .navbar.fixed-top {
    position: absolute;
    border-radius: 5px 5px 0 0; }
  #showbox-example .navbar.fixed-bottom {
    position: absolute;
    border-radius: 0 0 5px 5px; }
  #showbox-example .center-block {
    max-width: 200px;
    background-color: #f1f1f1;
    padding: 15px; }

.showbox {
  padding: 15px;
  background-color: #fff;
  color: #232323;
  margin: 20px 0;
  margin-bottom: 10px;
  border-radius: 3px;
  min-height: 157px; }
  @media (max-width: 992px) {
    .showbox {
      min-height: 0; } }
  .showbox .card {
    max-width: 320px; }
  .showbox.code {
    font-family: monospace; }
  .showbox .dl-fix {
    padding: 0 15px; }
  .showbox .container.gridpreview .row > .col,
  .showbox .container.gridpreview .row > [class^="col-"] {
    padding-top: .75rem;
    padding-bottom: .75rem;
    background-color: rgba(86, 61, 124, 0.15);
    border: 1px solid rgba(86, 61, 124, 0.2); }
  .showbox .bd-example-container {
    min-width: 16rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto; }
  .showbox .bd-example-container-header {
    height: 3rem;
    margin-bottom: .5rem;
    background-color: #daeeff;
    border-radius: .25rem; }
  .showbox .bd-example-container-sidebar {
    float: right;
    width: 4rem;
    height: 8rem;
    background-color: #fae3c4;
    border-radius: .25rem; }
  .showbox .bd-example-container-body {
    height: 8rem;
    margin-right: 4.5rem;
    background-color: #957bbe;
    border-radius: .25rem; }
  .showbox .bd-example-container-fluid {
    max-width: none; }

@media (max-width: 1200px) {
  .cheatsheet-title {
    font-size: 3rem; } }

.cheatsheet-subtitle {
  font-size: 30px;
  margin-top: 15px; }
  @media (max-width: 1200px) {
    .cheatsheet-subtitle {
      font-size: 22px; } }

#examples {
  display: none; }
