/*
	DOCUMENTATION CSS ONLY!

	NOTE: THESE CLASSES SHOULD NEVER CONFLICT WITH BOOtSTRAP OR APP.CSS!!!
*/
.bd-toc {
  height: auto !important; }

.demo {
  position: relative;
  padding: 1rem;
  margin: 1rem -15px 0;
  border: solid #f7f7f9;
  border-width: 0.2rem 0 0; }

.small-cube {
  width: 20px;
  height: 20px;
  outline: 1px solid #ccc;
  flex-direction: row;
  margin: 0.1rem; }

.medium-cube {
  width: 75px;
  height: 75px;
  float: left;
  margin: 0.5rem;
  padding: 2px; }

.large-cube {
  width: 175px;
  height: 175px;
  float: left;
  margin: 0.5rem;
  padding: 2px; }

.builder .form-check {
  margin: 5px 0; }

/* where the example code go */
.bd-example,
.demo {
  margin: 0;
  border: solid #f5f5f5; }
  .bd-example [class^="lh"],
  .demo [class^="lh"] {
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    background: #a1c5e7;
    padding-left: 5px; }

.demo-esque {
  position: relative; }

.view-source::before {
  content: url(/TemplatePackage/contrib/icons/materialdesignicons/code-tags.svg);
  padding-right: 4px;
  vertical-align: -6px; }

.cell-phone::before {
  content: url(/TemplatePackage/contrib/icons/materialdesignicons/cellphone-iphone.svg);
  padding-right: 4px;
  vertical-align: -6px; }

.laptop::before {
  content: url(/TemplatePackage/contrib/icons/materialdesignicons/laptop.svg);
  padding-right: 4px;
  vertical-align: -6px; }

.bug::before {
  content: url(/TemplatePackage/contrib/icons/materialdesignicons/bug.svg);
  padding-right: 4px;
  vertical-align: -6px; }

.fullscreen::before {
  content: url(/TemplatePackage/contrib/icons/materialdesignicons/fullscreen.svg);
  padding-right: 4px;
  vertical-align: -6px; }

.demo-ish {
  position: relative; }
  .demo-ish .demo-toolbar {
    display: flex; }
  .demo-ish .btn-tool {
    display: block;
    padding: 0 10px 0 8px;
    border-right: 1px solid #eee;
    border-radius: 0;
    background: #f7f7f7;
    color: #222;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1; }
    .demo-ish .btn-tool:hover {
      text-decoration: none;
      background: #eaeaea; }
    .demo-ish .btn-tool::before {
      content: url(/TemplatePackage/contrib/icons/materialdesignicons/code-tags.svg);
      padding-right: 4px;
      vertical-align: -6px; }
    .demo-ish .btn-tool:first-child::before {
      content: url(/TemplatePackage/contrib/icons/materialdesignicons/bug.svg); }

.context-menu-list li {
  margin-bottom: 0; }

.config-trigger {
  position: absolute;
  top: 130px;
  right: 0;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  text-decoration: none; }

.config-trigger:hover {
  background: #000;
  text-decoration: none; }

.config-panel:hover .fa {
  color: #fff; }

.config-panel .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8); }

.config-panel {
  position: absolute;
  top: 200px;
  transform: translateX(0%);
  z-index: 30;
  width: 190px;
  right: 0; }

.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-clip: padding-box;
  display: none; }

.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase; }

.config-panel label {
  color: #fff; }

.config-panel #display-options a,
.config-panel #axe-options a {
  color: #fff; }

.config-panel #color-options {
  margin-bottom: 0; }

.config-panel #color-options li a {
  display: block;
  width: 28px;
  height: 20px;
  border: 2px solid transparent;
  margin-bottom: 10px; }

.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.8); }

.config-panel #color-options li.active a {
  border: 2px solid #fff; }

.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff; }

