﻿.extraElementsForMenuItems {
    display: none;
    float: right;
    width: 280px;
    background: #05658f;
    height: 50vh;
    overflow-y: auto;
    z-index: 10;
    position: absolute;
    right: 0px;
    top: 58px;
    border-top: 1px solid #0582b9;
}


.top-navigation .extraElementShowMenu li {
    border-bottom: 1px solid #0185bf;
    width: 100%;
}

.top-navigation .extraElementShowMenu li a {
    padding: 5px 25px;
}

.cursor {
    cursor: pointer;
}

.extraElementsForMenuItems li {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #0279ad;
}

/*common css scrollbar Style */
.extraElementsForMenuItems::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #808080;
    border: 1px solid #444444;
    z-index: 1;
}


.extraElementsForMenuItems::-webkit-scrollbar {
    width: 6px;
    background-color: #0279ad;
    height: 5px;
    z-index: 1;
}

.extraElementsForMenuItems::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #05658f;
    z-index: 1;
}

.extraElementsForMenuItems::-webkit-scrollbar {
    width: 10px;
    z-index: 1;
}

/*common css scrollbar Style */
