/*
 *
 *
 *
 * Bootstrap 4 Component - Slidebars
 * Version: 1.0.1
 * Copyright (c) 2018 Martin Haubek
 *
 *
 *
 */
body {
  overflow-x: hidden;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 991.98px) {
  html, body, [canvas="container"],
  [off-canvas] {
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  [canvas] {
    z-index: 1; }
  [canvas="container"] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    box-shadow: 0 8px 0px 0px white, 0 -8px 0px 0px white, 8px 0 8px -4px rgba(0, 0, 0, 0.2), -8px 0 8px -4px rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch; }
    [canvas="container"]:before, [canvas="container"]:after {
      clear: both;
      content: '';
      display: table; }
  [off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #ff6600;
    color: white;
    -webkit-overflow-scrolling: touch; }
  [off-canvas*="top"] {
    width: 100%;
    height: 256px;
    top: 0; }
  [off-canvas*="right"] {
    width: 256px;
    height: 100%;
    top: 0;
    right: 0; }
  [off-canvas*="bottom"] {
    width: 100%;
    height: 256px;
    bottom: 0; }
  [off-canvas*="left"] {
    width: 324px;
    height: 100%;
    top: 0;
    left: 0; }
  [off-canvas*="reveal"] {
    z-index: 0; }
  [off-canvas*="push"] {
    z-index: 1; }
  [off-canvas*="overlay"] {
    z-index: 9999; }
  [off-canvas*="shift"] {
    z-index: 0; }
  [canvas], [off-canvas] {
    transform: translate(0px, 0px);
    transition: transform 300ms;
    -webkit-backface-visibility: hidden; }
  [off-canvas*="shift"][off-canvas*="top"] {
    transform: translate(0px, 50%); }
  [off-canvas*="shift"][off-canvas*="right"] {
    transform: translate(-50%, 0px); }
  [off-canvas*="shift"][off-canvas*="bottom"] {
    transform: translate(0px, -50%); }
  [off-canvas*="shift"][off-canvas*="left"] {
    transform: translate(50%, 0px); } }

@media print and (max-width: 991.98px) {
  [canvas] {
    transform: translate(0px, 0px) !important; }
  [off-canvas] {
    display: none !important; } }

nav.offcanvas {
  height: 2.5rem; }
  nav.offcanvas .navbar-toggler {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
    padding: .25rem;
    background-size: 100% 100%;
    border: 0;
    border-radius: 0; }
    nav.offcanvas .navbar-toggler.navbar-toggle-offcanvas-right .navbar-toggler-icon {
      width: 2.5rem;
      height: 2.5rem;
      margin-top: -.25rem;
      margin-left: -.25rem;
      background-size: 1.875rem;
      background-position: 0 .125rem;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='rgba(255, 255, 255, 0.5)' d='M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z'/%3E%3C/svg%3E"); }

@media (max-width: 767.98px) {
  .offcanvas-desktop {
    display: none; }
  main.container {
    margin-top: 2.5rem; } }

@media (min-width: 768px) {
  [canvas="mobile"],
  [off-canvas] {
    display: none; }
  main.container {
    margin-top: 3.75rem; } }
