/*  MENU RIGHT */
.cui-menu-right {
    position: fixed;
    z-index: 995;
    top: 0;
    right: 0;
    width: 19.23rem;
    height: 100%;
    background: #ffffff;
    border-left: 1px solid black;
    border-right: 1px solid black;
    -webkit-transform: translate3d(19.23rem, 0, 0);
    transform: translate3d(19.23rem, 0, 0);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    overflow-y: auto;
}

.cui-menu-right-example-option input {
    display: none;
}

.cui-menu-right-header {
    border-bottom: 1px solid black;
    padding: 1.57rem 1.5rem;
    font-weight: bold;
    color: black;
    min-height: 3.4rem;
    text-transform: uppercase;
    letter-spacing: 2px
}

.company .cui-menu-right-header {
    padding: 14px 1rem 1rem 1rem;
}

.cui-menu-right-list {
    list-style: none;
    text-align: left;
    padding-top: 0.5rem;
}

.cui-menu-right-item {
    padding: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 16rem;
}

.cui-menu-right-image-icon {
    float: right;
}

.cui-menu-right-username {
    max-width: 12rem;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cui-menu-right-header span {
    cursor: pointer;
    position: relative;
    top: 0.23rem;
    color: #d2d9e5;
    font-size: 1.23rem;
}

.cui-menu-right-header span:hover {
    color: #b8beca;
}

.cui-menu-right-content {
    padding: 1.53rem 0;
}

.cui-menu-right-descr {
    font-size: 0.92rem;
    color: black;
    margin-bottom: 1.53rem;
    line-height: 1.8;
}

.cui-menu-right-label {
    color: black;
    font-size: 0.92rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.76rem;
}

.cui-menu-right-setting {
    margin-bottom: 1.15rem;
}

.cui-menu-right-visible .cui-menu-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
