.sidebar-container {
    color: #fff;
    font-family: inherit;
    background: #454149;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #454149, #5c5860);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #454149, #5c5860);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #454149, #5c5860);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #454149, #5c5860);
    /* Standard syntax */
}

    .sidebar-container .osp-collapse {
        padding-top: 10px;
        padding-left: 15px;
    }

.menu-item {
    vertical-align: middle;
    margin-bottom: 5px;
    height: 40px;
    width: 100%;
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    justify-content: flex-start;
    white-space: nowrap;
}

.logout-icon {
    right: 0;
    top: 5px;
    position: absolute;
    font-size: 1em !important;
}

.logout-text {
    font-size: 0.75em;
    position: absolute;
    right: 10px;
    top: 10px;
    float: right;
}

.empty-icon {
    color: #5c5860;
    text-shadow: -1px -1px 0px white, 1px -1px 0px white, -1px 1px 0px white, 1px 1px 0px white;
    font-size: 1.4em;
}

.menu-item .item-content {
    position: relative;
    align-self: center;
    width: 100%;
    line-height: 30px;
}

.menu-item [class^="fo-icon-"] {
    font-size: 1.4em;
    padding-right: 20px;
    padding-left: 10px;
}

.menu-item [class^="ng-scope fo-icon-"] {
    font-size: 1.4em;
    padding-right: 20px;
    padding-left: 10px;
}

.menu-item-active .item-content {
    border-left: 3px solid #fff;
}

.initials {
    display: block;
    line-height: 0px;
}

.user-button {
    margin-top: 30px;
    cursor: auto;
}

.menu-label {
    font-size: x-small;
}

/* global */
.no-background {
    background-color: transparent;
}

.no-border {
    border: none;
}


/* dragbar */

#dragbar {
    background-color: #E7E9EA;
    height: 100%;
    float: right;
    width: 3px;
    cursor: col-resize;
}
