﻿.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}

.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 11000;
}

.bs-canvas {
    top: 0;
    width: 0;
    z-index: 11100;
    overflow-x: hidden;
    overflow-y: auto;
}

.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;
}

.bs-offset-main {
    position: fixed;
    right: -4px;
    top: 40px;
}