﻿body {
}
/*
 * Style tweaks
 * --------------------------------------------------
 */
html,
body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
    padding-top: 70px;
}

footer {
    padding: 30px 0;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */
@media screen and (max-width: 1650px) {
    .row-offcanvas {
        position: fixed;
        top: 64px;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .row-offcanvas-right {
        right: 5px;
    }

    .row-offcanvas-left {
        left: 5px;
    }

    .row-offcanvas-right .sidebar-offcanvas {
        right: -270px; /* 6 columns */
    }

    .row-offcanvas-left .sidebar-offcanvas {
        left: -270px; /* 6 columns */
    }

    .row-offcanvas-right.active {
        right: 270px; /* 6 columns */
    }

    .row-offcanvas-left.active {
        left: 270px; /* 6 columns */
    }

    .navbar-toggle-left {
        position: relative;
        float: left;
        padding: 9px 10px;
        padding-right: 10px;
        margin-top: 8px;
        margin-left: 5px;
        margin-bottom: 8px;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        padding-left: 20px;
        padding-top: 10px;
        background-color: white;
        height: 1500px;
        width: 250px; /* 6 columns */
        border-right: 1px solid lightgrey;
        z-index: 999;
    }

    .container.body-content.shift {
        left: 270px;
    }
}

@media screen and (min-width: 1651px) {
    .row-offcanvas {
        position: fixed;
        top: 64px;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }


    .row-offcanvas-right {
        right: 5px;
    }

    .row-offcanvas-left {
        left: 5px;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        padding-left: 20px;
        padding-top: 10px;
        background-color: white;
        height: 1500px;
        width: 250px; /* 6 columns */
        z-index: 999;
    }

    .navbar-toggle-left {
        display: none;
    }
}
