/*-----------------------Page Side Bar ----------------------*/
.PageSidebar-item, .PageSidebar-sectionLabel {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.PageBody, .PageBody--qurioList {
    position: absolute;
    top: 52px;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    min-width: 480px;
    line-height: 24px
}

.PageSidebar, .PageSidebar--account {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    float: left;
    width: 20%;
    min-width: 144px;
    max-width: 252px;
    height: 100%;
    background-color: #cfd5da
}

.PageSidebar-action {
    z-index: 10;
    width: 100%;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    padding: 0 8px 0 24px;
    border-bottom: 1px solid #d9dde1;
    background-color: #cfd5da;
    overflow: hidden
}

    .PageSidebar-action:hover {
        color: var(--white);
        cursor: pointer
    }

    .PageSidebar-action.isSelected {
        color: var(--white);
        background-color: #6cb8f9;
        font-weight: lighter
    }

.PageSidebar-actionIcon, .PageSidebar-actionIcon--user, .PageSidebar-actionIcon--products, .PageSidebar-actionIcon--card {
    position: relative;
    display: inline-block;
    margin-right: 12px;
    width: 24px;
    max-width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    color: var(--white)
}

.PageSidebar-actionLabel {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .03em;
    vertical-align: middle;
    color: var(--white)
}

.PageSidebar-scrollArea {
    position: absolute;
    top: 72px;
    bottom: 0;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 48px
}

.PageSidebar-item {
    position: relative;
    width: 100%;
    height: 48px;
    padding: 12px 36px;
    font-size: 13px;
    letter-spacing: .03em;
    color: var(--white)
}

    .PageSidebar-item:hover {
        background-color: #d9dde1;
        cursor: pointer
    }

    .PageSidebar-item.isSelected {
        color: var(--white);
        background-color: #6cb8f9;
        font-weight: lighter
    }

        .PageSidebar-item.isSelected:hover {
            background-color: #6cb8f9
        }

        .PageSidebar-item.isSelected .PageSidebar-icon {
            color: var(--white)
        }

        .PageSidebar-item.isSelected .PageSidebar-label {
            color: var(--white)
        }

.PageSidebar-icon {
    font-size: 18px;
    display: inline-block;
    width: 24px;
    text-align: center;
    vertical-align: middle
}

.PageSidebar-iconLabel {
    font-size: 13px;
    color: var(--white);
    display: inline-block;
    margin-left: 24px
}

.PageTheme {
    width: 100%;
    height: 96px;
    font-size: 20px;
    padding: 12px 48px
}

.PageTheme--green {
    color: var(--white);
    background-color: var(--green);
    border-color: #53ba8b
}

.PageTheme--blue {
    color: var(--white);
    background-color: #89ccf7
}

.PageTheme-avatar {
    display: inline-block;
    font-size: 24px;
    line-height: 72px;
    vertical-align: middle
}

.PageTheme-label {
    margin-left: 24px;
    display: inline-block;
    font-size: 16px;
    font-weight: lighter;
    vertical-align: middle
}

.PageMainView {
    position: relative;
    width: auto;
    overflow-y: auto;
    height: 100%
}

    .PageMainView.isGrey {
        background-color: var(--background)
    }

    .PageMainView.isWhite {
        background-color: var(--white)
    }

.PageSidebar-sectionDivider {
    width: 100%;
    height: 48px;
    min-height: 48px;
    border-bottom: 1px solid #d9dde1
}

.PageSidebar-sectionLabel {
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0 24px;
    font-size: 11px;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #838a94
}

.PageBody--qurioList {
    top: 0;
    height: 100%
}

.PageSidebar--account {
    width: 15%;
    min-width: 170px
}

@media all and (max-width:850px) {
    .PageSidebar--account {
        width: auto;
        min-width: 0
    }
}

.PageSidebar-action {
    border: none;
    height: 48px;
    line-height: 48px
}

@media all and (max-width:850px) {
    .PageSidebar-action {
        padding: 0 16px
    }
}

.PageSidebar-action:not(.isSelected):hover {
    background-color: #d9dde1
}

.PageSidebar-actionIcon, .PageSidebar-actionIcon--user, .PageSidebar-actionIcon--products, .PageSidebar-actionIcon--card {
    font-size: 18px;
    margin-right: 24px
}

@media all and (max-width:850px) {
    .PageSidebar-actionIcon, .PageSidebar-actionIcon--user, .PageSidebar-actionIcon--products, .PageSidebar-actionIcon--card {
        margin-right: 0
    }
}

.PageSidebar-actionLabel {
    font-size: 13px
}

@media all and (max-width:850px) {
    .PageSidebar-actionLabel {
        display: none
    }
}

.PageSidebar-action-versionNumber {
    z-index: 10;
    width: 15%;
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
    background-color: #cfd5da;
    overflow: hidden;
    text-align: center;
    position: fixed;
    bottom: 0;
    font-weight: bold
}

    .PageSidebar-action-versionNumber .PageSidebar-actionLabel {
        font-size: 16px
    }


/*-----------------------End Page Sidebar----------------------*/