﻿.sidebar-overflow-hidden {
    overflow: hidden;
}

.sidebar.sidebar-right {
    top: 0;
    /*right: 0;*/
    bottom: 0;
    width: 30%;
    min-width: 270px;
}

.sidebar.sidebar-left {
    top: 0;
    /*left: 0;*/
    width: 30%;
    min-width: 270px;
}

.sidebar.sidebar-bottom {
    left: 0;
    right: 0;
    /*bottom: 0;*/
    height: 30%;
    min-height: 270px;
}

.sidebar.sidebar-top {
    left: 0;
    right: 0;
    /*top: 0;*/
    height: 30%;
    min-height: 270px;
}

.sidebar.sidebar-fullwidth {
    width: 100%;
}

.sidebar.sidebar-fullheight {
    height: 100%;
}

.sidebar {
    padding: 30px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
    position: fixed;
    overflow: auto;
    background: white;
    z-index: 1030;
}