.config-panel .close .fa {
  color: #fff; }

.watermark {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0; }

.watermark.draft::after {
  position: absolute;
  content: " ";
  background: url(../imgs/draft.jpg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto; }

.watermark.archive::after {
  position: absolute;
  content: " ";
  background: url(../imgs/archive.jpg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto; }

.watermark.prototype::after {
  position: absolute;
  content: " ";
  background: url(../imgs/prototype.jpg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  z-index: 0; }

.watermark.chrome::after {
  position: absolute;
  content: " ";
  background: url(../imgs/chrome-only.jpg);
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-size: auto; }

pre[class*="language-"] {
  margin-top: 0 !important;
  background: #f5f5f5 !important;
  overflow: hidden;
  font-size: 0.8rem; }

code[class*="language-"] {
  display: inline-block;
  width: 90%; }

code[class*="language-"],
pre[class*="language-"] {
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */ }

pre.code-toolbar {
  margin-top: -6px !important; }
  pre.code-toolbar > .toolbar {
    opacity: 1 !important; }

pre.code-toolbar > .toolbar a,
pre.code-toolbar > .toolbar button,
pre.code-toolbar > .toolbar span {
  color: #222;
  border-radius: 2;
  box-shadow: none;
  font-size: 1rem;
  border: 1px solid #bfbdbb;
  text-shadow: none;
  padding: 4px; }

.migration pre[class*="language-"] {
  margin-bottom: 0; }

.margin-color {
  background-color: #f9cd9d;
  margin: 1rem;
  display: flex;
  flex-direction: column; }

.box-color {
  box-shadow: inset 0 0 0 1rem #c4ddb8; }

.box-color span {
  background: #a1c5e7; }

.p-1.box-color {
  box-shadow: inset 0 0 0 1rem #c4ddb8; }

.p-2.box-color {
  box-shadow: inset 0 0 0 2rem #c4ddb8; }

.p-3.box-color {
  box-shadow: inset 0 0 0 3rem #c4ddb8; }

.p-4.box-color {
  box-shadow: inset 0 0 0 4rem #c4ddb8; }

.p-5.box-color {
  box-shadow: inset 0 0 0 5rem #c4ddb8; }

#sectionnav {
  font-size: 13px; }
  #sectionnav li {
    margin-bottom: 3px; }
    #sectionnav li a {
      text-decoration: none; }
  #sectionnav .toc-h3 {
    margin-left: 0.75rem; }
  #sectionnav .toc-entry a {
    padding: 0.125rem 0.5rem; }
    #sectionnav .toc-entry a:focus {
      background: #005eaa;
      color: #fff;
      text-decoration: none; }

.dot {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  background: #000;
  vertical-align: middle;
  margin-right: 10px; }

iframe {
  height: 450px;
  width: 100%;
  resize: horizontal;
  overflow: auto;
  border: 3px solid #f5f5f5; }
  iframe.f-tall {
    height: 800px; }
  iframe.f-full {
    height: 100vh; }
  iframe.f-small {
    height: 300px; }

.buttons {
  max-width: 540px; }
  .buttons a {
    text-align: center;
    text-decoration: none;
    display: block;
    padding: 3px;
    border-left: 1px solid #eee;
    border-radius: 0;
    background: #f7f7f7;
    color: #222;
    cursor: pointer;
    font-size: 0.8rem;
    line-height: 1; }
    .buttons a:hover {
      text-decoration: none;
      background: #eaeaea; }

.icon-grid {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #f0f0f0; }
  .icon-grid > div p {
    font-size: 10px;
    margin-left: 4px;
    margin-bottom: 0; }
  .icon-grid img,
  .icon-grid svg {
    width: 80px;
    height: 80px;
    margin: 4px;
    background: #f0f0f0;
    padding: 20px; }

.font-icon-grid {
  background: #dedede; }
  .font-icon-grid [class$="-white"],
  .font-icon-grid [class*="-white"] {
    color: white; }
  .font-icon-grid span {
    font-size: 40px;
    padding: 15px; }

[class^="-round"],
[class*="-round"] {
  display: none; }

pre.code-toolbar > .toolbar a {
  color: #000 !important; }

@media print {
  /* All your print styles go here */
  #sectionnav {
    display: none !important; } }

/* Opacity Demo Blocks */
