﻿.leftMenu {
    left: 160px !important;
    position: absolute !important;
    z-index: 1040 !important;
    top: 30px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.175) !important;
    border-radius: 2px !important;
    border: none !important;
    background-color: #fff !important;
}

@@media(max-width:767px) {
    .leftMenu {
        left: 100px !important;
    }
}

.helpMenu {
    padding: 3px 20px !important;
}

.helpMenuText {
    color: #212121;
}

.helpMenuli:hover {
    background-color: rgba(33, 33, 33, 0.05);
}

#ideaPopup {
    width: 400px;
    height: 525px;
    background: white;
    position: fixed;
    bottom: 6%;
    right: 2%;
    z-index: 1000;
}

.mainNavWrapper {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 70px;
    position: absolute;
}