#sidebar_first
{
    height: 100%;
    padding-top: 20px;
    padding-right: 0;
}

/* collapsed sidebar styles */
@media (max-width: 47.9em)
{
    .row-offcanvas
    {
        position: relative;

        transition: all .25s ease-out;
    }
    .row-offcanvas-right
    .sidebar-offcanvas
    {
        right: -41.6%;
    }
    .row-offcanvas-left
    .sidebar-offcanvas
    {
        left: -41.6%;
    }
    .row-offcanvas-right.active
    {
        right: 41.6%;
    }
    .row-offcanvas-left.active
    {
        left: 41.6%;
    }
    .sidebar-offcanvas
    {
        position: absolute;
        top: 0;

        width: 41.6%;
    }
    #sidebar_first
    {
        padding-top: 0;
    }
}
