.cpv2-sticky-menu {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

.cpv2-sticky-menu .cpv2-sticky-menu-wrapper {
    position: relative;
    overflow: hidden;
}

.cpv2-sticky-item-wrapper {
    display: inline-block;
}

.cpv2-sticky-menu .overflow-button {
    position: absolute;
    top: 0;
    right: 10px;
}

.cpv2-sticky-menu-popup {
    position: absolute;
    width: 220px;
    min-width: 6.25rem;
    display: none;
    z-index: 99999999;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 1px;
}

.cpv2-sticky-menu-popup.show {
    display: block;

}

#renderer-settings--Grid .sapMSegB {
    margin-top: 4px;
}

.cpv2-sticky-menu-popup .arrow {
    content: " ";
    display: block;
    width: 0.7rem;
    height: 10px;
    transform: rotate(-45deg);
    position: absolute;
    border: 1px solid;
    border-bottom: none;
    border-left: none;
    top: -6px;
}

.cpv2-sticky-menu-popup.top {
    box-shadow: 0 -0.625rem 1.875rem 0 rgba(0, 0, 0, 0.15);
}

.cpv2-sticky-menu-popup .cpv2-sticky-menu-popup-content {
    overflow: auto;
}

.cpv2-sticky-menu-popup.top .arrow {
    content: " ";
    display: block;
    width: 0.7rem;
    height: 10px;
    transform: rotate(140deg);
    position: absolute;
    /*right: 5px;*/
    border: 1px solid;
    border-bottom: none;
    border-left: none;
    top: auto;
    bottom: -6px;
}

/*html[dir="rtl"] .cpv2-sticky-menu-popup {*/
/*right: auto;*/
/*left: 10px;*/
/*}*/

/*html[dir="rtl"] .cpv2-sticky-menu-popup .arrow {*/
/*right: auto;*/
/*left: 5px;*/
/*}*/

.cpv2-sticky-menu-logo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
}

.cpv2-sticky-menu-wrapper-outer {
    position: relative;
}

.cpv2-sticky-menu-logo.right {
    left: auto;
    right: 8px;
}

.cpv2-sticky-item-first-empty {
    width: 1px;
    float: left;
    display: inline-block;
}

html[dir="rtl"] .cpv2-sticky-item-first-empty {
    float: right;
}

.cpv2-sticky-menu .cpv2-sticky-menu-overflow-button {
    position: absolute;
    top: 50%;
    height: 2rem;
    right: 0;
    margin-top: -1rem;
    cursor: pointer;
    text-align: left;
    line-height: 2rem;
    font-size: 1rem;
    padding: 0 20px;
    display: none;
}

html[dir="rtl"] .cpv2-sticky-menu .cpv2-sticky-menu-overflow-button {
    right: auto;
    left: 0;
}

.cpv2-sticky-menu .cpv2-sticky-menu-overflow-button:after {
    position: absolute;
    content: "\e1e2";
    font-family: SAP-icons;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -10px;
}

.page-sticky-menu-placeholder {
    position:absolute;
    z-index:999999;
    left:0;
    right:0;
    margin: 0 auto;
}
