body.page {
    padding-top: 56px !important;
    height: 100%;
}

.page .page-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.page .page-container.with-navigation {
    padding-left: 56px !important;
}

.page-content .section-navigation {
    left: 56px;
}

.page-content .section-navigation {
    position: absolute;
    top: 0;
    left: 56px;
    width: 200px;
    min-height: 100%;
    background-color: #f3f5f7;
    color: #2c2c2c;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.page-content .article {
    padding-left: 200px;
}

.page-sidebar {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 999;
    background: #ECEEEF;
    border-right: 1px solid #C5CACD;
    padding: 3px;
    max-width: 300px;
    display: none;
}

.page-sidebar.open {
    display: block !important;
}

.page-sidebar .page-sidebar-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 12px 0;
}

@media screen and (max-width: 991px) {
    .page-content .section-navigation {
        position: relative;
        left: 0;
        width: -webkit-calc(100%);
        width: -moz-calc(100%);
        width: calc(100%);
        min-height: auto;
        background-color: #f3f5f7;
        color: #2c2c2c;
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }

    .page-content .article {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .page .page-container.with-navigation {
        padding-left: 0 !important;
    }

    .page-content .section-navigation {
        left: 0;
    }

    .page-sidebar.open {
        max-width: 100%;
    }
}

.page-content > .row {
    margin: 0;
}

.form-action {
    padding-top: 30px;
    padding-bottom: 30px;
}

.page-content > form > .form-action {
    padding: 30px 15px;
}

.page .block .block-header h4 {
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
}