﻿#sidebar {
    width: inherit;
    min-width: 280px;
    max-width: 280px;
    background-color: #f5f5f5;
    float: left;
    height: 100%;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

/*#sidebar ul.navcomponents li {
            padding: 2px 0;
        }*/

body, html, .row-offcanvas {
    height: 100%;
}

body {
    background: #f5f5f5;
    /*font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;*/
    font-size: 14px;
    /*font-family: 'Calisto MT', 'Bookman Old Style', Bookman, 'Goudy Old Style', Garamond, 'Hoefler Text', 'Bitstream Charter', Georgia, serif;*/
    font-family: Georgia, Times, 'Times New Roman', serif;
    /*font-family: Tahoma, Verdana, Segoe, sans-serif;*/
    /*font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;*/
    padding-top: 70px;
}

#content {
    /*padding-top: 10px; */ /*This ensures that the content won't hide behind the bottom navbar.*/
    padding-bottom: 80px;
    width: 500px;
    height: 100%;
    overflow: auto;
}

/*
        * off Canvas sidebar
        * --------------------------------------------------
        */
@media screen and (max-width: 9000px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
        width: calc(100% + 280px);
    }

    .row-offcanvas-left {
        left: -280px;
    }

        .row-offcanvas-left.active {
            left: 0;
        }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
    }
}

.responsive-state {
    display: none;
    width: 10000px;
}

@media (max-width: 767px) {
    .responsive-state {
        width: 767px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .responsive-state {
        width: 1024px;
    }
}

.toggle-header {
    top: 80px;
}
