﻿.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 1000;
}

.bs-canvas {
    top: 8.6rem;
    bottom:0em;
    width: 0;
    z-index: 1059;
    overflow-x: hidden;
    overflow-y: auto;
}
    .bs-canvas .bs-canvas-content {
        z-index: 1058;
    }
    .bs-canvas .bs-canvas-header {
        z-index: 1059;
    }

.bs-canvas-left {
    left: 0;
}

.bs-canvas-right {
    right: 0;
}

.bs-canvas-anim {
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -ms-transition: all .4s ease-out;
}
